Age | Commit message (Expand) | Author |
2022-02-10 | unveil _PATH_LOGIN_CONF_D | Robert Nagy |
2021-12-15 | ldapd always uses O_CREAT when reopening database files, so the database | Jonathan Matthew |
2021-12-15 | PATH_MAX+1 rarely makes sense, and abort if this happens in the imsg. | Theo de Raadt |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-01-27 | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of | rob |
2020-03-05 | Fix ldapd datadir location. | Martijn van Duren |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2018-05-15 | Fix format string errors in log messages and update ldapd to use relayd's log.c | Reyk Floeter |
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 |