summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap/yp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXTzhuk2017-12-071-32/+7
* Use memset(3) instead of bzero(3)mestre2016-11-291-8/+8
* Set argument encode / result decode callbacks for 'all'.matthieu2016-01-241-1/+3
* Set argument encode / result decode call backs for 'maplist'.matthieu2016-01-241-2/+3
* Implement the 'master' request. ok jmatthew@matthieu2016-01-241-4/+10
* YPPROC_XFR will trigger a crash, even if using it doesn't make sense.pelikan2015-02-111-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* avoid a fd_set overflow by calling a different rpc svc functionderaadt2013-10-011-6/+2
* Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver2011-08-281-10/+54
* Remove double 'to' in comment, ok pyr@martinh2011-01-131-2/+2
* Log match requests at debug level.martinh2011-01-131-1/+4
* Extract common preparation of key in ypmatch handling, and check themartinh2011-01-131-15/+9
* clean up cases of ;;deraadt2010-11-201-2/+2
* Fix a leak in ypldap. Found (and correct diff) frompyr2010-08-031-1/+2
* Use YPMAXRECORD instead of _PW_NAME_LEN here too.ajacoutot2010-05-061-2/+2
* The YP protocol permits any string to be at least as long asrobert2009-10-101-3/+3
* Silence some lint warnings about an unreachable return by consolidatingblambert2009-07-231-5/+3
* Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid.bernd2009-06-021-2/+3
* ypldap -- Intended to be a drop-in replacement for ypserv, gluing in apyr2008-06-261-0/+614