Age | Commit message (Expand) | Author |
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 |
2022-06-21 | Make sure not to fclose() the same fd twice in case of an error. | Tobias Heider |
2022-06-18 | Don't attempt to fprintf a null identity comment. From Martin Vahlensieck | Darren Tucker |
2022-06-17 | Log an error if pipe() fails while accepting a connection. bz#3447, from | Darren Tucker |
2022-06-15 | make sure that UseDNS hostname lookup happens in the monitor and | Damien Miller |
2022-06-03 | move auth_openprincipals() and auth_openkeyfile() over to | Damien Miller |
2022-06-03 | Make SetEnv directives first-match-wins in both sshd_config and | Damien Miller |
2022-06-03 | Add missing *-sk types to ssh-keyscan manpage. | Darren Tucker |
2022-06-03 | Add period at end of "not known by any other names" message. github PR#320 | Darren Tucker |
2022-06-03 | ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303 | Darren Tucker |
2022-05-31 | ssh-keygen: implement "verify-required" certificate option | Christian Weisgerber |
2022-05-28 | keywords ref ssh_config.5; | Jason McIntyre |
2022-05-27 | split the low-level file handling functions out from auth2-pubkey.c | Damien Miller |
2022-05-27 | refactor authorized_keys/principals handling | Damien Miller |
2022-05-27 | f sshpkt functions fail, then password is not cleared with freezero. | Darren Tucker |
2022-05-27 | Avoid kill with -1 argument. | Darren Tucker |
2022-05-27 | Note that ProxyJump also accepts the same tokens as ProxyCommand. | Darren Tucker |
2022-05-25 | revert previous; it was broken (spotted by Theo) | Damien Miller |
2022-05-25 | make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled via | Damien Miller |
2022-05-15 | fix in-place copies; r1.163 incorrectly skipped truncation in all cases, | Damien Miller |
2022-05-13 | arrange for scp, when in sftp mode, to not ftruncate(3) files early | Damien Miller |
2022-05-09 | Remove errant apostrophe. From haruyama at queen-ml org. | Darren Tucker |
2022-05-09 | Allow existing -U (use agent) flag to work with "-Y sign" operations, | Damien Miller |
2022-05-08 | improve error message when 'ssh-keygen -Y sign' is unable to load a | Damien Miller |
2022-05-08 | When performing operations that glob(3) a remote path, ensure that the | Damien Miller |
2022-05-05 | sshkey_unshield_private() contains a exact duplicate of the code in | Damien Miller |
2022-05-05 | channel_new no longer frees remote_name. So update the comment | Damien Miller |
2022-05-05 | mux.c: mark argument as const; from Martin Vahlensieck | Damien Miller |
2022-05-04 | make sure stdout is non-blocking; ok djm@ | Markus Friedl |
2022-05-03 | Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. The | Florian Obser |
2022-05-02 | remove an obsolete rsa1 format example from an example; | Jason McIntyre |
2022-05-01 | fix some integer overflows in sieve_large() that show up when trying | Damien Miller |