summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-091-2/+2
* use __func__ in log messages.benno2017-05-281-3/+3
* Do not purge the CONFIG_SERVERS config in the parent. The ticket code usesclaudio2017-04-041-2/+2
* Implement TLS ticket support in httpd. Off by default. Useclaudio2017-03-251-1/+43
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-231-3/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* sync proc.c from switchd, includes minor cast qual fix and removal of p_env.reyk2016-09-281-3/+5
* proc.c tweaks: Rename proc_listento() to proc_accept() as it is thereyk2016-09-021-21/+5
* Teach httpd/proc.c how to fork+exec.rzalamena2016-09-011-9/+46
* Terminate daemon using the socket status instead of watching SIGCHLD orrzalamena2016-08-301-51/+3
* Kill the ps_ninstances from proc.c.rzalamena2016-08-261-2/+1
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+1
* & expands to the maximum amount of needed space; fix comment.florian2016-06-101-2/+2
* fix unbalanced va_start and va_end macrosjung2016-05-221-5/+9
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-3/+1
* Remove unnecessary NULL checks before free().reyk2015-12-031-3/+3
* the grammar can prompt DNS lookups, so pledge "dns" also.deraadt2015-12-031-2/+2
* sync with relayd, use proc_compose()reyk2015-12-021-7/+4
* Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.reyk2015-11-231-2/+2
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-3/+6
* Move local logging functions into httpd.c, and sync log.c with relayd -reyk2015-11-211-1/+77
* Simplify all instances of get_string() and get_data() using malloc() andmmcc2015-11-191-8/+3
* pledge(2) for httpd.florian2015-11-051-1/+5
* revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturnerjung2015-10-311-2/+2
* Remove a few more NULL-checks before free.mmcc2015-10-281-11/+5
* While I'm in here, drop a NULL-check before free.mmcc2015-10-281-3/+2
* fix PATH_INFO for / requestsjung2015-10-261-2/+2
* Two more char -> unsigned char in ctype functions.reyk2015-10-141-2/+3
* Pass unsigned chars to ctype functions.reyk2015-10-131-3/+4
* Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadreyk2015-08-201-17/+17
* Allow to change the default media type globally or per-location,reyk2015-07-181-2/+17
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-031-4/+10
* Do not try to unlink the control socket in an unprivileged childflorian2015-05-281-2/+4
* Allow to specify CGI variables as macros in redirection strings, eg.reyk2015-02-231-1/+34
* Rename escape_uri() to url_encode() because it is the opposite ofreyk2015-02-121-4/+4
* Encode directory listings.florian2015-02-101-1/+57
* spacingreyk2015-02-081-2/+2
* httpd is based on relayd and had included many headers that are onlyreyk2015-01-211-5/+4
* Decouple auth parameters from struct server_config into struct auth.reyk2015-01-191-1/+46
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+6
* When scanning backwards for the last dot in a filename,schwarze2014-12-111-5/+7
* stop viral header propagation. none of this code uses sys/hash.htedu2014-12-041-4/+1
* use size_t where appropriate. ok deraadt reyktedu2014-11-221-3/+3
* white space begonederaadt2014-11-211-2/+2
* Allow the log directory to be configurable in the config file, rather thanbeck2014-11-111-1/+7
* URL-decode the request path.reyk2014-10-221-1/+41
* whitespace spotted while studying the codederaadt2014-09-291-2/+2
* Remove a limitation that only allowed to specify a server name once.reyk2014-09-051-1/+11
* Replace the code to get the FastCGI Status header with a proper way toreyk2014-09-011-1/+35
* Provide a failsafe version of the path_info() function that doesn'treyk2014-08-131-13/+18