summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2024-10-01Add a way to make the preview larger in tree mode, GitHub issue 4124.Nicholas Marriott
2024-10-01Use global cursor style and colour options for modes instead of default,Nicholas Marriott
2024-10-01Change pasting to bypass the output key processing entirely and writeNicholas Marriott
2024-09-30On some Windows terminals, if TIOCWINSZ does not return xpixel andNicholas Marriott
2024-09-30Only use default-shell for popups, return to /bin/sh for run-shell,Nicholas Marriott
2024-09-29Fix grey colour, from Magnus Gross.Nicholas Marriott
2024-09-27rsync: make blkhash_free() callable with NULL.Theo Buehler
2024-09-27rsync: avoid reallocarray() with a nmemb of 0.Theo Buehler
2024-09-27rsync: fix reallocarray() usage in blkhash_set()Theo Buehler
2024-09-26fix previous change to ssh_config Match, which broken on negatedDamien Miller
2024-09-25remove some unused defines; ok djm@Jonathan Gray
2024-09-25remove some unneeded Xo/Xc calls; from evan silbermanJason McIntyre
2024-09-25fix regression introduced when I switched the "Match" criteria tokeniserDamien Miller
2024-09-24some extra paranoia, reminded by jsg@Damien Miller
2024-09-22remove some unused defines; ok djm@Jonathan Gray
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-19openssh-9.9Damien Miller
2024-09-18Fix a memory leakJob Snijders
2024-09-16Add copy mode commands which were missed when descriptions were added,Nicholas Marriott
2024-09-16Change the behaviour of extended-keys always slightly so thatNicholas Marriott
2024-09-16Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.Nicholas Marriott
2024-09-16use 64 bit math to avoid signed underflow. upstream code relies onDamien Miller
2024-09-15minor grammar/sort fixes for refuseconnection; ok djmJason McIntyre
2024-09-15remove unused variablesJonathan Gray
2024-09-15bad whitespace in config dump outputDamien Miller
2024-09-15update the Streamlined NTRU Prime code from the "ref" implementationDamien Miller
2024-09-15document Match invalid-userDamien Miller
2024-09-15add a "Match invalid-user" predicate to sshd_config Match options.Damien Miller
2024-09-15Add a "refuseconnection" penalty class to sshd_configDamien Miller
2024-09-15Add a sshd_config "RefuseConnection" optionDamien Miller
2024-09-15switch sshd_config Match processing to the argv tokeniser too;Damien Miller
2024-09-15switch "Match" directive processing over to the argv stringDamien Miller
2024-09-15include pathname in some of the ssh-keygen passphrase prompts. HelpsDamien Miller
2024-09-15Do not apply authorized_keys options when signature verificationDamien Miller
2024-09-14Drop the "Giant panda discovered" entry because it looks likeIngo Schwarze
2024-09-13rectify comment about syncing trace points letters, kdump usage has noneKlemens Nanni
2024-09-12Relax absolute path requirement back to what it was prior to OpenSSH 9.8,Damien Miller
2024-09-11Mouse move keys are not useful as key bindings because we do not turnNicholas Marriott
2024-09-11fstat(2) can't return an S_IFLNK, so delete that test.Philip Guenther
2024-09-09document the mlkem768x25519-sha256 key exchange algorithmChristian Weisgerber
2024-09-09pull post-quantum ML-KEM/x25519 key exchange out from compile-timeDamien Miller
2024-09-06make parsing user@host consistently look for the last '@' in theDamien Miller