summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-10-25remove unneeded typedefs; ok florian@Jonathan Gray
2024-10-25promote mlkem768x25519-sha256 to be the default key exchange;Damien Miller
2024-10-24Map ucom unit number to cuaU number using the sameKenneth R Westerback
2024-10-24amake ssh-agent drop all keys when it receives SIGUSR1;Damien Miller
2024-10-24relax valid_domain() checks to allow an underscore as the firstDamien Miller
2024-10-22remove duplicate prototypeJonathan Gray
2024-10-22Add a sshd debug wrapper to run all of the subprograms from the buildDarren Tucker
2024-10-22Make debug call printf("%s", NULL) safe. Prevents problems on platformsDarren Tucker
2024-10-21Bump up the maximum for repeat-time (some people want it to beNicholas Marriott
2024-10-21Add function to get current offset from copy mode, from Michael Grant.Nicholas Marriott
2024-10-21Adjust how Ctrl and Meta keys are sent to use standard representation ifNicholas Marriott
2024-10-18mention that LocalForward and RemoteForward can accept Unix domain socketDamien Miller
2024-10-18remove duplicate check; GHPR392 from Pedro MartellettoDamien Miller
2024-10-18allow "-" as output file for moduli screeningDamien Miller
2024-10-18ssh-keyscan doesn't need it's own sshfatal() definition, it canDamien Miller
2024-10-18in _ssh_order_hostkeyalgs() consider ECDSA curve type when arrangingDamien Miller
2024-10-18require control-escape character sequences passed via the '-e ^x'Damien Miller
2024-10-18remove addr.[ch] functions that are unused and visbility-restrictDamien Miller
2024-10-18unreachable POLLERR case; from ya0guang via GHPR485Damien Miller
2024-10-18s/Sx/Cm/ for external references; from Domen Puncer Kugler via GHPR501Damien Miller
2024-10-17Switch pane-colors and cursor-style options to be in alphabetical order,Nicholas Marriott
2024-10-17Allow attributes in menu style, from Japin Li in GitHub issue 4194.Nicholas Marriott
2024-10-17create_tempfile: pass pointer to full pathname to strlcat()Todd C. Miller
2024-10-14mention SshdAuthPath option; ok djm@Christian Weisgerber
2024-10-14Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182.Nicholas Marriott
2024-10-14Split per-connection sshd-session binaryDamien Miller
2024-10-13don't start the ObscureKeystrokeTiming mitigations if there has beenDamien Miller
2024-10-13include stdio.h for sscanf() snprintf()Jonathan Gray
2024-10-12remove duplicate misc.h includeJonathan Gray
2024-10-12Call realpath on the source file to match -f on the command line, GitHubNicholas Marriott
2024-10-12Do not rename a buffer to itself, GitHub issue 4181.Nicholas Marriott
2024-10-10Add a sixel_support format variable which is 1 if SIXEL is supportedNicholas Marriott
2024-10-08Draw pane status line on the correct line when at the bottom, fixesNicholas Marriott
2024-10-08Put the prompt cursor attributes into the status line screen and useNicholas Marriott
2024-10-07Add prompt-cursor-colour and prompt-cursor-style to set the style of theNicholas Marriott
2024-10-07Add initial-repeat-time option to allow the first repeat time to beNicholas Marriott
2024-10-06Turn off finite field (a.k.a modp) Diffie-Hellman key exchange in sshdDamien Miller
2024-10-06Try to stay near the same line in modes if the current one is removed.Nicholas Marriott
2024-10-05Send focus events to pane when entering or leaving popup, GitHub issueNicholas Marriott
2024-10-05Remove some debugging left behind.Nicholas Marriott
2024-10-05Add copy-mode-position-format to configure the position indicator.Nicholas Marriott
2024-10-04Document missing window-layout-changed hook.Nicholas Marriott
2024-10-04Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.Nicholas Marriott
2024-10-04Do not translate BSpace as Unicode, GitHub issue 4156.Nicholas Marriott
2024-10-04Rework of copy mode commands ("send-keys -X") to parse the arguments soNicholas Marriott
2024-10-03Improve fix for shifted keys so it works for all the keys it should,Nicholas Marriott
2024-10-02On i386 long double is 80bit expanded to 96bits or 12 bytes. This is theClaudio Jeker
2024-10-02Add MSYSTEM to default update-environment.Nicholas Marriott
2024-10-02Add a define for the socket permissions check so it can be overriddenNicholas Marriott
2024-10-02Report shifted keys like S-A as A not as S-A in mode 1 extended keys,Nicholas Marriott