| Commit message (Expand) | Author | Age | Files | Lines |
* | prevent authorized_keys options picked up on public key tests without |  djm | 2015-05-01 | 1 | -6/+9 |
* | Revise hostkeys@openssh.com hostkey learning extension. |  djm | 2015-02-16 | 1 | -3/+4 |
* | adapt kex to sshbuf and struct ssh; ok djm@ |  markus | 2015-01-19 | 1 | -3/+3 |
* | update packet.c & isolate, introduce struct ssh |  markus | 2015-01-19 | 1 | -229/+13 |
* | adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies |  markus | 2015-01-13 | 1 | -2/+2 |
* | make compiling against OpenSSL optional (make OPENSSL=no); |  markus | 2014-04-29 | 1 | -2/+11 |
* | convert memset of potentially-private data to explicit_bzero() |  djm | 2014-02-02 | 1 | -3/+3 |
* | remove experimental, never-enabled JPAKE code; ok markus@ |  djm | 2014-01-29 | 1 | -164/+1 |
* | fix rekeying for AES-GCM modes; ok deraadt |  markus | 2013-11-06 | 1 | -2/+2 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -15/+15 |
* | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) |  markus | 2013-01-08 | 1 | -19/+20 |
* | pasto; ok djm@ |  naddy | 2012-10-01 | 1 | -2/+2 |
* | make the pre-auth privsep slave log via a socketpair shared with the |  djm | 2011-06-17 | 1 | -1/+27 |
* | allow AuthorizedKeysFile to specify multiple files, separated by spaces. |  djm | 2011-05-23 | 1 | -2/+7 |
* | use a macro to define which string options to copy between configs |  djm | 2011-05-20 | 1 | -3/+10 |
* | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and |  djm | 2010-08-31 | 1 | -1/+2 |
* | Hold authentication debug messages until after successful authentication. |  dtucker | 2010-03-07 | 1 | -18/+1 |
* | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm |  dtucker | 2009-06-22 | 1 | -5/+5 |
* | Keep track of number of bytes read and written. Needed for upcoming |  andreas | 2009-05-28 | 1 | -1/+8 |
* | Put the globals in packet.c into a struct and don't access it directly |  andreas | 2009-05-25 | 1 | -8/+9 |
* | refactor the (disabled) Schnorr proof code to make it a little more |  djm | 2009-03-05 | 1 | -4/+5 |
* | Add support for an experimental zero-knowledge password authentication |  djm | 2008-11-04 | 1 | -1/+165 |
* | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ |  markus | 2008-07-10 | 1 | -4/+6 |
* | Make the maximum number of sessions run-time controllable via |  djm | 2008-05-08 | 1 | -4/+18 |
* | Implement a channel success/failure status confirmation callback |  djm | 2008-05-08 | 1 | -1/+2 |
* | Send config block back to slave for invalid users too so options |  dtucker | 2007-10-29 | 1 | -3/+4 |
* | unifdef -DBSD_AUTH |  djm | 2007-09-21 | 1 | -61/+1 |
* | make file descriptor passing code return an error rather than call fatal() |  djm | 2007-09-04 | 1 | -3/+4 |
* | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must |  pvalchev | 2007-06-07 | 1 | -2/+2 |
* | Preserve MAC ctx between packets, saving 2xhash calls per-packet. |  djm | 2007-06-05 | 1 | -2/+2 |
* | Teach Match how handle config directives that are used before authentication. |  dtucker | 2007-02-19 | 1 | -4/+17 |
* | Revert previous include file ordering change, for ssh to compile under gcc2 |  miod | 2006-08-12 | 1 | -2/+2 |
* | "zlib.h" can be <zlib.h>; ok djm@ markus@ |  stevesk | 2006-08-06 | 1 | -2/+2 |
* | Zap unused variables in -DSKEY code. ok djm@ |  dtucker | 2006-08-05 | 1 | -3/+2 |
* | Add headers required to build with KERBEROS5=no. ok djm@ |  dtucker | 2006-08-05 | 1 | -1/+3 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -11/+10 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+5 |
* | replace {GET,PUT}_XXBIT macros with functionally similar functions, |  djm | 2006-03-30 | 1 | -4/+4 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | introduce xcalloc() and xasprintf() failure-checked allocations functions |  djm | 2006-03-25 | 1 | -7/+3 |
* | sprinkle u_int throughout pty subsystem, ok markus |  deraadt | 2006-03-20 | 1 | -1/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | Switch atomicio to use a simpler interface; it now returns a size_t |  avsm | 2005-05-24 | 1 | -11/+8 |
* | Move "Last logged in at.." message generation to the monitor, right |  dtucker | 2004-07-17 | 1 | -2/+7 |
* | Put s/key functions inside #ifdef SKEY same as monitor.c, |  dtucker | 2004-07-03 | 1 | -1/+3 |
* | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ |  dtucker | 2004-06-22 | 1 | -3/+3 |
* | make ssh -Wshadow clean, no functional changes |  avsm | 2004-06-21 | 1 | -14/+14 |