Age | Commit message (Expand) | Author |
2010-12-20 | Fix another stray addition that was too early. Oops. | Nicholas Marriott |
2010-12-20 | Undo a change to next/previous session that got mixed in prematurely. | Nicholas Marriott |
2010-12-20 | Dead sessions are never on the active sessions list, so the SESSION_DEAD | Nicholas Marriott |
2010-12-20 | Use pointer rather than index for the client's last session. | Nicholas Marriott |
2010-12-20 | Unify the way sessions are used by callbacks - store the address and use | Nicholas Marriott |
2010-12-19 | Don't nuke the index counter when a session group comes up. | Nicholas Marriott |
2010-12-19 | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott |
2010-12-19 | Handle .Bk in -Thmtl the same way as in -Tascii. | Ingo Schwarze |
2010-12-19 | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze |
2010-12-19 | Significant improvements to -Thtml by kristaps@: | Ingo Schwarze |
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze |
2010-12-15 | fix ControlMaster=ask regression | Damien Miller |
2010-12-14 | don't mention key type in key-changed-warning, since we also print | Markus Friedl |
2010-12-13 | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott |
2010-12-13 | Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick up | Todd C. Miller |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-12-11 | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |
2010-12-11 | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze |
2010-12-10 | Rephrase a confusing sentence. | Nicholas Marriott |
2010-12-10 | stating that -f may be used by users is wrong, since that would | Martynas Venckus |
2010-12-10 | - don't use memory from the session we've already cleaned in the | Martynas Venckus |
2010-12-10 | It is user/root not user.root for kerberos 5. | Todd C. Miller |
2010-12-10 | Try to make this a little less kerberos-centric and remove a BUGS | Todd C. Miller |
2010-12-10 | - plug an fd leak | Jasper Lievisse Adriaanse |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |
2010-12-09 | .Bk/.Ek is required now to keep the output generated from each macro | Igor Sobrado |
2010-12-09 | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and | Ingo Schwarze |
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze |
2010-12-09 | spacing, no functional change. | Igor Sobrado |
2010-12-09 | usage should fit on a 80-column display | Igor Sobrado |
2010-12-09 | add -s to usage | Igor Sobrado |
2010-12-09 | Add support for "-s shell" to su(1). This can be used by the superuser | Todd C. Miller |
2010-12-09 | scp.1: grammer fix | Jason McIntyre |
2010-12-08 | add a new -3 option to scp: Copies between two remote hosts are | Markus Friedl |
2010-12-08 | In the built-in layouts, distribute the panes more evenly. Set the | Nicholas Marriott |
2010-12-08 | explain that IPQoS arguments are separated by whitespace; iirc requested | Damien Miller |
2010-12-07 | Complete the merge of bsd.lv version 1.10.7: | Ingo Schwarze |
2010-12-07 | Back out my .ft implementation for -Thtml. | Ingo Schwarze |
2010-12-06 | Do not report the same problems multiple times, | Ingo Schwarze |
2010-12-06 | add missing header needed by futimes() | Charles Longeau |
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott |
2010-12-06 | add missing header needed by futimes() | Charles Longeau |
2010-12-06 | add missing header to properly use SIG* definitions | Charles Longeau |
2010-12-06 | Never print .P, .PP, and .LP header content. | Ingo Schwarze |
2010-12-06 | Do not follow .D1 and .Dl inside .Bd with a blank line. | Ingo Schwarze |
2010-12-04 | fix fd leak; spotted and ok dtucker@ | Damien Miller |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-12-03 | move check for revoked keys to run earlier (in auth_rsa_key_allowed) | Damien Miller |