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