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
/
ldapd.h
Age
Commit message (
Expand
)
Author
2012-06-16
Protect against fd exhaustion when reopening database files. Only accept
Jonathan Matthew
2012-04-11
rate limiting of accept() in various cases. Testing by jmatthew. there
Theo de Raadt
2010-11-10
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Martin Hedenfal
2010-11-03
Evaluate filters according to the three-valued logic of X.511, as required
Martin Hedenfal
2010-10-19
Remember the bind DN after BSD authentication. This makes access control
Martin Hedenfal
2010-09-01
Move generic imsg/libevent glue to a separate file.
Martin Hedenfal
2010-07-10
Retry requests when the btree is busy. Without this, clients will just hang
Martin Hedenfal
2010-07-01
Implement the LDAP compare operation.
Martin Hedenfal
2010-06-30
Add a global root user that is allowed to read/write entries in all local
Martin Hedenfal
2010-06-29
Add support for referrals. Referrals are configured in the config file,
Martin Hedenfal
2010-06-29
Remember on what listener a connection got from, and return protocol error
Martin Hedenfal
2010-06-29
Rewrite the schema parser, as it's not a context-free grammar.
Martin Hedenfal
2010-06-27
return value unused, found by lint
Martin Hedenfal
2010-06-27
Remove unused code.
Martin Hedenfal
2010-06-27
remove an unused typedef
Martin Hedenfal
2010-06-23
remove leftovers from old compaction code
Martin Hedenfal
2010-06-23
Remove compaction and indexing from ldapd. It is better done by a separate
Martin Hedenfal
2010-06-15
Move around some functions to ease re-use from ldapctl.
Martin Hedenfal
2010-06-15
Make modify and simple auth requests open their own transactions, as search
Martin Hedenfal
2010-06-15
Implement support in the parent to (re-)open database files on behalf of
Martin Hedenfal
2010-06-11
Wrap searches in a read-only transaction so it is guaranteed to see a
Martin Hedenfal
2010-06-03
Open database files before chrooting, and use an absolute path to
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal