| 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This can be used to allow users to change their password (and a few
other things) but not their entire dn. For example:
allow read access to any by self
allow write access to any attribute userPassword by self
This is currently only supported for "write" (modify, add, delete) and
not "read" (search) filter rules.
OK 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@
|
| | |
|
| |
|
|
|
|
| |
operands).
ok deraadt@
|
| |
|
|
| |
introduced a bug that reversed the check. Found by MERIGHI Marcus.
|
| |
|
|
| |
work for SASL and BSDAUTH binds as it does for simple binds.
|
| |
|
|
|
|
|
|
| |
SASL. This works by prefixing the userPassword attribute with {BSDAUTH},
followed by the (bsd) username. For example:
userPassword: {BSDAUTH}username
Idea by william@. Tested by william@.
|
| |
|
|
| |
with eric@ at c2k10
|
| |
|
|
| |
namespaces. Useful for dump/restore of all namespaces.
|
| |
|
|
|
|
| |
either in the global context or in a namespace. The latter can be used to
delegate requests to different servers for specific parts of the DIT. The
former is a global catch-all referral.
|
| |
|
|
|
| |
functions only return success or failure (-1 or NULL). Update callers to
check errno.
|
| |
|
|
|
|
|
|
|
| |
already does. Trigger a reopen imsg request if either the data or index
databases are compacted. Queue the failed request and try again when the
file is reopened.
Compaction can now be done by a separate process, and ldapd will pick up
the change and reopen the file.
|
|
|
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|