Age | Commit message (Expand) | Author |
2016-05-01 | convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls | Jonathan Matthew |
2015-12-24 | bzero -> memset. No binary change. | mmcc |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | Both ldapd processes need "stdio" to talk to clients and each other. | Jonathan Matthew |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-01-16 | change to <limits.h> universe. The only changes in the binary are due | Theo de Raadt |
2013-11-02 | bunch of format string cleanups, removing %i, signed vs unsigned, and even | Theo de Raadt |
2012-06-16 | Protect against fd exhaustion when reopening database files. Only accept | Jonathan Matthew |
2012-04-11 | rate limiting of accept() in various cases. Testing by jmatthew. there | Theo de Raadt |
2012-04-01 | use our umask() before AF_UNIX bind() semantics; ok pyr | Theo de Raadt |
2010-11-10 | Make -dvv flags produce debug traces of decoded BER messages on stderr. | Martin Hedenfal |
2010-09-01 | Move generic imsg/libevent glue to a separate file. | Martin Hedenfal |
2010-07-10 | Retry requests when the btree is busy. Without this, clients will just hang | Martin Hedenfal |
2010-07-01 | Implement the LDAP compare operation. | Martin Hedenfal |
2010-07-01 | Remove dead assignments. Found by clang static analyzer. | Martin Hedenfal |
2010-06-30 | Don't send statistics for referral namespaces. This unbreaks ldapctl stats. | Martin Hedenfal |
2010-06-29 | Add support for referrals. Referrals are configured in the config file, | Martin Hedenfal |
2010-06-29 | Remember on what listener a connection got from, and return protocol error | Martin Hedenfal |
2010-06-23 | Remove compaction and indexing from ldapd. It is better done by a separate | Martin Hedenfal |
2010-06-15 | Implement support in the parent to (re-)open database files on behalf of | Martin Hedenfal |
2010-06-11 | print long long int as %lld | Martin Hedenfal |
2010-06-03 | Open database files before chrooting, and use an absolute path to | Martin Hedenfal |
2010-05-31 | Remove trailing whitespace and spaces before tabs. | Martin Hedenfal |
2010-05-31 | Initial import of ldapd, a small LDAP daemon. Work in progress. | Martin Hedenfal |