summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/rdist.c
AgeCommit message (Collapse)Author
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-05strings; ok miod ho krwTheo de Raadt
2002-05-09Now use ssh, not rsh by default.Todd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-12-29Collapse two if statements into one (introduced in previous commit)Todd C. Miller
2001-12-29Don't use the contents of the RSH environment variable if it is empty.Todd C. Miller
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
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-07-16add prototypesTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1997-07-22Use our rcmdsh(3) and support $RSH.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-03-05rdist 6.1.2dm
1996-02-03rdist 6.1.1dm