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
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
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
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