Age | Commit message (Expand) | Author |
2024-10-25 | remove unneeded typedefs; ok florian@ | Jonathan Gray |
2024-10-25 | promote mlkem768x25519-sha256 to be the default key exchange; | Damien Miller |
2024-10-24 | Map ucom unit number to cuaU number using the same | Kenneth R Westerback |
2024-10-24 | amake ssh-agent drop all keys when it receives SIGUSR1; | Damien Miller |
2024-10-24 | relax valid_domain() checks to allow an underscore as the first | Damien Miller |
2024-10-22 | remove duplicate prototype | Jonathan Gray |
2024-10-22 | Add a sshd debug wrapper to run all of the subprograms from the build | Darren Tucker |
2024-10-22 | Make debug call printf("%s", NULL) safe. Prevents problems on platforms | Darren Tucker |
2024-10-21 | Bump up the maximum for repeat-time (some people want it to be | Nicholas Marriott |
2024-10-21 | Add function to get current offset from copy mode, from Michael Grant. | Nicholas Marriott |
2024-10-21 | Adjust how Ctrl and Meta keys are sent to use standard representation if | Nicholas Marriott |
2024-10-18 | mention that LocalForward and RemoteForward can accept Unix domain socket | Damien Miller |
2024-10-18 | remove duplicate check; GHPR392 from Pedro Martelletto | Damien Miller |
2024-10-18 | allow "-" as output file for moduli screening | Damien Miller |
2024-10-18 | ssh-keyscan doesn't need it's own sshfatal() definition, it can | Damien Miller |
2024-10-18 | in _ssh_order_hostkeyalgs() consider ECDSA curve type when arranging | Damien Miller |
2024-10-18 | require control-escape character sequences passed via the '-e ^x' | Damien Miller |
2024-10-18 | remove addr.[ch] functions that are unused and visbility-restrict | Damien Miller |
2024-10-18 | unreachable POLLERR case; from ya0guang via GHPR485 | Damien Miller |
2024-10-18 | s/Sx/Cm/ for external references; from Domen Puncer Kugler via GHPR501 | Damien Miller |
2024-10-17 | Switch pane-colors and cursor-style options to be in alphabetical order, | Nicholas Marriott |
2024-10-17 | Allow attributes in menu style, from Japin Li in GitHub issue 4194. | Nicholas Marriott |
2024-10-17 | create_tempfile: pass pointer to full pathname to strlcat() | Todd C. Miller |
2024-10-14 | mention SshdAuthPath option; ok djm@ | Christian Weisgerber |
2024-10-14 | Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182. | Nicholas Marriott |
2024-10-14 | Split per-connection sshd-session binary | Damien Miller |
2024-10-13 | don't start the ObscureKeystrokeTiming mitigations if there has been | Damien Miller |
2024-10-13 | include stdio.h for sscanf() snprintf() | Jonathan Gray |
2024-10-12 | remove duplicate misc.h include | Jonathan Gray |
2024-10-12 | Call realpath on the source file to match -f on the command line, GitHub | Nicholas Marriott |
2024-10-12 | Do not rename a buffer to itself, GitHub issue 4181. | Nicholas Marriott |
2024-10-10 | Add a sixel_support format variable which is 1 if SIXEL is supported | Nicholas Marriott |
2024-10-08 | Draw pane status line on the correct line when at the bottom, fixes | Nicholas Marriott |
2024-10-08 | Put the prompt cursor attributes into the status line screen and use | Nicholas Marriott |
2024-10-07 | Add prompt-cursor-colour and prompt-cursor-style to set the style of the | Nicholas Marriott |
2024-10-07 | Add initial-repeat-time option to allow the first repeat time to be | Nicholas Marriott |
2024-10-06 | Turn off finite field (a.k.a modp) Diffie-Hellman key exchange in sshd | Damien Miller |
2024-10-06 | Try to stay near the same line in modes if the current one is removed. | Nicholas Marriott |
2024-10-05 | Send focus events to pane when entering or leaving popup, GitHub issue | Nicholas Marriott |
2024-10-05 | Remove some debugging left behind. | Nicholas Marriott |
2024-10-05 | Add copy-mode-position-format to configure the position indicator. | Nicholas Marriott |
2024-10-04 | Document missing window-layout-changed hook. | Nicholas Marriott |
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 |