summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
AgeCommit message (Expand)Author
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-04-30Use paged searches so we can handle larger directories. Servers that don'tJonathan Matthew
2012-04-30add 'groupdn' option for specifying a separate base DN for group searches.Jonathan Matthew
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-03-16don't leak ypldap_addr structures when doing dns lookupsJonathan Matthew
2012-03-15Accept empty/nonexistant ldap attributes when we want a list. This allowsJonathan Matthew
2012-03-15don't leak ue_netid_line when freeing the old user treeJonathan Matthew
2012-03-10ldap doesnt necessarily do referential checks on the users in aDavid Gwynne
2011-08-28Use the correct terminology, replace the term "entry" with the term "attribut...aschrijver
2011-08-28Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver
2011-07-07Install a default ypldap.conf(5) based on the one from the man pageAntoine Jacoutot
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-01-17Refactor ldap searches for passwd and group queries into a commonMartin Hedenfal
2011-01-17extract common code for building the idm_req struct for passwordsMartin Hedenfal
2011-01-13Remove forward declarations of non-existant functions.Martin Hedenfal
2011-01-13Remove double 'to' in comment, ok pyr@Martin Hedenfal
2011-01-13Log match requests at debug level.Martin Hedenfal
2011-01-13Extract common preparation of key in ypmatch handling, and check theMartin Hedenfal
2010-11-20clean up cases of ;;Theo de Raadt
2010-10-11zap unused definitionsPierre-Yves Ritschard
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-08-03Fix a leak in ypldap. Found (and correct diff) fromPierre-Yves Ritschard
2010-07-21Search filter BER tags use a context-specific class, not an applicationMartin Hedenfal
2010-07-21fix NULL-deref, ok martinh@Gilles Chehade
2010-07-09use macro defines for magical numbers, instead hardcoded valueszinovik
2010-07-05original `for' loop has bug `use after free'. At first iteration we arezinovik
2010-06-14Fixes unlinking the first element inside a set or a sequence, andMartin Hedenfal
2010-06-14fix a memory leak, from aschrivjerPierre-Yves Ritschard
2010-06-12at line 445 `al' is allocated via `aldap_init' in `client_aldap_open'zinovik
2010-06-08ber_calc_len() is not an internal function, so adjust the comment.Martin Hedenfal
2010-06-03Don't hardcode /bin/ksh in the example, but use "loginShell" instead.Antoine Jacoutot
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-05-06Use 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-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-04-01fix fatal calls, that they will report function names from which they arezinovik
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