summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-06-24switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.Mark Lumsden
2019-06-24add an example hint that shows how original path can be retainedTed Unangst
2019-06-24Expand arguments to C and s format modifiers (matches m which already expands).Nicholas Marriott
2019-06-24Trim trailing spaces when matching.Nicholas Marriott
2019-06-23fix mismatch proto/decl from key shielding change; spotted via oss-fuzzDamien Miller
2019-06-23fix free() on uninitialized pointer with -rx and sameSebastian Benoit
2019-06-23Do not always set scope for panes because the window check might fail,Nicholas Marriott
2019-06-22Tidy up the comments:Mark Lumsden
2019-06-22Offering to add a new line at the end of the buffer didn't consider ifMark Lumsden
2019-06-22Log window pointer and other window data to a file.Mark Lumsden
2019-06-22This diff moves the check for a newline at the end of a buffer (whenMark Lumsden
2019-06-21tweak wording a bit. always talk about creating a new environment.Ted Unangst
2019-06-21Man page fixes from lacygoill at lacygoill dot me.Nicholas Marriott
2019-06-21Add protection for private keys at rest in RAM against speculationDamien Miller
2019-06-21print the correct AuthorizedPrincipalsCommand rather than anDamien Miller
2019-06-20Add -r to find-window for regex instead of fnmatch.Nicholas Marriott
2019-06-20Need to always check focus even if not current window.Nicholas Marriott
2019-06-20FIx return of options_scope_from_name on error.Nicholas Marriott
2019-06-20Fix how regex substitution works with empty matches.Nicholas Marriott
2019-06-20allow-rename and alternate-screen can be pane options.Nicholas Marriott
2019-06-20Still need to walk the options tree for user options.Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a helper function to work out option table from name.Nicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-06-20Expand command formats in %if and move the config file loading later (toNicholas Marriott
2019-06-20auth_approval() returns 0 on failure, so don't test for <= 0Theo de Raadt
2019-06-19from tim:Jason McIntyre
2019-06-19Fix regression introduced in rev. 1.59 where the wrong shell isTodd C. Miller
2019-06-19more precisely describe what happens to the environment without keepenv;Ingo Schwarze
2019-06-19mention that doas(1) resets the umask(2);Ingo Schwarze
2019-06-19Move variables into struct in openssl(1) genrsaKinichiro Inoguchi
2019-06-18Handle comments more correctly inside {}, from Avi Halachmi.Nicholas Marriott
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.Nicholas Marriott
2019-06-17setusercontext resets PATH (which we want). but then it becomesTed Unangst
2019-06-17mention environment resetting here as well. ok millertTed Unangst
2019-06-17always reset the "su" variables, which is more consistent and predictable.Ted Unangst
2019-06-17From Leonid Bobrov: add a condition to {beginning,end}-of-buffer toMark Lumsden
2019-06-17Add -c option for passing LOG_CONS to syslog(3).Philip Guenther
2019-06-16redo the environment inheritance to not inherit. it was intended to makeTed Unangst
2019-06-16Ignore the frame cents component in MMC relocate message.Alexandre Ratchov
2019-06-16Say in comment why we use 1/2400 second as MTC time unit.Alexandre Ratchov
2019-06-15Use the right format modifier when comparing, and remove a couple ofNicholas Marriott
2019-06-14Do not loop forever if a menu item contains invisible characters,Nicholas Marriott
2019-06-14Note a segv with fprintf if a file with long lines is loaded withMark Lumsden
2019-06-14Show filename with -v for source-file.Nicholas Marriott
2019-06-14A couple of minor parser changes around conditions: 1) only treat #{Nicholas Marriott
2019-06-14slightly more instructive error message when the user specifies multipleDamien Miller
2019-06-14process agent requests for RSA certificate private keys using correctDamien Miller
2019-06-14for public key authentication, check AuthorizedKeysFiles files beforeDamien Miller
2019-06-14if passed a bad fd, log what it wasDamien Miller