Age | Commit message (Expand) | Author |
2024-11-06 | ssh-agent implemented an all-or-nothing allow-list of FIDO application | Damien Miller |
2024-11-06 | sort options list; | Jason McIntyre |
2024-11-05 | Xr to Ic, from jmc. | Nicholas Marriott |
2024-11-05 | Add TLS support in tcpbench | Jan Klemkow |
2024-11-05 | fix an alignment error in the Queue column label of atq(1) introduced on | Igor Sobrado |
2024-11-05 | remove mention to nqs, the Network Queuing System developed at NASA Ames; | Igor Sobrado |
2024-11-05 | make usage for both mail(1) and mailx(1) fit in a 80-column display. | Igor Sobrado |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-11-04 | Ignore extra groups that don't fit in the buffer passed to getgrouplist(3) | Jeremie Courreges-Anglas |
2024-11-04 | Do not make padding cells extended (there can be a lot of them), from | Nicholas Marriott |
2024-11-02 | netcat: drop caddr_t cast. It's not needed and not portable. | Theo Buehler |
2024-10-31 | When decoding SVCB or HTTPS do not skip reading params in alias | Otto Moerbeek |
2024-10-30 | Don't run through time checks when entry is definitely oversized. | Jan Klemkow |
2024-10-28 | Match tab cells when searching, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-28 | Treat tabs as a word separator, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-28 | Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting | Nicholas Marriott |
2024-10-27 | explicitly include endian.h | Damien Miller |
2024-10-27 | fix ML-KEM768x25519 KEX on big-endian systems; | Damien Miller |
2024-10-25 | mlkem768x25519-sha256 has been promoted to default key exchange | Christian Weisgerber |
2024-10-25 | Allow tabs even on terminals without UTF-8, reported by jmc. | Nicholas Marriott |
2024-10-25 | Allow control characters to be entered at the command prompt prefixed | Nicholas Marriott |
2024-10-25 | Do not attempt to search for zero length strings, from Alexander Arch in | Nicholas Marriott |
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-25 | Add a helper function for cell data comparison, from Alexander Arch. | Nicholas Marriott |
2024-10-25 | remove unneeded dst__opensslrsa_init() prototype | Jonathan Gray |
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 |