| Commit message (Expand) | Author | Age | Files | Lines |
* | correctly match ECDSA subtype (== curve) for offered/recevied |  djm | 2015-01-26 | 1 | -3/+3 |
* | adapt kex to sshbuf and struct ssh; ok djm@ |  markus | 2015-01-19 | 1 | -6/+7 |
* | remember which public keys have been used for authentication and |  djm | 2014-12-22 | 1 | -1/+8 |
* | make the "Too many authentication failures" message include the |  djm | 2014-07-03 | 1 | -3/+2 |
* | remove experimental, never-enabled JPAKE code; ok markus@ |  djm | 2014-01-29 | 1 | -5/+1 |
* | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, |  markus | 2013-07-19 | 1 | -1/+3 |
* | for hostbased authentication, print the client host and user on |  djm | 2013-06-21 | 1 | -2/+3 |
* | Standardise logging of supplemental information during userauth. Keys |  djm | 2013-05-19 | 1 | -3/+7 |
* | add submethod support to AuthenticationMethods; ok and freedback djm@ |  markus | 2013-03-07 | 1 | -2/+3 |
* | Fixes logging of partial authentication when privsep is enabled |  djm | 2012-12-02 | 1 | -4/+5 |
* | Support multiple required authentication via an AuthenticationMethods |  djm | 2012-11-04 | 1 | -1/+6 |
* | new sshd_config option AuthorizedKeysCommand to support fetching |  djm | 2012-10-30 | 1 | -1/+5 |
* | allow AuthorizedKeysFile to specify multiple files, separated by spaces. |  djm | 2011-05-23 | 1 | -2/+2 |
* | remove support for authorized_keys2; it is a relic from the early days |  djm | 2011-05-11 | 1 | -2/+1 |
* | allow GSSAPI authentication to detect when a server-side failure causes |  djm | 2011-03-10 | 1 | -1/+2 |
* | add some optional indirection to matching of principal names listed |  djm | 2010-05-07 | 1 | -1/+3 |
* | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that |  djm | 2010-03-04 | 1 | -1/+2 |
* | Add support for certificate key types for users and hosts. |  djm | 2010-02-26 | 1 | -2/+3 |
* | remove unused define. markus@ ok. |  fgsch | 2009-08-15 | 1 | -2/+1 |
* | Add support for an experimental zero-knowledge password authentication |  djm | 2008-11-04 | 1 | -1/+5 |
* | Merge duplicate host key file checks, based in part on a patch from Rob |  dtucker | 2008-07-02 | 1 | -3/+2 |
* | unifdef -DBSD_AUTH |  djm | 2007-09-21 | 1 | -5/+1 |
* | login_cap.h doesn't belong here |  djm | 2007-08-23 | 1 | -4/+1 |
* | delay authentication related cleanups until we're authenticated and |  markus | 2006-08-18 | 1 | -1/+2 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -9/+2 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h> |  stevesk | 2006-07-23 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -3/+8 |
* | replace the last non-sig_atomic_t flag used in a signal handler with a |  djm | 2006-04-20 | 1 | -2/+2 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | introduce a generic %foo expansion function. replace existing % expansion and |  djm | 2005-06-06 | 1 | -2/+1 |
* | Add MaxAuthTries sshd config option; ok markus@ |  dtucker | 2004-05-23 | 1 | -3/+1 |
* | support for password change; ok dtucker@ |  markus | 2004-01-30 | 1 | -1/+2 |
* | standardise arguments to auth methods - they should all take authctxt. |  djm | 2003-11-04 | 1 | -3/+3 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -7/+4 |
* | remove kerberos support from ssh1, since it has been replaced with GSSAPI; |  markus | 2003-08-28 | 1 | -2/+1 |
* | fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar |  markus | 2003-08-26 | 1 | -1/+3 |
* | support GSS API user authentication; patches from Simon Wilkinson, |  markus | 2003-08-22 | 1 | -1/+2 |
* | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); |  markus | 2003-07-22 | 1 | -18/+1 |
* | document struct Authctxt; with solar |  markus | 2003-04-16 | 1 | -5/+11 |
* | krb4 + privsep; ok dugsong@, deraadt@ |  markus | 2002-09-26 | 1 | -2/+2 |
* | kerberos support for privsep. confirmed to work by lha@stacken.kth.se |  itojun | 2002-09-09 | 1 | -2/+2 |
* | move Authmethod definitons to per-method file. |  markus | 2002-05-31 | 1 | -8/+8 |
* | split auth2.c into one file per method; ok provos@/deraadt@ |  markus | 2002-05-25 | 1 | -1/+8 |
* | move the packet_send_debug handling from auth-options.c to auth.c; ok provos@ |  markus | 2002-05-13 | 1 | -1/+6 |
* | Fix sshd Banner option for privsep; ok markus@ provos@ |  djm | 2002-05-12 | 1 | -1/+3 |
* | clean up prototypes |  markus | 2002-03-19 | 1 | -2/+19 |
* | integrate privilege separated openssh; its turned off by default for now. |  provos | 2002-03-18 | 1 | -1/+4 |
* | have the authentication functions return the authentication context |  provos | 2002-03-18 | 1 | -3/+3 |
* | getpwnamallow returns struct passwd * only if user valid; okay markus@ |  provos | 2002-03-17 | 1 | -1/+2 |