summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/ber.c
AgeCommit message (Expand)Author
2017-02-11Correct handling of requests to delete individual attribute values.Philip Guenther
2015-12-24bzero -> memset. No binary change.mmcc
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-05#include <string.h> not strings.hClaudio Jeker
2015-02-12ber_printf_elements should return NULL if any of its parts fail.Martin Pelikan
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo de Raadt
2011-01-08Change detection of indefinite BER lenghts (which is not allowed). Only aMartin Hedenfal
2010-10-19When checking if the input buffer is large enough to hold an LDAP request,Martin Hedenfal
2010-07-01If the length of an element being read is larger than what is available inMartin Hedenfal
2010-06-08ber_calc_len() is not an internal function, so adjust the comment.Martin Hedenfal
2010-06-05Minimize changes against the ber.c in snmpd and ypldap. This also fixes anMartin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal