Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-03-28 | pathnames with space, tab, newline, etc are encoded before being sent. | Theo de Raadt | |
But they were not reliably being decoded, resulting in wrong naming on the target machine. diff from Tim van der Molen | |||
2008-05-25 | Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push the | Todd C. Miller | |
mkstemp() down into recvfile() and use mktemp() for recvlink(). OK okan@ | |||
2008-05-13 | Change a mktemp(3) to mkstemp(3), preventing a race condition. | Ray Lai | |
Improve error checking. OK okan@ | |||
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2003-07-07 | fix readlink() usage. | Mike Pechkin | |
millert@ ok | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd C. Miller | |
o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later. | |||
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 | |
millert@ ok | |||
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller | |
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure. | |||
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1996-07-25 | Updated to rdist 6.1.3. Used real snprintf() (instead of string length | Todd C. Miller | |
in the format) since we have it. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | open O_EXCL instead of creat; for writable rdist directories... still small DOS | Theo de Raadt | |
1996-03-05 | rdist 6.1.2 | dm | |
1996-02-03 | rdist 6.1.1 | dm | |