summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
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
2001-03-01don't truncate remote ssh-2 commands; from mkubita@securities.czMarkus Friedl
2001-03-01shorten usage by a lineTheo de Raadt
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-21-i supports DSA identities now; ok markus@Kevin Steves
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2001-02-10remove mapping of argv[0] -> hostnameMarkus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-06reorder -{1,2,4,6} options. ok markus@Jakob Schlyter
2001-02-06add -1 option (force protocol version 1). ok markus@Jakob Schlyter
2001-02-06remove confusing callback codeMarkus Friedl
2001-02-06fatal() if subsystem failsMarkus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04make the alpha happyTheo de Raadt
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-29Allow invocation of sybsystem by commandline (-s); ok markus@Damien Miller
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-15use log() instead of stderrMarkus Friedl
2001-01-13move callback to headerfileMarkus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2000-12-27multiple -t force pty allocation, document ORIGINAL_COMMANDMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-12rhosts-rsa is no longer automagically disabled if ssh is not privileged.Markus Friedl
2000-12-12consistently use __progname; from stevesk@pobox.comMarkus Friedl
2000-11-30check -T before isatty()Markus Friedl