Age | Commit message (Expand) | Author |
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 |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-07 | move #include <sys/queue.h> out of includes.h; ok markus@ | Kevin Steves |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
2005-08-30 | destroy credentials if krb5_kuserok() call fails. Stops credentials being | Damien Miller |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |