Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-12 | fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | Markus Friedl | |
1999-10-27 | Calculation fix in progressmeter() for ETA > 1hr; pasto on my part. | Aaron Campbell | |
1999-10-08 | Print out the progress meter for 0 length files, too; deraadt@ | Aaron Campbell | |
1999-10-05 | - Fix the progress meter for receiving files, too. | Aaron Campbell | |
- Add a check for totalbytes <= 0 in progressmeter(), so we don't / 0. - Reset statbytes when we issue progressmeter(1), just to be safe. | |||
1999-10-05 | Show filenames in the progress meter while transferring. | Aaron Campbell | |
1999-10-04 | it is incredible what some people try to do in signal handlers | Theo de Raadt | |
1999-10-03 | errno trashing considered harmfull | Theo de Raadt | |
1999-10-02 | Wall | Theo de Raadt | |
1999-10-02 | isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-09-30 | - Add -q option to shutup the progressmeter; markus friedl | Aaron Campbell | |
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@ | |||
1999-09-30 | do not bother with dinosaur pacification | Theo de Raadt | |
1999-09-30 | Put our ftp(1) progress meter into scp(1). | Aaron Campbell | |
1999-09-29 | we have setsid | Theo de Raadt | |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up ↵ | Dug Song | |
unused variables, update manpages | |||
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt | |
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |