| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Conformance fix: we should send failing packet sequence number when |  djm | 2001-12-20 | 1 | -2/+2 |
* | change the buffer/packet interface to use void* vs. char*; ok markus@ |  stevesk | 2001-12-19 | 1 | -5/+5 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -4/+4 |
* | sscanf() length dependencies are clearer now; can also shrink proto |  stevesk | 2001-11-30 | 1 | -9/+13 |
* | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ |  markus | 2001-10-24 | 1 | -1/+3 |
* | remove unused |  markus | 2001-10-24 | 1 | -9/+1 |
* | some more IPv4or6 cleanup |  markus | 2001-10-08 | 1 | -2/+2 |
* | remove ugliness; vp@drexel.edu via angelos |  markus | 2001-10-01 | 1 | -1/+2 |
* | bug: read user config first; report kaukasoi@elektroni.ee.tut.fi |  markus | 2001-09-28 | 1 | -3/+3 |
* | don't rely on <unistd.h> for getopt(3) extern variable declarations; |  stevesk | 2001-09-24 | 1 | -1/+3 |
* | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.com |  markus | 2001-09-20 | 1 | -10/+15 |
* | fatal() for nonexistent -Fssh_config. ok markus@ |  stevesk | 2001-09-03 | 1 | -4/+6 |
* | validate ports for -L/-R; ok markus@ |  stevesk | 2001-08-29 | 1 | -20/+19 |
* | document -D and DynamicForward; ok markus@ |  stevesk | 2001-08-29 | 1 | -1/+2 |
* | allow: ssh -F configfile host |  markus | 2001-08-28 | 1 | -8/+24 |
* | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ |  jakob | 2001-08-11 | 1 | -2/+2 |
* | clean up some /* SMARTCARD */. ok markus@ |  jakob | 2001-08-02 | 1 | -5/+5 |
* | add /* SMARTCARD */ to #else/#endif. ok markus@ |  jakob | 2001-08-02 | 1 | -5/+5 |
* | add smartcard to usage(). ok markus@ |  jakob | 2001-08-02 | 1 | -1/+4 |
* | support finish rsa keys. |  markus | 2001-08-01 | 1 | -1/+11 |
* | use strings instead of ints for smartcard reader ids |  markus | 2001-08-01 | 1 | -3/+3 |
* | add 'SmartcardDevice' client option to specify which smartcard device is used |  jakob | 2001-07-31 | 1 | -9/+4 |
* | If smart card support is compiled in and a smart card is being used |  millert | 2001-07-27 | 1 | -18/+23 |
* | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org |  markus | 2001-07-25 | 1 | -15/+14 |
* | sort options string, fix -p, add -k |  markus | 2001-07-11 | 1 | -2/+2 |
* | Use getopt(3); markus@ ok. |  fgsch | 2001-07-09 | 1 | -63/+69 |
* | add smartcard support to the client, too (now you can use both |  markus | 2001-06-26 | 1 | -2/+47 |
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed |  itojun | 2001-06-23 | 1 | -15/+15 |
* | don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ |  markus | 2001-06-22 | 1 | -5/+7 |
* | use xxx_put_cstring() |  markus | 2001-06-07 | 1 | -2/+2 |
* | undo the .c file split, just merge the header and keep the cvs history |  markus | 2001-05-31 | 1 | -2/+2 |
* | merge functions, simplify. |  markus | 2001-05-30 | 1 | -2/+2 |
* | channel layer cleanup: merge header files and split .c files |  markus | 2001-05-30 | 1 | -2/+2 |
* | fix usage() |  markus | 2001-05-28 | 1 | -6/+5 |
* | don't perform escape processing when ``EscapeChar none''; ok markus@ |  stevesk | 2001-05-24 | 1 | -4/+6 |
* | move to Channel **channels (instead of Channel *channels), fixes realloc problems. |  markus | 2001-05-04 | 1 | -8/+10 |
* | 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 |