| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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@ | |||||
