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