| Commit message (Expand) | Author | Age | Files | Lines |
* | implement 'ssh -b bind_address' like 'telnet -b' |  markus | 2001-04-30 | 1 | -2/+8 |
* | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ |  markus | 2001-04-17 | 1 | -2/+17 |
* | use fatal() or error() vs. fprintf(); ok markus@ |  stevesk | 2001-04-15 | 1 | -3/+3 |
* | robust port validation; ok markus@ jakob@ |  stevesk | 2001-04-12 | 1 | -7/+7 |
* | typo |  markus | 2001-04-12 | 1 | -2/+2 |
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) |  markus | 2001-04-12 | 1 | -4/+12 |
* | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). |  markus | 2001-04-07 | 1 | -2/+15 |
* | correct comment; ok markus@ |  stevesk | 2001-04-02 | 1 | -3/+2 |
* | default to SSH protocol version 2 |  markus | 2001-03-20 | 1 | -2/+2 |
* | undo /etc/shell and proto 2,1 change for openssh-2.5.2 |  markus | 2001-03-19 | 1 | -2/+2 |
* | add PreferredAuthentications |  markus | 2001-03-10 | 1 | -2/+10 |
* | default to SSH2, now that m68k runs fast |  deraadt | 2001-03-10 | 1 | -2/+2 |
* | turn off useprivilegedports by default. only rhost-auth needs |  markus | 2001-03-08 | 1 | -2/+2 |
* | log functions should not be passed strings that end in newline as they |  millert | 2001-03-04 | 1 | -4/+4 |
* | look for id_rsa by default, before id_dsa |  deraadt | 2001-02-24 | 1 | -1/+7 |
* | 1) clean up the MAC support for SSH-2 |  markus | 2001-02-11 | 1 | -2/+18 |
* | snprintf |  deraadt | 2001-02-08 | 1 | -7/+11 |
* | ``StrictHostKeyChecking ask'' documentation and small cleanup. |  stevesk | 2001-01-28 | 1 | -2/+2 |
* | rename skey -> challenge response. |  markus | 2001-01-22 | 1 | -14/+13 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -3/+6 |
* | KNF; ok markus |  djm | 2001-01-20 | 1 | -3/+2 |
* | fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com |  deraadt | 2001-01-20 | 1 | -2/+2 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -9/+10 |
* | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems |  markus | 2001-01-18 | 1 | -2/+2 |
* | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE |  markus | 2001-01-07 | 1 | -2/+2 |
* | new option: HostKeyAlias: allows the user to record the host key |  markus | 2000-12-27 | 1 | -2/+9 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -5/+5 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -29/+26 |
* | new cipher framework |  markus | 2000-10-11 | 1 | -2/+1 |
* | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me |  markus | 2000-10-11 | 1 | -2/+17 |
* | some more Copyright fixes |  markus | 2000-09-07 | 1 | -24/+1 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -7/+28 |
* | disallow kerberos authentication if we can't verify the TGT; from |  provos | 2000-08-02 | 1 | -2/+2 |
* | disable kerberos authentication by default |  provos | 2000-08-02 | 1 | -2/+2 |
* | allow leading whitespace. ok niels |  markus | 2000-07-14 | 1 | -2/+2 |
* | allow multiple whitespace but only one '=' between tokens, bug report from |  provos | 2000-07-13 | 1 | -28/+26 |
* | disable FallBackToRsh by default |  deraadt | 2000-07-11 | 1 | -2/+2 |
* | Get the correct message on errors. (niels@ ok) |  ho | 2000-07-10 | 1 | -17/+17 |
* | Better conditions for strsep() ending. |  ho | 2000-07-09 | 1 | -4/+6 |
* | replace strtok with strsep; from David Young <dyoung@onthejob.net> |  provos | 2000-07-08 | 1 | -73/+73 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | include = in WHITESPACE; markus ok |  deraadt | 2000-06-18 | 1 | -2/+2 |
* | typo, unused |  markus | 2000-05-31 | 1 | -2/+2 |
* | xauth_location support; pr 1234 |  markus | 2000-05-31 | 1 | -2/+12 |
* | forwardagent defaults to no, add ssh -A |  markus | 2000-05-29 | 1 | -2/+2 |
* | check strtok() != NULL; ok niels@ |  markus | 2000-05-22 | 1 | -1/+7 |
* | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) |  markus | 2000-05-08 | 1 | -2/+3 |
* | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 |  markus | 2000-05-06 | 1 | -2/+10 |
* | default DSA key file ~/.ssh/id_dsa |  markus | 2000-05-02 | 1 | -5/+3 |
* | ssh/sshd default to proto 1 and 2 |  markus | 2000-04-26 | 1 | -2/+2 |