Age | Commit message (Expand) | Author |
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 |
2003-04-10 | more POSIX chown | Todd C. Miller |
2003-04-05 | strings; ok miod ho krw | Theo de Raadt |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-19 | occured->occurred | Mike Pechkin |
1999-11-26 | Make two variables that ought not to be static be auto. | Todd C. Miller |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller |
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller |
1998-05-18 | readlink len-1 | Theo de Raadt |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-04-27 | No more setargs.c. | Jason Downs |
1996-07-29 | Fixed a bug causing a CPU loop if dist'ing a file whose parent | Todd C. Miller |
1996-07-29 | Only need one copy of message.c so use ../rdist/message.c | Todd C. Miller |