summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-12-23KNF and add a little more debug()Damien Miller
2014-12-23Use ${STATIC} instead of hardcoded -static in order to take advantage ofPascal Stumpf
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23fix typo in previousIngo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23even if the second argument to .IP is invalid, don't print itIngo Schwarze
2014-12-23Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze
2014-12-23In a2roffsu(), do not parse the number twice.Ingo Schwarze
2014-12-23correctly handle scaling units after .PDIngo Schwarze
2014-12-22The code already pays attention not to close the same block twice.Ingo Schwarze
2014-12-22remove never used in openbsd tahoe support. and ns32k. and pmax.Ted Unangst
2014-12-22add fingerprinthash to the options list;Jason McIntyre
2014-12-22tweak previous;Jason McIntyre
2014-12-22mention ssh -Q feature to list supported { MAC, cipher, KEX, key }Damien Miller
2014-12-22tweak previous;Jason McIntyre
2014-12-22correct description of what will happen when a AuthorizedKeysCommand isDamien Miller
2014-12-22make internal handling of filename arguments of "none" more consistentDamien Miller
2014-12-22remember which public keys have been used for authentication andDamien Miller
2014-12-22fix passing of wildcard forward bind addresses when connectionDamien Miller
2014-12-21tweak previous;Jason McIntyre
2014-12-21document FingerprintHash here tooDamien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-12-21Use -m for macro set selection in mandoc(1) mode only, not in man(1)Ingo Schwarze
2014-12-21fix test-redef2:Marc Espie
2014-12-21Fix build with -Werror -std=c99 -pedantic.Daniel Dickman
2014-12-20Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze
2014-12-20resolve some code duplication; no functional changeIngo Schwarze
2014-12-19no need to kvm the palloc. the pgsize is more correctly accessed via pool.Ted Unangst
2014-12-19Use reallocarray() where suitableTheo de Raadt
2014-12-19Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze
2014-12-19Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze
2014-12-19CA.sh and CA.pl are goneLawrence Teo
2014-12-19Sync message digest algorithms with the ones actually implemented inLawrence Teo
2014-12-18don't count partial authentication success as a failure againstDamien Miller
2014-12-18Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze
2014-12-18update usage() and the list of non-standard (i.e. non-posix) options;Jason McIntyre
2014-12-18Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze
2014-12-18When the head of a list item is extended with a partial explicitIngo Schwarze
2014-12-18Don't let the modulo operator divide by zero.Ingo Schwarze
2014-12-18The code is already careful to not add items to lists that wereIngo Schwarze
2014-12-17Be a bit more lenient in what to accept for section names givenIngo Schwarze
2014-12-16Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
2014-12-16Don't pass options after the to address to sendmail. The onlyTodd C. Miller
2014-12-16Add new "expandaddr" flag (disabled by default) to enable recipientTodd C. Miller
2014-12-16Use glob() to expand filenames instead of passing it to the shell'sTodd C. Miller
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-12-16When a string comparison condition contains no mismatching characterIngo Schwarze
2014-12-16Don't display formatted time if localtime() fails.Jonathan Gray
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze