Age | Commit message (Expand) | Author |
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 |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-06 | Use YPMAXRECORD instead of _PW_NAME_LEN here too. | Antoine Jacoutot |
2010-04-28 | - plug memleak (in #if 0'd code) | Jasper Lievisse Adriaanse |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-01 | fix fatal calls, that they will report function names from which they are | zinovik |
2010-02-24 | match code and doc; ok claudio | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-07 | A few visual cleanups, and clarify a comment. | Bret Lambert |
2010-02-06 | Simplify LDAP URL handling (currently unused): | Bret Lambert |
2010-01-02 | The .Rs macro must be followed by .Re, and empty .Rs is useless anyway. | Ingo Schwarze |
2009-12-19 | - "cost" is not a good example of a macro name; from Rogier Krieger | Jason McIntyre |
2009-12-16 | knf and unused variables | Theo de Raadt |
2009-11-12 | accessses 1 entry too far, found by parfait, ok jsg claudio | Theo de Raadt |
2009-10-10 | The YP protocol permits any string to be at least as long as | Robert Nagy |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |