Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-01 | If rcp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker | |
as close as we can get given that it's used unsigned. Matches recent change to scp.c, prompted by djm@ | |||
2007-11-29 | remove unused function | Charles Longeau | |
from tobias@ ok millert@ tobias@ | |||
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre | |
i also ripped some kerberos ifdefs out of usage(), which is ok biorn | |||
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 | |
also fix a close(random data) which changed a saved errno, ok cloder | |||
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 | |
rev 1.116, prompted by & ok markus@ | |||
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl | |
noticed by lcamtuf; ok deraadt@, djm@ | |||
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 | |
ok hin@ | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | |||
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 | |
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-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-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 | |
and matthew@debian.org | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok ↵ | Markus Friedl | |
theo@ | |||
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 | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |