summaryrefslogtreecommitdiff
path: root/bin/rcp
AgeCommit message (Expand)Author
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
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
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
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
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
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
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-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
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 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-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...Markus Friedl
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
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-08-17consistencyAaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell