summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/ypldap.c
AgeCommit message (Expand)Author
4 daysConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
4 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
4 daysUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
4 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
4 daysConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
4 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2023-03-31Only send the used portion of struct idm_req in imsgs from the ldapclientJonathan Matthew
2022-08-22remove extra newlines from log messagesJonathan Matthew
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2016-11-29Use memset(3) instead of bzero(3)Ricardo Mestre
2016-04-28When a group contains a non-existent user, make the warningIngo Schwarze
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-13Since the event(s) passed to a callback can be a mask of all eventsKenneth R Westerback
2014-07-13Close connection/remove event handler when msgbuf_write() hits anKenneth R Westerback
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-28Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver
2010-04-01fix fatal calls, that they will report function names from which they arezinovik
2009-06-06Sync with relayd:Eric Faurot
2009-01-29No need to use RB_FIND here, RB_INSERT does that job for us.Oleg Safiullin
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...aschrijver
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-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