summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-06-24fix ssh -O proxy w/mux which got broken by no longerMarkus Friedl
2020-06-24support loading big sshd_config files w/o realloc; ok djmMarkus Friedl
2020-06-24allow sshd_config longer than 256k; ok djmMarkus Friedl
2020-06-24only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djmMarkus Friedl
2020-06-23Fix COMMAND descriptionkn
2020-06-23Remove redundant NULL checkkn
2020-06-23When parsing a character class don't increment openclass for a literal '['.Todd C. Miller
2020-06-23Correctly redraw pane border bottom line when the status line is on andNicholas Marriott
2020-06-23Use xvasprintf not vasprintf.Nicholas Marriott
2020-06-22some clarifying commentsDamien Miller
2020-06-22change "East Tupelo" reference to just "Tupelo";Jason McIntyre
2020-06-22Document "s" commandkn
2020-06-22Remove ^Z mentionkn
2020-06-22updated argument name for -P in first synopsis was missed in previous;Jason McIntyre
2020-06-22supply word missing in previous;Jason McIntyre
2020-06-22Add support for FIDO webauthn (verification only). webauthn is aDamien Miller
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportDamien Miller
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22plug the wireguard ioctls in.David Gwynne
2020-06-21add neil peart; from matthew j. c. clarkeJason McIntyre
2020-06-20Avoid one uninitialized warning in file_get()Jeremie Courreges-Anglas
2020-06-19Correct synopsis and usage for the options accepted when passing a commandDarren Tucker
2020-06-18check public host key matches private; ok markus@ (as part ofDamien Miller
2020-06-18avoid spurious "Unable to load host key" message when sshd can load aDamien Miller
2020-06-18The redraw callback could be fired with a NULL pane if it updates whileNicholas Marriott
2020-06-18Add a flag to make a client wait for an empty line before exiting inNicholas Marriott
2020-06-18Check control types and skip unknown ones.Alexandre Ratchov
2020-06-18Allow names to start with digits or underscoresAlexandre Ratchov
2020-06-18Don't try to open device that's already openAlexandre Ratchov
2020-06-17Manually tag the section option.Ingo Schwarze
2020-06-17Document that rand() returns non-deterministic random numbers unless aTim van der Molen
2020-06-16Fix strlcpy() size parameter in refldbld(), it was a byte too small.Todd C. Miller
2020-06-16rework SYNOPSIS/usage() to show better the various use formats,Jason McIntyre
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-06-16Correctly move to previous line when looking for previous word, fromNicholas Marriott
2020-06-15document -T html -O tag as implemented in main.c rev. 1.253Ingo Schwarze
2020-06-15Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze
2020-06-15print the name of the rings in systat mbuf output too.David Gwynne
2020-06-13Add -b flags to insert a window before (like the existing -a for after)Nicholas Marriott
2020-06-13Integrate the bsd-features branch from awk github.Todd C. Miller
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.Todd C. Miller
2020-06-12On error, drop clients and close the device only if it's still openAlexandre Ratchov
2020-06-12Remove superflous space I added with my last commit.remi
2020-06-12Do not wait on shutdown for commands started with run -b.Nicholas Marriott
2020-06-12update usage() with -R.remi
2020-06-12Check if a pane needs to be paused when output is written rather thanNicholas Marriott
2020-06-12move-pane also defaults to marked pane now, reported by Ben Challenor.Nicholas Marriott
2020-06-12Fix quoting with newlines and single quotes.Nicholas Marriott