Age | Commit message (Expand) | Author |
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 |
2015-11-15 | pledge for ypldap is easy because it's purely a network program. | Jonathan Matthew |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-09-09 | Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc | Theo de Raadt |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-02-12 | ber_printf_elements should return NULL if any of its parts fail. | Martin Pelikan |
2015-02-11 | YPPROC_XFR will trigger a crash, even if using it doesn't make sense. | Martin Pelikan |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-16 | use sa_family instead of hard coded inet. from Yury Konovalov | Ted Unangst |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-13 | Since the event(s) passed to a callback can be a mask of all events | Kenneth R Westerback |
2014-07-13 | Close connection/remove event handler when msgbuf_write() hits an | Kenneth R Westerback |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-11-26 | msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-10-01 | avoid a fd_set overflow by calling a different rpc svc function | Theo de Raadt |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-04-30 | ignore SIGPIPE so we don't fall over if an ldap connection breaks | Jonathan Matthew |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2012-04-30 | Use paged searches so we can handle larger directories. Servers that don't | Jonathan Matthew |
2012-04-30 | add 'groupdn' option for specifying a separate base DN for group searches. | Jonathan Matthew |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-03-16 | don't leak ypldap_addr structures when doing dns lookups | Jonathan Matthew |