summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2022-06-21Make sure not to fclose() the same fd twice in case of an error.Tobias Heider
2022-06-18Don't attempt to fprintf a null identity comment. From Martin VahlensieckDarren Tucker
2022-06-17Log an error if pipe() fails while accepting a connection. bz#3447, fromDarren Tucker
2022-06-15make sure that UseDNS hostname lookup happens in the monitor andDamien Miller
2022-06-03move auth_openprincipals() and auth_openkeyfile() over toDamien Miller
2022-06-03Make SetEnv directives first-match-wins in both sshd_config andDamien Miller
2022-06-03Add missing *-sk types to ssh-keyscan manpage.Darren Tucker
2022-06-03Add period at end of "not known by any other names" message. github PR#320Darren Tucker
2022-06-03ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303Darren Tucker
2022-05-31ssh-keygen: implement "verify-required" certificate optionChristian Weisgerber
2022-05-28keywords ref ssh_config.5;Jason McIntyre
2022-05-27split the low-level file handling functions out from auth2-pubkey.cDamien Miller
2022-05-27refactor authorized_keys/principals handlingDamien Miller
2022-05-27f sshpkt functions fail, then password is not cleared with freezero.Darren Tucker
2022-05-27Avoid kill with -1 argument.Darren Tucker
2022-05-27Note that ProxyJump also accepts the same tokens as ProxyCommand.Darren Tucker
2022-05-25revert previous; it was broken (spotted by Theo)Damien Miller
2022-05-25make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled viaDamien Miller
2022-05-15fix in-place copies; r1.163 incorrectly skipped truncation in all cases,Damien Miller
2022-05-13arrange for scp, when in sftp mode, to not ftruncate(3) files earlyDamien Miller
2022-05-09Remove errant apostrophe. From haruyama at queen-ml org.Darren Tucker
2022-05-09Allow existing -U (use agent) flag to work with "-Y sign" operations,Damien Miller
2022-05-08improve error message when 'ssh-keygen -Y sign' is unable to load aDamien Miller
2022-05-08When performing operations that glob(3) a remote path, ensure that theDamien Miller
2022-05-05sshkey_unshield_private() contains a exact duplicate of the code inDamien Miller
2022-05-05channel_new no longer frees remote_name. So update the commentDamien Miller
2022-05-05mux.c: mark argument as const; from Martin VahlensieckDamien Miller
2022-05-04make sure stdout is non-blocking; ok djm@Markus Friedl
2022-05-03Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. TheFlorian Obser
2022-05-02remove an obsolete rsa1 format example from an example;Jason McIntyre
2022-05-01fix some integer overflows in sieve_large() that show up when tryingDamien Miller
2022-04-29be stricter in which characters will be accepted in specifying a maskDamien Miller
2022-04-29mention that the helpers are used by ssh(1), ssh-agent(1) andDamien Miller
2022-04-29Don't leak SK device. Patch from Pedro Martelletto via github PR#316.Darren Tucker
2022-04-29fix memleak on session-bind path; from Pedro Martelletto, ok dtucker@Damien Miller
2022-04-28avoid printing hash algorithm twice; from lucas AT sexy.isDamien Miller
2022-04-27Add authfd path to debug output. ok markus@Darren Tucker
2022-04-26Check sshauthopt_new() for NULL. bz#3425, from tessgauthier atDarren Tucker
2022-04-20Remove unnecessary includes: openssl/hmac.h and openssl/evp.h.Todd C. Miller
2022-04-20Add missing includes of stdlib.h and stdint.h.Todd C. Miller
2022-04-20Avoid an unnecessary xstrdup in rm_env() when matching patterns.Todd C. Miller
2022-04-20Try to continue running local I/O for channels in state OPEN duringDamien Miller
2022-04-20Import regenerated moduliDarren Tucker
2022-04-16list the correct version number when usage of the sftp protocol became defaultT.J. Townsend
2022-04-12Correct path for system known hosts file in description ofDarren Tucker
2022-04-11clear io_want/io_ready flags at start of poll() cycle;Damien Miller
2022-04-08Note that curve25519-sha256 was later published in RFC8731. ok djm@Darren Tucker
2022-04-08two defensive changes from Tobias Stoeckmann via GHPR287Damien Miller
2022-04-04openssh-9.0Damien Miller
2022-03-31ssh: document sntrup761x25519-sha512@openssh.com as default KEXChristian Weisgerber