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
/
yp.c
Age
Commit message (
Expand
)
Author
2017-12-07
Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXT
Vadim Zhukov
2016-11-29
Use memset(3) instead of bzero(3)
Ricardo Mestre
2016-01-24
Set argument encode / result decode callbacks for 'all'.
Matthieu Herrb
2016-01-24
Set argument encode / result decode call backs for 'maplist'.
Matthieu Herrb
2016-01-24
Implement the 'master' request. ok jmatthew@
Matthieu Herrb
2015-02-11
YPPROC_XFR will trigger a crash, even if using it doesn't make sense.
Martin Pelikan
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-10-01
avoid a fd_set overflow by calling a different rpc svc function
Theo de Raadt
2011-08-28
Add support for the netid.byname YP map. This map is used by getgrouplist(3),
aschrijver
2011-01-13
Remove double 'to' in comment, ok pyr@
Martin Hedenfal
2011-01-13
Log match requests at debug level.
Martin Hedenfal
2011-01-13
Extract common preparation of key in ypmatch handling, and check the
Martin Hedenfal
2010-11-20
clean up cases of ;;
Theo de Raadt
2010-08-03
Fix a leak in ypldap. Found (and correct diff) from
Pierre-Yves Ritschard
2010-05-06
Use YPMAXRECORD instead of _PW_NAME_LEN here too.
Antoine Jacoutot
2009-10-10
The YP protocol permits any string to be at least as long as
Robert Nagy
2009-07-23
Silence some lint warnings about an unreachable return by consolidating
Bret Lambert
2009-06-02
Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid.
Bernd Ahlers
2008-06-26
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
Pierre-Yves Ritschard