Age | Commit message (Expand) | Author |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
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-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
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-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-17 | use $OpenBSD markers only | Ted Unangst |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-27 | Sync aldap and ber with ldap(1). | Martijn van Duren |
2018-11-20 | Fix when ber_free_elements is called with a NULL-value. | Martijn van Duren |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
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-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-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-09 | Simplify ber_read() | Jeremie Courreges-Anglas |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
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-03 | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. | rob |
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-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-21 | Sync aldap from ldap(1). | Reyk Floeter |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-02-08 | Kill ber.c support for direct fd read/writes | Jeremie Courreges-Anglas |
2017-12-21 | Close the right file descriptor and clean up the tls context in aldap_close(). | Jonathan Matthew |
2017-12-07 | Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXT | Vadim Zhukov |
2017-12-07 | client_addr_init() never fails and its return value is never checked, | Vadim Zhukov |
2017-12-07 | Fix a potential fd leak in client_aldap_open(). | Vadim Zhukov |
2017-08-29 | missing word; from raf czlonka | Jason McIntyre |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-07-12 | Log when we have finished pushing users and groups | Jeremie Courreges-Anglas |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-05-30 | remove an extra .Ed; | Jason McIntyre |
2017-05-30 | Teach ypldap to use tls when connecting to ldap servers. | Jonathan Matthew |