summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/ssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsjmatthew2016-05-011-565/+0
* SSL_CTX_free() and SSL_free() check for null so dont do it in ldapdbenno2015-12-301-5/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* change to <limits.h> universe. The only changes in the binary are duederaadt2015-01-161-3/+4
* add additional includes required to build with -DOPENSSL_NO_DEPRECATEDjsg2014-07-111-1/+3
* Change default ciphers to HIGH:!aNULL.fgsch2013-09-071-2/+2
* ssl.c is a very old copy of smtpd's and didn't catch up the bump of thegilles2013-01-281-45/+47
* Remove dead assignments. Found by clang static analyzer.martinh2010-07-011-5/+1
* Remove unused functions and variables, found by lint.martinh2010-06-271-145/+2
* Remove trailing whitespace and spaces before tabs.martinh2010-05-311-4/+4
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+710