summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldap (follow)
Commit message (Expand)AuthorAgeFilesLines
* some spacing/grammar fixes from dave voutila;jmc2021-02-101-7/+5
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-85/+85
* During libutil/ber.c r1.12 I made sure that every element that's requestedmartijn2019-09-101-4/+6
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-114-1485/+3
* Only apply sign extension when less than eight bytes have been consumed. Thisrob2019-04-271-3/+4
* avoid double free, instead flowing through a free(NULL)deraadt2019-01-261-2/+1
* rm a few more $Id which cannot be usefultedu2019-01-172-4/+2
* update for libtls default cert changes.tedu2018-11-291-3/+3
* LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tmartijn2018-11-275-58/+104
* Fix when ber_free_elements is called with a NULL-value.martijn2018-11-201-1/+3
* RFC2849 requires us to have 2 colons after the value-spec.martijn2018-11-071-2/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-3/+2
* Fix base64 outlen calculation.martijn2018-11-061-2/+2
* Implement SAFE-INIT-CHAR.martijn2018-11-061-3/+8
* *** empty log message ***martijn2018-10-231-1/+3
* Fix off by one when wrapping long LDIF lines.martijn2018-10-231-2/+4
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-123-8/+8
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-032-5/+15
* Remove midsentence period.rob2018-08-011-3/+3
* Relocate some public functions above the internal functions comment.rob2018-07-311-63/+63
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-312-6/+6
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-313-34/+33
* Fix some comments referencing sockets which are not used by the ber api. Therob2018-07-131-5/+5
* Fix loop condition in ber.c. Discussed with claudio.rob2018-07-131-6/+5
* Simplify ber_read()jca2018-07-091-36/+16
* More whitespace.rob2018-07-041-4/+2
* Cleanup some whitespace.rob2018-07-041-2/+2
* Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob2018-07-041-8/+4
* minor tweaks to improve readability;jmc2018-07-041-7/+5
* Add HISTORY to ldap.1rob2018-07-041-2/+7
* Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob2018-07-032-4/+77
* - instead of trying to show a 100% accurate synopsis for -H, simplify itjmc2018-07-032-20/+28
* s/constructive/constructed in DPRINTF output.rob2018-07-011-2/+2
* Consistent use of copyright notices.rob2018-06-292-4/+4
* Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob2018-06-292-9/+23
* Synchronize some comments.rob2018-06-271-3/+3
* Consistent use of calloc in ber.c.rob2018-06-271-2/+2
* Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb2018-06-271-2/+3
* Allow to read the password from a file with -yreyk2018-06-262-11/+50
* Fix DEBUG messagereyk2018-06-211-3/+3
* "filter" is optional; from matthew martinjmc2018-06-171-3/+3
* fix some formatting which groff was complaining about;jmc2018-06-131-5/+5
* various tweaks;jmc2018-06-131-16/+14
* Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines.reyk2018-06-131-2/+2
* Import ldap(1), a simple ldap search client.reyk2018-06-139-0/+4272