summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/schema.c
AgeCommit message (Expand)Author
2010-11-04Publish matching rules in the cn=schema subentry as the matchingRulesMartin Hedenfal
2010-11-03Validate matching rules against attribute syntaxes. All matching rules fromMartin Hedenfal
2010-09-21Warn if schema file can't be opened.Martin Hedenfal
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-07-02Dump parsed schema to buffer and send in requests for the cn=schemaMartin Hedenfal
2010-07-02Fix memory leaks in schema parser.Martin Hedenfal
2010-07-01Parse (and ignore) schema extensions with an X- prefix. Bail on unknown keywo...Martin Hedenfal
2010-07-01Give a more descriptive error message when an object class definitionMartin Hedenfal
2010-07-01Fix two possible null pointer assignments in the error path.Martin Hedenfal
2010-06-30remove trailing spacesMartin Hedenfal
2010-06-30Verify that any object class subclassing is allowed.Martin Hedenfal
2010-06-29Rewrite the schema parser, as it's not a context-free grammar.Martin Hedenfal