summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd
AgeCommit message (Expand)Author
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-01-28document available authentication types and formats.Martin Hedenfal
2011-01-08Change detection of indefinite BER lenghts (which is not allowed). Only aMartin Hedenfal
2010-12-17Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7Martin Hedenfal
2010-11-26Unbreak re-indexing by checking if an index entry already exists.Martin Hedenfal
2010-11-10Make -dvv flags produce debug traces of decoded BER messages on stderr.Martin Hedenfal
2010-11-10Prefix debug logging on stderr with time and pid, like syslog.Martin Hedenfal
2010-11-05If the base DN in a search request doesn't exist, return early.Martin Hedenfal
2010-11-05When draining the input buffer of more than two complete requests, anMartin Hedenfal
2010-11-05Change to read better after suggestion from jmc.Martin Hedenfal
2010-11-04Only LDAP version 3 is implemented.Martin Hedenfal
2010-11-04Document the syntax of schema files. Only a brief synopsis of the attributeMartin Hedenfal
2010-11-04Publish matching rules in the cn=schema subentry as the matchingRulesMartin Hedenfal
2010-11-03Update the internal btree documentation to reflect the current api.Martin Hedenfal
2010-11-03Validate matching rules against attribute syntaxes. All matching rules fromMartin Hedenfal
2010-11-03caseExactIA5Match is not an appropriate matching rule for directory stringsMartin Hedenfal
2010-11-03An index can now also be used for a presence filter.Martin Hedenfal
2010-11-03Evaluate filters according to the three-valued logic of X.511, as requiredMartin Hedenfal
2010-11-02Clarify the current state of ldapd as not fully LDAPv3 compliant.Martin Hedenfal
2010-10-26Allow the userPassword attribute to specify a login class when usingwilliam
2010-10-19Fix a segmentation fault when adding an attribute to an empty entry.Martin Hedenfal
2010-10-19When checking if the input buffer is large enough to hold an LDAP request,Martin Hedenfal
2010-10-19Remember the bind DN after BSD authentication. This makes access controlMartin Hedenfal
2010-10-18Missing ; to appease yyextract, ok martinh@Stuart Henderson
2010-10-07aginst -> against; from Luca CortiJason McIntyre
2010-09-24add missing .Ar;Jason McIntyre
2010-09-24add -s option. ok martinh@lum
2010-09-21Warn if schema file can't be opened.Martin Hedenfal
2010-09-20Implement support for bsdauth authentication via simple binds, not onlyMartin Hedenfal
2010-09-10RFC2247 -> RFC 2247;Jason McIntyre
2010-09-03Resolve matching rules from superior attribute types at schema load timeMartin Hedenfal
2010-09-03Implement attribute syntaxes from RFC4517. This adds validation to the mostMartin Hedenfal
2010-09-01Add missing leading string quote character in attribute type description.Martin Hedenfal
2010-09-01Move generic imsg/libevent glue to a separate file.Martin Hedenfal
2010-09-01Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago.Martin Hedenfal
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-28Revert parts of previous change leading to assertion failure forMartin Hedenfal
2010-07-26Fix a sigbus due to unaligned memory access, found when compacting onMartin Hedenfal
2010-07-21Add a history section saying that ldapd/ldapctl first appeared in 4.8.Martin Hedenfal
2010-07-18Fix an unaligned memory access.Martin Hedenfal
2010-07-13Avoid double free in ldap modify requests. The values received in theMartin Hedenfal
2010-07-10Retry requests when the btree is busy. Without this, clients will just hangMartin Hedenfal
2010-07-06Send empty statistics rather than segfault if "ldapctl stats" is run when aMartin Hedenfal
2010-07-06Plug another memory leak. Forgot to reset key returned from cursor, havingMartin Hedenfal
2010-07-06Clarify differences between the 'include' and 'schema' keyword. And stressMartin Hedenfal
2010-07-06When moving a node between pages during rebalance, find the source pageMartin Hedenfal
2010-07-06Adapt code to adhere to the comment (now that doesn't happen very often!).Martin Hedenfal
2010-07-06Check return code from commit. Incorrectly returned success when commitMartin Hedenfal
2010-07-05Unbreak writing updates to the btree while having a cursor open on theMartin Hedenfal
2010-07-05Plug a memory leak when aborting transactions.Martin Hedenfal