Age | Commit message (Expand) | Author |
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 |
2023-07-23 | Remove -stats option from openssl(1) errstr. | Theo Buehler |
2023-07-20 | tweak the allow-remote-pkcs11 text; | Jason McIntyre |
2023-07-19 | Separate ssh-pkcs11-helpers for each p11 module | Damien Miller |
2023-07-19 | Ensure FIDO/PKCS11 libraries contain expected symbols | Damien Miller |
2023-07-19 | Disallow remote addition of FIDO/PKCS11 provider libraries to | Damien Miller |
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 |