Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-04 | Handle the case where the last line of input does not contain a newline; issue | Aaron Campbell | |
reported by marc@snafu.org. The main thing here is we use fgetln() instead of fgets(), also giving us the advantage of being able to handle lines of unlimited length. Some -Wall and other fixes from millert@ as well. | |||
2000-06-04 | Fix one-byte overflow; millert@ ok | Aaron Campbell | |
2000-06-03 | correct documented return value | Eric Jackson | |
2000-06-02 | Explicitly state that newsyslog does not send a HUP to syslogd if | Todd C. Miller | |
you tell it to run a command for the log file. | |||
2000-06-02 | teach protocol v2 to count login failures properly and also enable an | Todd T. Fries | |
explanation of why the password prompt comes up again like v1; this is NOT crypto | |||
2000-05-31 | typo, unused | Markus Friedl | |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl | |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl | |
2000-05-30 | don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org | Markus Friedl | |
2000-05-29 | forwardagent defaults to no, add ssh -A | Markus Friedl | |
2000-05-29 | enable mg | Theo de Raadt | |
2000-05-29 | Print space between the last process to attach/use and the access time. | Angelos D. Keromytis | |
2000-05-28 | remove crud | Theo de Raadt | |
2000-05-27 | always enter pctr | Theo de Raadt | |
2000-05-27 | urhm, this is flakey | Theo de Raadt | |
2000-05-25 | split kexinit/kexdh, factor out common code | Markus Friedl | |
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | do not attach incorrect Host: directive if we are using proxy. | Jun-ichiro itojun Hagino | |
Host: directive must be based on original URI, not the proxy address. see RFC2616. | |||
2000-05-25 | group ssh1 vs. ssh2 in serverloop | Markus Friedl | |
2000-05-25 | just some line shortening | Theo de Raadt | |
2000-05-24 | fix key_read() for uuencoded keys w/o '=' | Markus Friedl | |
2000-05-24 | correct type to be passed to IN6_ARE_ADDR_EQUAL macro. | Jun-ichiro itojun Hagino | |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl | |
2000-05-22 | make x11-fwd work w/ localhost (xauth add host/unix:11) | Markus Friedl | |
2000-05-19 | Make usage() work as expected. deraadt@ ok | Eric Jackson | |
2000-05-18 | Check for RSA key presence before freeing them. From | Damien Miller | |
kevin_oconnor@standardandpoors.com. ok Markus. | |||
2000-05-18 | we don't have stderr for interactive terminal sessions (fcntl errors) | Markus Friedl | |
2000-05-18 | check getnameinfo error proprely. this can be visited on printing | Jun-ichiro itojun Hagino | |
radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled) | |||
2000-05-18 | allow mask == NULL in netname6. | Jun-ichiro itojun Hagino | |
2000-05-17 | accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu | Theo de Raadt | |
2000-05-17 | copy only ai_addrlen bytes; misiek@pld.org.pl | Markus Friedl | |
2000-05-17 | s/icmp/icmp6/ in message | Jun-ichiro itojun Hagino | |
2000-05-17 | missing include | Markus Friedl | |
2000-05-17 | enable nonblocking IO for sshd w/ proto 1, too; split out common code | Markus Friedl | |
2000-05-15 | 0-size files still deserve a progress meter; also, after file is finished | Theo de Raadt | |
transfer, display a non-ETA line with an elapsed time. | |||
2000-05-15 | parse RFC2732 ftp URL (ftp://[::1]:21/readme) | Jun-ichiro itojun Hagino | |
2000-05-15 | draft-ietf-secsh-architecture-05.txt | Markus Friedl | |
2000-05-15 | /etc/mail/aliases | Theo de Raadt | |
2000-05-15 | document ssh -T -N (ssh2 only) | Markus Friedl | |
2000-05-15 | fix usage() | Markus Friedl | |
2000-05-08 | OpenSSH-2.1 | Markus Friedl | |
2000-05-08 | handle escapes in real and original key format, ok millert@ | Markus Friedl | |
2000-05-08 | no drain if ibuf_empty, fixes x11fwd problems; tests by fries@ | Markus Friedl | |
2000-05-08 | some markus certified spelling adjustments | Hugh Graham | |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl | |
2000-05-08 | One last nit fix. (markus approved) | Hugh Graham | |
2000-05-08 | zap typo | Hugh Graham | |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl | |
2000-05-08 | Fix 12 hours handling, so that you can say leave 1830 when it is 1800. | Marc Espie | |
(Anything over 1300 is obviously 24 hours based, and interval arithmetic is much simpler than the old code would make you believe...) | |||
2000-05-07 | interop w/ SecureFX | Markus Friedl | |