Age | Commit message (Expand) | Author |
2016-05-01 | convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls | Jonathan Matthew |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
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 | some -r fixes; | Jason McIntyre |
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-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in ldapd | Sebastian Benoit |
2015-12-24 | bzero -> memset. No binary change. | mmcc |
2015-12-24 | use strndup instead of malloc/strncpy/nul | mmcc |
2015-12-22 | commiting -> committing | mmcc |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-05 | #include <string.h> not strings.h | Claudio Jeker |
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-10-11 | The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast to | Philip Guenther |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-02-12 | ber_printf_elements should return NULL if any of its parts fail. | Martin Pelikan |
2015-02-11 | initialize a variable in case "goto done" makes us compare it | Martin Pelikan |
2015-01-28 | Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. It | Reyk Floeter |
2015-01-16 | change to <limits.h> universe. The only changes in the binary are due | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-16 | Convert the logic in the error function of the ldap schema parser. | Alexander Bluhm |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-09-21 | eliminate the use of a gcc C extension (conditionals with omitted | Daniel Dickman |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-11 | add a caveat about databases; | Jason McIntyre |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | When the three possible return values are -1, 0, and 1, != 1 is the same | Kenneth R Westerback |
2014-07-11 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-06-11 | rfc 4512, not 4712; | Jason McIntyre |
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-23 | unsigned char casts for ctype | Theo de Raadt |
2013-11-02 | bunch of format string cleanups, removing %i, signed vs unsigned, and even | Theo de Raadt |
2013-09-07 | Change default ciphers to HIGH:!aNULL. | Federico G. Schwindt |
2013-08-20 | replace a predefined string with a mdoc macro; ok jmc, schwarze, sobrado | Mike Belopuhov |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-01-28 | ssl.c is a very old copy of smtpd's and didn't catch up the bump of the | Gilles Chehade |
2012-11-12 | fix a potential memory leak; OK martinh@ sthen@ | Gleydson Soares |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-06-16 | Protect against fd exhaustion when reopening database files. Only accept | Jonathan Matthew |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |