aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* Commit and commit message by deraadt@:Ingo Schwarze2021-11-051-2/+2
* fix the section number in the <title> element for preformatted pages;Ingo Schwarze2021-08-191-9/+25
* Add OpenBSD riscv64 architecture; patch from jsg@.Ingo Schwarze2021-05-131-3/+4
* Support the "powerpc64" architecture name.Ingo Schwarze2020-06-291-5/+6
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-4/+6
* autocapitalize=none; also from Tim BaumgardIngo Schwarze2020-01-101-2/+3
* Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze2020-01-101-2/+2
* Add a Content-Security-Policy HTTP header that allows only CSS.Ingo Schwarze2019-11-101-1/+3
* For invalid queries and for valid queries returning no result,Ingo Schwarze2019-10-011-8/+11
* in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze2019-07-101-2/+1
* drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze2019-03-061-2/+2
* Relax overzealous PATH_INFO validation.Ingo Schwarze2019-01-311-2/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-301-21/+9
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-2/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+2
* Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze2018-10-191-47/+41
* enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze2018-10-021-2/+3
* Add missing URI encoding when writing HTTP redirects,Ingo Schwarze2018-10-011-5/+33
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-8/+6
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-2/+2
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-5/+5
* More thoroughly reject direct access to unintended files, such thatIngo Schwarze2017-04-191-2/+3
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-181-11/+12
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-2/+3
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-4/+7
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-151-34/+49
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-151-3/+25
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-1/+17
* protect <err.h> inclusionIngo Schwarze2017-02-081-1/+3
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-2/+2
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-1/+3
* clean up the remaining class attributesIngo Schwarze2017-01-211-14/+9
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-27/+27
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-10/+5
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-2/+2
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-4/+4
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-4/+4
* fix an fd leak; patch from jsg@Ingo Schwarze2016-08-181-1/+2
* move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze2016-08-101-5/+6
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-2/+3
* Make all components of the URI individually optional,Ingo Schwarze2016-07-111-17/+42
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-101-12/+4
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-2/+2
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-281-28/+9
* Only focus on the query input box when no manual page is displayed,Ingo Schwarze2016-04-291-9/+18
* Set the "autofocus" attribute on the query text box.Ingo Schwarze2016-04-281-2/+2
* Rename five static functions to make the classification of functionsIngo Schwarze2016-04-151-16/+16
* prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze2016-04-151-23/+19
* Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze2016-04-151-18/+14