| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.
Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.
tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt
|
| |
|
|
| |
OK benno@ jmatthew@
|
| |
|
|
|
|
|
| |
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok krw@ jmatthew@
|
| |
|
|
| |
instead of when each attribute is validated.
|
| |
|
|
|
|
| |
common attribute types. Specialized attribute types like Delivery Method or
Teletex Terminal Identifier are recognized for completeness, but not
validated.
|
| | |
|
| | |
|
| |
|
|
|
| |
unless it also belongs to a subclassed object class (structural or
auxiliary).
|
| |
|
|
| |
schema parser. Also fix a typo.
|
| |
|
|
|
|
| |
Properly expand the object class hierarchy before doing this. Also verify
that there is only one structural object class. Finally add support for the
extensibleObject auxiliary object class.
|
| |
|
|
|
|
|
|
|
|
| |
This also brings the config parser more in line with other parse.y in the
tree. The new schema parser also supports symbolic OID names.
You need to update your /etc/ldapd.conf. Schema files are no longer
included with the 'include' keyword, you have to use 'schema' for that.
Moves schema-related structures to a separate include file to ease reuse.
|
|
|
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|