index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ypldap
/
ypldap.c
Age
Commit message (
Expand
)
Author
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-11-29
Use memset(3) instead of bzero(3)
Ricardo Mestre
2016-04-28
When a group contains a non-existent user, make the warning
Ingo Schwarze
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-15
pledge for ypldap is easy because it's purely a network program.
Jonathan Matthew
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-13
Since the event(s) passed to a callback can be a mask of all events
Kenneth R Westerback
2014-07-13
Close connection/remove event handler when msgbuf_write() hits an
Kenneth R Westerback
2012-03-15
don't leak ue_netid_line when freeing the old user tree
Jonathan Matthew
2012-03-10
ldap doesnt necessarily do referential checks on the users in a
David Gwynne
2011-08-28
Add support for the netid.byname YP map. This map is used by getgrouplist(3),
aschrijver
2010-04-01
fix fatal calls, that they will report function names from which they are
zinovik
2009-06-06
Sync with relayd:
Eric Faurot
2009-01-29
No need to use RB_FIND here, RB_INSERT does that job for us.
Oleg Safiullin
2008-09-30
aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...
aschrijver
2008-09-03
; -> : in getopt optstring.
Jonathan Gray
2008-09-03
Missing break in case statement.
Jonathan Gray
2008-07-02
kill a bunch of dead code.
Pierre-Yves Ritschard
2008-06-26
cleanup include file. remove unneeded socket cleanup.
Pierre-Yves Ritschard
2008-06-26
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
Pierre-Yves Ritschard