| Commit message (Expand) | Author | Age | Files | Lines |
* | implement 'ssh -b bind_address' like 'telnet -b' |  markus | 2001-04-30 | 1 | -2/+6 |
* | undo socks5 and https support since they are not really used and |  markus | 2001-04-17 | 1 | -5/+1 |
* | protocol 2 tty modes support; ok markus@ |  stevesk | 2001-04-14 | 1 | -3/+6 |
* | missing \n in error message |  stevesk | 2001-04-13 | 1 | -2/+2 |
* | robust port validation; ok markus@ jakob@ |  stevesk | 2001-04-12 | 1 | -7/+7 |
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) |  markus | 2001-04-12 | 1 | -10/+32 |
* | show debug output during option processing, report from pekkas@netcore.fi |  markus | 2001-04-12 | 1 | -2/+3 |
* | https-connect and socks5 support. i feel so bad. |  markus | 2001-04-11 | 1 | -3/+4 |
* | use strtol() for ports, thanks jakob@ |  markus | 2001-04-11 | 1 | -4/+12 |
* | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). |  markus | 2001-04-07 | 1 | -2/+11 |
* | do gid/groups-swap in addition to uid-swap, should help if /home/group |  markus | 2001-04-06 | 1 | -17/+15 |
* | don't request a session for 'ssh -N', pointed out slade@shore.net |  markus | 2001-04-05 | 1 | -15/+23 |
* | simpler key load/save interface, see authfile.h |  markus | 2001-03-26 | 1 | -45/+9 |
* | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> |  markus | 2001-03-08 | 1 | -11/+35 |
* | log functions should not be passed strings that end in newline as they |  millert | 2001-03-04 | 1 | -4/+4 |
* | add -m to usage; ok markus@ |  stevesk | 2001-03-04 | 1 | -1/+2 |
* | log*.c -> log.c |  markus | 2001-03-03 | 1 | -5/+7 |
* | don't truncate remote ssh-2 commands; from mkubita@securities.cz |  markus | 2001-03-01 | 1 | -3/+4 |
* | shorten usage by a line |  deraadt | 2001-03-01 | 1 | -5/+4 |
* | use pwcopy in ssh.c, too |  markus | 2001-02-22 | 1 | -11/+3 |
* | -i supports DSA identities now; ok markus@ |  stevesk | 2001-02-21 | 1 | -2/+3 |
* | cleanup -V output; noted by millert |  deraadt | 2001-02-17 | 1 | -4/+5 |
* | 1) clean up the MAC support for SSH-2 |  markus | 2001-02-11 | 1 | -2/+12 |
* | remove mapping of argv[0] -> hostname |  markus | 2001-02-10 | 1 | -7/+1 |
* | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -5/+5 |
* | reorder -{1,2,4,6} options. ok markus@ |  jakob | 2001-02-06 | 1 | -3/+3 |
* | add -1 option (force protocol version 1). ok markus@ |  jakob | 2001-02-06 | 1 | -1/+5 |
* | remove confusing callback code |  markus | 2001-02-06 | 1 | -2/+2 |
* | fatal() if subsystem fails |  markus | 2001-02-06 | 1 | -2/+21 |
* | unexpand and remove end-of-line whitespace; ok markus@ |  stevesk | 2001-02-04 | 1 | -3/+3 |
* | make the alpha happy |  deraadt | 2001-02-04 | 1 | -2/+2 |
* | do not disconnect if local port forwarding fails, e.g. if port is already in use |  markus | 2001-01-31 | 1 | -2/+6 |
* | Allow invocation of sybsystem by commandline (-s); ok markus@ |  djm | 2001-01-29 | 1 | -3/+19 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -9/+11 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -5/+7 |
* | use log() instead of stderr |  markus | 2001-01-15 | 1 | -3/+3 |
* | move callback to headerfile |  markus | 2001-01-13 | 1 | -4/+3 |
* | split out keepalive from packet_interactive (from dale@accentre.com) |  markus | 2001-01-13 | 1 | -3/+7 |
* | multiple -t force pty allocation, document ORIGINAL_COMMAND |  markus | 2000-12-27 | 1 | -3/+6 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -4/+4 |
* | rhosts-rsa is no longer automagically disabled if ssh is not privileged. |  markus | 2000-12-12 | 1 | -12/+7 |
* | consistently use __progname; from stevesk@pobox.com |  markus | 2000-12-12 | 1 | -13/+4 |
* | check -T before isatty() |  markus | 2000-11-30 | 1 | -4/+4 |
* | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults |  markus | 2000-11-23 | 1 | -4/+10 |
* | just ignore non existing user keys |  markus | 2000-11-15 | 1 | -2/+2 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -37/+45 |
* | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi |  markus | 2000-11-06 | 1 | -1/+3 |
* | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi |  markus | 2000-11-06 | 1 | -51/+60 |
* | enable non-blocking IO on channels, and tty's (except for the client ttys). |  markus | 2000-10-27 | 1 | -2/+10 |
* | new cipher framework |  markus | 2000-10-11 | 1 | -3/+4 |