Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||
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 | |
rename util.[ch] -> misc.[ch] | |||
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 | |
with u_char. | |||
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 | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
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 | |
2000-04-16 | after completion, replace the progress bar ETA counter with a final elapsed ↵ | Theo de Raadt | |
time; my idea, aaron wrote the patch | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl | |
2000-01-24 | allow '.' in usernames; from jedgar@fxp.org | Markus Friedl | |
2000-01-04 | document -4, -6, and 'ssh -L 2022/::1/22' | Markus Friedl | |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp) | |||
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
1999-11-24 | progress meter overflow fix from damien@ibs.com.au | Markus Friedl | |
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-11-17 | foregroundproc() in scp | Theo de Raadt | |