Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl | |
2000-02-28 | turn off x11-fwd for the client, too. | Markus Friedl | |
1999-12-01 | ports are u_short | Markus Friedl | |
1999-11-24 | remove dead #ifdef-0-code | Markus Friedl | |
1999-11-24 | strcasecmp instead of tolower | 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 | 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-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl | |
factor out common log-level parsing code. | |||
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-15 | typo: s/UsePrivilegedPorts/UsePrivilegedPort/ | Markus Friedl | |
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 | fix last commit. | Niels Provos | |
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 | IPPORT_RESERVED | Theo de Raadt | |
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 | disable portforwarding for reserved/bad ports; ↵ | Theo de Raadt | |
Markus.Friedl@informatik.uni-erlangen.de | |||
1999-09-29 | GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos | |
convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada. | |||
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. |