Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl | |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl | |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl | |
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||
1999-12-01 | ports are u_short | Markus Friedl | |
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl | |
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ | |||
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl | |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl | |
obsoletes QuietMode and FascistLogging in sshd. | |||
1999-10-12 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl | |
and disabled rhosts/rhosts-rsa, ok deraadt@ | |||
1999-10-06 | implement client NumberOfPasswordPrompts option | Dug Song | |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos | |
the main idea is to not only store the host key for the hostname but also for the according IP address. When we check the host key in the known_hosts file, we also check the key against the according IP address. When the server key changes, host_status = HOST_CHANGED. If check_host_in_hostfile() returns differing status for the IP address that means that either DNS was spoofed or that the IP address for the host and the host key changed at the same time. | |||
1999-09-30 | cull more ancient garbage from pre-POSIX days | 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-29 | GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
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. |