Age | Commit message (Expand) | Author |
2021-06-18 | Mention %1 under choose-tree also. | Nicholas Marriott |
2021-06-16 | Minor fixes to option descriptions. | Nicholas Marriott |
2021-06-16 | Pass Ctrl keys through as is when given as hex, GitHub issue 2724. | Nicholas Marriott |
2021-06-12 | space between rfc and number; | Jason McIntyre |
2021-06-10 | Fix readrec's definition of a record | Todd C. Miller |
2021-06-10 | fix some formatting errors; | Jason McIntyre |
2021-06-10 | Do not clear region based on current cursor position, this is not | Nicholas Marriott |
2021-06-10 | Feature for the mouse since FreeBSD termcap does not have kmous. | Nicholas Marriott |
2021-06-10 | Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. | Nicholas Marriott |
2021-06-10 | Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. | Nicholas Marriott |
2021-06-10 | Fix <= operator. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Do not use NULL client when source-file finishes, GitHub issue 2707. | Nicholas Marriott |
2021-06-10 | Add -F for command-prompt and use it to fix "Rename" on the window menu, | Nicholas Marriott |
2021-06-10 | Do not expand the file given with -f so it can contain :s. | Nicholas Marriott |
2021-06-10 | Remove old shift function keys which interfere with xterm keys now. | Nicholas Marriott |
2021-06-10 | Fire check callback after cleaning up event so it does not get stuck, | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Fix warnings, from Jan Tache in GitHub issue 2692. | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-06-10 | Change cursor style handling so tmux understands which sequences contain | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Do not count client (and crash) if no window. | Nicholas Marriott |
2021-06-10 | Three changes to fix problems with xterm in VT340 mode, reported by | Nicholas Marriott |
2021-06-10 | Include current client in size calculation for new sessions, GitHub | Nicholas Marriott |
2021-06-10 | Add an "always" value to the extended-keys option to always forward | Nicholas Marriott |
2021-06-10 | back-to-indentation fixes, from Anindya Mukherjee. | Nicholas Marriott |
2021-06-10 | Fix display-menu -xR, from Alexis Hildebrandt. | Nicholas Marriott |
2021-06-10 | Adjust latest client when a client detaches, GitHub issue 2657. | Nicholas Marriott |
2021-06-10 | Add another couple of keys needed for extended keys, GitHub issue 2658. | Nicholas Marriott |
2021-06-10 | Continue accept loop when pselect returns -1, eg if it was interrupted | Darren Tucker |
2021-06-08 | fix regression in r1.356: for ssh_config options that accepted | Damien Miller |
2021-06-08 | switch sshd_config parsing to argv_split() | Damien Miller |
2021-06-08 | Switch ssh_config parsing to use argv_split() | Damien Miller |
2021-06-08 | Check if IPQoS or TunnelDevice are already set before overriding. | Darren Tucker |
2021-06-08 | Allow argv_split() to optionally terminate tokenisation when it | Damien Miller |
2021-06-07 | fix debug message when finding a private key to match a certificate | Damien Miller |
2021-06-06 | Match host certificates against host public keys, not private keys. | Damien Miller |
2021-06-06 | Client-side workaround for a bug in OpenSSH 7.4: this release allows | Damien Miller |
2021-06-06 | degrade gracefully if a sftp-server offers the limits@openssh.com | Damien Miller |
2021-06-06 | the limits@openssh.com extension was incorrectly marked as an | Damien Miller |
2021-06-05 | PROTOCOL.certkeys: update reference from IETF draft to RFC | Christian Weisgerber |
2021-06-04 | The RB_GENERATE_STATIC(3) macro expands to a series of function | Damien Miller |
2021-06-04 | rework authorized_keys example section, removing irrelevant stuff, | Damien Miller |
2021-06-04 | adjust SetEnv description to clarify $TERM handling | Damien Miller |
2021-06-04 | Switch the listening select loop from select() to pselect() and | Darren Tucker |
2021-06-04 | allow ssh_config SetEnv to override $TERM, which is otherwise handled | Damien Miller |
2021-06-04 | correct extension name "no-presence-required" => "no-touch-required" | Damien Miller |
2021-06-02 | In -W style mode, check .Xr links along the full manpath because | Ingo Schwarze |