summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/search.c
AgeCommit message (Expand)Author
2010-11-10Make -dvv flags produce debug traces of decoded BER messages on stderr.Martin Hedenfal
2010-11-05If the base DN in a search request doesn't exist, return early.Martin Hedenfal
2010-11-04Publish matching rules in the cn=schema subentry as the matchingRulesMartin Hedenfal
2010-11-03Evaluate filters according to the three-valued logic of X.511, as requiredMartin Hedenfal
2010-07-02Dump parsed schema to buffer and send in requests for the cn=schemaMartin Hedenfal
2010-07-01Remove dead assignments. Found by clang static analyzer.Martin Hedenfal
2010-06-29Add support for referrals. Referrals are configured in the config file,Martin Hedenfal
2010-06-29Rewrite the schema parser, as it's not a context-free grammar.Martin Hedenfal
2010-06-23Set errno to appropriate values when returning failure in btree. Make btreeMartin Hedenfal
2010-06-15Make modify and simple auth requests open their own transactions, as searchMartin Hedenfal
2010-06-11Wrap searches in a read-only transaction so it is guaranteed to see aMartin Hedenfal
2010-06-03Fix compilation on gcc2. Check a return value from malloc while at it.Martin 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