Age | Commit message (Expand) | Author |
2022-02-10 | unveil _PATH_LOGIN_CONF_D | Robert Nagy |
2021-12-20 | When removing the last value from an attribute in ldap_del_values() | Claudio Jeker |
2021-12-20 | Add some debug messages in validate_entry() that explain why | Claudio Jeker |
2021-12-19 | log_warn -> log_warnx since the warning printed uses tls_error() | Claudio Jeker |
2021-12-15 | include unistd.h directly rather than pulling it in via zlib's zconf.h | Theo Buehler |
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-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-10-07 | Call normalize_dn() on the newly added namespace so that later compares | Claudio Jeker |
2021-10-07 | Change host() error check to the more simple for of != 1. | Claudio Jeker |
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-05-02 | Fix having hostnames in the listen on statement. Regression introduced in | Martijn van Duren |
2021-04-20 | Move TAILQ initialization to files where they are used. | dv |
2021-01-28 | Add ldap(1) to the SEE ALSO section. OK deraadt@ | Todd C. Miller |
2021-01-27 | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of | rob |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-17 | Comply with man page intent of -dvv enabling BER level logging. | rob |
2021-01-09 | Remove locally imposed limit on sockets. | rob |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-11-29 | Silence -Wsign-compare whining in bsnprintf() | Theo Buehler |
2020-11-29 | Fix cert and key path inference for absolute paths | Theo Buehler |
2020-09-19 | Add a bsd.schema including a shadowPassword and an sshPublicKey | Theo Buehler |
2020-06-24 | Using the "ldaps" or "tls" keywords in ldapd.conf currently enables all | Theo Buehler |
2020-03-05 | Fix ldapd datadir location. | Martijn van Duren |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-01-28 | usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2019-10-26 | The starttls command doesn't have a value with its extended request. | Martijn van Duren |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-05-18 | Fix LDAP RFC reference in comment. Also noticed by martijn. | rob |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-04-27 | Only apply sign extension when less than eight bytes have been consumed. This | rob |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-12-05 | key.data is a void *, on gcc archs doing a %s printf with such a pointer | Claudio Jeker |
2018-11-27 | Sync with ldap(1) | Martijn van Duren |
2018-11-20 | Fix when ber_free_elements is called with a NULL-value. | Martijn van Duren |
2018-11-04 | some tweaks from raf czlonka, plus one more from me; | Jason McIntyre |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-27 | Undefined plans can never match. Check for that before trying to use the plan. | Claudio Jeker |
2018-08-27 | Wrap some overly long lines. No functional change | Claudio Jeker |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-08-03 | Place a limit on the number of elements in a ber sequence/set. This prevents | rob |
2018-07-31 | Relocate some public functions above the internal functions comment. | rob |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |