summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldap/aldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rm a few more $Id which cannot be usefultedu2019-01-171-2/+1
* LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tmartijn2018-11-271-29/+30
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-121-4/+4
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-311-4/+4
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-10/+9
* Fix DEBUG messagereyk2018-06-211-3/+3
* Import ldap(1), a simple ldap search client.reyk2018-06-131-0/+1394