aboutsummaryrefslogtreecommitdiffstats
path: root/cgit-about-filter.c (follow)
Commit message (Collapse)AuthorAgeLines
* cgit-about-filter: Do not report the OS name in manual pages0.1.2Wolfgang Müller2021-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.1Wynn Wolf Arbor2020-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.1Wynn Wolf Arbor2020-05-27-0/+59