summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Security fix:Ingo Schwarze2014-07-221-1/+4
* Security fix to prevent XSS attacks:Ingo Schwarze2014-07-222-1/+79
* fix a minibug reported by kristaps@:Ingo Schwarze2014-07-211-5/+9
* Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze2014-07-213-3/+9
* Security fix:Ingo Schwarze2014-07-191-4/+33
* Security fix:Ingo Schwarze2014-07-191-1/+28
* Do not use the HTTP_HOST CGI variable,Ingo Schwarze2014-07-182-11/+2
* When the MAN_DIR/manpath.conf configuration file does not exist or is empty,Ingo Schwarze2014-07-181-2/+12
* Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;Ingo Schwarze2014-07-133-25/+72
* Make the calltree a bit easier to understand by giving theIngo Schwarze2014-07-131-22/+21
* make source vs. formatted guessing a bit more robustIngo Schwarze2014-07-131-0/+2
* By popular demand, bring man.cgi default mode closer to what man(1) does:Ingo Schwarze2014-07-131-20/+46
* Unconfuse .Fa documentation:Ingo Schwarze2014-07-131-7/+19
* Install the manuals of the web interface below the same directoryIngo Schwarze2014-07-133-4/+12
* update after recent code changesIngo Schwarze2014-07-131-56/+56
* Polish the search form using feedback from beck@ and others,Ingo Schwarze2014-07-121-27/+96
* Polish the search form using feedback from beck@ and others,Ingo Schwarze2014-07-121-1/+1
* No need for run-time configuration, add minimal compile-timeIngo Schwarze2014-07-123-18/+19
* Simplify: Delete 74 lines of code including one enum type, oneIngo Schwarze2014-07-121-98/+25
* Start fixing issues that beck@ helped find:Ingo Schwarze2014-07-121-37/+34
* Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze2014-07-122-23/+52
* fix the two manual links on the index pageIngo Schwarze2014-07-121-7/+8
* merge OpenBSD rev. 1.3 by tedu@:Ingo Schwarze2014-07-111-6/+8
* merge OpenBSD rev. 1.2 by tedu@:Ingo Schwarze2014-07-111-8/+9
* add HISTORY sectionIngo Schwarze2014-07-111-0/+8
* Link to the new man.cgi(8) manual, now that we have it! :-)Ingo Schwarze2014-07-101-2/+5
* Full rewrite of the man.cgi(8) manual.Ingo Schwarze2014-07-103-124/+326
* some sugar for the index pageIngo Schwarze2014-07-091-2/+10
* Clean up error reporting:Ingo Schwarze2014-07-091-49/+50
* namespace cleanups:Ingo Schwarze2014-07-091-44/+47
* remove obsolete __sun includesIngo Schwarze2014-07-091-9/+2
* set a reasonable default for .OsIngo Schwarze2014-07-091-1/+2
* mark defos as const; nobody needs to change it,Ingo Schwarze2014-07-095-6/+8
* delete forgotten, obsolete rew_warn() prototypeIngo Schwarze2014-07-091-2/+0
* oops, forgot to trim the newline characterIngo Schwarze2014-07-091-0/+2
* Simplify pathgen() even more.Ingo Schwarze2014-07-091-27/+13
* include manpath= when printing queries, and omit empty parametersIngo Schwarze2014-07-091-12/+32
* This one needs "config.h", too.Ingo Schwarze2014-07-091-0/+4
* Switch over man.cgi to SQLite. While here:Ingo Schwarze2014-07-092-377/+100
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-077-40/+59
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-073-50/+25
* no need to delete any content from .Rs blocks,Ingo Schwarze2014-07-073-36/+13
* no need to skip content before first section headerIngo Schwarze2014-07-074-24/+4
* implement .dei and .amiIngo Schwarze2014-07-074-46/+67
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-0610-40/+55
* After skipping an escape sequence with incomplete arguments,Ingo Schwarze2014-07-061-2/+2
* Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze2014-07-061-7/+14
* Fix handling of escape sequences taking numeric arguments.Ingo Schwarze2014-07-061-1/+3
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-054-73/+76
* Cleanup regarding -offset and -width:Ingo Schwarze2014-07-053-56/+54