summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl (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
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-111-2/+2
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-3/+3
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* work on making log.c similar in all daemons:benno2017-01-202-3/+5
* Correctly list all libraries required.deraadt2017-01-201-3/+3
* unbreak the tree:tb2016-05-011-3/+3
* Try to be user-friendly and check early that the datadir is somewhat sane.jca2016-02-021-1/+8
* tweak previous;jmc2016-02-021-4/+4
* Implement ldapctl -r datadir; ok sthen@ landry@jca2016-02-022-22/+39
* 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
* Validate matching rules against attribute syntaxes. All matching rules frommartinh2010-11-031-2/+2
* Need syntax.c to build the schema parser. Sorry for that.martinh2010-09-031-2/+2
* Add a history section saying that ldapd/ldapctl first appeared in 4.8.martinh2010-07-211-2/+7
* Don't compact and reindex referral namespaces.martinh2010-06-301-3/+3
* Add the new schema parser.martinh2010-06-291-2/+2
* sort the options list, and add some new options to usage();jmc2010-06-232-8/+9
* Re-implement compaction and (re-)indexing outside ldapd.martinh2010-06-233-61/+222
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-313-0/+367