Age | Commit message (Expand) | Author |
2023-08-28 | explicit long long type in timing calculations (doesn't matter, since | Damien Miller |
2023-08-28 | Add keystroke timing obfuscation to the client. | Damien Miller |
2023-08-28 | Introduce a transport-level ping facility | Damien Miller |
2023-08-23 | Add -c to run-shell to set working directory, from someone in GitHub | Nicholas Marriott |
2023-08-23 | Log what input_dcs_dispatch does with the input data. | Nicholas Marriott |
2023-08-21 | Log errors in kex_exchange_identification() with level verbose instead | Tobias Heider |
2023-08-21 | a whois command appeared in 4.1c before 4.3 | Jonathan Gray |
2023-08-21 | correct math for ClientAliveInterval that caused the probes to be | Damien Miller |
2023-08-21 | want stdlib.h for free(3) | Damien Miller |
2023-08-21 | Make kdump show kqueue1(2) flags. | Visa Hankala |
2023-08-19 | Copy entire st_*tim structs at once, rather than copying | Philip Guenther |
2023-08-18 | fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed | Damien Miller |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-08-16 | defence-in-depth MaxAuthTries check in monitor; ok markus | Damien Miller |
2023-08-15 | Add meta bindings for status line menus as well as the existing pane one | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-14 | netcat: avoid issuing syscalls on fd -1 | Theo Buehler |
2023-08-14 | add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308 | Damien Miller |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-08-13 | unifdef appeared in 4.1c before 2.9 | Jonathan Gray |
2023-08-11 | Do not crash if in buffer mode and the last buffer is deleted using the | Nicholas Marriott |
2023-08-11 | Switch rcs_{get,set}_mtime() from returning and taking a time_t to | Philip Guenther |
2023-08-11 | cvs_file_copy() used futimes(), but only set the tv_sec fields, | Philip Guenther |
2023-08-11 | Replace use of the old BSD st_*timespec members in struct stat with | Philip Guenther |
2023-08-11 | When used by itself, replace use of the old BSD st_mtimespec.tv_sec | Philip Guenther |
2023-08-10 | better debug logging of sessions' exit status | Damien Miller |
2023-08-10 | drop a wayward comma, ok jmc@ | Christian Weisgerber |
2023-08-10 | document .VARIABLES | Marc Espie |
2023-08-10 | Add support for .VARIABLES, to which I have use. | Marc Espie |
2023-08-10 | openssh-9.4 | Damien Miller |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-08-08 | Extend the menu drawing function to support custom characters and | Nicholas Marriott |
2023-08-08 | Fix a couple of rounded border characters, from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-07 | Free title earlier, from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-07 | Trim can generate strings longer than the original if there are many #s, | Nicholas Marriott |
2023-08-06 | Prefer the POSIX standard st_*tim struct timespec members over the | Philip Guenther |
2023-08-06 | Apply rev 1.29 from NetBSD: | Philip Guenther |
2023-08-04 | Apply ConnectTimeout to multiplexing local socket connections. If the | Darren Tucker |
2023-08-02 | CheckHostIP has defaulted to 'no' for a while; make the commented- | Damien Miller |
2023-08-01 | remove unnecessary if statement. github PR#422 from eyalasulin999, | Darren Tucker |
2023-07-29 | Drop unused conf, pem, and x509 headers, add unistd for pledge | Theo Buehler |
2023-07-28 | %C is a callable macro in mdoc(7) so, as we do for %D, escape it; | Jason McIntyre |
2023-07-27 | don't incorrectly truncate logged strings retrieved from PKCS#11 | Damien Miller |
2023-07-27 | make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommand | Damien Miller |
2023-07-27 | increase default KDF work-factor for OpenSSH format private keys from | Damien Miller |
2023-07-27 | Remove antiquated options output | Theo Buehler |
2023-07-26 | make ssh -f (fork after authentication) work properly in multiplexed | Damien Miller |
2023-07-23 | man page typos; ok jmc@ | Christian Weisgerber |
2023-07-23 | sprinkle some void between () in function definitions | Theo Buehler |