Age | Commit message (Expand) | Author |
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 |
2010-11-28 | To avoid FATAL errors, we have been parsing and ignoring the roff | Ingo Schwarze |
2010-11-28 | Parse and ignore the .ad, .hy, .nh, and .ne roff requests. | Ingo Schwarze |
2010-11-27 | Move our partial roff language manual to the right place, | Ingo Schwarze |
2010-11-27 | Two related bugfixes: | Ingo Schwarze |
2010-11-27 | Document .de and .de1. | Ingo Schwarze |
2010-11-27 | Document .so. | Ingo Schwarze |
2010-11-26 | Pass through ssh command-line flags and options when doing remote-remote | Damien Miller |
2010-11-25 | Make .de1 a symnonym for .de, not .ig as it was before. | Ingo Schwarze |
2010-11-25 | Support quoting of arguments passed to user-defined macros, | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-11-25 | replace close() loop for fds 3->64 with closefrom(); | Damien Miller |
2010-11-24 | remove a debug() that pollutes stderr on client connecting to a server | Damien Miller |
2010-11-23 | avoid NULL deref on receiving a channel request on an unknown or invalid | Damien Miller |
2010-11-23 | use strict_modes already passed as function argument over referencing | Damien Miller |
2010-11-22 | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott |
2010-11-21 | Refactor internals of private key loading and saving to work on memory | Damien Miller |
2010-11-21 | honour $TMPDIR for client xauth and ssh-agent temporary directories; | Damien Miller |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-11-18 | add IPQoS to the various -o lists, and zap some trailing whitespace; | Jason McIntyre |
2010-11-15 | NUL-terminate buffer in compiler_text() after realloc, not before. | Todd C. Miller |
2010-11-15 | show more of the host, but be careful not to go over 80 cols; ok krw@ | Otto Moerbeek |
2010-11-15 | libary -> library; | Jason McIntyre |