summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind/ypbind.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-9/+9
* Prefer <fcntl.h> over <sys/fcntl.h> in userlandguenther2018-04-261-14/+15
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+2
* Use unlinkat() when removing the contents of a directory so we don'tmillert2017-06-121-4/+2
* ypbind(8) is not started automatically at boot time by /etc/rc if domainnameajacoutot2017-02-171-4/+1
* When making a copy of svc_pollfd, use the correct size.millert2016-07-081-7/+12
* Move to svc_getreq_poll/svc_pollfd.jca2016-07-051-32/+21
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-211-5/+3
* Remove NULL-checks before free().mmcc2015-12-121-3/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-6/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+7
* add back ctype.h include for isspace()jsg2014-01-211-1/+2
* delete 4 includes we do not needderaadt2013-12-201-6/+2
* more unsigned char casts for ctypederaadt2013-11-241-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* usage() has to exit 1; Gleydson Soaresderaadt2008-08-021-3/+3
* missing newlines in printfsderaadt2007-10-091-9/+9
* tidy up synopsis and usage(); from Igor Sobradojmc2007-02-181-3/+3
* return proper server error on failed ypset. Inspired by freebsd; okotto2007-01-021-13/+19
* Fix setting up the more specific binding for the ypsetmeotto2007-01-021-5/+5
* #ifdef lint not LINTderaadt2006-04-021-10/+15
* ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lockhenning2004-02-201-2/+8
* very hairy modifications for dynamic fd_set handling. dynamic rpc fd_set'sderaadt2003-08-191-16/+30
* protos and repairsderaadt2003-07-151-12/+15
* remove excess protoderaadt2003-06-251-6/+2
* remove terms 3 and 4 of some of my licencesderaadt2003-06-021-11/+3
* use more socklen_t; pvalchevderaadt2002-09-061-5/+8
* try to make pingsock and rpcsock resv tooderaadt2002-07-201-2/+15
* ansideraadt2002-06-291-47/+21
* minor KNFderaadt2002-05-301-4/+4
* kill more registers.mpech2002-03-141-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-12/+12
* forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282deraadt2001-12-291-2/+3
* remove extra sys/signal.hderaadt2001-11-051-3/+2
* Wall cleanuppvalchev2001-07-271-3/+2
* avoid complex alignment constraint in SIOCGIFCONF,itojun2000-04-111-64/+22
* handle sa_len being 0 in SIOCGIFCONFderaadt1999-02-161-3/+5
* oopsderaadt1998-08-151-3/+3
* realloc misusederaadt1998-08-151-5/+8
* update copyrightderaadt1998-03-231-2/+3
* Ifaliases.angelos1998-03-201-2/+4
* oopsderaadt1998-02-071-3/+3
* snprintfderaadt1998-02-071-10/+10
* Add missing code to make /etc/yp/<domain> files actually work (in all cases).downsj1998-02-071-2/+5
* add -insecure flag for binding to non-reserved ypservs; problem from pjt@bsd1.phxlab.allied.com; PR#232deraadt1997-06-181-5/+8
* i have made a mistake, and i do not yet understand howderaadt1997-06-141-18/+4
* if >100 doms requested, start killing old ones to avoid starvation problemsderaadt1997-06-121-4/+18
* malloc checks. prevent starvation for > 100 active domain queries.deraadt1997-06-111-3/+15
* fcntl rightderaadt1997-05-061-3/+3
* xid is a u_int32_tderaadt1997-04-021-9/+9