summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/aldap.c
AgeCommit message (Expand)Author
2009-07-08Fix memory leak in sarch filter parsing code.Bret Lambert
2009-01-29Make anonymous binds work properly.aschrijver
2009-01-28Correct dup to dupstr.aschrijver
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-04Fix memory leak (diff from blambert@)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-10-28Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.aschrijver
2008-10-14Add support for referrals and lists of attributes.aschrijver
2008-10-06use strtonum() instead of atoi() and remove an unnecessary bzero()aschrijver
2008-10-02use calloc() instead of malloc() and bzero()Theo de Raadt
2008-09-30fix ugly comments.Pierre-Yves Ritschard
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...aschrijver