summaryrefslogtreecommitdiff
path: root/usr.bin/rdistd
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2018-09-21Use password/group cache functions and avoid stashing a pointer toTodd C. Miller
2018-09-09Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid}Todd C. Miller
2017-08-30gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1Otto Moerbeek
2016-03-30Avoid compiler warning about zero-length printf format strings.Todd C. Miller
2016-03-30The change to make mkstemp(3) require at least 6 trailing Xs brokeTodd C. Miller
2015-12-22remove needless allocation castsmmcc
2015-12-22Remove a couple needless allocation casts. No binary change.mmcc
2015-11-15Switch to linkat() to support hardlinked symlinksPhilip Guenther
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-10Correct reversed test of setmountent() returnPhilip Guenther
2014-07-12Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()Philip Guenther
2014-07-12Rename 'link' parameter to eliminate shadow warningsPhilip Guenther
2014-07-12Yes, we have setproctitle(). Delete that and several unused HAVE_* #definesPhilip Guenther
2014-07-05Assume we have getfsstat(); simplify the interface to the *mountent()Philip Guenther
2014-07-05Assume BSD44: statfs()Philip Guenther
2014-07-05Assume POSIX: S_IFSOCK and S_IFIFOPhilip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip Guenther
2014-07-05Oops, fix both locations using D_NAMLEN()Philip Guenther
2014-07-05Stop using silly macro when checking for '.' and '..' directory entriesPhilip Guenther
2014-07-05A local array can't be NULLPhilip Guenther
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2012-11-12Fix various format string issues. Stop assuming time_t is long or smaller.Philip Guenthe
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-03-28pathnames with space, tab, newline, etc are encoded before being sent.Theo de Raadt
2009-03-09correct .Dt; from Tim van der MolenJason McIntyre
2008-05-25Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push theTodd C. Miller
2008-05-13Change a mktemp(3) to mkstemp(3), preventing a race condition.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-26one synopsis; sync usage()Jason McIntyre
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2003-07-07fix readlink() usage.Mike Pechkin
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2003-05-06use POSIX regexTodd C. Miller
2003-04-21mdocify; apparently no one every reads this man page.Todd C. Miller
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller