summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2022-09-26openssh-9.1Damien Miller
2022-09-21Fix typo. From AlexanderStohr via github PR#343.Darren Tucker
2022-09-19add RequiredRSASize to the list of keywords accepted by -o;Damien Miller
2022-09-19use users-groups-by-id@openssh.com sftp-server extension (whenDamien Miller
2022-09-19sftp client library support for users-groups-by-id@openssh.com;Damien Miller
2022-09-19extend sftp-common.c:extend ls_file() to support supplied user/groupDamien Miller
2022-09-19sftp-server(8): add a "users-groups-by-id@openssh.com" extensionDamien Miller
2022-09-19better debugging for connect_next()Damien Miller
2022-09-17Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limitDamien Miller
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-09-17Add a sshkey_check_rsa_length() call for checking the length of anDamien Miller
2022-09-17actually hook up restrict_websafe; the command-line flag wasDamien Miller
2022-09-16correct error valueDamien Miller
2022-09-16sftp: Be a bit more clever about completionsDamien Miller
2022-09-16sftp: Don't attempt to complete arguments for non-existent commandsDamien Miller
2022-09-14sk_enroll: never drop SSH_SK_USER_VERIFICATION_REQD flag from responseDamien Miller
2022-09-14a little extra debuggingDamien Miller
2022-09-14ssh-agent: attempt FIDO key signing without PIN and use the errorDamien Miller
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-10fix repeated wordsJonathan Gray
2022-09-09notifier_complete(NULL, ...) is a noop, so no need to testDamien Miller
2022-09-02sk-usbhid: fix key_lookup() on tokens with built-in UVDamien Miller
2022-08-31whitespaceDamien Miller
2022-08-26whitespaceDamien Miller
2022-08-26whitespaceDamien Miller
2022-08-19attemp FIDO key signing without PIN and use the error code returnedDamien Miller
2022-08-19remove incorrect check that can break enrolling a resident keyDamien Miller
2022-08-19Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscanDarren Tucker
2022-08-19double free() in error path; from Eusgor via GHPR333Damien Miller
2022-08-17add an extra flag to sk_probe() to indicate whether we'reDamien Miller
2022-08-16use .Cm for "sign"; from josiah frentsosJason McIntyre
2022-08-12sftp-server: support home-directory requestDamien Miller
2022-08-11allow certificate validity intervals, sshsig verification times andDamien Miller
2022-08-05don't prompt for FIDO passphrase before attempting to enroll theDamien Miller
2022-08-01avoid double-free in error path introduced in r1.70;Damien Miller
2022-07-20ssh-keygen: fix touch prompt, pin retries;Damien Miller
2022-07-20sk-usbhid: preserve error code returned by key_lookup()Damien Miller
2022-07-20when enrolling a resident key on a security token, check if aDamien Miller
2022-07-20pull passphrase reading and confirmation into a separate functionDamien Miller
2022-07-01Remove extra line leftover from merge conflict. ok djm@Darren Tucker
2022-07-01use consistent field names (s/char/byte) in format descriptionDamien Miller
2022-07-01bump up loglevel from debug to info when unable to open authorizedDamien Miller
2022-07-01Don't leak the strings allocated by order_hostkeyalgs() andDarren Tucker
2022-07-01Always return allocated strings from the kex filtering so that weDarren Tucker
2022-07-01ignore SIGPIPE earlier in main(), specifically before muxclient()Damien Miller
2022-06-28reflect the update to -D arg name in usage();Jason McIntyre
2022-06-27allow arguments to sftp -D option, e.g.Damien Miller
2022-06-24Roll back previous KEX changes as they aren't safe untilDarren Tucker
2022-06-24Don't leak the strings allocated by order_hostkeyalgs() andDarren Tucker
2022-06-24make it clear that RekeyLimit applies to both transmitted andDamien Miller