Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | cgit-about-filter: Do not report the OS name in manual pages0.1.2 | Wolfgang Müller | 2021-05-13 | -1/+1 |
| | | | | | | | By default, mandoc includes the operating system name in its formatted manual pages for mdoc(7)'s Os and man(7)'s TH macro. This is potentially sensitive information and should not be leaked out into the world. Clear out the operating system name fully by using mandoc(1)'s -Ios= option. | |||
* | cgit-about-filter: Invoke filters in-line0.1.1 | Wynn Wolf Arbor | 2020-06-04 | -6/+4 |
| | | | | | | | Previously, EXEC relied on filter invocations being stored globally in a char * array. Use an improved variadic version of the macro that enables us to get rid of those global definitions and instead invoke filters in-line. | |||
* | Initial import0.0.1 | Wynn Wolf Arbor | 2020-05-27 | -0/+59 |