summaryrefslogtreecommitdiff
path: root/bin/rcp
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-01fix double space in synopsis and usage.Igor Sobrado
2008-01-01If rcp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
as close as we can get given that it's used unsigned. Matches recent change to scp.c, prompted by djm@
2007-11-29remove unused functionCharles Longeau
from tobias@ ok millert@ tobias@
2007-10-17remove "unused variable" warningsCharles Longeau
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20sync usage(); from Igor SobradoJason McIntyre
i also ripped some kerberos ifdefs out of usage(), which is ok biorn
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-25BINOWN and BINMODE is not needed hereTheo de Raadt
2005-11-12move to asprintf; ok dhill cloderTheo de Raadt
also fix a close(random data) which changed a saved errno, ok cloder
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-07-08Prevent rcp from skipping the file following a double-error. Matches scp.cDarren Tucker
rev 1.116, prompted by & ok markus@
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
noticed by lcamtuf; ok deraadt@, djm@
2003-09-26free(NULL) is validTheo de Raadt
2003-07-29spacingTheo de Raadt
2003-07-28rcsid should say openbsdTed Unangst
2003-07-25another kerberos bit that's obsolete;Jason McIntyre
2003-07-25delete obsolete kerberos sections;Jason McIntyre
ok hin@
2003-07-18unsigned uid; andrushock@korovino.netTheo de Raadt
2003-07-16some minor DPADD changesTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14Remove krb4 support.Magnus Holmberg
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
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
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
This does mean that we cannot set IPTOS_THROUGHPUT. If this is a problem we may be able to add an option to rsh(1).
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
the tree.
2002-05-06rlogin: Lived with JoyTheo de Raadt
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 ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
and matthew@debian.org
2001-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok ↵Markus Friedl
theo@
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
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
2001-01-15avoid using warnx() in a signal handler, suggestion from aaronTheo de Raadt
2001-01-15use _exit() in signal handler, still a race because of warnx()...Theo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-03-17Remove hard sentence breaks.Aaron Campbell