Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | 2018-04-26 | 1 | -6/+2 | |
| | | | | | | | Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ | ||||
* | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv | 2015-09-11 | 1 | -7/+63 | |
| | | | | | | (which uses it in a strange way..) thereby making it possible to static the interface in libc. ok guenther | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | Nuke more obvious #include duplications. | 2014-11-18 | 1 | -2/+1 | |
| | | | | ok deraadt@ millert@ tedu@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | spreading the lint love (very minimal things..) | 2006-04-03 | 1 | -12/+12 | |
| | |||||
* | protos and repairs | 2003-07-15 | 1 | -9/+4 | |
| | |||||
* | more term cleanup by me | 2003-06-02 | 1 | -7/+2 | |
| | |||||
* | -Wall cleanup: trim unused vars, better err() message in stdhosts, | 2003-05-05 | 1 | -2/+2 | |
| | | | | | | and constify rcsid[] deraadt@ ok | ||||
* | 4344 lines of KNF diff | 2002-07-19 | 1 | -65/+23 | |
| | |||||
* | use a private svc_run() function that checks for a signal handler flag; | 2001-11-19 | 1 | -96/+83 | |
| | | | | now signal safe. Also, massive KNF. | ||||
* | Don't install a new map if yp_all failed. Noticed by Theo. -moj | 1998-02-14 | 1 | -3/+2 | |
| | |||||
* | Fix bug in yp_maplist_host. -moj | 1998-01-12 | 1 | -3/+3 | |
| | |||||
* | long != int | 1997-06-23 | 1 | -3/+3 | |
| | |||||
* | Umm, fix signedness error in my last commit, be explicit | 1997-05-01 | 1 | -3/+3 | |
| | | | | about the fact that ordernumbers are 32 bit | ||||
* | $OpenBSD$ tag and few spelling errors | 1996-05-30 | 1 | -2/+4 | |
| | |||||
* | do not use yp_prot.h | 1996-05-30 | 1 | -24/+24 | |
| | |||||
* | Using TCP broke ypxfr -C which in turn caused yppush to fail on the | 1996-03-02 | 1 | -8/+11 | |
| | | | | | master NIS server. I gave yp_bind_host an extra argument to select TCP/UDP transport. | ||||
* | Added in stuff from 960121. Fixed several bugs in ypxfr. | 1996-03-02 | 1 | -1/+6 | |
| | |||||
* | + full set of ypserv tools that compile | 1995-11-01 | 1 | -0/+394 | |