Age | Commit message (Expand) | Author |
2012-06-16 | Protect against fd exhaustion when reopening database files. Only accept | Jonathan Matthew |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
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 |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2011-01-28 | document available authentication types and formats. | Martin Hedenfal |
2011-01-08 | Change detection of indefinite BER lenghts (which is not allowed). Only a | Martin Hedenfal |
2010-12-17 | Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7 | Martin Hedenfal |
2010-11-26 | Unbreak re-indexing by checking if an index entry already exists. | Martin Hedenfal |
2010-11-10 | Make -dvv flags produce debug traces of decoded BER messages on stderr. | Martin Hedenfal |
2010-11-10 | Prefix debug logging on stderr with time and pid, like syslog. | Martin Hedenfal |
2010-11-05 | If the base DN in a search request doesn't exist, return early. | Martin Hedenfal |
2010-11-05 | When draining the input buffer of more than two complete requests, an | Martin Hedenfal |
2010-11-05 | Change to read better after suggestion from jmc. | Martin Hedenfal |
2010-11-04 | Only LDAP version 3 is implemented. | Martin Hedenfal |
2010-11-04 | Document the syntax of schema files. Only a brief synopsis of the attribute | Martin Hedenfal |
2010-11-04 | Publish matching rules in the cn=schema subentry as the matchingRules | Martin Hedenfal |
2010-11-03 | Update the internal btree documentation to reflect the current api. | Martin Hedenfal |
2010-11-03 | Validate matching rules against attribute syntaxes. All matching rules from | Martin Hedenfal |
2010-11-03 | caseExactIA5Match is not an appropriate matching rule for directory strings | Martin Hedenfal |
2010-11-03 | An index can now also be used for a presence filter. | Martin Hedenfal |
2010-11-03 | Evaluate filters according to the three-valued logic of X.511, as required | Martin Hedenfal |
2010-11-02 | Clarify the current state of ldapd as not fully LDAPv3 compliant. | Martin Hedenfal |
2010-10-26 | Allow the userPassword attribute to specify a login class when using | william |
2010-10-19 | Fix a segmentation fault when adding an attribute to an empty entry. | Martin Hedenfal |
2010-10-19 | When checking if the input buffer is large enough to hold an LDAP request, | Martin Hedenfal |
2010-10-19 | Remember the bind DN after BSD authentication. This makes access control | Martin Hedenfal |
2010-10-18 | Missing ; to appease yyextract, ok martinh@ | Stuart Henderson |
2010-10-07 | aginst -> against; from Luca Corti | Jason McIntyre |
2010-09-24 | add missing .Ar; | Jason McIntyre |
2010-09-24 | add -s option. ok martinh@ | lum |
2010-09-21 | Warn if schema file can't be opened. | Martin Hedenfal |
2010-09-20 | Implement support for bsdauth authentication via simple binds, not only | Martin Hedenfal |
2010-09-10 | RFC2247 -> RFC 2247; | Jason McIntyre |
2010-09-03 | Resolve matching rules from superior attribute types at schema load time | Martin Hedenfal |
2010-09-03 | Implement attribute syntaxes from RFC4517. This adds validation to the most | Martin Hedenfal |
2010-09-01 | Add missing leading string quote character in attribute type description. | Martin Hedenfal |
2010-09-01 | Move generic imsg/libevent glue to a separate file. | Martin Hedenfal |
2010-09-01 | Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago. | Martin Hedenfal |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-28 | Revert parts of previous change leading to assertion failure for | Martin Hedenfal |
2010-07-26 | Fix a sigbus due to unaligned memory access, found when compacting on | Martin Hedenfal |
2010-07-21 | Add a history section saying that ldapd/ldapctl first appeared in 4.8. | Martin Hedenfal |
2010-07-18 | Fix an unaligned memory access. | Martin Hedenfal |
2010-07-13 | Avoid double free in ldap modify requests. The values received in the | Martin Hedenfal |
2010-07-10 | Retry requests when the btree is busy. Without this, clients will just hang | Martin Hedenfal |
2010-07-06 | Send empty statistics rather than segfault if "ldapctl stats" is run when a | Martin Hedenfal |
2010-07-06 | Plug another memory leak. Forgot to reset key returned from cursor, having | Martin Hedenfal |
2010-07-06 | Clarify differences between the 'include' and 'schema' keyword. And stress | Martin Hedenfal |
2010-07-06 | When moving a node between pages during rebalance, find the source page | Martin Hedenfal |