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