summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-06-06Allow arbitrary argument delimiters for \C, like groff does.Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-05Small cleanup of error reporting:Ingo Schwarze
2022-06-04When picking a buffer because one isn't specified by the user, ignoreNicholas Marriott
2022-06-03Memory leak when assigning a string to some of the built-in variables.Todd C. Miller
2022-06-03The fulfillment of an assignment operand had been truncating itsTodd C. Miller
2022-06-03Fix a file management memory leak that appears to have been thereTodd C. Miller
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-03Do not unintentionally turn off all mouse mode when button is also present.Nicholas Marriott
2022-06-03move auth_openprincipals() and auth_openkeyfile() over toDamien Miller
2022-06-03Make SetEnv directives first-match-wins in both sshd_config andDamien Miller
2022-06-03Add missing *-sk types to ssh-keyscan manpage.Darren Tucker
2022-06-03Add period at end of "not known by any other names" message. github PR#320Darren Tucker
2022-06-03ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303Darren Tucker
2022-06-02Do not attempt to use client in config file (it will be NULL), GitHubNicholas Marriott
2022-06-02When deleting or renaming a buffer and a buffer name is specified,Nicholas Marriott
2022-06-02Since \. is not a character escape sequence, re-classify it from theIngo Schwarze
2022-06-02Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze
2022-06-01Fix a buffer overrun in the roff(7) escape sequence parser that couldIngo Schwarze
2022-06-01If escape-time is 0, force to 1 instead - not waiting at all is askingNicholas Marriott
2022-05-31Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze
2022-05-31Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze
2022-05-31Add a missing space.Nicholas Marriott
2022-05-31ssh-keygen: implement "verify-required" certificate optionChristian Weisgerber
2022-05-31Trim menu item text correctly, GitHub issue 3197.Nicholas Marriott
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-30grep(1): print full context when using match countDave Voutila
2022-05-30Remove duplicates from completion list, GitHub issue 3178.Nicholas Marriott
2022-05-30Add pane_start_path to match start_command.Nicholas Marriott
2022-05-30Set PWD so shells have a hint about the real path (this was done beforeNicholas Marriott
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailNicholas Marriott
2022-05-30Check if args_strtonum argument is NULL or not a string, from AnindyaNicholas Marriott
2022-05-30Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHubNicholas Marriott
2022-05-30If a mouse position was above the maximum supported by the normal mouseNicholas Marriott
2022-05-30Add a way for lines added to copy mode to be passed through the parserNicholas Marriott
2022-05-30iTerm2 has OSC 7, from Gregory Anders.Nicholas Marriott
2022-05-30Spacing/style nits.Nicholas Marriott
2022-05-30Emit window-layout-changed on swap-pane, from George Nachman.Nicholas Marriott
2022-05-30Better error reporting when applying custom layouts.Nicholas Marriott
2022-05-30Do not send focus sequences when focus is enabled or disabled by theNicholas Marriott
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may beNicholas Marriott
2022-05-28keywords ref ssh_config.5;Jason McIntyre
2022-05-27split the low-level file handling functions out from auth2-pubkey.cDamien Miller
2022-05-27refactor authorized_keys/principals handlingDamien Miller
2022-05-27f sshpkt functions fail, then password is not cleared with freezero.Darren Tucker
2022-05-27Avoid kill with -1 argument.Darren Tucker
2022-05-27Note that ProxyJump also accepts the same tokens as ProxyCommand.Darren Tucker
2022-05-25revert previous; it was broken (spotted by Theo)Damien Miller
2022-05-25make SSHBUF_DBG/SSHBUF_TELL (off by default and only enabled viaDamien Miller
2022-05-24fix some dobeep_msgs callsop