| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix format string errors in log messages and update ldapd to use relayd's log.c | 2018-05-15 | 1 | -2/+2 | |
| | | | | | OK benno@ jmatthew@ | ||||
| * | work on making log.c similar in all daemons: | 2017-01-20 | 1 | -1/+2 | |
| | | | | | | | | move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok krw@ jmatthew@ | ||||
| * | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | 2017-01-09 | 1 | -4/+5 | |
| | | | | | | | | | TAILQ_FOREACH(). No intentional functional change. ok reyk@ | ||||
| * | Properly remove unix sockets (control & listening) upon exit of the | 2016-01-17 | 1 | -2/+1 | |
| | | | | | | | | | | | parent process. Child process was killed by pledge because it tried to remove the control socket and didnt have cpath - anyway it couldnt remove it since it had chrooted.. ok jmatthew@ deraadt@ | ||||
| * | bzero -> memset. No binary change. | 2015-12-24 | 1 | -3/+3 | |
| | | |||||
| * | use SOCK_NONBLOCK instead of fcntl | 2015-11-02 | 1 | -5/+2 | |
| | | | | | ok dlg@ | ||||
| * | change to <limits.h> universe. The only changes in the binary are due | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | to the heavy use of assert. ok millert | ||||
| * | bunch of format string cleanups, removing %i, signed vs unsigned, and even | 2013-11-02 | 1 | -4/+4 | |
| | | | | | | a few long long's ok jmatthew | ||||
| * | Protect against fd exhaustion when reopening database files. Only accept | 2012-06-16 | 1 | -4/+25 | |
| | | | | | | | | | client or control connections when there are at least 8 fds available, and close a connection before calling imsg_read if it would be unable to accept an fd from the parent process. ok gilles@ | ||||
| * | rate limiting of accept() in various cases. Testing by jmatthew. there | 2012-04-11 | 1 | -7/+30 | |
| | | | | | | maybe still be a corner case where it needs one more file descriptor beyond the limit.. | ||||
| * | Move generic imsg/libevent glue to a separate file. | 2010-09-01 | 1 | -83/+36 | |
| | | | | | with eric@ at c2k10 | ||||
| * | Send empty statistics rather than segfault if "ldapctl stats" is run when a | 2010-07-06 | 1 | -5/+6 | |
| | | | | | database is being reopened due to compaction. | ||||
| * | Don't send statistics for referral namespaces. This unbreaks ldapctl stats. | 2010-06-30 | 1 | -1/+3 | |
| | | | | | Avoid null pointer dereference when reopening a namespace. | ||||
| * | Remove unused code. | 2010-06-27 | 1 | -26/+2 | |
| | | |||||
| * | Remove compaction and indexing from ldapd. It is better done by a separate | 2010-06-23 | 1 | -62/+1 | |
| | | | | | process now that the btree can pick up the changes automatically. | ||||
| * | Initial import of ldapd, a small LDAP daemon. Work in progress. | 2010-05-31 | 1 | -0/+379 | |
| ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@ | |||||
