summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/ssl.c
AgeCommit message (Expand)Author
2015-12-30SSL_CTX_free() and SSL_free() check for null so dont do it in ldapdSebastian Benoit
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo de Raadt
2014-07-11add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2013-09-07Change default ciphers to HIGH:!aNULL.Federico G. Schwindt
2013-01-28ssl.c is a very old copy of smtpd's and didn't catch up the bump of theGilles Chehade
2010-07-01Remove dead assignments. Found by clang static analyzer.Martin Hedenfal
2010-06-27Remove unused functions and variables, found by lint.Martin Hedenfal
2010-05-31Remove trailing whitespace and spaces before tabs.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal