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
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
convert auth2.c to new packet API
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2017-08-18
Move several subprocess-related functions from various locations to
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-05-30
switch auth2 to ssh_dispatch API; ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-05-04
missing const in prototypes (ssh1)
Markus Friedl
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-11-11
remove prototypes for long-gone s/key support; ok dtucker@
Damien Miller
2015-05-08
whitespace at EOL
Damien Miller
2015-05-01
prevent authorized_keys options picked up on public key tests without
Damien Miller
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-01-26
correctly match ECDSA subtype (== curve) for offered/recevied
Damien Miller
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2014-12-22
remember which public keys have been used for authentication and
Damien Miller
2014-07-03
make the "Too many authentication failures" message include the
Damien Miller
2014-01-29
remove experimental, never-enabled JPAKE code; ok markus@
Damien Miller
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-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
[next]