Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-21 | tweak the TERMINFO section; ok nicm | Jason McIntyre | |
2011-05-20 | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott | |
(such as showing the previous session name when renaming). From Tiago Cunha. | |||
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott | |
in making it a function. From Michael W Bombardieri. | |||
2011-05-20 | Remove a bunch of unused functions, from Michael W Bombardieri. | Nicholas Marriott | |
ok ray | |||
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | |
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. | |||
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | |
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. | |||
2011-05-20 | use a macro to define which string options to copy between configs | Damien Miller | |
for Match. This avoids problems caused by forgetting to keep three code locations in perfect sync and ordering "this is at once beautiful and horrible" + ok dtucker@ | |||
2011-05-20 | Add comment documenting what should be after the preauth check. ok djm | Darren Tucker | |
2011-05-20 | the options TrustedUserCAKeys, RevokedKeysFile, AuthorizedKeysFile | Damien Miller | |
and AuthorizedPrincipalsFile were not being correctly applied in Match blocks, despite being overridable there; ok dtucker@ | |||
2011-05-19 | sync manpage and comment with reality. From Nathanael Rensen. | lum | |
ok millert@ | |||
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | |
the xterm escape sequence for the purpose (if xterm is configured to allow it). Written by and much discussed Ailin Nemui, guidance on xterm/termcap/terminfo from Thomas Dickey. | |||
2011-05-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott | |
copy-end-of-line. From Dave Disser and Randy Stauner a while back. | |||
2011-05-18 | Simplify code in handle_config() by folding two almost identical | Jasper Lievisse Adriaanse | |
blocks into an anonymous sub. | |||
2011-05-18 | Use xfree not free, from Tiago Cunha. | Nicholas Marriott | |
2011-05-18 | Use button mouse mode not any for copy mode, fixes issues with | Nicholas Marriott | |
putty. From Ailin Nemui. | |||
2011-05-17 | fatal() if asked to generate a legacy ECDSA cert (these don't exist) | Damien Miller | |
and fix the regress test that was trying to generate them :) | |||
2011-05-16 | better document some of the terminology used in the VI COMMANDS section; | Jason McIntyre | |
from Alexis Fouilhe | |||
2011-05-15 | use FD_CLOEXEC consistently; patch from zion AT x96.org | Damien Miller | |
2011-05-13 | warn on unexpected key type in key_parse_private_type() | Damien Miller | |
2011-05-11 | remove support for authorized_keys2; it is a relic from the early days | Damien Miller | |
of protocol v.2 support and has been undocumented for many years; ok markus@ | |||
2011-05-10 | fix option handling and enable TCP in midicat | Alexandre Ratchov | |
from peters at schwertfisch.de, thanks! | |||
2011-05-10 | despam debug() logs by detecting that we are trying to load a private key | Damien Miller | |
in key_try_load_public() and returning early; ok markus@ | |||
2011-05-09 | move all hardcoded offsets and constants relative to midi system | Alexandre Ratchov | |
exclusive messages in a nice sysex.h file. No behaviour change. | |||
2011-05-09 | initialize 'pstate' field of the wav structure | Alexandre Ratchov | |
2011-05-08 | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott | |
reported to Debian by Hannes von Haugwitz (bug 622677). | |||
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott | |
at gmx.li. | |||
2011-05-08 | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott | |
2011-05-08 | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | |
dragging their borders. From hsim at gmx.li. | |||
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | |
and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li. | |||
2011-05-08 | improve our behaviour when TTY allocation fails: if we are in | Damien Miller | |
RequestTTY=auto mode (the default), then do not treat at TTY allocation error as fatal but rather just restore the local TTY to cooked mode and continue. This is more graceful on devices that never allocate TTYs. If RequestTTY is set to "yes" or "force", then failure to allocate a TTY is fatal. ok markus@ | |||
2011-05-07 | +.It RequestTTY | Jason McIntyre | |
2011-05-07 | - tweak previous | Jason McIntyre | |
- come consistency fixes ok djm | |||
2011-05-06 | fix numbering; from bert.wesarg AT googlemail.com | Damien Miller | |
2011-05-06 | fix dropping from previous diff | Damien Miller | |
2011-05-06 | Add a RequestTTY ssh_config option to allow configuration-based | Damien Miller | |
control over tty allocation (like -t/-T); ok markus@ | |||
2011-05-06 | support negated Host matching, e.g. | Damien Miller | |
Host *.example.org !c.example.org User mekmitasdigoat Will match "a.example.org", "b.example.org", but not "c.example.org" ok markus@ | |||
2011-05-06 | add a %L expansion (short-form of the local host name) for ControlPath; | Damien Miller | |
sync some more expansions with LocalCommand; ok markus@ | |||
2011-05-06 | set traffic class for IPv6 traffic as we do for IPv4 TOS; | Damien Miller | |
patch from lionel AT mamane.lu via Colin Watson in bz#1855; ok markus@ | |||
2011-05-06 | a od -> an od; | Jason McIntyre | |
2011-05-06 | Fix description and table of _u; with jmc@ | Otto Moerbeek | |
2011-05-06 | sync -x, default and example in man page as they should be; | Otto Moerbeek | |
ok jmc@ millert@ | |||
2011-05-06 | fix memory leak; bz#1849 ok dtucker@ | Damien Miller | |
2011-05-06 | mention that IPv6 addresses must be enclosed in square brackets; | Damien Miller | |
bz#1845 | |||
2011-05-06 | clarify language about overriding defaults. bz#1892, from Petr Cerny | Darren Tucker | |
2011-05-05 | gracefully fall back when ControlPath is too large for a | Damien Miller | |
sockaddr_un. ok markus@ as part of a larger diff | |||
2011-05-04 | allow "ssh-add - < key"; feedback and ok markus@ | Damien Miller | |
2011-05-04 | Change window with mouse wheel over status line if mouse-select-window | Nicholas Marriott | |
is on, from marcel partap. | |||
2011-05-04 | Don't need vis.h anymore. | Nicholas Marriott | |