summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2019-04-03openssh-8.0Damien Miller
2019-03-29when logging/fataling on error, include a bit more detail than just theDamien Miller
2019-03-27fix interaction between ClientAliveInterval and RekeyLimit that couldDamien Miller
2019-03-25Fix authentication failures when "AuthenticationMethods any" in aDamien Miller
2019-03-25whitespaceDamien Miller
2019-03-25Expand comment to document rationale for default key sizes.Darren Tucker
2019-03-25Increase the default RSA key size to 3072 bits. Based on the estimatesDarren Tucker
2019-03-22full stop in the wrong place;Jason McIntyre
2019-03-16benno helped me clean up the tcp forwarding section;Jason McIntyre
2019-03-08fix use-after-free in ssh-pkcs11; found by hshoexer w/AFLMarkus Friedl
2019-03-06Move checks for lists of users or groups into their own function.Darren Tucker
2019-03-06Reset last-seen time when sending a keepalive. Prevents sending twoDarren Tucker
2019-03-05PKCS#11 support is no longer limited to RSA; ok benno@ kn@Christian Weisgerber
2019-03-01in ssh_set_newkeys(), mention the direction that we're keying in debugDamien Miller
2019-03-01Fix two race conditions in sshd relating to SIGHUP:Damien Miller
2019-03-01mention PKCS11Provide=none, reword a little and remove mention ofDamien Miller
2019-03-01let PKCS11Provider=none do what users expectDamien Miller
2019-02-27dup stdout/in for proxycommand=-, otherwise stdout might beMarkus Friedl
2019-02-23openssh-7.9 accidentally reused the server's algorithm lists in theDamien Miller
2019-02-22perform removal of agent-forwarding directory in forward setup errorDamien Miller
2019-02-18sync the description of ~/.ssh/config with djm's updated description in ssh.1;Jason McIntyre
2019-02-12fix regression in r1.302 reported by naddy@ - only the first publicDamien Miller
2019-02-11cleanup GSSAPI authentication context after completion of theDamien Miller
2019-02-10ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,Sebastian Benoit
2019-02-10when checking that filenames sent by the server side match what theDamien Miller
2019-02-10syslog when connection is dropped for attempting to run a commandDamien Miller
2019-02-05Adapt code in the non-USE_PIPES codepath to the new packet API.Darren Tucker
2019-02-04fix NULL-deref crash in PKCS#11 code when attempting login to a tokenDamien Miller
2019-02-04Remove obsolete "Protocol" from commented out examples.Darren Tucker
2019-02-01Save connection timeout and restore for 2nd and subsequent attempts,Darren Tucker
2019-01-30Add authors for public domain sntrup4591761 code;Markus Friedl
2019-01-27add -T to usage();Jason McIntyre
2019-01-26check in scp client that filenames sent during remote->local directoryDamien Miller
2019-01-26make ssh-keyscan return a non-zero exit status if it finds no keys.Damien Miller
2019-01-24Accept the host key fingerprint as a synonym for "yes" when acceptingDarren Tucker
2019-01-24Have progressmeter force an update at the beginning and end of eachDarren Tucker
2019-01-24Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSDDarren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-23Remove support for obsolete host/port syntax.Darren Tucker
2019-01-23Remove duplicate word. bz#2958, patch from jjelen at redhat.comDarren Tucker
2019-01-23Remove 3 as a guess for possible generator during moduli generation.Darren Tucker
2019-01-23Sanitize scp filenames via snmprintf. To do this we move theDarren Tucker
2019-01-23allow auto-incrementing certificate serial number for certs signedDamien Miller
2019-01-23move a bunch of global flag variables to main(); make the rest staticDamien Miller
2019-01-23switch mainloop from select(2) to poll(2); ok deraadt@Damien Miller
2019-01-23pass most arguments to the KEX hash functions as sshbuf ratherDamien Miller
2019-01-22backoff reading messages from active connections when the input bufferDamien Miller
2019-01-22add -m to usage(); reminded by jmc@Damien Miller
2019-01-22Correct some bugs in PKCS#11 token PIN handling at initial login,Damien Miller
2019-01-22Support keys that set the CKA_ALWAYS_AUTHENTICATE by requring aDamien Miller