summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl/ldapctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ldapd datadir location.martijn2020-03-051-2/+2
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-2/+2
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-5/+5
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-3/+3
* work on making log.c similar in all daemons:benno2017-01-201-1/+3
* Try to be user-friendly and check early that the datadir is somewhat sane.jca2016-02-021-1/+8
* Implement ldapctl -r datadir; ok sthen@ landry@jca2016-02-021-20/+31
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* ldapctl has two modes of operation, one where it operates on the btree filesjmatthew2015-11-011-1/+8
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+2
* Don't compact and reindex referral namespaces.martinh2010-06-301-3/+3
* sort the options list, and add some new options to usage();jmc2010-06-231-2/+3
* Re-implement compaction and (re-)indexing outside ldapd.martinh2010-06-231-46/+187
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+277