summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-09-05unifdef HAS_INLINESJonathan Gray
2023-09-04Fix netstat output of uses of current SYN cache left.Alexander Bluhm
2023-09-04Fix a bug where the wrong digit was used for prioritizing filenamesIngo Schwarze
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2023-09-04Generate Ed25519 keys when invoked without argumentsJob Snijders
2023-09-04Skip wrapped lines in top level search loop because they will beNicholas Marriott
2023-09-04trigger keystroke timing obfucation only if the channels layer enqueudDamien Miller
2023-09-04avoid bogus "obfuscate_keystroke_timing: stopping ..." debugDamien Miller
2023-09-04make channel_output_poll() return a flag indicating whether channelDamien Miller
2023-09-03set interactive mode for ControlPersist sessions if they originallyDamien Miller
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-09-02Set visited flag on last windows when linking session.Nicholas Marriott
2023-09-01Only compare the actual size of the UTF-8 character, not all of it.Nicholas Marriott
2023-09-01Add missing -T to getopt string.Nicholas Marriott
2023-09-01Clear combine flag when a non-UTF-8 set of characters is encountered.Nicholas Marriott
2023-09-01Rewrite combined character handling to be more consistent and to supportNicholas Marriott
2023-09-01Expand name before looking for window with -S, GitHub issue 3670.Nicholas Marriott
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.Nicholas Marriott
2023-08-31reuse the code to exec command for VAR != cmd *and* normal target processingMarc Espie
2023-08-29make PerSourceMaxStartups first-match-wins; ok dtucker@Damien Miller
2023-08-28descriptive text shouldn't be under .CmDamien Miller
2023-08-28limit artificial login delay to a reasonable maximum (5s) and don'tDamien Miller
2023-08-28add spacing for punctuation when macro args;Jason McIntyre
2023-08-28explicit long long type in timing calculations (doesn't matter, sinceDamien Miller
2023-08-28Add keystroke timing obfuscation to the client.Damien Miller
2023-08-28Introduce a transport-level ping facilityDamien Miller
2023-08-23Add -c to run-shell to set working directory, from someone in GitHubNicholas Marriott
2023-08-23Log what input_dcs_dispatch does with the input data.Nicholas Marriott
2023-08-21Log errors in kex_exchange_identification() with level verbose insteadTobias Heider
2023-08-21a whois command appeared in 4.1c before 4.3Jonathan Gray
2023-08-21correct math for ClientAliveInterval that caused the probes to beDamien Miller
2023-08-21want stdlib.h for free(3)Damien Miller
2023-08-21Make kdump show kqueue1(2) flags.Visa Hankala
2023-08-19Copy entire st_*tim structs at once, rather than copyingPhilip Guenther
2023-08-18fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexedDamien Miller
2023-08-17Add a session, pane and user mouse range types for the status line andNicholas Marriott
2023-08-16defence-in-depth MaxAuthTries check in monitor; ok markusDamien Miller
2023-08-15Add meta bindings for status line menus as well as the existing pane oneNicholas Marriott
2023-08-15Add an option menu-selected-style to configure the currently selectedNicholas Marriott
2023-08-14netcat: avoid issuing syscalls on fd -1Theo Buehler
2023-08-14add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308Damien Miller
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-13unifdef appeared in 4.1c before 2.9Jonathan Gray
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using theNicholas Marriott
2023-08-11Switch rcs_{get,set}_mtime() from returning and taking a time_t toPhilip Guenther
2023-08-11cvs_file_copy() used futimes(), but only set the tv_sec fields,Philip Guenther
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2023-08-11When used by itself, replace use of the old BSD st_mtimespec.tv_secPhilip Guenther
2023-08-10better debug logging of sessions' exit statusDamien Miller