Age | Commit message (Expand) | Author |
2019-07-10 | Fix a typo and make <esc><right> move right to the closest end of a word | Theo Buehler |
2019-07-09 | cap the number of permiopen/permitlisten directives we're willing to | Damien Miller |
2019-07-07 | Remove some set but never used variables. ok daraadt@ | Darren Tucker |
2019-07-05 | still compile uuencode.c, unbreaks build | Theo de Raadt |
2019-07-05 | revert header removal that snuck into previous | Damien Miller |
2019-07-05 | add a local implementation of BSD realpath() for sftp-server use | Damien Miller |
2019-07-04 | fatal() if getgrnam() cannot find "tty" | Theo de Raadt |
2019-07-04 | stat() returns precisely -1 to indicate error | Theo de Raadt |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2019-06-28 | oops, from asou | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-06-27 | fix NULL deference (bzero) on error path added in last commit; | Damien Miller |
2019-06-26 | Remove unneeded unlink of xauthfile on error path. From Erik Sjölund via | Darren Tucker |
2019-06-23 | fix mismatch proto/decl from key shielding change; spotted via oss-fuzz | Damien Miller |
2019-06-21 | Add protection for private keys at rest in RAM against speculation | Damien Miller |
2019-06-21 | print the correct AuthorizedPrincipalsCommand rather than an | Damien Miller |
2019-06-19 | from tim: | Jason McIntyre |
2019-06-14 | slightly more instructive error message when the user specifies multiple | Damien Miller |
2019-06-14 | process agent requests for RSA certificate private keys using correct | Damien Miller |
2019-06-14 | for public key authentication, check AuthorizedKeysFiles files before | Damien Miller |
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 |