summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/ldape.c
AgeCommit message (Expand)Author
2013-11-02bunch of format string cleanups, removing %i, signed vs unsigned, and evenTheo de Raadt
2012-06-16Protect against fd exhaustion when reopening database files. Only acceptJonathan Matthew
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2012-04-01use our umask() before AF_UNIX bind() semantics; ok pyrTheo de Raadt
2010-11-10Make -dvv flags produce debug traces of decoded BER messages on stderr.Martin Hedenfal
2010-09-01Move generic imsg/libevent glue to a separate file.Martin Hedenfal
2010-07-10Retry requests when the btree is busy. Without this, clients will just hangMartin Hedenfal
2010-07-01Implement the LDAP compare operation.Martin Hedenfal
2010-07-01Remove dead assignments. Found by clang static analyzer.Martin Hedenfal
2010-06-30Don't send statistics for referral namespaces. This unbreaks ldapctl stats.Martin Hedenfal
2010-06-29Add support for referrals. Referrals are configured in the config file,Martin Hedenfal
2010-06-29Remember on what listener a connection got from, and return protocol errorMartin Hedenfal
2010-06-23Remove compaction and indexing from ldapd. It is better done by a separateMartin Hedenfal
2010-06-15Implement support in the parent to (re-)open database files on behalf ofMartin Hedenfal
2010-06-11print long long int as %lldMartin Hedenfal
2010-06-03Open database files before chrooting, and use an absolute path toMartin Hedenfal
2010-05-31Remove trailing whitespace and spaces before tabs.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal