summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2019-06-14if passed a bad fd, log what it wasDamien Miller
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andJason McIntyre
2019-06-11consistent lettering for "HostName" keyword; from lauri tirkkonenJason McIntyre
2019-06-07Typo and spelling fixes in comments and error messages. Patch fromDarren Tucker
2019-06-07Check for user@host when parsing sftp target. This allows user@[1.2.3.4]Darren Tucker
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-05-31fix ssh-keysign fd handling problem introduced in r1.304 caused by a typoDamien Miller
2019-05-29Make the standard output messages of both methods of changing a keyMark Lumsden
2019-05-20tweak previous;Jason McIntyre
2019-05-20embiggen format buffer size for certificate serial number soDamien Miller
2019-05-20When signing certificates with an RSA key, default to using theDamien Miller
2019-05-16Move a variable declaration to the block where it's used to make thingsDarren Tucker
2019-05-15When doing the fork+exec'ing for ssh-keysign, rearrange the socketTheo de Raadt
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-05-10For PermitOpen violations add the remote host and port toFlorian Obser
2019-05-03Use the correct (according to POSIX) format for left-justificationDarren Tucker
2019-05-03Free channel objects on exit path. Patch from markus at blueflash.cc,Darren Tucker
2019-05-03Free host on exit path. Patch from markus at blueflash.cc, ok djm@Darren Tucker
2019-05-03Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djmDarren Tucker
2019-04-26Import regenerated moduli.Darren Tucker
2019-04-23Use the LogLevel typdef instead of int where appropriate. Patch fromDarren Tucker
2019-04-19Document new default RSA key size. From sebastiaanlokhorst at gmail.comDarren Tucker
2019-04-18When running sshd -T, assume any attibute not provided by -C does not match,Darren Tucker
2019-04-18Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.Darren Tucker
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