Age | Commit message (Expand) | Author |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-07-28 | One negation is enough; pointed out by clang. | Florian Obser |
2017-07-04 | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | Alexander Bluhm |
2017-05-28 | Fix checks for seconds and timezones in generalized times. | Jonathan Matthew |
2017-05-26 | Don't overflow uint16 when the filesystem block size is >32K. | Stuart Henderson |
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt |
2017-04-06 | use memset() instead of bzero() | Gleydson Soares |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-03 | Internally libssl uses 16k buffer, the libevent TLS wrapper uses | Alexander Bluhm |
2017-03-01 | add missing rcsid | Gleydson Soares |
2017-03-01 | move up getpid() and getpwnam(LDAP USER) checks | Gleydson Soares |
2017-02-24 | Implement fork+exec model | Gleydson Soares |
2017-02-22 | print a formatted errx() string instead of segfault, | Gleydson Soares |
2017-02-11 | Correct handling of requests to delete individual attribute values. | Philip Guenther |
2017-01-20 | unbreak tree | Sebastian Benoit |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-20 | Correctly list all libraries required. | Theo de Raadt |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-12-02 | Fix leaks by freeing 'path' and 'lru_queue' in btree_close(). | Jonathan Matthew |
2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of | Ricardo Mestre |
2016-10-17 | Tweak /etc/ldap/certs/ FILES entry. | Jeremie Courreges-Anglas |
2016-10-17 | In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entries | Jeremie Courreges-Anglas |
2016-10-17 | Fix a few mistakes and add a FILES entry for /etc/ldap/certs | Jeremie Courreges-Anglas |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
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 |