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