summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-05-08improve our behaviour when TTY allocation fails: if we are inDamien Miller
2011-05-07+.It RequestTTYJason McIntyre
2011-05-07- tweak previousJason McIntyre
2011-05-06fix numbering; from bert.wesarg AT googlemail.comDamien Miller
2011-05-06fix dropping from previous diffDamien Miller
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06support negated Host matching, e.g.Damien Miller
2011-05-06add a %L expansion (short-form of the local host name) for ControlPath;Damien Miller
2011-05-06set traffic class for IPv6 traffic as we do for IPv4 TOS;Damien Miller
2011-05-06a od -> an od;Jason McIntyre
2011-05-06Fix description and table of _u; with jmc@Otto Moerbeek
2011-05-06sync -x, default and example in man page as they should be;Otto Moerbeek
2011-05-06fix memory leak; bz#1849 ok dtucker@Damien Miller
2011-05-06mention that IPv6 addresses must be enclosed in square brackets;Damien Miller
2011-05-06clarify language about overriding defaults. bz#1892, from Petr CernyDarren Tucker
2011-05-05gracefully fall back when ControlPath is too large for aDamien Miller
2011-05-04allow "ssh-add - < key"; feedback and ok markus@Damien Miller
2011-05-04Change window with mouse wheel over status line if mouse-select-windowNicholas Marriott
2011-05-04Don't need vis.h anymore.Nicholas Marriott
2011-05-04Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott
2011-05-04Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott
2011-05-04Fix 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 exampleJason McIntyre
2011-05-03If the string of the address to listen on is '-' then listen on allAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-05-02Fix bad return value check for rcsnum_cmp()Charles Longeau
2011-05-02fix string containing state names used for debug printf()s,Alexandre Ratchov
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-05-01Split ALL, ROLE and TYPE into their own actions. Since you canTodd C. Miller
2011-04-30return >0 when file is not found. (from FreeBSD)lum
2011-04-29sorry, lousy fingers... typoed in the file while checking the diffMarc Espie
2011-04-29slightly better netmask regexpMarc Espie
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-29Add currently undocumented keyboard options available on ifstat view.lum
2011-04-29small tidy. contribution from patrick keshishian and extra tab spot by halex....lum
2011-04-28- slight tweak for FILESJason McIntyre
2011-04-28use ULONG_MAX instead of ~0Alexandre Ratchov
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-27cast one blocksize occurrence to unsigned long, fixes du(1)'s outputIgor Sobrado
2011-04-26tyop in commentJasper Lievisse Adriaanse
2011-04-25linting this library is not helping anythingTheo de Raadt
2011-04-25As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1"Ingo Schwarze