aboutsummaryrefslogtreecommitdiffstats
path: root/www/kcgi
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.7.4bapt2015-11-192-3/+3
|
* Update to 0.7.3bapt2015-10-072-3/+5
| | | | Mark the port as broken on FreeBSD 9 as it requires capsicum
* Update to 0.7.2bapt2015-09-062-3/+3
|
* Update to 0.7.1bapt2015-08-215-31/+6
|
* Update to 0.6.3bapt2015-07-197-48/+30
| | | | | | New custom patches: - fix regress target in Makefile - fix capsicum sandbox in fcgi mode
* Install kfcgi(8)bapt2015-07-172-0/+5
|
* Fix typobapt2015-07-171-1/+1
|
* Update to 0.6.2bapt2015-07-176-4/+53
|
* Update to 0.6.1bapt2015-07-092-3/+3
|
* Update to 0.5.9bapt2015-06-202-4/+3
|
* Back out r386644 it was wrongbapt2015-05-182-14/+1
|
* Remove limitation of FSIZE otherwise gzip output got truncated at 8192bapt2015-05-182-0/+14
|
* Update to 0.5.8bapt2015-05-152-3/+3
|
* Update to 0.5.7bapt2015-04-302-3/+3
|
* Update to 0.5.6 which brings some fixes on capsicumbapt2015-04-232-3/+3
|
* Update to 0.5.5bapt2015-04-152-3/+3
|
* Update to 0.5.4bapt2015-04-132-3/+3
|
* Update to 0.5.3bapt2015-04-122-3/+3
|
* Update to 0.5.2bapt2015-04-063-3/+6
|
* Update the commentbapt2015-03-141-1/+1
|
* Update to 0.5.1bapt2015-03-142-3/+3
|
* Update to 0.5bapt2014-12-263-3/+4
|
* Update to 0.4.4bapt2014-12-172-3/+3
|
* Update to 0.4.3bapt2014-12-092-3/+3
|
* Update to 0.4.2:bapt2014-12-024-28/+18
| | | | | | - Adds capsicum when sandboxing the CGI input processing - split html out of the default cgi library - add a json library
* kcgi is a minimal CGI library for web applications in ISC licensed ISO C. It wasbapt2014-11-215-0/+58
designed to be secure and auditable. See a Comparison of CGI Libraries in C for alternatives. To start, download kcgi.tgz and run make install into your PREFIX of choice. The kcgi(3) manpage documents usage. kcgi is a BSD.lv project WWW: http://kristaps.bsd.lv/kcgi/