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
/
modify.c
Age
Commit message (
Expand
)
Author
2010-07-28
Revert parts of previous change leading to assertion failure for
Martin Hedenfal
2010-07-13
Avoid double free in ldap modify requests. The values received in the
Martin Hedenfal
2010-07-06
Plug another memory leak. Forgot to reset key returned from cursor, having
Martin Hedenfal
2010-07-06
Check return code from commit. Incorrectly returned success when commit
Martin Hedenfal
2010-07-05
Close cursor on delete. Fixes memory leak introduced by non-leaf delete
Martin Hedenfal
2010-07-02
Don't validate modification of immutable attributes if the namespace is
Martin Hedenfal
2010-07-02
Disallow deleting non-leaf nodes.
Martin Hedenfal
2010-07-01
Add checks that we're not adding immutable attributes, just as we're
Martin Hedenfal
2010-06-29
Add support for referrals. Referrals are configured in the config file,
Martin Hedenfal
2010-06-29
don't overwrite the return code from validate_entry
Martin Hedenfal
2010-06-29
Rewrite the schema parser, as it's not a context-free grammar.
Martin Hedenfal
2010-06-23
Set errno to appropriate values when returning failure in btree. Make btree
Martin Hedenfal
2010-06-15
Make modify and simple auth requests open their own transactions, as search
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal