Age | Commit message (Expand) | Author |
2000-06-06 | OpenSSH 2.1.1 | Markus Friedl |
2000-06-06 | fix match_hostname() logic for auth-rsa: deny access if we have a negative ma... | Markus Friedl |
2000-06-05 | document UseLogin better | Markus Friedl |
2000-06-05 | allow use_login only for login sessions, otherwise remote commands are execed... | Markus Friedl |
2000-06-02 | teach protocol v2 to count login failures properly and also enable an | Todd T. Fries |
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-25 | split kexinit/kexdh, factor out common code | Markus Friedl |
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-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-18 | Check for RSA key presence before freeing them. From | Damien Miller |
2000-05-18 | we don't have stderr for interactive terminal sessions (fcntl errors) | Markus Friedl |
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 | 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 | draft-ietf-secsh-architecture-05.txt | Markus Friedl |
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-07 | interop w/ SecureFX | Markus Friedl |
2000-05-07 | make x11-fwd interop w/ ssh-2.0.13 | Markus Friedl |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl |
2000-05-05 | remote trailing comments before calling __b64_pton | Markus Friedl |
2000-05-05 | log failure before sending the reply | Markus Friedl |
2000-05-04 | replace broken uuencode w/ libc b64_ntop | Markus Friedl |
2000-05-04 | clear padding in ssh2 | Markus Friedl |
2000-05-04 | print key type when talking about host keys | Markus Friedl |
2000-05-03 | sync AUTHOR w/ ssh.1 | Markus Friedl |
2000-05-03 | more info on proto 2 | Markus Friedl |
2000-05-03 | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | Markus Friedl |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl |
2000-05-03 | respect number_of_password_prompts | Markus Friedl |
2000-05-03 | s/DsaKey/HostDSAKey/, document option | Markus Friedl |
2000-05-03 | fix close for non-open ssh1 channels | Markus Friedl |
2000-05-03 | document -y, update -X,-x | Markus Friedl |
2000-05-03 | there is no rhosts_dsa | Markus Friedl |