Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -4/+39 | ||
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -13/+13 | ||
| | ||||||
* | add Cipher and Protocol options to ssh/sshd, e.g.: | 2000-04-12 | 1 | -2/+29 | ||
| | | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||||
* | replace big switch() with function tables (prepare for ssh2) | 2000-03-28 | 1 | -1/+2 | ||
| | ||||||
* | turn off x11-fwd for the client, too. | 2000-02-28 | 1 | -2/+2 | ||
| | ||||||
* | ports are u_short | 1999-12-01 | 1 | -10/+9 | ||
| | ||||||
* | remove dead #ifdef-0-code | 1999-11-24 | 1 | -13/+7 | ||
| | ||||||
* | strcasecmp instead of tolower | 1999-11-24 | 1 | -9/+2 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -27/+42 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -14/+14 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -538/+535 | ||
| | ||||||
* | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | 1999-11-22 | 1 | -10/+12 | ||
| | | | | | messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ | |||||
* | bugfix: loglevels are per host in clientconfig, | 1999-11-19 | 1 | -37/+11 | ||
| | | | | factor out common log-level parsing code. | |||||
* | print _all_ bad config-options in ssh(1), too | 1999-11-14 | 1 | -13/+21 | ||
| | ||||||
* | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | 1999-11-10 | 1 | -3/+45 | ||
| | | | | obsoletes QuietMode and FascistLogging in sshd. | |||||
* | typo: s/UsePrivilegedPorts/UsePrivilegedPort/ | 1999-10-15 | 1 | -2/+2 | ||
| | ||||||
* | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | 1999-10-12 | 1 | -2/+11 | ||
| | | | | and disabled rhosts/rhosts-rsa, ok deraadt@ | |||||
* | implement client NumberOfPasswordPrompts option | 1999-10-06 | 1 | -2/+10 | ||
| | ||||||
* | fix last commit. | 1999-10-03 | 1 | -1/+5 | ||
| | ||||||
* | add code to detect DNS spoofing: | 1999-10-03 | 1 | -3/+7 | ||
| | | | | | | | | | | 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. | |||||
* | IPPORT_RESERVED | 1999-09-30 | 1 | -2/+2 | ||
| | ||||||
* | cull more ancient garbage from pre-POSIX days | 1999-09-30 | 1 | -13/+1 | ||
| | ||||||
* | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpages | 1999-09-29 | 1 | -19/+8 | ||
| | ||||||
* | disable portforwarding for reserved/bad ports; Markus.Friedl@informatik.uni-erlangen.de | 1999-09-29 | 1 | -1/+6 | ||
| | ||||||
* | GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.de | 1999-09-29 | 1 | -2/+10 | ||
| | ||||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -2/+1 | ||
| | | | | | | 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. | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+670 | ||
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. |