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