Age | Commit message (Expand) | Author |
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 |
2009-07-23 | Silence some lint warnings about an unreachable return by consolidating | Bret Lambert |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-07-08 | Fix memory leak in sarch filter parsing code. | Bret Lambert |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | shuffle code around to achieve 0 length diff nirvana between all the | Pierre-Yves Ritschard |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-06 | Sync with relayd: | Eric Faurot |
2009-06-04 | Make the types of ber_read() decl match the prototype. | Jonathan Gray |
2009-06-02 | Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid. | Bernd Ahlers |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-02-16 | - use .Pp, not blank lines | Jason McIntyre |
2009-02-15 | Change the full sample configuration into an use case. | aschrijver |
2009-01-29 | Make anonymous binds work properly. | aschrijver |
2009-01-29 | No need to use RB_FIND here, RB_INSERT does that job for us. | Oleg Safiullin |
2009-01-28 | Correct dup to dupstr. | aschrijver |
2009-01-27 | keep namespace clean. | Pierre-Yves Ritschard |
2009-01-27 | Add space after keywords. | aschrijver |
2009-01-27 | Oops, fix the error handling. Found by blambert@ | aschrijver |
2009-01-27 | Fix another double free in the filter parser. | aschrijver |
2009-01-27 | Remove unnecessary comment. | aschrijver |
2009-01-27 | Add correct error handling to the aldap API. | aschrijver |
2009-01-26 | move aldap_close in aldap.c, where it belongs. | Pierre-Yves Ritschard |
2009-01-16 | Fix double free with invalid ldap filter (reported by dlg@). | aschrijver |
2009-01-13 | ypldap.conf may contain secrets, so get the parse to check if its | David Gwynne |
2009-01-06 | - add missing rcs id | Jasper Lievisse Adriaanse |
2009-01-04 | Fix memory leak (diff from blambert@) | aschrijver |