Age | Commit message (Expand) | Author |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-02-02 | call okname() only when using system(3) for remote-remote copy; | Markus Friedl |
2003-01-23 | scp -12; Sam Smith and others; ok provos@, deraadt@ | Markus Friedl |
2003-01-23 | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | Markus Friedl |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt |
2002-12-13 | 1) include stalling time in total time | Markus Friedl |
2002-12-05 | use roundup() similar to rcp/util.c and avoid problems with strange | Markus Friedl |
2002-11-27 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | Markus Friedl |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb |
2002-11-07 | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-17 | make usage like man page | Theo de Raadt |
2002-06-08 | remove FallBackToRsh | Markus Friedl |
2002-04-06 | Fixes potental double // within path. | mouring |
2002-03-30 | stretch banners | Theo de Raadt |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl |
2001-09-19 | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | Kevin Steves |
2001-09-17 | add -Fssh_config option; ok markus@ | Kevin Steves |
2001-09-12 | don't forward agent for non third-party copies; ok markus@ | Kevin Steves |
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t... | Markus Friedl |
2001-08-13 | don't need main prototype (also sync with rcp); ok markus@ | Kevin Steves |
2001-08-06 | use alarm vs. setitimer for portable; ok markus@ | Kevin Steves |
2001-07-27 | shorten lines | Theo de Raadt |
2001-07-18 | Missing -o in scp usage() | mouring |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | slightly better care | Theo de Raadt |
2001-06-16 | no stdio or exit() in signal handlers. | Markus Friedl |
2001-06-10 | you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@ | Markus Friedl |
2001-06-03 | pass -v to ssh; from slade@shore.net | Markus Friedl |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring |
2001-04-22 | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | Markus Friedl |
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring |
2001-04-14 | 'T' handling rcp/scp sync; ok markus@ | Kevin Steves |
2001-04-06 | remove trailing / from source paths; fixes pr#1756 | Theo de Raadt |
2001-03-28 | usage more like rcp and add missing -B to usage; ok markus@ | Kevin Steves |
2001-03-28 | start to sync scp closer to rcp; ok markus@ | Kevin Steves |
2001-03-21 | alpha fixes, from simonb@wasabisystems.com | Markus Friedl |
2001-03-15 | use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi | Markus Friedl |
2001-03-02 | make copyright lines the same format | Theo de Raadt |
2001-02-19 | np is changed by recursion; vinschen@redhat.com | Theo de Raadt |
2001-02-10 | fix memory leak; ok markus@ | Dan Harnett |
2001-02-10 | revert a small change to allow -r option to work again; ok deraadt@ | Dan Harnett |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-08 | memory leak fix, and snprintf throughout | Theo de Raadt |
2001-02-07 | unsigned long long -> %llu, not %qu. markus ok | Jun-ichiro itojun Hagino |
2001-02-04 | alpha happiness | Theo de Raadt |