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-pubkey.c
Age
Commit message (
Expand
)
Author
2018-02-07
ssh_free checks for and handles NULL args, remove NULL checks from remaining
Darren Tucker
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-19
include signature type and CA key (if applicable) in some debug messages
Damien Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-09-07
typo in comment
Damien Miller
2017-08-18
add a "quiet" flag to exited_cleanly() that supresses errors about
Damien Miller
2017-08-18
Move several subprocess-related functions from various locations to
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-05-31
make sure we don't pass a NULL string to vfprintf (triggered by the
Markus Friedl
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2017-05-30
switch auth2 to ssh_dispatch API; 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
2017-01-30
revise keys/principals command hang fix (bz#2655) to consume entire
Damien Miller
2016-12-30
fix deadlock when keys/principals command produces a lot of output
Damien Miller
2016-11-30
When a forced-command appears in both a certificate and an
Damien Miller
2016-09-21
cast uint64_t for printf
Damien Miller
2016-09-21
add a way for principals command to get see key ID and serial too
Damien Miller
2016-09-14
take fingerprint of correct key for AuthorizedPrincipalsCommand
Damien Miller
2016-09-14
add %-escapes to AuthorizedPrincipalsCommand to match those supported
Damien Miller
2016-01-27
make the debug messages a bit more useful here
Damien Miller
2015-10-27
log certificate serial in verbose() messages to match the main
Damien Miller
2015-06-15
If AuthorizedPrincipalsCommand is specified, however
Joel Sing
2015-06-15
Make the arguments to match_principals_command() similar to
Joel Sing
2015-05-21
add AuthorizedPrincipalsCommand that allows getting authorized_principals
Damien Miller
2015-05-21
support arguments to AuthorizedKeysCommand
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-05-01
prevent authorized_keys options picked up on public key tests without
Damien Miller
2015-02-17
Regression: I broke logging of public key fingerprints in 1.46.
Damien Miller
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2014-12-22
remember which public keys have been used for authentication and
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien 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-19
fix failure to recognise cert-authority keys if a key of a different type
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-03-07
reconstruct the original username that was sent by the client, which may
Damien Miller
2013-02-14
Correct error message that had a typo and was logging the wrong thing;
Damien Miller
2012-11-14
fix username passed to helper program
Damien Miller
2012-11-04
Remove default of AuthorizedCommandUser. Administrators are now expected
Damien Miller
2012-10-30
new sshd_config option AuthorizedKeysCommand to support fetching
Damien Miller
2011-09-25
improve the AuthorizedPrincipalsFile debug log message to include
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
2010-11-20
clean up cases of ;;
Theo de Raadt
[next]