History log of /openbsd-current/usr.bin/ldap/aldap.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 11-May-2019 rob

The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and
snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync
in ldap, ldapd, ypldap and snmpd.

This commit moves the BER API into /usr/lib/libutil. All current consumers
already link libutil. ldapd and snmpd regress passes, and release builds.

With help from tb@ and guenther@.

ok deraadt@, tb@


Revision tags: OPENBSD_6_5_BASE
# 1.3 17-Jan-2019 tedu

rm a few more $Id which cannot be useful


# 1.2 27-Nov-2018 martijn

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@


# 1.1 13-Jun-2018 reyk

branches: 1.1.1;
Initial revision