#
696b5899 |
| 24-Oct-2019 |
tb <tb@openbsd.org> |
The ber_* namespace is used by liblber since time immemorial, so move our BER API to the unused ober_* prefix to avoid some breakage in ports.
Problem diagnosed by jmatthew with ber_free() in samba,
The ber_* namespace is used by liblber since time immemorial, so move our BER API to the unused ober_* prefix to avoid some breakage in ports.
Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen.
tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt
show more ...
|
#
4103e180 |
| 27-Aug-2018 |
claudio <claudio@openbsd.org> |
Undefined plans can never match. Check for that before trying to use the plan. OK millert@ gsoares@
|
#
29a937b2 |
| 27-Aug-2018 |
claudio <claudio@openbsd.org> |
Wrap some overly long lines. No functional change
|
#
f9444383 |
| 31-Jul-2018 |
claudio <claudio@openbsd.org> |
Make ber type and encoding a unsigned int instead of unsigned long. This way the size is the same on all archs and 32bit should be good enough. OK rob@
|
#
c0785a05 |
| 15-May-2018 |
reyk <reyk@openbsd.org> |
Fix format string errors in log messages and update ldapd to use relayd's log.c
OK benno@ jmatthew@
|
#
fdd30f56 |
| 20-Jan-2017 |
benno <benno@openbsd.org> |
work on making log.c similar in all daemons:
move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily.
ok krw@ jmatthew@
|
#
3b4314ef |
| 21-Sep-2014 |
daniel <daniel@openbsd.org> |
eliminate the use of a gcc C extension (conditionals with omitted operands).
ok deraadt@
|
#
012bb0c9 |
| 03-Nov-2010 |
martinh <martinh@openbsd.org> |
Evaluate filters according to the three-valued logic of X.511, as required by RFC 4511. A filter term can now be evaluated as undefined if the attribute description is not recognized, the attribute t
Evaluate filters according to the three-valued logic of X.511, as required by RFC 4511. A filter term can now be evaluated as undefined if the attribute description is not recognized, the attribute type doesn't define the appropriate matching rule, or the filtering is not implemented.
This also implements the NOT filter in the query planner.
show more ...
|
#
5d465952 |
| 31-May-2010 |
martinh <martinh@openbsd.org> |
Initial import of ldapd, a small LDAP daemon. Work in progress.
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|