summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-6/+2
* Put a private copy of the ypresp_allfn/ypresp_data interface into ypservderaadt2015-09-111-7/+63
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-5/+3
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* spreading the lint love (very minimal things..)deraadt2006-04-031-12/+12
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-2/+2
* protos and repairsderaadt2003-07-153-31/+7
* fix some more UCB term 3deraadt2003-06-042-12/+4
* remove clause 3 and 4. -mojmaja2003-06-022-10/+2
* more term cleanup by mederaadt2003-06-022-13/+3
* -Wall cleanup: trim unused vars, better err() message in stdhosts,avsm2003-05-051-2/+2
* bunch more careful tweaksderaadt2002-07-191-1/+3
* 4344 lines of KNF diffderaadt2002-07-196-141/+73
* kill more registers.mpech2002-03-141-2/+2
* Make makedbm work on alpha and sparc64. -moj from NetBSD.maja2002-03-041-63/+51
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-15/+1
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-20/+18
* 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-163-16/+16
* Use pidfile() instead of doing the equivalent thing by hand, and sometimesmiod2001-12-011-2/+1
* use a private svc_run() function that checks for a signal handler flag;deraadt2001-11-192-107/+92
* Don't install a new map if yp_all failed. Noticed by Theo. -mojmaja1998-02-141-3/+2
* Fix bug in yp_maplist_host. -mojmaja1998-01-121-3/+3
* NetBSD PR/3504 reported by Brian Baird.maja1997-08-091-4/+10
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* long != intderaadt1997-06-231-3/+3
* Umm, fix signedness error in my last commit, be explicitniklas1997-05-012-5/+5
* Added support for YP V1. Partly from FreeBSD. -mojmaja1997-03-301-1/+2
* Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix tomaja1997-02-092-2/+41
* Added support for SIGHUP in ypserv for reread of /var/yp/securenet ormaja1996-06-301-1/+3
* Same copyright all over, removed my name from ypdb.[ch], small bugfixmaja1996-06-263-10/+6
* $OpenBSD$ tag and few spelling errorsderaadt1996-05-307-14/+15
* do not use yp_prot.hderaadt1996-05-301-24/+24
* Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm1996-03-022-9/+12
* Added in stuff from 960121. Fixed several bugs in ypxfr.dm1996-03-021-1/+6
* Total re-write of yplog by Chuck Cranorchuck1996-01-202-100/+86
* fix: adjust private keys to exclude the null in their sizechuck1996-01-201-8/+8
* cleanup: use snprintf() to prevent buffer overflowchuck1996-01-201-5/+3
* repair an obvious cpp syntax errorderaadt1995-12-241-2/+2
* + full set of ypserv tools that compilederaadt1995-11-017-0/+1016