| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ldap(1) to the SEE ALSO section. OK deraadt@ |  millert | 2021-01-28 | 1 | -2/+3 |
| * | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of |  rob | 2021-01-27 | 1 | -22/+15 |
| * | these programs (with common ancestry) had a -fno-common problem related |  deraadt | 2021-01-27 | 1 | -2/+2 |
| * | Comply with man page intent of -dvv enabling BER level logging. |  rob | 2021-01-17 | 1 | -3/+3 |
| * | Remove locally imposed limit on sockets. |  rob | 2021-01-09 | 2 | -20/+14 |
| * | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2020-12-30 | 1 | -1/+3 |
| * | Silence -Wsign-compare whining in bsnprintf() |  tb | 2020-11-29 | 1 | -2/+2 |
| * | Fix cert and key path inference for absolute paths |  tb | 2020-11-29 | 1 | -13/+23 |
| * | Add a bsd.schema including a shadowPassword and an sshPublicKey |  tb | 2020-09-19 | 2 | -2/+19 |
| * | Using the "ldaps" or "tls" keywords in ldapd.conf currently enables all |  tb | 2020-06-24 | 3 | -14/+40 |
| * | Fix ldapd datadir location. |  martijn | 2020-03-05 | 2 | -6/+10 |
| * | briefly mention /etc/examples/ in the FILES section of all the |  schwarze | 2020-02-10 | 1 | -3/+5 |
| * | usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT |  bket | 2020-01-28 | 1 | -10/+5 |
| * | The starttls command doesn't have a value with its extended request. |  martijn | 2019-10-26 | 1 | -4/+3 |
| * | The ber_* namespace is used by liblber since time immemorial, |  tb | 2019-10-24 | 12 | -188/+188 |
| * | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
| * | Some asprintf() calls were checked < 0, rather than the precise == -1. |  deraadt | 2019-06-27 | 1 | -3/+3 |
| * | Fix LDAP RFC reference in comment. Also noticed by martijn. |  rob | 2019-05-18 | 1 | -3/+3 |
| * | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and |  rob | 2019-05-11 | 4 | -1484/+4 |
| * | Only apply sign extension when less than eight bytes have been consumed. This |  rob | 2019-04-27 | 1 | -3/+4 |
| * | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the |  yasuoka | 2019-03-31 | 1 | -2/+5 |
| * | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other |  deraadt | 2019-02-13 | 2 | -5/+5 |
| * | key.data is a void *, on gcc archs doing a %s printf with such a pointer |  claudio | 2018-12-05 | 1 | -4/+7 |
| * | Sync with ldap(1) |  martijn | 2018-11-27 | 2 | -2/+33 |
| * | Fix when ber_free_elements is called with a NULL-value. |  martijn | 2018-11-20 | 1 | -1/+3 |
| * | some tweaks from raf czlonka, plus one more from me; |  jmc | 2018-11-04 | 1 | -4/+4 |
| * | - odd condition/test in PF lexer |  sashan | 2018-11-01 | 1 | -2/+3 |
| * | replace malloc()+strlcpy() with strndup() in cmdline_symset(). |  miko | 2018-09-07 | 1 | -9/+4 |
| * | Undefined plans can never match. Check for that before trying to use the plan. |  claudio | 2018-08-27 | 1 | -4/+10 |
| * | Wrap some overly long lines. No functional change |  claudio | 2018-08-27 | 1 | -4/+7 |
| * | Change ber_write_elements() to return ssize_t instead of int. |  rob | 2018-08-12 | 3 | -7/+7 |
| * | Place a limit on the number of elements in a ber sequence/set. This prevents |  rob | 2018-08-03 | 2 | -5/+15 |
| * | 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 | 1 | -2/+2 |
| * | Make ber type and encoding a unsigned int instead of unsigned long. |  claudio | 2018-07-31 | 8 | -50/+50 |
| * | 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 |
| * | Do for most running out of memory err() what was done for most running |  krw | 2018-07-11 | 1 | -2/+2 |
| * | No need to mention which memory allocation entry point failed (malloc, |  krw | 2018-07-09 | 1 | -5/+5 |
| * | Simplify ber_read() |  jca | 2018-07-09 | 1 | -36/+16 |
| * | Be consistent in warn() and log_warn() usage when |  krw | 2018-07-08 | 1 | -3/+3 |
| * | 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 |
| * | Avoid possible vfprintf NULL errors in ldap_unbind(). |  rob | 2018-07-04 | 1 | -2/+3 |
| * | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. |  rob | 2018-07-03 | 2 | -4/+77 |
| * | 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 | 1 | -2/+2 |