| Commit message (Expand) | Author | Age | Files | Lines |
* | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ |  markus | 2001-04-22 | 1 | -4/+4 |
* | IPv6 support for sftp (which I bungled in my last patch) which is |  mouring | 2001-04-16 | 1 | -38/+2 |
* | 'T' handling rcp/scp sync; ok markus@ |  stevesk | 2001-04-14 | 1 | -14/+11 |
* | remove trailing / from source paths; fixes pr#1756 |  deraadt | 2001-04-06 | 1 | -1/+5 |
* | usage more like rcp and add missing -B to usage; ok markus@ |  stevesk | 2001-03-28 | 1 | -3/+3 |
* | start to sync scp closer to rcp; ok markus@ |  stevesk | 2001-03-28 | 1 | -11/+7 |
* | alpha fixes, from simonb@wasabisystems.com |  markus | 2001-03-21 | 1 | -2/+2 |
* | use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi |  markus | 2001-03-15 | 1 | -3/+3 |
* | make copyright lines the same format |  deraadt | 2001-03-02 | 1 | -3/+3 |
* | np is changed by recursion; vinschen@redhat.com |  deraadt | 2001-02-19 | 1 | -6/+6 |
* | fix memory leak; ok markus@ |  danh | 2001-02-10 | 1 | -2/+6 |
* | revert a small change to allow -r option to work again; ok deraadt@ |  danh | 2001-02-10 | 1 | -3/+1 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -2/+4 |
* | memory leak fix, and snprintf throughout |  deraadt | 2001-02-08 | 1 | -16/+23 |
* | unsigned long long -> %llu, not %qu. markus ok |  itojun | 2001-02-07 | 1 | -2/+2 |
* | alpha happiness |  deraadt | 2001-02-04 | 1 | -2/+3 |
* | unexpand and remove end-of-line whitespace; ok markus@ |  stevesk | 2001-02-04 | 1 | -2/+2 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -2/+3 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -4/+3 |
* | getopt() returns -1 not EOF; stevesk@pobox.com |  markus | 2001-01-13 | 1 | -2/+2 |
* | use shared fatal(); from stevesk@pobox.com |  markus | 2001-01-01 | 1 | -14/+1 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -9/+9 |
* | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE |  markus | 2000-12-16 | 1 | -2/+3 |
* | unused; from stevesk@pobox.com |  markus | 2000-12-16 | 1 | -4/+1 |
* | when copying 0-sized files, do not re-print ETA time at completion |  deraadt | 2000-12-11 | 1 | -23/+22 |
* | replace atomicio(read,...) with read(); ok deraadt@ |  markus | 2000-10-18 | 1 | -3/+5 |
* | remove spaces from arguments; from djm@mindrot.org |  markus | 2000-10-14 | 1 | -5/+5 |
* | support 'scp -o' with help from mouring@pconline.com |  markus | 2000-10-11 | 1 | -87/+68 |
* | utime() to utimes(); mouring@pconline.com |  markus | 2000-09-21 | 1 | -7/+8 |
* | typo |  markus | 2000-09-07 | 1 | -2/+2 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -7/+35 |
* | cleanup and fix -S support; stevesk@sweden.hp.com |  deraadt | 2000-09-01 | 1 | -2/+2 |
* | off_t in sink, to fix files > 2GB, i think, test is still running ;-) |  deraadt | 2000-08-24 | 1 | -2/+3 |
* | knf |  deraadt | 2000-08-19 | 1 | -71/+32 |
* | -S prog support; tv@debian.org |  deraadt | 2000-08-19 | 1 | -19/+27 |
* | close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> |  provos | 2000-07-13 | 1 | -3/+6 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -2/+2 |
* | typo |  markus | 2000-06-18 | 1 | -3/+2 |
* | more atomicio |  deraadt | 2000-05-02 | 1 | -10/+10 |
* | fix very rare EAGAIN/EINTR issues; based on work by djm |  deraadt | 2000-05-01 | 1 | -18/+18 |
* | after completion, replace the progress bar ETA counter with a final elapsed time; my idea, aaron wrote the patch |  deraadt | 2000-04-16 | 1 | -4/+10 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -10/+10 |
* | -pedantic: signed vs. unsigned, void*-arithm, etc |  markus | 2000-03-16 | 1 | -4/+4 |
* | allow '.' in usernames; from jedgar@fxp.org |  markus | 2000-01-24 | 1 | -4/+4 |
* | document -4, -6, and 'ssh -L 2022/::1/22' |  markus | 2000-01-04 | 1 | -3/+3 |
* | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: |  markus | 2000-01-04 | 1 | -7/+47 |
* | move atomicio into it's own file. wrap all socket write()s which were doing |  deraadt | 1999-12-06 | 1 | -26/+2 |
* | progress meter overflow fix from damien@ibs.com.au |  markus | 1999-11-24 | 1 | -3/+3 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -7/+11 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -11/+11 |