Age | Commit message (Expand) | Author |
2019-06-14 | if passed a bad fd, log what it was | Damien Miller |
2019-06-12 | Hostname->HostName cleanup; from lauri tirkkonen | Jason McIntyre |
2019-06-12 | deraadt noticed some inconsistency in the way we denote the "Hostname" and | Jason McIntyre |
2019-06-11 | consistent lettering for "HostName" keyword; from lauri tirkkonen | Jason McIntyre |
2019-06-07 | Typo and spelling fixes in comments and error messages. Patch from | Darren Tucker |
2019-06-07 | Check for user@host when parsing sftp target. This allows user@[1.2.3.4] | Darren Tucker |
2019-06-06 | Replace calls to ssh_malloc_init() by a static init of malloc_options. | Otto Moerbeek |
2019-05-31 | fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo | Damien Miller |
2019-05-29 | Make the standard output messages of both methods of changing a key | Mark Lumsden |
2019-05-20 | tweak previous; | Jason McIntyre |
2019-05-20 | embiggen format buffer size for certificate serial number so | Damien Miller |
2019-05-20 | When signing certificates with an RSA key, default to using the | Damien Miller |
2019-05-16 | Move a variable declaration to the block where it's used to make things | Darren Tucker |
2019-05-15 | When doing the fork+exec'ing for ssh-keysign, rearrange the socket | Theo de Raadt |
2019-05-14 | Delete some .Sx macros that were used in a wrong way. | Ingo Schwarze |
2019-05-10 | For PermitOpen violations add the remote host and port to | Florian Obser |
2019-05-03 | Use the correct (according to POSIX) format for left-justification | Darren Tucker |
2019-05-03 | Free channel objects on exit path. Patch from markus at blueflash.cc, | Darren Tucker |
2019-05-03 | Free host on exit path. Patch from markus at blueflash.cc, ok djm@ | Darren Tucker |
2019-05-03 | Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djm | Darren Tucker |
2019-04-26 | Import regenerated moduli. | Darren Tucker |
2019-04-23 | Use the LogLevel typdef instead of int where appropriate. Patch from | Darren Tucker |
2019-04-19 | Document new default RSA key size. From sebastiaanlokhorst at gmail.com | Darren Tucker |
2019-04-18 | When running sshd -T, assume any attibute not provided by -C does not match, | Darren Tucker |
2019-04-18 | Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. | Darren Tucker |
2019-04-03 | openssh-8.0 | Damien Miller |
2019-03-29 | when logging/fataling on error, include a bit more detail than just the | Damien Miller |
2019-03-27 | fix interaction between ClientAliveInterval and RekeyLimit that could | Damien Miller |
2019-03-25 | Fix authentication failures when "AuthenticationMethods any" in a | Damien Miller |
2019-03-25 | whitespace | Damien Miller |
2019-03-25 | Expand comment to document rationale for default key sizes. | Darren Tucker |
2019-03-25 | Increase the default RSA key size to 3072 bits. Based on the estimates | Darren Tucker |
2019-03-22 | full stop in the wrong place; | Jason McIntyre |
2019-03-16 | benno helped me clean up the tcp forwarding section; | Jason McIntyre |
2019-03-08 | fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL | Markus Friedl |
2019-03-06 | Move checks for lists of users or groups into their own function. | Darren Tucker |
2019-03-06 | Reset last-seen time when sending a keepalive. Prevents sending two | Darren Tucker |
2019-03-05 | PKCS#11 support is no longer limited to RSA; ok benno@ kn@ | Christian Weisgerber |
2019-03-01 | in ssh_set_newkeys(), mention the direction that we're keying in debug | Damien Miller |
2019-03-01 | Fix two race conditions in sshd relating to SIGHUP: | Damien Miller |
2019-03-01 | mention PKCS11Provide=none, reword a little and remove mention of | Damien Miller |
2019-03-01 | let PKCS11Provider=none do what users expect | Damien Miller |
2019-02-27 | dup stdout/in for proxycommand=-, otherwise stdout might be | Markus Friedl |
2019-02-23 | openssh-7.9 accidentally reused the server's algorithm lists in the | Damien Miller |
2019-02-22 | perform removal of agent-forwarding directory in forward setup error | Damien Miller |
2019-02-18 | sync the description of ~/.ssh/config with djm's updated description in ssh.1; | Jason McIntyre |
2019-02-12 | fix regression in r1.302 reported by naddy@ - only the first public | Damien Miller |
2019-02-11 | cleanup GSSAPI authentication context after completion of the | Damien Miller |
2019-02-10 | ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive, | Sebastian Benoit |
2019-02-10 | when checking that filenames sent by the server side match what the | Damien Miller |