Age | Commit message (Expand) | Author |
2023-07-19 | terminate process if requested to load a PKCS#11 provider that | Damien Miller |
2023-07-19 | Partially fix interactive mode in patch | Theo Buehler |
2023-07-19 | Correct visited flag when the last window list is rebuilt by renumbering | Nicholas Marriott |
2023-07-17 | missing match localnetwork negation check | Damien Miller |
2023-07-17 | - add -P to usage() | Jason McIntyre |
2023-07-17 | -P before -p in SYNOPSIS; | Jason McIntyre |
2023-07-17 | configuation -> configuration | Jonathan Gray |
2023-07-17 | move other RCSIDs to before their respective license blocks too | Damien Miller |
2023-07-17 | Move RCSID to before license block and away from #includes, where | Damien Miller |
2023-07-17 | return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a valid | Damien Miller |
2023-07-17 | Add support for configuration tags to ssh(1). | Damien Miller |
2023-07-17 | add a "match localnetwork" predicate. | Damien Miller |
2023-07-17 | remove vestigal support for KRL signatures | Damien Miller |
2023-07-17 | Support for KRL extensions. | Damien Miller |
2023-07-16 | Make the mbstat preserve the same size which is actually used. Also | YASUOKA Masahiko |
2023-07-15 | Prevent patch(1) from scribbling all over the place. | Florian Obser |
2023-07-14 | Set extended keys flag again after reset, from Eric T Johnson. | Nicholas Marriott |
2023-07-14 | Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build. | Darren Tucker |
2023-07-14 | add defence-in-depth checks for some unreachable integer overflows | Damien Miller |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-12 | Don't run off the end of path if it ends in /. | Florian Obser |
2023-07-12 | basename(3) can fail, prevent segfault in strlen(3). | Florian Obser |
2023-07-12 | Use ssize_t instead of short for line lengths | Theo Buehler |
2023-07-11 | Remove Ns and Li and change Nm to Ic, suggested by jmc. | Nicholas Marriott |
2023-07-11 | Add descriptions of copy mode commands, from Michael Bianco. | Nicholas Marriott |
2023-07-10 | It should no longer be necessary to ignore SIGCHLD because it is now | Nicholas Marriott |
2023-07-10 | Loop around waitpid in client, from Azat Khuzhin. | Nicholas Marriott |
2023-07-10 | finish v5.36, UList was a bit more work | Marc Espie |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-10 | misplaced debug message | Damien Miller |
2023-07-09 | Call closefrom after removing signals because newer libevent doesn't | Nicholas Marriott |
2023-07-08 | max_processes -> max_jobs in usage(); | Jason McIntyre |
2023-07-08 | nitpicking: singular of children is child | Marc Espie |
2023-07-08 | talk about "jobs" because that's make knows, and mention the heuristics | Marc Espie |
2023-07-08 | cosmetic clean-up of UList.pm, no signatures yet | Marc Espie |
2023-07-08 | move everyone besides UList to use v5.36 | Marc Espie |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. | YASUOKA Masahiko |
2023-07-07 | Use "llu%" for printing the uint64_t fields in tcpcb. | YASUOKA Masahiko |
2023-07-06 | minleft and maxsign are u_int so cast appropriately. Prompted by | Darren Tucker |
2023-07-06 | start moving a few files to use v5.36; | Marc Espie |
2023-07-04 | The recent change to DIOCGETRULE allows applications which | Alexandr Nedvedicky |
2023-07-04 | add support for unix domain sockets to ssh -W | David Gwynne |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2023-07-03 | Do not risk writing over the end of the buffer when it ends in # | Nicholas Marriott |
2023-07-03 | some minor fix up; | Jason McIntyre |
2023-07-03 | Another warning fix for GCC from Thomas Klausner. | Nicholas Marriott |
2023-07-03 | Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons | Bob Beck |
2023-07-03 | Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit | Bob Beck |
2023-07-02 | Use TSO and LRO on the loopback interface to transfer TCP faster. | Alexander Bluhm |
2023-07-02 | Teach openssl ca about Ed25519 certificates | Theo Buehler |