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
/
auth2.c
Age
Commit message (
Expand
)
Author
2023-08-28
limit artificial login delay to a reasonable maximum (5s) and don't
Damien Miller
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2022-02-23
avoid integer overflow of auth attempts (harmless, caught by monitor)
Damien Miller
2021-12-26
split method list search functionality from authmethod_lookup() into
Damien Miller
2021-12-19
prepare for multiple names for authmethods
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-03-06
exit on parse failures in input_service_request; ok djm
Markus Friedl
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-06-28
asprintf returns -1, not an arbitrary value < 0. Also upon error the
Theo de Raadt
2019-03-25
Fix authentication failures when "AuthenticationMethods any" in a
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
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-17
include time.h for time(3)/nanosleep(2); from Ian McKellar
Damien Miller
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
2018-05-11
Explicit cast when snprintf'ing an uint64. Prevents warnings on platforms
Darren Tucker
2018-04-13
Defend against user enumeration timing attacks.
Darren Tucker
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
Markus Friedl
2017-05-31
use the ssh_dispatch_run_fatal variant
Markus Friedl
2017-05-30
switch auth2 to ssh_dispatch API; ok djm@
Markus Friedl
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-30
sshd: pass struct ssh to auth functions; ok djm@
Markus Friedl
2017-02-03
use ssh_packet_set_log_preamble() to include connection username
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2014-12-22
make internal handling of filename arguments of "none" more consistent
Damien Miller
2014-12-18
don't count partial authentication success as a failure against
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. 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-05-19
Standardise logging of supplemental information during userauth. Keys
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
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
2011-12-07
fix some harmless and/or unreachable int overflows;
Damien Miller
2011-03-10
allow GSSAPI authentication to detect when a server-side failure causes
Damien Miller
2010-08-31
Add buffer_get_cstring() and related functions that verify that the
Damien Miller
2009-06-22
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
Darren Tucker
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-07-04
Make protocol 1 MaxAuthTries logic match protocol 2's.
Damien Miller
2008-07-02
really really remove the freebie "none" auth try for protocol 2
Damien Miller
[next]