Age | Commit message (Expand) | Author |
2015-11-11 | improve PEEK/POKE macros: better casts, don't multiply evaluate | Damien Miller |
2015-11-11 | remove prototypes for long-gone s/key support; ok dtucker@ | Damien Miller |
2015-11-08 | -c before -H, in SYNOPSIS and usage(); | Jason McIntyre |
2015-11-08 | Add "ssh-keyscan -c ..." flag to allow fetching certificates instead | Damien Miller |
2015-11-08 | remove slogin links; ok deraadt markus djm | Jason McIntyre |
2015-11-08 | fix OOB read in packet code caused by missing return statement | Damien Miller |
2015-11-06 | 1. rlogin and rsh are long gone | mmcc |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre |
2015-10-29 | Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@ | Damien Miller |
2015-10-27 | fix execv arguments in a way less likely to cause grief for -portable; | Damien Miller |
2015-10-27 | log certificate serial in verbose() messages to match the main | Damien Miller |
2015-10-27 | avoid de-const warning & shrink; ok dtucker@ | Damien Miller |
2015-10-25 | Expand tildes in filenames passed to -i before checking whether or not the | Darren Tucker |
2015-10-25 | Do not prepend "exec" to the shell command run by "Match exec" in a config | Darren Tucker |
2015-10-24 | fix keyscan output for multiple hosts/addrs on one line when | Damien Miller |
2015-10-24 | skip "Could not chdir to home directory" message when chrooted | Damien Miller |
2015-10-24 | Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding. | Stuart Henderson |
2015-10-21 | fix memory leak in error path | Gleydson Soares |
2015-10-21 | Remove Diffie-Hellman moduli entries below 2048. | Doug Hogan |
2015-10-20 | Compare pointers to NULL rather than 0. | mmcc |
2015-10-20 | Replace a function-local allocation with stack memory. | mmcc |
2015-10-16 | increase the minimum modulus that we will send or accept in | Damien Miller |
2015-10-16 | better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostname | Damien Miller |
2015-10-16 | 0 -> NULL when comparing with a char*. | mmcc |
2015-10-15 | fix some signed/unsigned integer type mismatches in format | Damien Miller |
2015-10-15 | argument to sshkey_from_private() and sshkey_demote() can't be NULL | Damien Miller |
2015-10-13 | apply PubkeyAcceptedKeyTypes filtering earlier, so all skipped | Damien Miller |
2015-10-13 | free the correct IV length, don't assume it's always the cipher | Damien Miller |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | include PubkeyAcceptedKeyTypes in ssh -G config dump | Damien Miller |
2015-10-07 | UsePrivilegeSeparation defaults to sandbox now. | Igor Sobrado |
2015-10-07 | don't try to change tun device flags if they are already what | Damien Miller |
2015-10-05 | some more bzero->explicit_bzero, from Michael McConville | Damien Miller |
2015-10-03 | switch from using the systrace-based sandbox to the tame-based sandbox. | Theo de Raadt |
2015-10-02 | fix email | Theo de Raadt |
2015-10-02 | a sandbox using tame | Theo de Raadt |
2015-10-02 | re-order system calls in order of risk, ok i'll be honest, ordered this | Theo de Raadt |
2015-09-25 | some certificatefile tweaks; ok djm | Jason McIntyre |
2015-09-24 | add ssh_config CertificateFile option to explicitly list | Damien Miller |
2015-09-22 | fix two typos. | Igor Sobrado |
2015-09-21 | fix possible hang on closed output; bz#2469 reported by Tomas Kuthan | Damien Miller |
2015-09-13 | - Fix error message: passphrase needs to be at least 5 characters, not 4. | tim |
2015-09-13 | When adding keys to the agent, don't ignore the comment of keys for which the | tim |
2015-09-11 | Use explicit_bzero() when zeroing before free() | Philip Guenther |
2015-09-11 | sync -Q in usage() to SYNOPSIS; since it's drastically shorter, | Jason McIntyre |
2015-09-11 | tweak previous; | Jason McIntyre |
2015-09-11 | Update usage to match man page. | Darren Tucker |
2015-09-11 | expand %i in ControlPath to UID; bz#2449 | Damien Miller |
2015-09-11 | mention -Q key-plain and -Q key-cert; | Damien Miller |
2015-09-11 | more clarity on what AuthorizedKeysFile=none does; | Damien Miller |