Age | Commit message (Expand) | Author |
2014-05-03 | unbreak compression, by re-init-ing the compression code in the | Markus Friedl |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2013-11-04 | fix rekeying for KEX_C25519_SHA256; noted by dtucker@ | Markus Friedl |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl |
2013-06-21 | for hostbased authentication, print the client host and user on | Damien Miller |
2013-05-19 | Standardise logging of supplemental information during userauth. Keys | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2013-03-07 | add submethod support to AuthenticationMethods; ok and freedback djm@ | Markus Friedl |
2013-03-07 | reconstruct the original username that was sent by the client, which may | Damien Miller |
2012-12-11 | drain the log messages after receiving the keystate from the unpriv | Markus Friedl |
2012-12-02 | Fixes logging of partial authentication when privsep is enabled | Damien Miller |
2012-11-04 | Support multiple required authentication via an AuthenticationMethods | Damien Miller |
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker |
2012-01-05 | memleak on error path | Damien Miller |
2011-06-23 | ignore EINTR errors from poll() | Damien Miller |
2011-06-17 | make the pre-auth privsep slave log via a socketpair shared with the | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
2011-05-20 | use a macro to define which string options to copy between configs | Damien Miller |
2011-05-15 | use FD_CLOEXEC consistently; patch from zion AT x96.org | Damien Miller |
2010-09-09 | ECDH/ECDSA compliance fix: these methods vary the hash function they use | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-07-13 | s/timing_safe_cmp/timingsafe_bcmp/g | Damien Miller |
2010-07-13 | implement a timing_safe_cmp() function to compare memory without leaking | Damien Miller |
2010-03-07 | Hold authentication debug messages until after successful authentication. | Darren Tucker |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2009-06-12 | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | Andreas Gunnarsson |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-02-12 | some paranoia: check that the serialised key is really KEY_RSA before | Damien Miller |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-07-10 | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ | Markus Friedl |
2008-07-04 | Make debug a little clearer. ok djm@ | Darren Tucker |
2008-06-13 | Clear key options in the monitor on failed authentication, prevents | Darren Tucker |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2008-05-08 | Implement a channel success/failure status confirmation callback | Damien Miller |
2007-10-29 | Send config block back to slave for invalid users too so options | Darren Tucker |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-09-04 | make file descriptor passing code return an error rather than call fatal() | Damien Miller |
2007-05-17 | pass received SIGINT from monitor to postauth child so it can clean | Damien Miller |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl |
2006-08-12 | Revert previous include file ordering change, for ssh to compile under gcc2 | Miod Vallat |
2006-08-06 | "zlib.h" can be <zlib.h>; ok djm@ markus@ | Kevin Steves |
2006-08-04 | spaces | Kevin Steves |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |