Age | Commit message (Expand) | Author |
2021-10-13 | Fix fd leak of /dev/tty on auth failure, introduced in revision 1.91. | Todd C. Miller |
2021-10-13 | Provide realpath(1) | Klemens Nanni |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-10-11 | avoid arpa/nameser.h by improving the inet_pton/gethostbyaddr code to | Theo de Raadt |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-10 | head(1): validate all line count arguments | Scott Soule Cheloha |
2021-10-09 | Merge upstream bug fixes | Tobias Stoeckmann |
2021-10-09 | Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions | Darren Tucker |
2021-10-08 | remove extra .El; | Jason McIntyre |
2021-10-08 | Add tags for command aliases | Klemens Nanni |
2021-10-07 | Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. | Nicholas Marriott |
2021-10-07 | Handle splitw -I correctly when used from an attached client, GitHub | Nicholas Marriott |
2021-10-06 | Do not reset cursor to default if it has never been changed, fixes | Nicholas Marriott |
2021-10-05 | Fix some warnings. | Nicholas Marriott |
2021-10-05 | Set mouse_x and mouse_y on the status line, GitHub issue 2913. | Nicholas Marriott |
2021-10-05 | Make send-keys without any arguments send the key it is bound to (if | Nicholas Marriott |
2021-10-05 | Separate "very visible" flag from blinking flag, it should not affect | Nicholas Marriott |
2021-10-05 | Do not try to use NULL time values. | Nicholas Marriott |
2021-10-04 | Clean up memory handling in spawn_pager(), free(3)ing everything | Ingo Schwarze |
2021-10-04 | In man(1) mode, properly clean up the resn[] result array | Ingo Schwarze |
2021-10-04 | Provide a cleanup function for the term_tab module, freeing memory | Ingo Schwarze |
2021-10-04 | store the operating system name obtained from uname(3) in the adequate | Ingo Schwarze |
2021-10-04 | Do not leak 64 bytes of heap memory every time a manual page calls | Ingo Schwarze |
2021-10-02 | Dynamically allocate encoded HashKnownHosts and free as appropriate. | Darren Tucker |
2021-10-01 | unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds; | Damien Miller |
2021-09-29 | add some debug output showing how many key file/command lines | Damien Miller |
2021-09-28 | Revert part of the previous diff to fix a regression (another endless loop) | Ingo Schwarze |
2021-09-28 | Make prototype for rijndaelEncrypt match function including the bounds. | Darren Tucker |
2021-09-28 | Import regenerated moduli. | Darren Tucker |
2021-09-27 | Do not call recalculate_sizes while clearing a client session because it | Nicholas Marriott |
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 |