summaryrefslogtreecommitdiff
path: root/usr.bin/rdistd
AgeCommit message (Collapse)Author
2009-03-28pathnames 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
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
mkstemp() down into recvfile() and use mktemp() for recvlink(). OK okan@
2008-05-13Change a mktemp(3) to mkstemp(3), preventing a race condition.Ray Lai
Improve error checking. OK okan@
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
millert@ ok
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd 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-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
2003-04-10more POSIX chownTodd C. Miller
2003-04-05strings; ok miod ho krwTheo de Raadt
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
1999-11-26Make two variables that ought not to be static be auto.Todd C. Miller
Remove a useless loop invariant (already tested before the loop is reached).
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure.
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-05-18readlink len-1Theo de Raadt
1997-06-17(foo *)NULL -> NULLkstailey
1997-04-27No more setargs.c.Jason Downs
1996-07-29Fixed a bug causing a CPU loop if dist'ing a file whose parentTodd C. Miller
dir doesn't exist on the target machine.
1996-07-29Only need one copy of message.c so use ../rdist/message.cTodd C. Miller
1996-07-29Added some missing rdist 6.1.3 changes.Todd C. Miller
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
in the format) since we have it.
1996-06-26rcsidTheo de Raadt
1996-06-25open O_EXCL instead of creat; for writable rdist directories... still small DOSTheo de Raadt
1996-06-13long botchesTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm