Age | Commit message (Expand) | Author |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-12-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-06-05 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | Add an optional second argument to RekeyLimit in the client to allow | Darren Tucker |
2013-05-10 | fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from | Damien Miller |
2013-04-05 | hush some {unused, printf type} warnings | Damien Miller |
2013-03-05 | reset pubkey order on partial success; ok djm@ | Markus Friedl |
2013-02-17 | Keep track of which IndentityFile options were manually supplied and which | Darren Tucker |
2013-02-15 | Warn more loudly if an IdentityFile provided by the user cannot be read. | Darren Tucker |
2012-12-02 | Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. | Damien Miller |
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker |
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller |
2011-05-06 | fix memory leak; bz#1849 ok dtucker@ | Damien Miller |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-09-22 | add a KexAlgorithms knob to the client and server configuration to allow | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-04-26 | bz#1502: authctxt.success is declared as an int, but passed by | Damien Miller |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-04-10 | show the key type that we are offering in debug(), helps distinguish | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
2010-01-11 | Do not prompt for a passphrase if we fail to open a keyfile, and log the | Darren Tucker |
2010-01-04 | Don't escape backslashes in the SSH2 banner. bz#1533, patch from | Darren Tucker |
2009-12-06 | zap unused variable and strlen; from Steve McClellan, ok djm | Darren Tucker |
2009-11-20 | Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@ | Darren Tucker |
2009-11-10 | Set close-on-exec on various descriptors so they don't get leaked to | Darren Tucker |
2009-10-24 | Let the client detect if the server supports roaming by looking | Andreas Gunnarsson |
2009-10-23 | disallow a hostile server from checking jpake auth by sending an | Damien Miller |
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-11-01 | sprinkle ARGSUSED on dispatch handlers | Damien Miller |
2008-10-03 | Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the | Theo de Raadt |
2008-07-31 | don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt | Markus Friedl |
2008-07-17 | strnvis preauth banner; pointed out by mpf@ ok markus@ | Damien Miller |
2008-01-19 | promote rekeylimit to a int64 so it can hold the maximum useful limit | Damien Miller |
2007-05-17 | djm owes me a vb and a tism cd for breaking ssh compilation | Jolan Luff |
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller |
2006-08-30 | Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL | Darren Tucker |
2006-08-18 | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-20 | missed some needed #include <unistd.h> when KERBEROS5=no; issue from | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl |
2006-05-08 | uint32_t -> u_int32_t (which we use everywhere else) | Damien Miller |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | Darren Tucker |