summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2023-08-10drop a wayward comma, ok jmc@Christian Weisgerber
2023-08-10document .VARIABLESMarc Espie
2023-08-10Add support for .VARIABLES, to which I have use.Marc Espie
2023-08-10openssh-9.4Damien Miller
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,Nicholas Marriott
2023-08-08Add options and flags for menu styles similar to those existing forNicholas Marriott
2023-08-08Extend the menu drawing function to support custom characters andNicholas Marriott
2023-08-08Fix a couple of rounded border characters, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Free title earlier, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Trim can generate strings longer than the original if there are many #s,Nicholas Marriott
2023-08-06Prefer the POSIX standard st_*tim struct timespec members over thePhilip Guenther
2023-08-06Apply rev 1.29 from NetBSD:Philip Guenther