index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth.h
Age
Commit message (
Expand
)
Author
2013-03-07
add submethod support to AuthenticationMethods; ok and freedback djm@
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-10-30
new sshd_config option AuthorizedKeysCommand to support fetching
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-11
remove support for authorized_keys2; it is a relic from the early days
Damien Miller
2011-03-10
allow GSSAPI authentication to detect when a server-side failure causes
Damien Miller
2010-05-07
add some optional indirection to matching of principal names listed
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2009-08-15
remove unused define. markus@ ok.
Federico G. Schwindt
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-07-02
Merge duplicate host key file checks, based in part on a patch from Rob
Darren Tucker
2007-09-21
unifdef -DBSD_AUTH
Damien Miller
2007-08-23
login_cap.h doesn't belong here
Damien Miller
2006-08-18
delay authentication related cleanups until we're authenticated and
Markus Friedl
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-23
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-04-20
replace the last non-sig_atomic_t flag used in a signal handler with a
Damien Miller
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2005-06-06
introduce a generic %foo expansion function. replace existing % expansion and
Damien Miller
2004-05-23
Add MaxAuthTries sshd config option; ok markus@
Darren Tucker
2004-01-30
support for password change; ok dtucker@
Markus Friedl
2003-11-04
standardise arguments to auth methods - they should all take authctxt.
Damien Miller
2003-09-23
replace fatal_cleanup() and linked list of fatal callbacks with static
Markus Friedl
2003-08-28
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
Markus Friedl
2003-08-26
fix passwd auth for 'username leaks via timing'; with djm@, original patches ...
Markus Friedl
2003-08-22
support GSS API user authentication; patches from Simon Wilkinson,
Markus Friedl
2003-07-22
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
Markus Friedl
2003-04-16
document struct Authctxt; with solar
Markus Friedl
2002-09-26
krb4 + privsep; ok dugsong@, deraadt@
Markus Friedl
2002-09-09
kerberos support for privsep. confirmed to work by lha@stacken.kth.se
Jun-ichiro itojun Hagino
2002-05-31
move Authmethod definitons to per-method file.
Markus Friedl
2002-05-25
split auth2.c into one file per method; ok provos@/deraadt@
Markus Friedl
2002-05-13
move the packet_send_debug handling from auth-options.c to auth.c; ok provos@
Markus Friedl
2002-05-12
Fix sshd Banner option for privsep; ok markus@ provos@
Damien Miller
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
integrate privilege separated openssh; its turned off by default for now.
Niels Provos
2002-03-18
have the authentication functions return the authentication context
Niels Provos
2002-03-17
getpwnamallow returns struct passwd * only if user valid; okay markus@
Niels Provos
2002-03-16
split auth_rhosts_rsa(), ok provos@
Markus Friedl
2002-03-14
split auth_rsa() for better readability and privsep; ok provos@
Markus Friedl
2002-03-04
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
Kevin Steves
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-27
auth_rhosts_rsa now accept generic keys.
Markus Friedl
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-12-18
remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
Jakob Schlyter
[next]