Age | Commit message (Expand) | Author |
2016-09-14 | take fingerprint of correct key for AuthorizedPrincipalsCommand | Damien Miller |
2016-09-14 | add %-escapes to AuthorizedPrincipalsCommand to match those supported | Damien Miller |
2016-09-12 | handle certs in rsa_hash_alg_from_ident(), saving an unnecessary | Damien Miller |
2016-09-12 | list all supported signature algorithms in the server-sig-algs | Damien Miller |
2016-09-12 | Spaces->tabs. | Darren Tucker |
2016-09-12 | Style whitespace fix. Also happens to remove a no-op diff with portable. | Darren Tucker |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-09-07 | sort; from matthew martin | Jason McIntyre |
2016-09-06 | ssh_set_newkeys: print correct block counters on rekeying; ok djm@ | Markus Friedl |
2016-09-06 | update ext_info_c every time we receive a kexinit msg; fixes sending of | Markus Friedl |
2016-09-05 | remove 3des-cbc from the client's default proposal; 64-bit block ciphers | Damien Miller |
2016-09-05 | enforce expected request flow for GSSAPI calls; thanks to Jakub Jelen | Damien Miller |
2016-08-30 | restrict monitor auth calls to be allowed only when their | Damien Miller |
2016-08-28 | fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD | Damien Miller |
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther |
2016-08-27 | Pull in <stdlib.h> for NULL | Philip Guenther |
2016-08-25 | add a sIgnore opcode that silently ignores options and use it to | Damien Miller |
2016-08-25 | remove superfluous NOTREACHED comment | Damien Miller |
2016-08-23 | fix previous, a condition was modified incorrectly; ok markus@ deraadt@ | Otto Moerbeek |
2016-08-23 | downgrade an error() to a debug2() to match similar cases | Damien Miller |
2016-08-23 | fix negated address matching where the address list consists of a | Damien Miller |
2016-08-23 | fix matching for pattern lists that contain a single negated match, | Damien Miller |
2016-08-19 | remove UseLogin option and support for having /bin/login manage | Damien Miller |
2016-08-15 | Catch up with the SSH1 code removal and delete all mention of | Christian Weisgerber |
2016-08-15 | Remove more SSH1 server code: | Christian Weisgerber |
2016-08-13 | remove ssh1 server code; ok djm@ | Markus Friedl |
2016-08-12 | Use 2001:db8::/32, the official IPv6 subnet for configuration examples. | Jeremie Courreges-Anglas |
2016-08-11 | Update moduli file. | Darren Tucker |
2016-08-08 | Improve error message for overlong ControlPath. ok markus@ djm@ | Darren Tucker |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2016-08-03 | Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret: | Darren Tucker |
2016-07-27 | better bounds check on iovcnt (we only ever use fixed, positive values) | Damien Miller |
2016-07-24 | openssh-7.3 | Damien Miller |
2016-07-23 | fix pledge violation with ssh -f; reported by Valentin Kozamernik | Damien Miller |
2016-07-22 | improve wording; suggested by jmc@ | Damien Miller |
2016-07-22 | Lower loglevel for "Authenticated with partial success" message similar to | Darren Tucker |
2016-07-22 | constify a few functions' arguments; patch from Jakub Jelen bz#2581 | Damien Miller |
2016-07-22 | move debug("%p", key) to before key is free'd; probable undefined | Damien Miller |
2016-07-22 | reverse the order in which -J/JumpHost proxies are visited to be | Damien Miller |
2016-07-21 | Skip passwords longer than 1k in length so clients can't easily DoS sshd | Darren Tucker |
2016-07-20 | Do not clobber the global jump_host variables when parsing an inactive | Christian Weisgerber |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-07-18 | Reduce timing attack against obsolete CBC modes by always computing | Markus Friedl |
2016-07-18 | Add some unsigned overflow checks for extra_pad. None of these | Damien Miller |
2016-07-17 | support UTF-8 characters in ssh(1) banners using schwarze@'s | Damien Miller |
2016-07-16 | - add proxyjump to the options list | Jason McIntyre |
2016-07-15 | Reduce the syslog level of some relatively common protocol events | Darren Tucker |
2016-07-15 | Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) | Damien Miller |
2016-07-11 | Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps | Theo Buehler |