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
/
ypldap
/
ber.c
Age
Commit message (
Expand
)
Author
2016-04-06
Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can
Jonathan Matthew
2016-03-05
mirror memset changes to ber.c made in ldapd (these 3 daemons
Theo de Raadt
2015-12-05
strings.h -> string.h to prevent an implicit declaration. Also removes
mmcc
2015-02-12
ber_printf_elements should return NULL if any of its parts fail.
Martin Pelikan
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2010-06-14
Fixes unlinking the first element inside a set or a sequence, and
Martin Hedenfal
2010-06-08
ber_calc_len() is not an internal function, so adjust the comment.
Martin Hedenfal
2010-02-24
match code and doc; ok claudio
Jason McIntyre
2009-12-16
knf and unused variables
Theo de Raadt
2009-11-12
accessses 1 entry too far, found by parfait, ok jsg claudio
Theo de Raadt
2009-06-04
Make the types of ber_read() decl match the prototype.
Jonathan Gray
2008-09-30
aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...
aschrijver