summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2010-12-03check that g^x^q === 1 mod p; recommended by JPAKE author Feng HaoDamien Miller
2010-12-03add missing header needed by futimes()Charles Longeau
2010-12-02Track the parser status both per file (file_status), such thatIngo Schwarze
2010-12-02Properly initialize the manual section to a default when .Dt is missing.Ingo Schwarze
2010-12-01Cleanup by kristaps@:Ingo Schwarze
2010-12-01Merge man_action.c into man_validate.c.Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze
2010-12-01add missing header needed by mkstemp()Charles Longeau
2010-12-01Don't error out if we can't opendir() when -empty is used.Todd C. Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-11-29If VISUAL or EDITOR contains "vi", configure mode-keys and status-keysNicholas Marriott
2010-11-29correctly load comment for encrypted rsa1 keys;Markus Friedl
2010-11-29Now that we have proper .de support in the roff(7) library,Ingo Schwarze
2010-11-29Downgrade the easier of the two cases of MANDOCERR_SYNTLINESCOPEIngo Schwarze
2010-11-29Implement the roff .ft (change font) request for man(7).Ingo Schwarze
2010-11-28To avoid FATAL errors, we have been parsing and ignoring the roffIngo Schwarze
2010-11-28Parse and ignore the .ad, .hy, .nh, and .ne roff requests.Ingo Schwarze
2010-11-27Move our partial roff language manual to the right place,Ingo Schwarze
2010-11-27Two related bugfixes:Ingo Schwarze
2010-11-27Document .de and .de1.Ingo Schwarze
2010-11-27Document .so.Ingo Schwarze
2010-11-26Pass through ssh command-line flags and options when doing remote-remoteDamien Miller
2010-11-25Make .de1 a symnonym for .de, not .ig as it was before.Ingo Schwarze
2010-11-25Support quoting of arguments passed to user-defined macros,Ingo Schwarze
2010-11-25Implement the .de (define macro) roff instruction.Ingo Schwarze
2010-11-25replace close() loop for fds 3->64 with closefrom();Damien Miller
2010-11-24remove a debug() that pollutes stderr on client connecting to a serverDamien Miller
2010-11-23avoid NULL deref on receiving a channel request on an unknown or invalidDamien Miller
2010-11-23use strict_modes already passed as function argument over referencingDamien Miller
2010-11-22There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott
2010-11-21Refactor internals of private key loading and saving to work on memoryDamien Miller
2010-11-21honour $TMPDIR for client xauth and ssh-agent temporary directories;Damien Miller
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-19Make KERN_CPTIME return an avarage number of ticks across all CPUsMike Belopuhov
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-11-15NUL-terminate buffer in compiler_text() after realloc, not before.Todd C. Miller
2010-11-15show more of the host, but be careful not to go over 80 cols; ok krw@Otto Moerbeek
2010-11-15libary -> library;Jason McIntyre