summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
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
2000-11-23complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaultsMarkus Friedl
2000-11-15just ignore non existing user keysMarkus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-11-06do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fiMarkus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-03do not resolve canonname, i have no idea why this was added oin osshMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-28allow combination of -N and -fMarkus Friedl
2000-08-28enable -n and -f for ssh2Markus Friedl
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-19support for ~. in ssh2Markus Friedl
2000-08-19accept remsh as a valid name as well; roman@buildpoint.comTheo de Raadt
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-06-20OpenBSD tagMarkus Friedl