Age | Commit message (Expand) | Author |
2001-09-20 | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin... | Markus Friedl |
2001-09-03 | fatal() for nonexistent -Fssh_config. ok markus@ | Kevin Steves |
2001-08-29 | validate ports for -L/-R; ok markus@ | Kevin Steves |
2001-08-29 | document -D and DynamicForward; ok markus@ | Kevin Steves |
2001-08-28 | allow: ssh -F configfile host | Markus Friedl |
2001-08-11 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter |
2001-08-02 | add smartcard to usage(). ok markus@ | Jakob Schlyter |
2001-08-01 | support finish rsa keys. | Markus Friedl |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl |
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter |
2001-07-27 | If smart card support is compiled in and a smart card is being used | Todd C. Miller |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl |
2001-07-11 | sort options string, fix -p, add -k | Markus Friedl |
2001-07-09 | Use getopt(3); markus@ ok. | Federico G. Schwindt |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-22 | don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | merge functions, simplify. | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | fix usage() | Markus Friedl |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves |
2001-04-13 | missing \n in error message | Kevin Steves |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl |
2001-04-11 | https-connect and socks5 support. i feel so bad. | Markus Friedl |
2001-04-11 | use strtol() for ports, thanks jakob@ | Markus Friedl |
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-04 | add -m to usage; ok markus@ | Kevin Steves |
2001-03-03 | log*.c -> log.c | Markus Friedl |
2001-03-01 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | Markus Friedl |
2001-03-01 | shorten usage by a line | Theo de Raadt |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl |
2001-02-21 | -i supports DSA identities now; ok markus@ | Kevin Steves |
2001-02-17 | cleanup -V output; noted by millert | Theo de Raadt |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl |