summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-10-31Update awk to Oct 30, 2023 version.Todd C. Miller
2023-10-30This is the OpenBSD version of Awk.Todd C. Miller
2023-10-30Minor cosmetic changes to make our awk match my github branch.Todd C. Miller
2023-10-30Include strings.h for the strncasecmp() prototype.Todd C. Miller
2023-10-30Do not allow combined UTF-8 characters that are too long, GitHub issueNicholas Marriott
2023-10-28substr: fix buffer overflow with utf-8 stringsTodd C. Miller
2023-10-25Fix unveil(2) in patch(1) with explicit patchfile.Alexander Bluhm
2023-10-25Import regenerated moduli.Darren Tucker
2023-10-24Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze
2023-10-24call vttidy() in the exit path for the batch modeOmar Polo
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whenNicholas Marriott
2023-10-22While doing delayed expansion of escape sequences in macro arguments,Ingo Schwarze
2023-10-21When parsing a macro argument results in delayed escape sequenceIngo Schwarze
2023-10-21delete whitespaces that end up in output filesTheo de Raadt
2023-10-18Support the GNU-specific syntax ".IP \\[bu]" for bullet lists in man(7)Ingo Schwarze
2023-10-18Better document the purpose and features of the file mandoc.cssIngo Schwarze
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,Nicholas Marriott
2023-10-17Update ncurses and associated libraries (form, panel, menu) toNicholas Marriott
2023-10-16Move declaration of "len" into the block where it's used. This letsDarren Tucker
2023-10-16reinstate space-to-tabstop entry in the manpageOmar Polo
2023-10-15time(1): miscellaneous style(9) tweaksScott Soule Cheloha
2023-10-1264 %-expansion keys ought to be enough for anybody; ok dtuckerDamien Miller
2023-10-12don't dereference NULL pointer when hashing jumphostDamien Miller
2023-10-12add %j token that expands to the configured ProxyJump hostname (orDamien Miller
2023-10-12release GSS OIDs only at end of authentication; bz2982, ok dtucker@Damien Miller
2023-10-12mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll()Damien Miller
2023-10-11sync usage() with ssh.1; spotted by kn@Damien Miller
2023-10-11ssh -Q does not make sense with other command-line options, so giveDamien Miller
2023-10-11add ChannelTimeout support to the client, mirroring the same optionDamien Miller
2023-10-11add support for reading ED25519 private keys in PEM PKCS8 format;Damien Miller
2023-10-11mention "none" is a valid argument to IdentityFile; bz3080Damien Miller
2023-10-11in olde rcp/scp protocol mode, when rejecting a path from the serverDamien Miller
2023-10-11s/%.100s/%s/ in SSH- banner construction as there's no reason toDamien Miller
2023-10-10Drop GCC_PRINTFLIKE() at function definitionTheo Buehler
2023-10-10Fix a format warning about a non-literal stringTheo Buehler
2023-10-10Garbage collect cipher_get_keyiv_len()Theo Buehler
2023-10-10Reserve a range of "local extension" message numbers that OpenSSH promisesDamien Miller
2023-10-09Document the OpenBSD-specific output format.Ingo Schwarze
2023-10-06Correctly reset the goto table for a state.Todd C. Miller
2023-10-06Update awk to Sep 24, 2023 version.Todd C. Miller
2023-10-04spelling fix;Jason McIntyre
2023-10-04openssh-9.5Damien Miller
2023-10-04add some cautionary text about % token expansion and shell metacharacters;Damien Miller
2023-10-03fix link to agent draft; spotted by Jann HornDamien Miller
2023-10-03remove unused Pp macro;Jason McIntyre
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-02Enable cu(1) -l to accept the usb paths shown in hw.ucomnames.Kenneth R Westerback
2023-09-30list tracepoints directly in kdump.1 instead of pointing to ktrace.1Christian Weisgerber
2023-09-27Use a dynamically-allocated line buffer and resize as needed.Todd C. Miller