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
4 days
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
4 days
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
4 days
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
4 days
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
4 days
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
4 days
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2023-03-31
Only send the used portion of struct idm_req in imsgs from the ldapclient
Jonathan Matthew
2022-08-22
remove extra newlines from log messages
Jonathan Matthew
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
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