Age | Commit message (Expand) | Author |
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 |
2010-12-03 | check that g^x^q === 1 mod p; recommended by JPAKE author Feng Hao | Damien Miller |
2010-12-03 | add missing header needed by futimes() | Charles Longeau |
2010-12-02 | Track the parser status both per file (file_status), such that | Ingo Schwarze |
2010-12-02 | Properly initialize the manual section to a default when .Dt is missing. | Ingo Schwarze |
2010-12-01 | Cleanup by kristaps@: | Ingo Schwarze |
2010-12-01 | Merge man_action.c into man_validate.c. | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-12-01 | add missing header needed by mkstemp() | Charles Longeau |
2010-12-01 | Don't error out if we can't opendir() when -empty is used. | Todd C. Miller |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-11-29 | If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys | Nicholas Marriott |
2010-11-29 | correctly load comment for encrypted rsa1 keys; | Markus Friedl |
2010-11-29 | Now that we have proper .de support in the roff(7) library, | Ingo Schwarze |
2010-11-29 | Downgrade the easier of the two cases of MANDOCERR_SYNTLINESCOPE | Ingo Schwarze |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |