Age | Commit message (Expand) | Author |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-10-20 | Compare pointers to NULL rather than 0. | mmcc |
2015-09-04 | don't record hostbased authentication hostkeys as user keys | Damien Miller |
2015-09-02 | Fix occurrences of "r = func() != 0" which result in the wrong error | Jonathan Gray |
2015-08-21 | Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like. | Theo de Raadt |
2015-06-22 | Don't count successful partial authentication as failures in monitor; | Damien Miller |
2015-05-04 | Remove pattern length argument from match_pattern_list(), | Damien Miller |
2015-05-01 | prevent authorized_keys options picked up on public key tests without | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-17 | don't call record_login() in monitor when UseLogin is enabled; | Damien Miller |
2015-02-20 | UpdateHostKeys fixes: | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-02-13 | make rekey_limit for sshd w/privsep work; ok djm@ dtucker@ | Markus Friedl |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2014-12-22 | remember which public keys have been used for authentication and | Damien Miller |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
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 |