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
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-11-25
Add a sshd_config PubkeyAuthOptions directive
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-09-03
move advance_past_options to authfile.c and make it public;
Damien Miller
2019-09-03
move skip_space() to misc.c and make it public; ok markus@
Damien Miller
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
Damien Miller
2019-06-21
print the correct AuthorizedPrincipalsCommand rather than an
Damien Miller
2019-06-14
for public key authentication, check AuthorizedKeysFiles files before
Damien Miller
2019-05-20
embiggen format buffer size for certificate serial number so
Damien Miller
2019-01-22
print the full pubkey being attempted at loglevel >= debug2; bz2939
Damien Miller
2018-09-20
Add sshd_config CASignatureAlgorithms option to allow control over
Damien Miller
2018-08-28
fix misplaced parenthesis inside if-clause. it's harmless and the only issue is
Ricardo Mestre
2018-08-23
memleak introduced in r1.83; from Colin Watson
Damien Miller
2018-07-31
delay bailout for invalid authenticating user until after the packet
Damien Miller
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
Markus Friedl
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-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
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
[next]