summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-11-11Add an option to control the input buffer size, from Ken Lau.Nicholas Marriott
2024-11-09tweak flex.1 a bit to not mention atoi/atof: they don't add value hereOmar Polo
2024-11-09ANSI-fy lexOmar Polo
2024-11-08Some fixes for searching for tabs, from Alexander Arch.Nicholas Marriott
2024-11-08Make CPU frequencies human readable with -h in `systat sensors`.Matthieu Herrb
2024-11-07Use LibreSSLs specialized functions to print base 10 and base 16.Otto Moerbeek
2024-11-06ssh-agent implemented an all-or-nothing allow-list of FIDO applicationDamien Miller
2024-11-06sort options list;Jason McIntyre
2024-11-05Xr to Ic, from jmc.Nicholas Marriott
2024-11-05Add TLS support in tcpbenchJan Klemkow
2024-11-05fix an alignment error in the Queue column label of atq(1) introduced onIgor Sobrado
2024-11-05remove mention to nqs, the Network Queuing System developed at NASA Ames;Igor Sobrado
2024-11-05make usage for both mail(1) and mailx(1) fit in a 80-column display.Igor Sobrado
2024-11-05Add support for a scrollbar at the side of each pane. New optionsNicholas Marriott
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04Do not make padding cells extended (there can be a lot of them), fromNicholas Marriott
2024-11-02netcat: drop caddr_t cast. It's not needed and not portable.Theo Buehler
2024-10-31When decoding SVCB or HTTPS do not skip reading params in aliasOtto Moerbeek
2024-10-30Don't run through time checks when entry is definitely oversized.Jan Klemkow
2024-10-28Match tab cells when searching, from Alexander Arch in GitHub issueNicholas Marriott
2024-10-28Treat tabs as a word separator, from Alexander Arch in GitHub issueNicholas Marriott
2024-10-28Fix issues in the command prompt: set PROMPT_QUOTENEXT after quotingNicholas Marriott
2024-10-27explicitly include endian.hDamien Miller
2024-10-27fix ML-KEM768x25519 KEX on big-endian systems;Damien Miller
2024-10-25mlkem768x25519-sha256 has been promoted to default key exchangeChristian Weisgerber
2024-10-25Allow tabs even on terminals without UTF-8, reported by jmc.Nicholas Marriott
2024-10-25Allow control characters to be entered at the command prompt prefixedNicholas Marriott
2024-10-25Do not attempt to search for zero length strings, from Alexander Arch inNicholas Marriott
2024-10-25Do not stop stop at first padding in format_grid_line and handle tabs.Nicholas Marriott
2024-10-25Flag tabs if possible in the grid cell so they can be preserved onNicholas Marriott
2024-10-25Add a helper function for cell data comparison, from Alexander Arch.Nicholas Marriott
2024-10-25remove unneeded dst__opensslrsa_init() prototypeJonathan Gray
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