Age | Commit message (Expand) | Author |
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 |
2019-02-10 | syslog when connection is dropped for attempting to run a command | Damien Miller |
2019-02-05 | Adapt code in the non-USE_PIPES codepath to the new packet API. | Darren Tucker |
2019-02-04 | fix NULL-deref crash in PKCS#11 code when attempting login to a token | Damien Miller |
2019-02-04 | Remove obsolete "Protocol" from commented out examples. | Darren Tucker |
2019-02-01 | Save connection timeout and restore for 2nd and subsequent attempts, | Darren Tucker |
2019-01-30 | Add authors for public domain sntrup4591761 code; | Markus Friedl |
2019-01-27 | add -T to usage(); | Jason McIntyre |
2019-01-26 | check in scp client that filenames sent during remote->local directory | Damien Miller |
2019-01-26 | make ssh-keyscan return a non-zero exit status if it finds no keys. | Damien Miller |
2019-01-24 | Accept the host key fingerprint as a synonym for "yes" when accepting | Darren Tucker |
2019-01-24 | Have progressmeter force an update at the beginning and end of each | Darren Tucker |
2019-01-24 | Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSD | Darren Tucker |
2019-01-24 | Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF* | Darren Tucker |
2019-01-23 | Remove support for obsolete host/port syntax. | Darren Tucker |
2019-01-23 | Remove duplicate word. bz#2958, patch from jjelen at redhat.com | Darren Tucker |
2019-01-23 | Remove 3 as a guess for possible generator during moduli generation. | Darren Tucker |