summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-111-2/+2
* work on making log.c similar in all daemons:benno2017-01-201-2/+2
* Correctly list all libraries required.deraadt2017-01-201-3/+3
* convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsjmatthew2016-05-011-4/+4
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-5/+1
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+5
* Validate matching rules against attribute syntaxes. All matching rules frommartinh2010-11-031-2/+2
* Implement attribute syntaxes from RFC4517. This adds validation to the mostmartinh2010-09-031-2/+2
* Move generic imsg/libevent glue to a separate file.martinh2010-09-011-2/+2
* Rewrite the schema parser, as it's not a context-free grammar.martinh2010-06-291-3/+3
* Remove compaction and indexing from ldapd. It is better done by a separatemartinh2010-06-231-2/+2
* Fix LDADD component order to let this build on static arches.miod2010-06-061-2/+2
* Install a default ldapd.conf, and standard schema files in /etc/ldap.martinh2010-06-051-1/+10
* Add -I${.CURDIR}, fixes building in obj/.martinh2010-05-311-1/+2
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+20