Age | Commit message (Expand) | Author |
2021-10-31 | tr(1): backslash(): fix octal escape parsing | Scott Soule Cheloha |
2021-10-31 | Various minor adjustments to make openssl(1) compile with opaque | Theo Buehler |
2021-10-29 | Properly implement --max-size and --min-size. | Claudio Jeker |
2021-10-29 | ssh-keygen: make verify-time argument parsing optional | Damien Miller |
2021-10-28 | Do not force the cursor to move if it is in the automargin space at EOL | Nicholas Marriott |
2021-10-28 | Allow detach even if suspend flag set, GitHub issue 2932. | Nicholas Marriott |
2021-10-28 | Expand command as a format, GitHub issue 2920. | Nicholas Marriott |
2021-10-28 | Provide --max-size and --min-size arguments. Currently ignored but | Claudio Jeker |
2021-10-28 | When downloading resident keys from a FIDO token, pass back the | Damien Miller |
2021-10-26 | Accept some emacs control keys in vi normal mode, from Alexis | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-10-25 | Add a way to force a colour to RGB and a format to display it. | Nicholas Marriott |
2021-10-25 | Missing Pp, from Alexis Hildebrandt. | Nicholas Marriott |
2021-10-25 | Zap unused variables/functions under /usr/src/*bin/ | Klemens Nanni |
2021-10-25 | vi(1): fix use after free with unsaved buffer | Dave Voutila |
2021-10-25 | Garbage collect another unused variable. | Jeremie Courreges-Anglas |
2021-10-25 | do not need a temporary one time use variable which befuddles | Theo de Raadt |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-25 | Instead of setting the popup default colours in the draw callback, set | Nicholas Marriott |
2021-10-24 | What kind of Sun idiot called open() with flags of "2". | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-23 | Preapre x509.c for upcoming libcrypto bump | Theo Buehler |
2021-10-23 | Fix some whitespace issues, some pointed out by jsing, some found in | Theo Buehler |
2021-10-23 | Prepare s_server for opaque structs in libcrypto | Theo Buehler |
2021-10-23 | Prepare crl.c for opaque structs in libcrypto. | Theo Buehler |
2021-10-23 | Prepare pcks12 for opaque structs in libcrypto | Theo Buehler |
2021-10-23 | Stop reaching into structs that will become opaque in ca.c | Theo Buehler |
2021-10-23 | Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10 | Theo Buehler |
2021-10-23 | Add a length check before NUL-terminating target. From Jonas Termansen. | Theo Buehler |
2021-10-22 | Remove key and trim text if menu cannot fit in available space, based on | Nicholas Marriott |
2021-10-22 | add some punctuation; | Jason McIntyre |
2021-10-22 | Implement --compare-dest in openrsync. compare-dest allows you to add | Claudio Jeker |
2021-10-22 | Prevent mem leaks in the (unlikely) event that getaddrinfo returns | Darren Tucker |
2021-10-22 | When reading the symlink value during the fts travers use ent->fts_accpath | Claudio Jeker |
2021-10-22 | Garbage collect an unused variable. | Theo Buehler |
2021-10-22 | Stop setting enc.modified manually. It's no longer needed. | Theo Buehler |
2021-10-22 | Remove unnecessary semicolons in case statements. From khaleesicodes | Darren Tucker |
2021-10-22 | Fix typos in comments. From khaleesicodes via github PR#280. | Darren Tucker |
2021-10-21 | Correctly adjust the end pointer for a two character terminator before | Nicholas Marriott |
2021-10-21 | Show error if user option doesn't exist, GitHub issue 2938. | Nicholas Marriott |
2021-10-21 | Sync ober_oid_cmp with ax_oid_cmp from libagentx. | Martijn van Duren |
2021-10-20 | Remove a TODO comment. | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-19 | Same as -N, don't send if 0 arguments and -R. | Nicholas Marriott |
2021-10-18 | Fix menu width containing disabled items, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-18 | Spacing fixes from Alexis Hildebrandt. | Nicholas Marriott |
2021-10-18 | Remove duplicate options, spotted by Ricky Cintron. | Nicholas Marriott |
2021-10-17 | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze |
2021-10-17 | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze |
2021-10-15 | openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP | Theo de Raadt |