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