summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/lookup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-2/+4
| | | | | | | | | rdist/client.h and rdistd/server.h Only put #includes in .h files that are necessary for the .h to be used; all other #includes go in the .c files Move all extern variable declarations to the .h files, renaming local variables to avoid shadowing Replace me_type member of mntent_t with an "is NFS?" flag bit
* Fix various format string issues. Stop assuming time_t is long or smaller.guenther2012-11-121-2/+2
| | | | | | Enable warnings. ok krw@, ian@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-18/+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
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-141-17/+18
| | | | | | | o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later.
* unsigned vs unsigned intderaadt2002-05-271-3/+3
|
* kill more registersmpech2001-11-191-7/+7
| | | | millert@ ok
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-2/+8
|
* Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthmillert1996-07-251-3/+4
| | | | in the format) since we have it.
* better fix for buffer overrunmickey1996-07-121-6/+4
|
* prevent buffer overrun.mickey1996-07-111-2/+4
|
* rcsidderaadt1996-06-261-1/+3
|
* rdist 6.1.2dm1996-03-051-1/+1
|
* rdist 6.1.1dm1996-02-031-18/+21
|
* initial import of NetBSD treederaadt1995-10-181-0/+167