summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
2003-05-17just in case, put numbers to sscanf %s arg.Jun-ichiro itojun Hagino
2003-05-17Don't link with unneeded kerberos librariesHans Insulander
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
2003-05-15fix 64bit issue; report itojun@Markus Friedl
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter
2003-05-15~B is ssh2 onlyMarkus Friedl
2003-05-15Teach ls how to display multiple column display and allow users to returnmouring
2003-05-15Make put/get (globed and nonglobed) code more consistant. OK djm@mouring
2003-05-15avoid warning; ok jakob@Damien Miller
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-05-15add missing freerrsetJakob Schlyter
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2003-05-15cleanup unregister of per-method packet handlers; ok djm@Markus Friedl
2003-05-14sshfp contains fingerprints, not keysJakob Schlyter
2003-05-14rename enumJakob Schlyter
2003-05-14update license, remove 3rd clause. ok author (me)Jakob Schlyter
2003-05-14allow to send a BREAK to the remote system; ok variousMarkus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-05-14setup -> set up;Jason McIntyre
2003-05-14http://bugzilla.mindrot.org/show_bug.cgi?id=560Markus Friedl
2003-05-14- better formatting in SYNOPSISJason McIntyre
2003-05-14implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@Markus Friedl
2003-05-14emphasise the batchmode functionality and make reference to pubkey auth,Damien Miller
2003-05-14ranges for per auth method messagesMarkus Friedl
2003-05-12typo: DSA keys are of type ssh-dss; Brian PooleMarkus Friedl
2003-05-12for pubkey authentication try the user keys in the following order:Markus Friedl
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl
2003-05-11change key_load_public to try to read a public from:Markus Friedl
2003-04-30fix invalid .Pf macro usage introduced in previous commitDavid Krause
2003-04-30Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550mouring
2003-04-26-t in usage(); rogier@quaak.orgTheo de Raadt
2003-04-16document struct Authctxt; with solarMarkus Friedl
2003-04-14Missing globfree(&g) in process_put() spotted by Vince Brimhallmouring
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-12document -V switch, fix wording; ok markus@Christian Weisgerber
2003-04-12debug->debug2Markus Friedl
2003-04-12hide cipher details; ok djm@Markus Friedl
2003-04-10unbreak linking on elf - stupid kerberosPeter Valchev
2003-04-09strip trailing whitespace from config lines before parsing. Fixes bz 528;Damien Miller
2003-04-09Disable Kerberos 4 support.Hans Insulander
2003-04-09Don't include <krb.h> when compiling with Kerberos 5 supportHans Insulander
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-04-08progressmeter.c is 4 clause NetBSD.Markus Friedl
2003-04-07The UCB copyright here is incorrect. This code did not originateTodd C. Miller
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
2003-04-03remove $OpenBSD$, as other *.c does not have it.Jun-ichiro itojun Hagino