summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-10-15Do not send any key if -N flag is given even if no other arguments,Nicholas Marriott
2021-10-14Add popup-border-lines option to set popup line style, from AlexisNicholas Marriott
2021-10-14When checking ranges in tty_cmd_cells, cannot use the tty cursorNicholas Marriott
2021-10-13Fix fd leak of /dev/tty on auth failure, introduced in revision 1.91.Todd C. Miller
2021-10-13Provide realpath(1)Klemens Nanni
2021-10-13Add popup-style and popup-border-style options, from Alexis HildebrandtNicholas Marriott
2021-10-11avoid arpa/nameser.h by improving the inet_pton/gethostbyaddr code toTheo de Raadt
2021-10-11Make positions hidden by overlays range-based rather than character-based,Nicholas Marriott
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt inNicholas Marriott
2021-10-10head(1): validate all line count argumentsScott Soule Cheloha
2021-10-09Merge upstream bug fixesTobias Stoeckmann
2021-10-09Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptionsDarren Tucker
2021-10-08remove extra .El;Jason McIntyre
2021-10-08Add tags for command aliasesKlemens Nanni
2021-10-07Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.Nicholas Marriott
2021-10-07Handle splitw -I correctly when used from an attached client, GitHubNicholas Marriott
2021-10-06Do not reset cursor to default if it has never been changed, fixesNicholas Marriott
2021-10-05Fix some warnings.Nicholas Marriott
2021-10-05Set mouse_x and mouse_y on the status line, GitHub issue 2913.Nicholas Marriott