summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2001-11-30sscanf() length dependencies are clearer now; can also shrink protoKevin Steves
2001-10-24ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@Markus Friedl
2001-10-24remove unusedMarkus Friedl
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-10-01remove ugliness; vp@drexel.edu via angelosMarkus Friedl
2001-09-28bug: read user config first; report kaukasoi@elektroni.ee.tut.fiMarkus Friedl
2001-09-24don't rely on <unistd.h> for getopt(3) extern variable declarations;Kevin Steves
2001-09-20bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin...Markus Friedl
2001-09-03fatal() for nonexistent -Fssh_config. ok markus@Kevin Steves
2001-08-29validate ports for -L/-R; ok markus@Kevin Steves
2001-08-29document -D and DynamicForward; ok markus@Kevin Steves
2001-08-28allow: ssh -F configfile hostMarkus Friedl
2001-08-11fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@Jakob Schlyter
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02add smartcard to usage(). ok markus@Jakob Schlyter
2001-08-01support finish rsa keys.Markus Friedl
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
2001-07-27If smart card support is compiled in and a smart card is being usedTodd C. Miller
2001-07-25cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.orgMarkus Friedl
2001-07-11sort options string, fix -p, add -kMarkus Friedl
2001-07-09Use getopt(3); markus@ ok.Federico G. Schwindt
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-22don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@Markus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30merge functions, simplify.Markus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-28fix usage()Markus Friedl
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-17undo socks5 and https support since they are not really used andMarkus Friedl
2001-04-14protocol 2 tty modes support; ok markus@Kevin Steves
2001-04-13missing \n in error messageKevin Steves
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-12show debug output during option processing, report from pekkas@netcore.fiMarkus Friedl
2001-04-11https-connect and socks5 support. i feel so bad.Markus Friedl
2001-04-11use strtol() for ports, thanks jakob@Markus Friedl
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-03-04add -m to usage; ok markus@Kevin Steves
2001-03-03log*.c -> log.cMarkus Friedl