summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
AgeCommit message (Expand)Author
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
2008-10-19Do the DNS resolution before the chroot and disable LDAP referrals for now.aschrijver
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-15- no need to separate list items with .PpJason McIntyre
2008-10-14Sh capitalizationTheo de Raadt
2008-10-14Add the list directive and an example configuration to the manpage.aschrijver
2008-10-14Add support for referrals and lists of attributes.aschrijver
2008-10-06Oops, also commit the header file. Remove silly debug message.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-30add missing copyright.Pierre-Yves Ritschard
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...aschrijver
2008-09-19typoPierre-Yves Ritschard
2008-09-03; -> : in getopt optstring.Jonathan Gray
2008-09-03Missing break in case statement.Jonathan Gray
2008-07-02kill a bunch of dead code.Pierre-Yves Ritschard
2008-06-29repetition, spotted by <bsd@openbsd.rutgers.edu>Pierre-Yves Ritschard
2008-06-29various macro/spelling/grammar fixes;Jason McIntyre
2008-06-29typoMiod Vallat
2008-06-29document the configuration directives for directories.Pierre-Yves Ritschard
2008-06-26tweak;Jason McIntyre
2008-06-26seperate out the openldap stuff that will be replacedTheo de Raadt
2008-06-26must be able to get at include fileTheo de Raadt
2008-06-26cleanup include file. remove unneeded socket cleanup.Pierre-Yves Ritschard
2008-06-26ypldap -- Intended to be a drop-in replacement for ypserv, gluing in aPierre-Yves Ritschard