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