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-hostbased.c
Age
Commit message (
Expand
)
Author
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
2022-01-06
include rejected signature algorithm in error message and not the
Damien Miller
2021-12-19
prepare for multiple names for authmethods
Damien Miller
2021-07-23
Let allowed signers files used by ssh-keygen(1) signatures support key
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-09-20
Add sshd_config CASignatureAlgorithms option to allow control over
Damien Miller
2018-08-28
fix build with DEBUG_PK enabled
Ricardo Mestre
2018-07-31
delay bailout for invalid authenticating user until after the packet
Damien Miller
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
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 auth2-hostbased.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-pubkey.c to modern APIs; with & ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-28
remove obsolete comment
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2015-01-08
deprecate key_load_private_pem() and sshkey_load_private_pem()
Damien Miller
2014-12-23
KNF and add a little more debug()
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2013-12-30
refuse RSA keys from old proprietary clients/servers that use the
Damien Miller
2013-06-21
for hostbased authentication, print the client host and user on
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2008-07-17
strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2004-01-19
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
Markus Friedl
2003-06-24
int -> u_int; ok djm@, deraadt@, mouring@
Markus Friedl
2003-06-02
deprecate VerifyReverseMapping since it's dangerous if combined
Markus Friedl
[next]