summaryrefslogtreecommitdiff
path: root/usr.bin/ldap
AgeCommit message (Expand)Author
2022-03-31'e' is no longer an optional element for ober_scanf_elements.Martijn van Duren
2021-09-02rather than using sys/param.h, define a local replacement MINIMUM() insteadTheo de Raadt
2021-02-10some spacing/grammar fixes from dave voutila;Jason McIntyre
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-09-10During libutil/ber.c r1.12 I made sure that every element that's requestedMartijn van Duren
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2019-04-27Only apply sign extension when less than eight bytes have been consumed. Thisrob
2019-01-26avoid double free, instead flowing through a free(NULL)Theo de Raadt
2019-01-17rm a few more $Id which cannot be usefulTed Unangst
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-27LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tMartijn van Duren
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-07RFC2849 requires us to have 2 colons after the value-spec.Martijn van Duren
2018-11-06Use TLS_CA_CERT_FILE instead of a separate define.Joel Sing
2018-11-06Fix base64 outlen calculation.Martijn van Duren
2018-11-06Implement SAFE-INIT-CHAR.Martijn van Duren
2018-10-23*** empty log message ***Martijn van Duren
2018-10-23Fix off by one when wrapping long LDIF lines.Martijn van Duren
2018-08-12Change ber_write_elements() to return ssize_t instead of int.rob
2018-08-03Place a limit on the number of elements in a ber sequence/set. This preventsrob
2018-08-01Remove midsentence period.rob
2018-07-31Relocate some public functions above the internal functions comment.rob
2018-07-31Fix some debugging output now that ber type and encoding are unsigned int.rob
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-13Fix some comments referencing sockets which are not used by the ber api. Therob
2018-07-13Fix loop condition in ber.c. Discussed with claudio.rob
2018-07-09Simplify ber_read()Jeremie Courreges-Anglas
2018-07-04More whitespace.rob
2018-07-04Cleanup some whitespace.rob
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
2018-07-04minor tweaks to improve readability;Jason McIntyre
2018-07-04Add HISTORY to ldap.1rob
2018-07-03Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob
2018-07-03- instead of trying to show a 100% accurate synopsis for -H, simplify itJason McIntyre
2018-07-01s/constructive/constructed in DPRINTF output.rob
2018-06-29Consistent use of copyright notices.rob
2018-06-29Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-27Synchronize some comments.rob
2018-06-27Consistent use of calloc in ber.c.rob
2018-06-27Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-26Allow to read the password from a file with -yReyk Floeter
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-21Fix DEBUG messageReyk Floeter
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-17"filter" is optional; from matthew martinJason McIntyre
2018-06-13fix some formatting which groff was complaining about;Jason McIntyre
2018-06-13various tweaks;Jason McIntyre