Age | Commit message (Expand) | Author |
2023-09-05 | unifdef HAS_INLINES | Jonathan Gray |
2023-09-04 | Fix netstat output of uses of current SYN cache left. | Alexander Bluhm |
2023-09-04 | Fix a bug where the wrong digit was used for prioritizing filenames | Ingo Schwarze |
2023-09-04 | GC old code that was originally implemented to facilitate adoption by | Marc Espie |
2023-09-04 | Generate Ed25519 keys when invoked without arguments | Job Snijders |
2023-09-04 | Skip wrapped lines in top level search loop because they will be | Nicholas Marriott |
2023-09-04 | trigger keystroke timing obfucation only if the channels layer enqueud | Damien Miller |
2023-09-04 | avoid bogus "obfuscate_keystroke_timing: stopping ..." debug | Damien Miller |
2023-09-04 | make channel_output_poll() return a flag indicating whether channel | Damien Miller |
2023-09-03 | set interactive mode for ControlPersist sessions if they originally | Damien Miller |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
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 |