index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
schema.c
Age
Commit message (
Expand
)
Author
2010-11-04
Publish matching rules in the cn=schema subentry as the matchingRules
Martin Hedenfal
2010-11-03
Validate matching rules against attribute syntaxes. All matching rules from
Martin Hedenfal
2010-09-21
Warn if schema file can't be opened.
Martin Hedenfal
2010-09-03
Resolve matching rules from superior attribute types at schema load time
Martin Hedenfal
2010-09-03
Implement attribute syntaxes from RFC4517. This adds validation to the most
Martin Hedenfal
2010-09-01
Add missing leading string quote character in attribute type description.
Martin Hedenfal
2010-07-02
Dump parsed schema to buffer and send in requests for the cn=schema
Martin Hedenfal
2010-07-02
Fix memory leaks in schema parser.
Martin Hedenfal
2010-07-01
Parse (and ignore) schema extensions with an X- prefix. Bail on unknown keywo...
Martin Hedenfal
2010-07-01
Give a more descriptive error message when an object class definition
Martin Hedenfal
2010-07-01
Fix two possible null pointer assignments in the error path.
Martin Hedenfal
2010-06-30
remove trailing spaces
Martin Hedenfal
2010-06-30
Verify that any object class subclassing is allowed.
Martin Hedenfal
2010-06-29
Rewrite the schema parser, as it's not a context-free grammar.
Martin Hedenfal