Age | Commit message (Expand) | Author |
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 |
2012-03-15 | Accept empty/nonexistant ldap attributes when we want a list. This allows | Jonathan Matthew |
2012-03-15 | don't leak ue_netid_line when freeing the old user tree | Jonathan Matthew |
2012-03-10 | ldap doesnt necessarily do referential checks on the users in a | David Gwynne |
2011-08-28 | Use the correct terminology, replace the term "entry" with the term "attribut... | aschrijver |
2011-08-28 | Add support for the netid.byname YP map. This map is used by getgrouplist(3), | aschrijver |
2011-07-07 | Install a default ypldap.conf(5) based on the one from the man page | Antoine Jacoutot |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-01-17 | Refactor ldap searches for passwd and group queries into a common | Martin Hedenfal |
2011-01-17 | extract common code for building the idm_req struct for passwords | Martin Hedenfal |
2011-01-13 | Remove forward declarations of non-existant functions. | Martin Hedenfal |
2011-01-13 | Remove double 'to' in comment, ok pyr@ | Martin Hedenfal |
2011-01-13 | Log match requests at debug level. | Martin Hedenfal |
2011-01-13 | Extract common preparation of key in ypmatch handling, and check the | Martin Hedenfal |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-10-11 | zap unused definitions | Pierre-Yves Ritschard |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-03 | Fix a leak in ypldap. Found (and correct diff) from | Pierre-Yves Ritschard |
2010-07-21 | Search filter BER tags use a context-specific class, not an application | Martin Hedenfal |
2010-07-21 | fix NULL-deref, ok martinh@ | Gilles Chehade |
2010-07-09 | use macro defines for magical numbers, instead hardcoded values | zinovik |
2010-07-05 | original `for' loop has bug `use after free'. At first iteration we are | zinovik |
2010-06-14 | Fixes unlinking the first element inside a set or a sequence, and | Martin Hedenfal |
2010-06-14 | fix a memory leak, from aschrivjer | Pierre-Yves Ritschard |
2010-06-12 | at line 445 `al' is allocated via `aldap_init' in `client_aldap_open' | zinovik |
2010-06-08 | ber_calc_len() is not an internal function, so adjust the comment. | Martin Hedenfal |
2010-06-03 | Don't hardcode /bin/ksh in the example, but use "loginShell" instead. | Antoine Jacoutot |