summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
AgeCommit message (Expand)Author
2010-02-24match code and doc; ok claudioJason McIntyre
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-02-07A few visual cleanups, and clarify a comment.Bret Lambert
2010-02-06Simplify LDAP URL handling (currently unused):Bret Lambert
2010-01-02The .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 KriegerJason McIntyre
2009-12-16knf and unused variablesTheo de Raadt
2009-11-12accessses 1 entry too far, found by parfait, ok jsg claudioTheo de Raadt
2009-10-10The YP protocol permits any string to be at least as long asRobert Nagy
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-07-23Silence some lint warnings about an unreachable return by consolidatingBret Lambert
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-07-08Fix memory leak in sarch filter parsing code.Bret Lambert
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06shuffle code around to achieve 0 length diff nirvana between all thePierre-Yves Ritschard
2009-06-06remove unnecessary and scary pid check in imsg_init.Pierre-Yves Ritschard
2009-06-06Sync with relayd:Eric Faurot
2009-06-04Make the types of ber_read() decl match the prototype.Jonathan Gray
2009-06-02Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid.Bernd Ahlers
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-16- use .Pp, not blank linesJason McIntyre
2009-02-15Change the full sample configuration into an use case.aschrijver
2009-01-29Make anonymous binds work properly.aschrijver
2009-01-29No need to use RB_FIND here, RB_INSERT does that job for us.Oleg Safiullin
2009-01-28Correct dup to dupstr.aschrijver
2009-01-27keep namespace clean.Pierre-Yves Ritschard
2009-01-27Add space after keywords.aschrijver
2009-01-27Oops, fix the error handling. Found by blambert@aschrijver
2009-01-27Fix another double free in the filter parser.aschrijver
2009-01-27Remove unnecessary comment.aschrijver
2009-01-27Add correct error handling to the aldap API.aschrijver
2009-01-26move aldap_close in aldap.c, where it belongs.Pierre-Yves Ritschard
2009-01-16Fix double free with invalid ldap filter (reported by dlg@).aschrijver
2009-01-13ypldap.conf may contain secrets, so get the parse to check if itsDavid Gwynne
2009-01-06- add missing rcs idJasper Lievisse Adriaanse
2009-01-04Fix memory leak (diff from blambert@)aschrijver
2008-12-29Remove unused prototype.aschrijver
2008-12-28Plug some memory leakage in aldap_parse by calling aldap_freemsgBret Lambert
2008-12-27Fix memory leak.aschrijver
2008-11-28Add support for escaped characters to the search filter parsing function.aschrijver
2008-11-17Missing end quote in example.Marc Balmer
2008-10-28Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.aschrijver
2008-10-21Oops, freed to much memory.aschrijver
2008-10-20Do not stop connecting after the first connect fails.aschrijver
2008-10-20Add 2 missing directives and remove duplicate configuration entry.aschrijver