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