| Commit message (Expand) | Author | Age | Files | Lines |
* | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and |  rob | 2019-05-11 | 4 | -1485/+3 |
* | Only apply sign extension when less than eight bytes have been consumed. This |  rob | 2019-04-27 | 1 | -3/+4 |
* | avoid double free, instead flowing through a free(NULL) |  deraadt | 2019-01-26 | 1 | -2/+1 |
* | rm a few more $Id which cannot be useful |  tedu | 2019-01-17 | 2 | -4/+2 |
* | update for libtls default cert changes. |  tedu | 2018-11-29 | 1 | -3/+3 |
* | LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn't |  martijn | 2018-11-27 | 5 | -58/+104 |
* | Fix when ber_free_elements is called with a NULL-value. |  martijn | 2018-11-20 | 1 | -1/+3 |
* | RFC2849 requires us to have 2 colons after the value-spec. |  martijn | 2018-11-07 | 1 | -2/+2 |
* | Use TLS_CA_CERT_FILE instead of a separate define. |  jsing | 2018-11-06 | 1 | -3/+2 |
* | Fix base64 outlen calculation. |  martijn | 2018-11-06 | 1 | -2/+2 |
* | Implement SAFE-INIT-CHAR. |  martijn | 2018-11-06 | 1 | -3/+8 |
* | *** empty log message *** |  martijn | 2018-10-23 | 1 | -1/+3 |
* | Fix off by one when wrapping long LDIF lines. |  martijn | 2018-10-23 | 1 | -2/+4 |
* | Change ber_write_elements() to return ssize_t instead of int. |  rob | 2018-08-12 | 3 | -8/+8 |
* | Place a limit on the number of elements in a ber sequence/set. This prevents |  rob | 2018-08-03 | 2 | -5/+15 |
* | Remove midsentence period. |  rob | 2018-08-01 | 1 | -3/+3 |
* | Relocate some public functions above the internal functions comment. |  rob | 2018-07-31 | 1 | -63/+63 |
* | Fix some debugging output now that ber type and encoding are unsigned int. |  rob | 2018-07-31 | 2 | -6/+6 |
* | Make ber type and encoding a unsigned int instead of unsigned long. |  claudio | 2018-07-31 | 3 | -34/+33 |
* | Fix some comments referencing sockets which are not used by the ber api. The |  rob | 2018-07-13 | 1 | -5/+5 |
* | Fix loop condition in ber.c. Discussed with claudio. |  rob | 2018-07-13 | 1 | -6/+5 |
* | Simplify ber_read() |  jca | 2018-07-09 | 1 | -36/+16 |
* | More whitespace. |  rob | 2018-07-04 | 1 | -4/+2 |
* | Cleanup some whitespace. |  rob | 2018-07-04 | 1 | -2/+2 |
* | Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc() |  rob | 2018-07-04 | 1 | -8/+4 |
* | minor tweaks to improve readability; |  jmc | 2018-07-04 | 1 | -7/+5 |
* | Add HISTORY to ldap.1 |  rob | 2018-07-04 | 1 | -2/+7 |
* | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. |  rob | 2018-07-03 | 2 | -4/+77 |
* | - instead of trying to show a 100% accurate synopsis for -H, simplify it |  jmc | 2018-07-03 | 2 | -20/+28 |
* | s/constructive/constructed in DPRINTF output. |  rob | 2018-07-01 | 1 | -2/+2 |
* | Consistent use of copyright notices. |  rob | 2018-06-29 | 2 | -4/+4 |
* | Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff |  rob | 2018-06-29 | 2 | -9/+23 |
* | Synchronize some comments. |  rob | 2018-06-27 | 1 | -3/+3 |
* | Consistent use of calloc in ber.c. |  rob | 2018-06-27 | 1 | -2/+2 |
* | Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAP |  rob | 2018-06-27 | 1 | -2/+3 |
* | Allow to read the password from a file with -y |  reyk | 2018-06-26 | 2 | -11/+50 |
* | Fix DEBUG message |  reyk | 2018-06-21 | 1 | -3/+3 |
* | "filter" is optional; from matthew martin |  jmc | 2018-06-17 | 1 | -3/+3 |
* | fix some formatting which groff was complaining about; |  jmc | 2018-06-13 | 1 | -5/+5 |
* | various tweaks; |  jmc | 2018-06-13 | 1 | -16/+14 |
* | Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines. |  reyk | 2018-06-13 | 1 | -2/+2 |
* | Import ldap(1), a simple ldap search client. |  reyk | 2018-06-13 | 9 | -0/+4272 |