Age | Commit message (Expand) | Author |
2023-09-02 | Set visited flag on last windows when linking session. | Nicholas Marriott |
2023-09-01 | Only compare the actual size of the UTF-8 character, not all of it. | Nicholas Marriott |
2023-09-01 | Add missing -T to getopt string. | Nicholas Marriott |
2023-09-01 | Clear combine flag when a non-UTF-8 set of characters is encountered. | Nicholas Marriott |
2023-09-01 | Rewrite combined character handling to be more consistent and to support | Nicholas Marriott |
2023-09-01 | Expand name before looking for window with -S, GitHub issue 3670. | Nicholas Marriott |
2023-09-01 | Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-31 | reuse the code to exec command for VAR != cmd *and* normal target processing | Marc Espie |
2023-08-29 | make PerSourceMaxStartups first-match-wins; ok dtucker@ | Damien Miller |
2023-08-28 | descriptive text shouldn't be under .Cm | Damien Miller |
2023-08-28 | limit artificial login delay to a reasonable maximum (5s) and don't | Damien Miller |
2023-08-28 | add spacing for punctuation when macro args; | Jason McIntyre |
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 |