Age | Commit message (Expand) | Author |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-17 | Check the return value of tls_config_set_protocols(), now that it returns | Joel Sing |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-14 | specify ordering and precedence of location { } sections; | Ingo Schwarze |
2016-11-10 | Fix tcp ip ttl / minttl on IPv6 sockets. | Jeremie Courreges-Anglas |
2016-11-06 | conditionalize ocsp load properly | Bob Beck |
2016-11-06 | since ocsp stapling is optional, make sure we guard if we do not have it. | Bob Beck |
2016-11-06 | tweak previous; | Jason McIntyre |
2016-11-06 | Add OCSP stapling support to httpd | Bob Beck |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-12 | Prevent fd exhaustion in the parent when loading the listening server | Reyk Floeter |
2016-10-10 | Modify httpd(8)'s proc.c to use less file descriptors during the daemon | Rafael Zalamena |
2016-10-10 | Fix msgbuf_write() usage idiom and modify the treatment for socket close | Rafael Zalamena |
2016-10-10 | Add more context to fatal*() messages so it makes easier to debug proc.c | Rafael Zalamena |
2016-10-07 | The strchr() call either returns a NULL pointer, on which the code will | Patrick Wildt |
2016-10-07 | Empty lines cause server_fcgi_getheaders() to immediately return. | Patrick Wildt |
2016-10-05 | Check if oldd == newd before dup2(), if that is the case we need to remove | Rafael Zalamena |
2016-10-05 | Call setsid() to create a new session for the executed processes. | Reyk Floeter |
2016-10-05 | sync proc.c with vmd: add p_pw to specify a non-standard user for a process. | Reyk Floeter |
2016-09-28 | Add -Wcast-qual after syncing proc.c fix | Reyk Floeter |
2016-09-28 | sync proc.c from switchd, includes minor cast qual fix and removal of p_env. | Reyk Floeter |
2016-09-15 | add some Xr for acme-client(1); | Jason McIntyre |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-09-03 | Use DPRINTF instead of #ifdef DEBUG + log_debug(). | Reyk Floeter |
2016-09-02 | proc.c tweaks: Rename proc_listento() to proc_accept() as it is the | Reyk Floeter |
2016-09-01 | The fork+exec diff broke "what?!", the ps_what field determines the | Reyk Floeter |
2016-09-01 | Don't print "lost child" if the child process exited okay. This is | Reyk Floeter |
2016-09-01 | struct client starts to become the kitchen sink. Move fastcgi data to | Florian Obser |
2016-09-01 | spacing | Reyk Floeter |
2016-09-01 | Adjust log message, use process title now that it works again | Reyk Floeter |
2016-09-01 | Teach httpd/proc.c how to fork+exec. | Rafael Zalamena |
2016-08-30 | Kill (remove) the ps_pid from privsep struct since it is not being used | Rafael Zalamena |
2016-08-30 | Terminate daemon using the socket status instead of watching SIGCHLD or | Rafael Zalamena |
2016-08-30 | Remove duplicated prototypes from header. | Rafael Zalamena |
2016-08-30 | Do not assume that the full http response header is in the first | Florian Obser |
2016-08-27 | Kill p_instance from proc.c and remove static proc_id unused variables. | Rafael Zalamena |
2016-08-26 | Kill the ps_ninstances from proc.c. | Rafael Zalamena |
2016-08-26 | Replace the static env variables with a single global variable. | Rafael Zalamena |
2016-08-22 | Enable SNI support in httpd(8). | Joel Sing |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-08-16 | Turn "TLS handshake failed -" log message into a debug message - it | Reyk Floeter |
2016-08-16 | Rename server_handshake_tls() to server_tls_handshake() to align with | Reyk Floeter |
2016-08-15 | Move server_match() from parse.y to server.c; use env instead of conf, | Joel Sing |