Age | Commit message (Expand) | Author |
2010-11-11 | Remove commented out references to old kerberosIV libraries we do not | Miod Vallat |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-01 | fix double space in synopsis and usage. | Igor Sobrado |
2008-01-01 | If rcp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2007-11-29 | remove unused function | Charles Longeau |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre |
2006-05-17 | fix leak | Markus Friedl |
2006-03-23 | give correct err string; adobriyan@gmail.com | Theo de Raadt |
2006-03-12 | fix double shell expansion issue found in scp in rcp too; ok deraadt | Damien Miller |
2005-11-25 | BINOWN and BINMODE is not needed here | Theo de Raadt |
2005-11-12 | move to asprintf; ok dhill cloder | Theo de Raadt |
2005-03-31 | copy argv[] element instead of smashing the one that ps will see; ok otto | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-07-08 | Prevent rcp from skipping the file following a double-error. Matches scp.c | Darren Tucker |
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl |
2003-09-26 | free(NULL) is valid | Theo de Raadt |
2003-07-29 | spacing | Theo de Raadt |
2003-07-28 | rcsid should say openbsd | Ted Unangst |
2003-07-25 | another kerberos bit that's obsolete; | Jason McIntyre |
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre |
2003-07-18 | unsigned uid; andrushock@korovino.net | Theo de Raadt |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-04-13 | 0 vs NULL; andrushock@korovino.net | Theo de Raadt |
2003-03-08 | duplicate include; andrushock@pisem.net | Theo de Raadt |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2002-07-04 | ansi | Theo de Raadt |
2002-06-09 | some knf. | Todd T. Fries |
2002-05-09 | Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf. | Todd C. Miller |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-21 | 2GB fix (int->off_t) similar to scp; daniel@lucq.org | Markus Friedl |
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t... | Markus Friedl |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-13 | exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@ | Markus Friedl |
2001-06-13 | va_start/end for every call to vfprintf and friends, from scp.c | Markus Friedl |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt |
2001-01-15 | avoid using warnx() in a signal handler, suggestion from aaron | Theo de Raadt |
2001-01-15 | use _exit() in signal handler, still a race because of warnx()... | Theo de Raadt |