Age | Commit message (Expand) | Author |
2021-09-26 | openssh-8.8 | Damien Miller |
2021-09-26 | need initgroups() before setresgid(); reported by anton@, ok deraadt@ | Damien Miller |
2021-09-25 | RSA/SHA-1 is not used by default anymore | Klemens Nanni |
2021-09-23 | Remove wpath from secure mode pledge. | Tobias Stoeckmann |
2021-09-23 | Remove an unused variable and a pointless label. | Theo Buehler |
2021-09-22 | Fix command prompt with multiple prompts (add the result onto the list | Nicholas Marriott |
2021-09-20 | fix missing -s in SYNOPSYS and usage() as well as a capitalisation | Damien Miller |
2021-09-20 | Fix "Allocated port" debug message for unix sockets. From peder.stray at | Darren Tucker |
2021-09-20 | Switch scp back to use the old protocol by default, ahead of release. | Damien Miller |
2021-09-19 | bump example versions | Sebastian Benoit |
2021-09-18 | better error message for ~user failures when the sftp-server | Damien Miller |
2021-09-17 | sys/param.h is only needed for MAXCOMLEN, but a few header files | Theo de Raadt |
2021-09-17 | the ioctl table generation does not require sys/param.h | Theo de Raadt |
2021-09-17 | Do not destroy sessions twice, GitHub issue 2889. | Nicholas Marriott |
2021-09-16 | make some more scp-in-SFTP mode better match Unix idioms | Damien Miller |
2021-09-16 | allow log_stderr==2 to prefix log messages with argv[0] | Damien Miller |
2021-09-16 | Fix run-shell -d with no command, GitHub issue 2885. | Nicholas Marriott |
2021-09-16 | missing space character in ssh -G output broke the t-sshcfgparse | Damien Miller |
2021-09-15 | For the moment, restore if-shell and run-shell to parsing at the last | Nicholas Marriott |
2021-09-15 | allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@ | Damien Miller |
2021-09-14 | put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT | mbuhl |
2021-09-11 | Do not ignore SIGINT while waiting for input if editline(3) is not used. | Ingo Schwarze |
2021-09-11 | when using SFTP protocol, continue transferring files after a | Damien Miller |
2021-09-10 | Do fatal/fatalx a different way so the compiler trick to avoid warnings | Nicholas Marriott |
2021-09-10 | Get rid of the last two warnings by turning them off around the problem | Nicholas Marriott |
2021-09-10 | Quirk-compatibility with GNU tbl(1): | Ingo Schwarze |
2021-09-10 | In a tbl(7) having the "nospaces" option, skip space characters | Ingo Schwarze |
2021-09-10 | Document that non-interactive commands are run via the user's shell | Darren Tucker |
2021-09-10 | Document behaviour of arguments following non-interactive commands. | Darren Tucker |
2021-09-10 | Disable aliases inside aliases for the moment. | Nicholas Marriott |
2021-09-10 | Clarify which file's attributes -p preserves, and that it's specifically | Darren Tucker |
2021-09-10 | openssh-7.4 was incorrectly listed twice; spotted by Dmitry | Damien Miller |
2021-09-09 | Keep -? as usage. | Nicholas Marriott |
2021-09-09 | Turn on both button and all mouse modes for menus since some terminals | Nicholas Marriott |
2021-09-09 | In HTML output, in cells with an "n" (number) layout, pad numbers | Ingo Schwarze |
2021-09-09 | If the layout or data of an individual cell in a tbl(7) contains | Ingo Schwarze |
2021-09-09 | Expand argument to run-shell again. | Nicholas Marriott |
2021-09-09 | Fix parsing of aliases again (GitHub issue 2842), also make argument | Nicholas Marriott |
2021-09-09 | - move CAVEATS to its correct order | Jason McIntyre |
2021-09-08 | Use the SFTP protocol by default. The original scp/rcp protocol remains | Damien Miller |
2021-09-08 | correct my mistake in previous fix; spotted by halex | Damien Miller |
2021-09-07 | Fix an infinite loop that could occur during some cases of horizontally | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-09-07 | Retry up to 3 times on password authentication failure | Joshua Stein |
2021-09-07 | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze |
2021-09-07 | do not crash when a tbl(7) cell uses roman font | Ingo Schwarze |
2021-09-07 | avoid NULL deref in -Y find-principals. Report and fix from | Damien Miller |
2021-09-06 | revision 1.381 neglected to remove sChallengeResponseAuthentication | Todd C. Miller |
2021-09-05 | new sentence, new line, and tweak wording of previous; | Jason McIntyre |
2021-09-05 | Remove unused variable tmptm in do_body of openssl(1) ca | Kinichiro Inoguchi |