summaryrefslogtreecommitdiffstats
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes from Paul Tagliamonte via tech@ and jmc@Ingo Schwarze2023-04-281-1/+1
* For accessibility, label the last two widgets in the search form.Ingo Schwarze2022-07-061-4/+6
* https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze2022-07-061-3/+3
* Somehow, the content of header.html ended upIngo Schwarze2022-07-051-30/+42
* Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze2022-07-041-15/+32
* Commit and commit message by deraadt@:Ingo Schwarze2021-11-051-1/+1
* fix the section number in the <title> element for preformatted pages;Ingo Schwarze2021-08-191-8/+24
* Add OpenBSD riscv64 architecture; patch from jsg@.Ingo Schwarze2021-05-131-2/+3
* Support the "powerpc64" architecture name.Ingo Schwarze2020-06-291-4/+5
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-4/+6
* autocapitalize=none; also from Tim BaumgardIngo Schwarze2020-01-101-1/+2
* Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze2020-01-101-1/+1
* Add a Content-Security-Policy HTTP header that allows only CSS.Ingo Schwarze2019-11-101-0/+2
* For invalid queries and for valid queries returning no result,Ingo Schwarze2019-10-011-7/+10
* in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze2019-07-101-1/+0
* drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze2019-03-061-1/+1
* Relax overzealous PATH_INFO validation.Ingo Schwarze2019-01-311-1/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-301-20/+8
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-1/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze2018-10-191-46/+40
* enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze2018-10-021-1/+2
* Add missing URI encoding when writing HTTP redirects,Ingo Schwarze2018-10-011-4/+32
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-7/+5
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-0/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+1
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-4/+4
* More thoroughly reject direct access to unintended files, such thatIngo Schwarze2017-04-191-1/+2
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-181-10/+11
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-1/+2
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-3/+6
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-151-33/+48
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-151-2/+24
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-0/+16
* protect <err.h> inclusionIngo Schwarze2017-02-081-0/+2
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-1/+1
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-0/+2
* clean up the remaining class attributesIngo Schwarze2017-01-211-13/+8
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-26/+26
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-9/+4
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-1/+1
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-3/+3
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-3/+3
* fix an fd leak; patch from jsg@Ingo Schwarze2016-08-181-0/+1
* move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze2016-08-101-4/+5
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-1/+2
* Make all components of the URI individually optional,Ingo Schwarze2016-07-111-16/+41
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-101-11/+3
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-1/+1
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-281-27/+8