Age | Commit message (Expand) | Author |
2024-10-04 | Add -y flag to disable confirmation prompts in modes, GitHub issue 4152. | Nicholas Marriott |
2024-10-04 | Do not translate BSpace as Unicode, GitHub issue 4156. | Nicholas Marriott |
2024-10-04 | Rework of copy mode commands ("send-keys -X") to parse the arguments so | Nicholas Marriott |
2024-10-03 | Improve fix for shifted keys so it works for all the keys it should, | Nicholas Marriott |
2024-10-02 | On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the | Claudio Jeker |
2024-10-02 | Add MSYSTEM to default update-environment. | Nicholas Marriott |
2024-10-02 | Add a define for the socket permissions check so it can be overridden | Nicholas Marriott |
2024-10-02 | Report shifted keys like S-A as A not as S-A in mode 1 extended keys, | Nicholas Marriott |
2024-10-01 | Add a way to make the preview larger in tree mode, GitHub issue 4124. | Nicholas Marriott |
2024-10-01 | Use global cursor style and colour options for modes instead of default, | Nicholas Marriott |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2024-09-30 | On some Windows terminals, if TIOCWINSZ does not return xpixel and | Nicholas Marriott |
2024-09-30 | Only use default-shell for popups, return to /bin/sh for run-shell, | Nicholas Marriott |
2024-09-29 | Fix grey colour, from Magnus Gross. | Nicholas Marriott |
2024-09-27 | rsync: make blkhash_free() callable with NULL. | Theo Buehler |
2024-09-27 | rsync: avoid reallocarray() with a nmemb of 0. | Theo Buehler |
2024-09-27 | rsync: fix reallocarray() usage in blkhash_set() | Theo Buehler |
2024-09-26 | fix previous change to ssh_config Match, which broken on negated | Damien Miller |
2024-09-25 | remove some unused defines; ok djm@ | Jonathan Gray |
2024-09-25 | remove some unneeded Xo/Xc calls; from evan silberman | Jason McIntyre |
2024-09-25 | fix regression introduced when I switched the "Match" criteria tokeniser | Damien Miller |
2024-09-24 | some extra paranoia, reminded by jsg@ | Damien Miller |
2024-09-22 | remove some unused defines; ok djm@ | Jonathan Gray |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-19 | openssh-9.9 | Damien Miller |
2024-09-18 | Fix a memory leak | Job Snijders |
2024-09-16 | Add copy mode commands which were missed when descriptions were added, | Nicholas Marriott |
2024-09-16 | Change the behaviour of extended-keys always slightly so that | Nicholas Marriott |
2024-09-16 | Add a prefix timeout option, from Conor Taylor in GitHub issue 4108. | Nicholas Marriott |
2024-09-16 | use 64 bit math to avoid signed underflow. upstream code relies on | Damien Miller |
2024-09-15 | minor grammar/sort fixes for refuseconnection; ok djm | Jason McIntyre |
2024-09-15 | remove unused variables | Jonathan Gray |
2024-09-15 | bad whitespace in config dump output | Damien Miller |
2024-09-15 | update the Streamlined NTRU Prime code from the "ref" implementation | Damien Miller |
2024-09-15 | document Match invalid-user | Damien Miller |
2024-09-15 | add a "Match invalid-user" predicate to sshd_config Match options. | Damien Miller |
2024-09-15 | Add a "refuseconnection" penalty class to sshd_config | Damien Miller |
2024-09-15 | Add a sshd_config "RefuseConnection" option | Damien Miller |
2024-09-15 | switch sshd_config Match processing to the argv tokeniser too; | Damien Miller |
2024-09-15 | switch "Match" directive processing over to the argv string | Damien Miller |
2024-09-15 | include pathname in some of the ssh-keygen passphrase prompts. Helps | Damien Miller |
2024-09-15 | Do not apply authorized_keys options when signature verification | Damien Miller |
2024-09-14 | Drop the "Giant panda discovered" entry because it looks like | Ingo Schwarze |
2024-09-13 | rectify comment about syncing trace points letters, kdump usage has none | Klemens Nanni |
2024-09-12 | Relax absolute path requirement back to what it was prior to OpenSSH 9.8, | Damien Miller |
2024-09-11 | Mouse move keys are not useful as key bindings because we do not turn | Nicholas Marriott |
2024-09-11 | fstat(2) can't return an S_IFLNK, so delete that test. | Philip Guenther |
2024-09-09 | document the mlkem768x25519-sha256 key exchange algorithm | Christian Weisgerber |
2024-09-09 | pull post-quantum ML-KEM/x25519 key exchange out from compile-time | Damien Miller |
2024-09-06 | make parsing user@host consistently look for the last '@' in the | Damien Miller |