Age | Commit message (Expand) | Author |
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 |
2011-05-08 | improve our behaviour when TTY allocation fails: if we are in | Damien Miller |
2011-05-07 | +.It RequestTTY | Jason McIntyre |
2011-05-07 | - tweak previous | Jason McIntyre |
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 |
2011-05-06 | support negated Host matching, e.g. | Damien Miller |
2011-05-06 | add a %L expansion (short-form of the local host name) for ControlPath; | Damien Miller |
2011-05-06 | set traffic class for IPv6 traffic as we do for IPv4 TOS; | Damien Miller |
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 |
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 |
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 |
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 |
2011-05-04 | Don't need vis.h anymore. | Nicholas Marriott |
2011-05-04 | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott |
2011-05-04 | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott |
2011-05-04 | Fix a typo in a comment, from Michael W Bombardieri. | Nicholas Marriott |
2011-05-04 | - note that quotes may have to be escaped from the shell and add an example | Jason McIntyre |
2011-05-03 | If the string of the address to listen on is '-' then listen on all | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov |
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau |
2011-05-02 | fix string containing state names used for debug printf()s, | Alexandre Ratchov |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-05-01 | Split ALL, ROLE and TYPE into their own actions. Since you can | Todd C. Miller |
2011-04-30 | return >0 when file is not found. (from FreeBSD) | lum |
2011-04-29 | sorry, lousy fingers... typoed in the file while checking the diff | Marc Espie |
2011-04-29 | slightly better netmask regexp | Marc Espie |
2011-04-29 | Only redraw the status line on command update, not the entire client | Nicholas Marriott |
2011-04-29 | Add currently undocumented keyboard options available on ifstat view. | lum |
2011-04-29 | small tidy. contribution from patrick keshishian and extra tab spot by halex.... | lum |
2011-04-28 | - slight tweak for FILES | Jason McIntyre |
2011-04-28 | use ULONG_MAX instead of ~0 | Alexandre Ratchov |
2011-04-28 | remove deadcode, use err(1, "%s", str) instead of err(1, str) | Alexandre Ratchov |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-27 | include signal.h | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | needs signal.h, too | Theo de Raadt |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-27 | cast one blocksize occurrence to unsigned long, fixes du(1)'s output | Igor Sobrado |
2011-04-26 | tyop in comment | Jasper Lievisse Adriaanse |
2011-04-25 | linting this library is not helping anything | Theo de Raadt |
2011-04-25 | As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1" | Ingo Schwarze |