summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap/ypldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* work on making log.c similar in all daemons:benno2017-01-201-1/+4
* Use memset(3) instead of bzero(3)mestre2016-11-291-2/+2
* When a group contains a non-existent user, make the warningschwarze2016-04-281-4/+3
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* pledge for ypldap is easy because it's purely a network program.jmatthew2015-11-151-1/+4
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-021-21/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* Since the event(s) passed to a callback can be a mask of all eventskrw2014-07-131-8/+8
* Close connection/remove event handler when msgbuf_write() hits ankrw2014-07-131-4/+8
* don't leak ue_netid_line when freeing the old user treejmatthew2012-03-151-1/+2
* ldap doesnt necessarily do referential checks on the users in adlg2012-03-101-2/+2
* Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver2011-08-281-94/+238
* fix fatal calls, that they will report function names from which they arezinovik2010-04-011-2/+2
* Sync with relayd:eric2009-06-061-24/+42
* No need to use RB_FIND here, RB_INSERT does that job for us.form2009-01-291-11/+7
* aldap library -- Replacement for openldap used in ypldap. aldap is an semi-asynchronous client interface to connect to LDAP servers.aschrijver2008-09-301-10/+10
* ; -> : in getopt optstring.jsg2008-09-031-2/+2
* Missing break in case statement.jsg2008-09-031-1/+2
* kill a bunch of dead code.pyr2008-07-021-2/+2
* cleanup include file. remove unneeded socket cleanup.pyr2008-06-261-2/+1
* ypldap -- Intended to be a drop-in replacement for ypserv, gluing in apyr2008-06-261-0/+504