summaryrefslogtreecommitdiff
path: root/mini_httpd.c
Commit message (Collapse)AuthorAge
* fix-nullpointer-dereferenceHEADarchive/debian/1.30-0.2masterJose dos Santos Junior2018-12-12
| | | Gbp-Pq: Name fix-nullpointer-dereference
* fix FTBFS in kfreebsd-amd64 where int64_t is already declared, but ↵Mattia Rizzolo2018-12-12
| | | | | | | | | HAVE_INT64T is not defined Bug-Debian: htts://bugs.debian.org/825713 Last-Update: 2016-06-17 Forwarded: no Gbp-Pq: Name fix-ftbfs-kfreebsd-amd64
* mini_httpd does not run php cgiJose dos Santos Junior2018-12-12
| | | | | | shows following error: "No input file specified". =================================================================== Gbp-Pq: Name 03-cgi-php
* Change the default document root to /var/www/htmlJose dos Santos Junior2018-12-12
| | | | | =================================================================== Gbp-Pq: Name fix-change-index-document-root
* include missing headers to ensure proper declarationsJose dos Santos Junior2018-12-12
| | | | | | | | | | | | mini_httpd uses several standard C functions without including the proper headers needed to pick up their declarations. One of these functions, crypt(), returns a pointer. Failure to include the header means the return type is assumed to be an int, which means the pointer is implicitly cast to an int, which loses data on 64-bit architectures. Author: Steve Langasek <steve.langasek@ubuntu.com> Last-Update: 2016-04-03Index: mini-httpd-1.23/htpasswd.c =================================================================== Gbp-Pq: Name fix-autobuilders
* New upstream version 1.30Dmitry Bogatov2018-11-15
|
* Import Upstream version 1.23Dmitry Bogatov2018-11-15
|
* Import Upstream version 1.21Dmitry Bogatov2018-11-15
|
* Import Upstream version 1.19Dmitry Bogatov2018-11-15