summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdistd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-18/+18
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Use password/group cache functions and avoid stashing a pointer tomillert2018-09-211-32/+20
* Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid}millert2018-09-091-4/+6
* gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1otto2017-08-301-2/+2
* Avoid compiler warning about zero-length printf format strings.millert2016-03-301-3/+3
* The change to make mkstemp(3) require at least 6 trailing Xs brokemillert2016-03-301-14/+8
* remove needless allocation castsmmcc2015-12-221-2/+2
* Remove a couple needless allocation casts. No binary change.mmcc2015-12-221-3/+3
* Switch to linkat() to support hardlinked symlinksguenther2015-11-151-11/+19
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-2/+2
* Assume NFS_CHECK and RO_CHECK are defined.guenther2015-01-213-32/+13
* Reduce opt_t from long to int.guenther2015-01-211-21/+19
* Split out from rdist/defs.h the client-only and server-only bits intoguenther2015-01-205-25/+127
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-19/+19
* Correct reversed test of setmountent() returnguenther2015-01-101-2/+2
* Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()guenther2014-07-121-2/+2
* Rename 'link' parameter to eliminate shadow warningsguenther2014-07-121-9/+9
* Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesguenther2014-07-121-3/+1
* Assume we have getfsstat(); simplify the interface to the *mountent()guenther2014-07-052-280/+31
* Assume BSD44: statfs()guenther2014-07-051-32/+9
* Assume POSIX: S_IFSOCK and S_IFIFOguenther2014-07-051-15/+1
* Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()guenther2014-07-051-24/+3
* Assume POSIX: uid_t and gid_tguenther2014-07-051-19/+16
* Assume POSIX: <dirent.h>, struct direntguenther2014-07-051-3/+6
* Oops, fix both locations using D_NAMLEN()guenther2014-07-051-4/+3
* Stop using silly macro when checking for '.' and '..' directory entriesguenther2014-07-051-4/+3
* A local array can't be NULLguenther2014-07-051-2/+2
* change some rsh references to ssh. poke by jmctedu2014-04-191-5/+2
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-2/+2
* remove casts to time_t * which are not neededderaadt2013-04-161-2/+2
* Fix various format string issues. Stop assuming time_t is long or smaller.guenther2012-11-122-11/+13
* Apply some tough type-love and give rdist a chance to handle fileskrw2011-04-102-32/+31
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-71/+4
* pathnames with space, tab, newline, etc are encoded before being sent.deraadt2009-03-281-7/+13
* correct .Dt; from Tim van der Molenjmc2009-03-091-3/+3
* Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push themillert2008-05-251-16/+22
* Change a mktemp(3) to mkstemp(3), preventing a race condition.ray2008-05-131-21/+12
* convert to new .Dd format;jmc2007-05-311-2/+2
* one synopsis; sync usage()jmc2007-02-262-10/+5
* double semicolon; from Daniel Matic in PR 4929otto2006-02-011-4/+4
* fix readlink() usage.mpech2003-07-071-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-035-34/+14
* o Sync w/ freerdist 0.92 minus the compress optionmillert2003-05-145-621/+554
* use POSIX regexmillert2003-05-061-4/+1
* mdocify; apparently no one every reads this man page.millert2003-04-211-43/+41
* strcpy/strcat/sprintf removal; krw@ OKmillert2003-04-191-18/+15
* more POSIX chownmillert2003-04-101-5/+5
* strings; ok miod ho krwderaadt2003-04-053-24/+29
* kill more registersmpech2001-11-192-20/+20