Age | Commit message (Expand) | Author |
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 |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-13 | getopt() returns -1 not EOF; stevesk@pobox.com | Markus Friedl |
2001-01-01 | use shared fatal(); from stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-16 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE | Markus Friedl |
2000-12-16 | unused; from stevesk@pobox.com | Markus Friedl |
2000-12-11 | when copying 0-sized files, do not re-print ETA time at completion | Theo de Raadt |
2000-10-18 | replace atomicio(read,...) with read(); ok deraadt@ | Markus Friedl |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl |
2000-10-11 | support 'scp -o' with help from mouring@pconline.com | Markus Friedl |
2000-09-21 | utime() to utimes(); mouring@pconline.com | Markus Friedl |
2000-09-07 | typo | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-09-01 | cleanup and fix -S support; stevesk@sweden.hp.com | Theo de Raadt |
2000-08-24 | off_t in sink, to fix files > 2GB, i think, test is still running ;-) | Theo de Raadt |
2000-08-19 | knf | Theo de Raadt |
2000-08-19 | -S prog support; tv@debian.org | Theo de Raadt |
2000-07-13 | close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> | Niels Provos |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-18 | typo | Markus Friedl |
2000-05-02 | more atomicio | Theo de Raadt |
2000-05-01 | fix very rare EAGAIN/EINTR issues; based on work by djm | Theo de Raadt |