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