Age | Commit message (Expand) | Author |
2024-06-11 | reap the [net] child if it hangs up while writing privsep message | Damien Miller |
2024-06-11 | log waitpid() status for abnormal exits | Damien Miller |
2024-06-11 | correct error message | Damien Miller |
2024-06-07 | avoid shadowing issues which some compilers won't accept | Theo de Raadt |
2024-06-06 | escape the final dot at eol in "e.g." to avoid double spacing; | Jason McIntyre |
2024-06-06 | enable PerSourcePenalties by default. | Damien Miller |
2024-06-06 | mention that PerSourcePenalties don't affect concurrent in-progress | Damien Miller |
2024-06-06 | disable stderr redirection before closing fds | Damien Miller |
2024-06-06 | Add a facility to sshd(8) to penalise particular problematic client | Damien Miller |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |
2024-06-01 | be really strict with fds reserved for communication with the separate | Damien Miller |
2024-05-31 | warn when -r (deprecated option to disable re-exec) is passed | Damien Miller |
2024-05-31 | typos | Damien Miller |
2024-05-27 | don't need sys/queue.h here | Damien Miller |
2024-05-26 | remove references to SSH1 and DSA server keys | Christian Weisgerber |
2024-05-23 | remove unused struct fwd_perm_list, no decl with complete type | Jonathan Gray |
2024-05-22 | Do not pass -Werror twice when building with clang. | Christian Weisgerber |
2024-05-22 | Do not pass -Werror if building with gcc 3, for asn1.h and bio.h cause | Miod Vallat |
2024-05-17 | remove duplicate copy of relink kit for sshd-session | Christian Weisgerber |
2024-05-17 | remove prototypes with no matching function; ok djm@ | Jonathan Gray |
2024-05-17 | remove externs for removed vars; ok djm@ | Jonathan Gray |
2024-05-17 | -Werror was turned on (probably just for development), and this is a | Theo de Raadt |
2024-05-17 | g/c unused variable | Damien Miller |
2024-05-17 | spelling; ok djm@ | Jonathan Gray |
2024-05-17 | fix incorrect debug option name introduce in previous commit | Damien Miller |
2024-05-17 | construct and install a relink-kit for sshd-session | Theo de Raadt |
2024-05-17 | missing files from previous | Damien Miller |
2024-05-17 | Start the process of splitting sshd into separate binaries. This step | Damien Miller |
2024-05-09 | simplify exit message handling, which was more complicated than | Damien Miller |
2024-05-06 | remove SSH1 leftovers | Tobias Stoeckmann |
2024-04-30 | never close stdin | Tobias Stoeckmann |
2024-04-30 | fix home-directory extension implementation, it always returned | Damien Miller |
2024-04-30 | flush stdout after writing "sftp>" prompt when not using editline. | Damien Miller |
2024-04-30 | stricter validation of messaging socket fd number; disallow usage of | Damien Miller |
2024-04-30 | add missing reserved fields to key constraint protocol documentation. | Damien Miller |
2024-04-30 | correctly restore sigprocmask around ppoll() | Damien Miller |
2024-04-30 | add explict check for server hostkey type against HostkeyAlgorithms. | Damien Miller |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-04-04 | set right mode on ssh-agent at boot-time | Sebastien Marie |
2024-04-02 | Oops, incorrect hex conversion spotted by claudio. While here try to | Theo de Raadt |
2024-04-02 | for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(), | Theo de Raadt |
2024-04-02 | can shortcut by returning strtonum() value directly; ok djm | Theo de Raadt |
2024-04-02 | rewrite convtime() to use a isdigit-scanner and strtonum() instead of | Theo de Raadt |
2024-04-02 | Remove unused ptr[3] char array in pkcs11_decode_hex. | Claudio Jeker |
2024-04-02 | Replace non-idiomatic strtoul(, 16) to parse a region of 2-character | Theo de Raadt |
2024-04-02 | Use strtonum() instead of severely non-idomatic strtoul() | Theo de Raadt |
2024-04-01 | also create a relink kit for ssh-agent, since it is a long-running setgid | Theo de Raadt |
2024-04-01 | new-style relink kit for sshd. The old scheme created a Makefile by | Theo de Raadt |
2024-03-30 | in OpenSSH private key format, correct type for subsequent private | Damien Miller |
2024-03-30 | allow WAYLAND_DISPLAY to enable SSH_ASKPASS | Damien Miller |