summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/validate.c
AgeCommit message (Expand)Author
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-07-01Free the list of object classes allocated after validating an entry.Martin Hedenfal
2010-06-30remove trailing spacesMartin Hedenfal
2010-06-30Validate that an entry can't belong to an abstract object class directly,Martin Hedenfal
2010-06-30Move OBJ_NAME and ATTR_NAME macros to schema.h so it's reachable fromMartin Hedenfal
2010-06-30Validate that all attributes are allowed by any of its object classes.Martin Hedenfal
2010-06-29Rewrite the schema parser, as it's not a context-free grammar.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal