| #
d4b95dc4 |
| 11-May-2019 |
rob <rob@openbsd.org> |
The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd.
This commit
The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd.
This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds.
With help from tb@ and guenther@.
ok deraadt@, tb@
show more ...
|
| #
186e29d5 |
| 03-Jul-2017 |
espie <espie@openbsd.org> |
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h
okay millert@
|
| #
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@
|
| #
dc73ec4f |
| 20-Jan-2017 |
deraadt <deraadt@openbsd.org> |
Correctly list all libraries required.
|
| #
ce6dfe7e |
| 01-May-2016 |
tb <tb@openbsd.org> |
unbreak the tree:
after moving ldapd to the libtls api, ldapctl needs to link against libtls instead of libcrypto
ok krw@, jmatthew@
|
| #
d6378167 |
| 03-Nov-2010 |
martinh <martinh@openbsd.org> |
Validate matching rules against attribute syntaxes. All matching rules from RFC 4517 are recognized, except the optional wordMatch and keywordMatch.
Requires a current core.schema file.
|
| #
660bcb3c |
| 03-Sep-2010 |
martinh <martinh@openbsd.org> |
Need syntax.c to build the schema parser. Sorry for that.
|
| #
9043158b |
| 29-Jun-2010 |
martinh <martinh@openbsd.org> |
Add the new schema parser. noticed by deraadt, sorry!
|
| #
b52377da |
| 23-Jun-2010 |
martinh <martinh@openbsd.org> |
Re-implement compaction and (re-)indexing outside ldapd.
|
| #
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@
|