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
Age
Commit message (
Expand
)
Author
2020-09-09
For the hostkey confirmation message:
Damien Miller
2020-09-09
when writing an attestation blob for a FIDO key, record all the data
Damien Miller
2020-08-31
refuse to add verify-required (PINful) FIDO keys to ssh-agent until
Damien Miller
2020-08-31
Add RCS IDs to the few files that are missing them;
Damien Miller
2020-08-28
Check that the addresses supplied to Match Address and Match
Darren Tucker
2020-08-27
sentence fix; from pedro martelletto
Jason McIntyre
2020-08-27
debug()-print a little info about FIDO-specific key fields via
Damien Miller
2020-08-27
skip a bit more FIDO token selection logic when only a single token
Damien Miller
2020-08-27
tweak previous;
Jason McIntyre
2020-08-27
remove unreachable code I forgot to delete in r1.334
Damien Miller
2020-08-27
Request PIN ahead of time for certain FIDO actions
Damien Miller
2020-08-27
preserve verify-required for resident FIDO keys
Damien Miller
2020-08-27
major rework of FIDO token selection logic
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-08-12
ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@
cheloha
2020-08-11
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
Damien Miller
2020-08-11
let the "Confirm user presence for key ..." ssh-askpass notification
Damien Miller
2020-08-03
ensure that certificate extensions are lexically sorted. Previously
Damien Miller
2020-08-03
allow -A to explicitly enable agent forwarding in scp and sftp. The
Damien Miller
2020-08-03
clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */
Theo de Raadt
2020-07-31
Also compare username when checking for JumpHost loops. bz#3057, ok djm@
Darren Tucker
2020-07-17
Add %k to the TOKENs for Match Exec for consistency with the other keywords
Darren Tucker
2020-07-17
fix macro slip in previous;
Jason McIntyre
2020-07-17
log error message for process_write() write failures
Damien Miller
2020-07-17
Add a '%k' TOKEN that expands to the effective HostKey of the
Darren Tucker
2020-07-17
Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,
Darren Tucker
2020-07-15
- Add [-a rounds] in ssh-keygen man page and usage()
solene
2020-07-15
start sentence with capital letter;
Jason McIntyre
2020-07-15
Add default for number of rounds (-a). ok djm@
Darren Tucker
2020-07-14
allow some additional control over the use of ssh-askpass
Damien Miller
2020-07-07
correct recently broken comments
Theo de Raadt
2020-07-05
some language improvements; ok markus
Damien Miller
2020-07-03
update setproctitle after re-exec; ok djm
Markus Friedl
2020-07-03
keep ignoring HUP after fork+exec; ok djm
Markus Friedl
2020-07-03
don't exit the listener on send_rexec_state errors; ok djm
Markus Friedl
2020-07-03
put back the mux_ctx memleak fix, but only for channels of type
Damien Miller
2020-07-03
revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeing
Damien Miller
2020-07-03
avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is
Damien Miller
2020-07-03
when redirecting sshd's log output to a file, undo this redirection
Damien Miller
2020-07-03
start ClientAliveInterval bookkeeping before first pass through
Damien Miller
2020-07-03
Only reset the serveralive check when we receive traffic from the server
Darren Tucker
2020-07-03
fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189
Damien Miller
2020-07-01
free kex in ssh_packet_close; ok djm semarie
Markus Friedl
2020-06-27
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-26
backout 1.293 fix kex mem-leak in ssh_packet_close at markus request
Sebastien Marie
2020-06-26
avoid spurious error message when ssh-keygen creates files
Damien Miller
2020-06-26
handle EINTR in waitfd() and timeout_connect() helpers;
Damien Miller
2020-06-26
allow "ssh-add -d -" to read keys to be deleted from stdin
Damien Miller
2020-06-26
constify a few things; ok dtucker (as part of another diff)
Damien Miller
[next]