summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-07-25convert flag listing into a .BlTheo de Raadt
2019-07-25According to our manual page and to POSIX, $set defaults to NL_SETD.Ingo Schwarze
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.Alexander Bluhm
2019-07-25remove superfluous commentBrent Cook
2019-07-25zero tmpkeyiv buffer after use when encryptingBrent Cook
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whenNicholas Marriott
2019-07-24Make sure that -n overrides -t even when -n precedes -t, like itIngo Schwarze
2019-07-24Capitalize cipher name and mode in help message as sync with pkcs12Kinichiro Inoguchi
2019-07-24Convert openssl(1) pkcs12 to the newer style of option handlingKinichiro Inoguchi
2019-07-24When using a combination of a Yubikey+GnuPG+remote forwarding the gpg-agentRicardo Mestre
2019-07-23Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot.Darren Tucker
2019-07-23tagging support for .TP and .TQ; try e.g. man -O tag=commit cvsIngo Schwarze
2019-07-23Moving variables into struct in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-22In secure mode (-S), skip sending mail when executing the :pre[serve]Ingo Schwarze
2019-07-22Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze
2019-07-21While -n is now the default, it's been useful since 1996. Keep it for compat.Jeremie Courreges-Anglas
2019-07-21Amend comment: entering the root password won't unlock the terminalJeremie Courreges-Anglas
2019-07-20Correct misleading description of -S;Ingo Schwarze
2019-07-20Missed a free.Mark Lumsden
2019-07-20Move a bit of code to where it is called only if needed.Mark Lumsden
2019-07-19#define a handful of constant strings to reduce the diff to -portable;Ingo Schwarze
2019-07-19If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze
2019-07-19lock(1): remove default timeoutcheloha
2019-07-19Previously I left the ')' on the end of a list to indicate the end.Mark Lumsden
2019-07-19Make systat flushing output after a page display in rawmode (flags -b or -B)solene
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-19Accept the verbose flag when searching for host keys in known hostsDamien Miller
2019-07-18The 'list' diff I committed this morning, was missing a couple ofMark Lumsden
2019-07-18Delete documentation of --max-count, which is merely an alias ofIngo Schwarze
2019-07-18fix off-by-one in sshbuf_dtob64() base64 wrapping that could causeDamien Miller
2019-07-18Make indentation consistent. This has been bugging me for a while now.Mark Lumsden
2019-07-18Add logging to interpreter.cMark Lumsden
2019-07-18Add some more basic interpreter functionality to mg. Needs a lot moreMark Lumsden
2019-07-17Add BUFSIZE define.Mark Lumsden
2019-07-17Add two dobeep functions to make calls to the system bell requireMark Lumsden
2019-07-17Use the right client for if -b.Nicholas Marriott
2019-07-17Clear overlay on normal key press.Nicholas Marriott
2019-07-17when combining -o and -b, print the byte offset of the pattern, not line.Ted Unangst
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-16Fix long line by wrapping with 80 charsKinichiro Inoguchi
2019-07-16Move option handlers up to option definition struct in gendsa.cKinichiro Inoguchi
2019-07-16Fix typo and -keyform argument in openssl(1) manualKinichiro Inoguchi
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-15don't print the final heads-up about messageIngo Schwarze
2019-07-15explicitly reference the textproc/vgrind port;Ingo Schwarze
2019-07-15Simplify code to work out if an extra line is needed in the cell.Nicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott