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