summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use password/group cache functions and avoid stashing a pointer tomillert2018-09-211-15/+24
* Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid}millert2018-09-091-6/+6
* remove needless allocation castsmmcc2015-12-221-2/+2
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-201-8/+16
* Don't use utime(), so don't need <utime.h>guenther2015-01-201-4/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()guenther2014-07-121-22/+4
* SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff areguenther2014-07-121-5/+1
* Assume POSIX: write() takes size_t and returns ssize_tguenther2014-07-101-5/+5
* Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()guenther2014-07-051-46/+1
* Assume POSIX: uid_t and gid_tguenther2014-07-051-7/+7
* Assume C89: stdargs, const, and setvbuf()guenther2014-07-051-53/+3
* Use void* in malloc/realloc/calloc wrappersguenther2014-07-051-19/+16
* delete a stupid SIGSEGV handler (not used)deraadt2011-04-241-28/+6
* Print size_t with %zu and ssize_t with %zd in error/debug output.krw2011-04-181-5/+5
* Apply some tough type-love and give rdist a chance to handle fileskrw2011-04-101-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-17/+1
* remove unused functionchl2008-01-021-19/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-141-164/+124
* Now that rcmdsh(3) can deal with an rsh command w/ args, deal withmillert2003-05-061-18/+11
* strcpy/strcat/sprintf removal; krw@ OKmillert2003-04-191-37/+44
* strings; ok miod ho krwderaadt2003-04-051-10/+10
* uid_t and gid_t are unsignedderaadt2002-06-231-11/+11
* a real pid_t cleanup.mpech2002-06-121-6/+7
* unsigned vs unsigned intderaadt2002-05-271-4/+4
* do not install a SIGSEGV handlermillert2002-05-061-2/+8
* kill more registersmpech2001-11-191-16/+16
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* seperate -> separate, okay aaron@provos2000-11-101-3/+3
* correct error msg so it considers the terminating null byteaaron1999-05-141-3/+3
* Fix a serious memory consumption problem when running over directoriesmillert1999-02-041-6/+20
* save_errnomillert1998-06-261-2/+5
* rdist 6.1.4 + OpenBSD patches + some -Wallmillert1998-06-261-15/+23
* Don't use cached name value for uid/gid if last lookup was by id (and not name).millert1997-10-071-4/+4
* Pull in more includes to properly prototype library functions, kill localdownsj1997-04-271-3/+3
* rcsidderaadt1996-06-261-1/+3
* rdist 6.1.2dm1996-03-051-1/+12
* rdist 6.1.1dm1996-02-031-0/+995