summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapctl/ldapctl.c
AgeCommit message (Expand)Author
2021-01-15Stop the -v command line argument from overriding logging brevity.rob
2020-03-05Fix ldapd datadir location.Martijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2016-02-02Try to be user-friendly and check early that the datadir is somewhat sane.Jeremie Courreges-Anglas
2016-02-02Implement ldapctl -r datadir; ok sthen@ landry@Jeremie Courreges-Anglas
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-01ldapctl has two modes of operation, one where it operates on the btree filesJonathan Matthew
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
2010-06-30Don't compact and reindex referral namespaces.Martin Hedenfal
2010-06-23sort the options list, and add some new options to usage();Jason McIntyre
2010-06-23Re-implement compaction and (re-)indexing outside ldapd.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal