| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop the -v command line argument from overriding logging brevity. |  rob | 2021-01-15 | 1 | -4/+4 |
* | Fix ldapd datadir location. |  martijn | 2020-03-05 | 1 | -2/+2 |
* | The ber_* namespace is used by liblber since time immemorial, |  tb | 2019-10-24 | 1 | -2/+2 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. |  deraadt | 2019-06-27 | 1 | -5/+5 |
* | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and |  rob | 2019-05-11 | 1 | -2/+2 |
* | Fix format string errors in log messages and update ldapd to use relayd's log.c |  reyk | 2018-05-15 | 1 | -3/+3 |
* | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing |  espie | 2017-07-03 | 1 | -1/+2 |
* | work on making log.c similar in all daemons: |  benno | 2017-01-20 | 2 | -3/+5 |
* | Correctly list all libraries required. |  deraadt | 2017-01-20 | 1 | -3/+3 |
* | unbreak the tree: |  tb | 2016-05-01 | 1 | -3/+3 |
* | Try to be user-friendly and check early that the datadir is somewhat sane. |  jca | 2016-02-02 | 1 | -1/+8 |
* | tweak previous; |  jmc | 2016-02-02 | 1 | -4/+4 |
* | Implement ldapctl -r datadir; ok sthen@ landry@ |  jca | 2016-02-02 | 2 | -22/+39 |
* | EAGAIN handling for imsg_read. OK henning@ benno@ |  claudio | 2015-12-05 | 1 | -2/+2 |
* | ldapctl has two modes of operation, one where it operates on the btree files |  jmatthew | 2015-11-01 | 1 | -1/+8 |
* | cope with the EAGAIN API change for msgbuf_write() |  deraadt | 2013-11-14 | 1 | -2/+2 |
* | Validate matching rules against attribute syntaxes. All matching rules from |  martinh | 2010-11-03 | 1 | -2/+2 |
* | Need syntax.c to build the schema parser. Sorry for that. |  martinh | 2010-09-03 | 1 | -2/+2 |
* | Add a history section saying that ldapd/ldapctl first appeared in 4.8. |  martinh | 2010-07-21 | 1 | -2/+7 |
* | Don't compact and reindex referral namespaces. |  martinh | 2010-06-30 | 1 | -3/+3 |
* | Add the new schema parser. |  martinh | 2010-06-29 | 1 | -2/+2 |
* | sort the options list, and add some new options to usage(); |  jmc | 2010-06-23 | 2 | -8/+9 |
* | Re-implement compaction and (re-)indexing outside ldapd. |  martinh | 2010-06-23 | 3 | -61/+222 |
* | Initial import of ldapd, a small LDAP daemon. Work in progress. |  martinh | 2010-05-31 | 3 | -0/+367 |