Age | Commit message (Expand) | Author |
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 |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek |
2017-03-27 | simplify parseval() by allocating a buffer the size of the input string, | Jonathan Matthew |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-01-20 | work on making log.c similar in all daemons: | Sebastian Benoit |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-29 | Use memset(3) instead of bzero(3) | Ricardo Mestre |
2016-10-22 | string terminators are called NUL, not NULL | Theo de Raadt |
2016-10-22 | Fix copy-pasto in comment; from Rob Pierce (rob (at) 2keys.ca) | Philip Guenther |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-04-28 | When a group contains a non-existent user, make the warning | Ingo Schwarze |
2016-04-27 | Simplify overengineered and buggy code that looked like as if it did | Ingo Schwarze |
2016-04-10 | convert ypldap_addr list to a tailq | Jonathan Matthew |
2016-04-06 | Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can | Jonathan Matthew |
2016-03-05 | mirror memset changes to ber.c made in ldapd (these 3 daemons | Theo de Raadt |
2016-01-24 | Set argument encode / result decode callbacks for 'all'. | Matthieu Herrb |
2016-01-24 | Set argument encode / result decode call backs for 'maplist'. | Matthieu Herrb |
2016-01-24 | Implement the 'master' request. ok jmatthew@ | Matthieu Herrb |
2015-12-05 | strings.h -> string.h to prevent an implicit declaration. Also removes | mmcc |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-17 | clean headers | Theo de Raadt |