Age | Commit message (Expand) | Author |
2011-05-29 | Fix more regressions introduced in 1.11.3: | Ingo Schwarze |
2011-05-29 | Fix two regressions introduced in 1.11.3: | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-05-26 | tweak previous; | Jason McIntyre |
2011-05-26 | slightly clarify -v option description | Alexandre Ratchov |
2011-05-26 | make clipping less ugly, from Sviatoslav Chagaev | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2011-05-26 | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott |
2011-05-25 | Memory leak in error path, from Tiago Cunha. | Nicholas Marriott |
2011-05-25 | Nuke a redundant if statement, from Tiago Cunha. | Nicholas Marriott |
2011-05-25 | add one more signal block for handling '_intmp' (the list of files scheduled | Theo de Raadt |
2011-05-25 | memoize handle_config; is not a slow routine per se, but we spend | Jasper Lievisse Adriaanse |
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller |
2011-05-23 | read in key comments for v.2 keys (though note that these are not | Damien Miller |
2011-05-23 | tweak previous; ok djm | Jason McIntyre |
2011-05-23 | postion -> position; | Jason McIntyre |
2011-05-23 | remove extra newline | Damien Miller |
2011-05-23 | make secure_filename() spam debug logs less | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
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 |
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott |
2011-05-20 | Remove a bunch of unused functions, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott |
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott |
2011-05-20 | use a macro to define which string options to copy between configs | Damien Miller |
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 |
2011-05-19 | sync manpage and comment with reality. From Nathanael Rensen. | lum |
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott |
2011-05-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott |
2011-05-18 | Simplify code in handle_config() by folding two almost identical | Jasper Lievisse Adriaanse |
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 |
2011-05-17 | fatal() if asked to generate a legacy ECDSA cert (these don't exist) | Damien Miller |
2011-05-16 | better document some of the terminology used in the VI COMMANDS section; | Jason McIntyre |
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 |
2011-05-10 | fix option handling and enable TCP in midicat | Alexandre Ratchov |
2011-05-10 | despam debug() logs by detecting that we are trying to load a private key | Damien Miller |
2011-05-09 | move all hardcoded offsets and constants relative to midi system | Alexandre Ratchov |
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 |
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott |
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 |
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott |