Age | Commit message (Expand) | Author |
2023-11-11 | Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz" | George Koehler |
2023-11-10 | sync with NetBSD -r1.38: | Jasper Lievisse Adriaanse |
2023-11-09 | -C/resume without "proc exec" | Klemens Nanni |
2023-11-09 | Add [-P progam] to filter dumps by basename | Klemens Nanni |
2023-11-05 | current code no longer uses Lst_Replace not Lst_Requeue | Marc Espie |
2023-11-03 | Check if a signal already has been received before entering a blocking | Anton Lindqvist |
2023-11-03 | timeout(1): align execvp(3) failure statuses with GNU timeout | Scott Soule Cheloha |
2023-11-02 | next-prompt can have 1 argument. | Nicholas Marriott |
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 |