summaryrefslogtreecommitdiff
path: root/bin/rcp/rcp.c
AgeCommit message (Expand)Author
2008-01-01If rcp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
2007-03-20sync usage(); from Igor SobradoJason McIntyre
2006-05-17fix leakMarkus Friedl
2006-03-23give correct err string; adobriyan@gmail.comTheo de Raadt
2006-03-12fix double shell expansion issue found in scp in rcp too; ok deraadtDamien Miller
2005-11-12move to asprintf; ok dhill cloderTheo de Raadt
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2004-07-08Prevent rcp from skipping the file following a double-error. Matches scp.cDarren Tucker
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
2003-07-29spacingTheo de Raadt
2003-07-28rcsid should say openbsdTed Unangst
2003-07-18unsigned uid; andrushock@korovino.netTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-130 vs NULL; andrushock@korovino.netTheo de Raadt
2003-03-08duplicate include; andrushock@pisem.netTheo de Raadt
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
2002-07-04ansiTheo de Raadt
2002-06-09some knf.Todd T. Fries
2002-05-09Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf.Todd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-212GB fix (int->off_t) similar to scp; daniel@lucq.orgMarkus Friedl
2001-10-01skip filenames containing \n; report jdamery@chiark.greenend.org.ukMarkus Friedl
2001-09-06o) __progname aria;Mike Pechkin
2001-06-13exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@Markus Friedl
2001-06-13va_start/end for every call to vfprintf and friends, from scp.cMarkus Friedl
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
1997-12-08use cp -R for local copiesTheo de Raadt
1997-11-05avoid having pw_ information active when calling rcmd(); tacha@tera.fukui-med...Theo de Raadt
1997-09-12-WallTodd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-06-29new location of des.hNiels Provos
1997-06-06fixTheo de Raadt
1997-03-26unterminated buffer; charnier@xp11.frmug.orgTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-14-Wall'ing.Michael Shalayeff
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-08-02more robust deliting, and handle negative timestamps; from freebsdTheo de Raadt
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1995-12-27Only warn about non-kerberos protocol if kerberos has been configured withThorsten Lockert
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt