summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd
AgeCommit message (Expand)Author
2015-12-24bzero -> memset. No binary change.mmcc
2015-12-24use strndup instead of malloc/strncpy/nulmmcc
2015-12-22commiting -> committingmmcc
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-05#include <string.h> not strings.hClaudio Jeker
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-11-02Both ldapd processes need "stdio" to talk to clients and each other.Jonathan Matthew
2015-10-11The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast toPhilip Guenther
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-02-12ber_printf_elements should return NULL if any of its parts fail.Martin Pelikan
2015-02-11initialize a variable in case "goto done" makes us compare itMartin Pelikan
2015-01-28Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. ItReyk Floeter
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo de Raadt
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-16Convert the logic in the error function of the ldap schema parser.Alexander Bluhm
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-09-21eliminate the use of a gcc C extension (conditionals with omittedDaniel Dickman
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-11add a caveat about databases;Jason McIntyre
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13When the three possible return values are -1, 0, and 1, != 1 is the sameKenneth R Westerback
2014-07-11add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-06-11rfc 4512, not 4712;Jason McIntyre
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-02bunch of format string cleanups, removing %i, signed vs unsigned, and evenTheo de Raadt
2013-09-07Change default ciphers to HIGH:!aNULL.Federico G. Schwindt
2013-08-20replace a predefined string with a mdoc macro; ok jmc, schwarze, sobradoMike Belopuhov
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-01-28ssl.c is a very old copy of smtpd's and didn't catch up the bump of theGilles Chehade
2012-11-12fix a potential memory leak; OK martinh@ sthen@Gleydson Soares
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-06-16Protect against fd exhaustion when reopening database files. Only acceptJonathan Matthew
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2012-04-01use our umask() before AF_UNIX bind() semantics; ok pyrTheo de Raadt
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-01-28document available authentication types and formats.Martin Hedenfal
2011-01-08Change detection of indefinite BER lenghts (which is not allowed). Only aMartin Hedenfal
2010-12-17Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7Martin Hedenfal
2010-11-26Unbreak re-indexing by checking if an index entry already exists.Martin Hedenfal
2010-11-10Make -dvv flags produce debug traces of decoded BER messages on stderr.Martin Hedenfal