CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/27 05:04:57
Modified files:
usr.bin/ldap : aldap.c aldap.h ber.c ber.h ldapclient.c
Log message:
LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn't
always the case. This caused some malformed output when querying databases
returning data containing NUL-bytes. Fix this by also returning the
actual size.
With this diff we should produce basically identical output to openldap's
ldapsearch.
Lots of back and forths with claudio@
OK claudio@