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.c
Age
Commit message (
Expand
)
Author
2017-03-01
move up getpid() and getpwnam(LDAP USER) checks
Gleydson Soares
2017-02-24
Implement fork+exec model
Gleydson Soares
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-05-01
convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls
Jonathan Matthew
2016-02-04
Minor ldapd -r tweaks
Jeremie Courreges-Anglas
2016-02-02
use stat(2) instead of chdir(2) to check if given the directory is valid.
Gleydson Soares
2016-02-01
Add -r argument to ldapd, to specify an alternative directory to
Landry Breuil
2016-01-17
Properly remove unix sockets (control & listening) upon exit of the
Landry Breuil
2015-12-24
bzero -> memset. No binary change.
mmcc
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2015-11-02
Both ldapd processes need "stdio" to talk to clients and each other.
Jonathan Matthew
2015-01-16
change to <limits.h> universe. The only changes in the binary are due
Theo de Raadt
2014-08-25
Delete secret or secret-derived data with explicit_bzero.
Doug Hogan
2013-11-02
bunch of format string cleanups, removing %i, signed vs unsigned, and even
Theo de Raadt
2012-06-16
Protect against fd exhaustion when reopening database files. Only accept
Jonathan Matthew
2010-11-10
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Martin Hedenfal
2010-10-26
Allow the userPassword attribute to specify a login class when using
william
2010-09-01
Move generic imsg/libevent glue to a separate file.
Martin Hedenfal
2010-07-01
Remove dead assignments. Found by clang static analyzer.
Martin Hedenfal
2010-06-15
Implement support in the parent to (re-)open database files on behalf of
Martin Hedenfal
2010-06-15
EV_READ and EV_WRITE are not mutually exclusive, so check if we get both in
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal