summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/validate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-4/+4
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-2/+2
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* Resolve matching rules from superior attribute types at schema load timemartinh2010-09-031-12/+2
* Implement attribute syntaxes from RFC4517. This adds validation to the mostmartinh2010-09-031-2/+11
* Free the list of object classes allocated after validating an entry.martinh2010-07-011-19/+45
* remove trailing spacesmartinh2010-06-301-2/+2
* Validate that an entry can't belong to an abstract object class directly,martinh2010-06-301-3/+32
* Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable frommartinh2010-06-301-7/+3
* Validate that all attributes are allowed by any of its object classes.martinh2010-06-301-28/+119
* Rewrite the schema parser, as it's not a context-free grammar.martinh2010-06-291-4/+4
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+282