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
2022-09-26
openssh-9.1
Damien Miller
2022-09-21
Fix typo. From AlexanderStohr via github PR#343.
Darren Tucker
2022-09-19
add RequiredRSASize to the list of keywords accepted by -o;
Damien Miller
2022-09-19
use users-groups-by-id@openssh.com sftp-server extension (when
Damien Miller
2022-09-19
sftp client library support for users-groups-by-id@openssh.com;
Damien Miller
2022-09-19
extend sftp-common.c:extend ls_file() to support supplied user/group
Damien Miller
2022-09-19
sftp-server(8): add a "users-groups-by-id@openssh.com" extension
Damien Miller
2022-09-19
better debugging for connect_next()
Damien Miller
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
2022-09-17
add a RequiredRSASize for checking RSA key length in ssh(1).
Damien Miller
2022-09-17
Add a sshkey_check_rsa_length() call for checking the length of an
Damien Miller
2022-09-17
actually hook up restrict_websafe; the command-line flag was
Damien Miller
2022-09-16
correct error value
Damien Miller
2022-09-16
sftp: Be a bit more clever about completions
Damien Miller
2022-09-16
sftp: Don't attempt to complete arguments for non-existent commands
Damien Miller
2022-09-14
sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flag from response
Damien Miller
2022-09-14
a little extra debugging
Damien Miller
2022-09-14
ssh-agent: attempt FIDO key signing without PIN and use the error
Damien Miller
2022-09-11
.Li -> .Vt where appropriate;
Jason McIntyre
2022-09-10
fix repeated words
Jonathan Gray
2022-09-09
notifier_complete(NULL, ...) is a noop, so no need to test
Damien Miller
2022-09-02
sk-usbhid: fix key_lookup() on tokens with built-in UV
Damien Miller
2022-08-31
whitespace
Damien Miller
2022-08-26
whitespace
Damien Miller
2022-08-26
whitespace
Damien Miller
2022-08-19
attemp FIDO key signing without PIN and use the error code returned
Damien Miller
2022-08-19
remove incorrect check that can break enrolling a resident key
Damien Miller
2022-08-19
Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscan
Darren Tucker
2022-08-19
double free() in error path; from Eusgor via GHPR333
Damien Miller
2022-08-17
add an extra flag to sk_probe() to indicate whether we're
Damien Miller
2022-08-16
use .Cm for "sign"; from josiah frentsos
Jason McIntyre
2022-08-12
sftp-server: support home-directory request
Damien Miller
2022-08-11
allow certificate validity intervals, sshsig verification times and
Damien Miller
2022-08-05
don't prompt for FIDO passphrase before attempting to enroll the
Damien Miller
2022-08-01
avoid double-free in error path introduced in r1.70;
Damien Miller
2022-07-20
ssh-keygen: fix touch prompt, pin retries;
Damien Miller
2022-07-20
sk-usbhid: preserve error code returned by key_lookup()
Damien Miller
2022-07-20
when enrolling a resident key on a security token, check if a
Damien Miller
2022-07-20
pull passphrase reading and confirmation into a separate function
Damien Miller
2022-07-01
Remove extra line leftover from merge conflict. ok djm@
Darren Tucker
2022-07-01
use consistent field names (s/char/byte) in format description
Damien Miller
2022-07-01
bump up loglevel from debug to info when unable to open authorized
Damien Miller
2022-07-01
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-07-01
Always return allocated strings from the kex filtering so that we
Darren Tucker
2022-07-01
ignore SIGPIPE earlier in main(), specifically before muxclient()
Damien Miller
2022-06-28
reflect the update to -D arg name in usage();
Jason McIntyre
2022-06-27
allow arguments to sftp -D option, e.g.
Damien Miller
2022-06-24
Roll back previous KEX changes as they aren't safe until
Darren Tucker
2022-06-24
Don't leak the strings allocated by order_hostkeyalgs() and
Darren Tucker
2022-06-24
make it clear that RekeyLimit applies to both transmitted and
Damien Miller
[next]