summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always call freeaddrinfo after getaddrinfo.tobias2014-08-131-1/+2
* Provide a failsafe version of the path_info() function that doesn'treyk2014-08-133-21/+25
* fix early loop termination in httpd path_info()chrisz2014-08-131-2/+2
* use errc instead of juggling errno values in tftpd_listen.dlg2014-08-131-6/+6
* setsockopt sets errno on failure, so we can use err instead of errx whendlg2014-08-131-3/+3
* validate len field for proper length, not just "not zero."tobias2014-08-111-7/+6
* make a few variables more localderaadt2014-08-111-7/+9
* missing memset in table_api.c (currently only used by pluggable tables)gilles2014-08-111-1/+2
* Do not try to delete RTF_LOCAL entries. Such routes are automaticallympi2014-08-112-19/+23
* Steal stripcom() from /etc/rc to parse sysmerge.ignore.ajacoutot2014-08-112-11/+21
* add a caveat about databases;jmc2014-08-111-2/+5
* Move a sentence to the corresponding option description.ajacoutot2014-08-111-9/+6
* There was a race in relayd that caused connections to hang. Itbluhm2014-08-101-3/+4
* - add -p to SYNOPSISjmc2014-08-102-7/+6
* zap trailing whitespacejasper2014-08-101-3/+3
* comment what's going onespie2014-08-101-1/+2
* Ouch... fuck cvsespie2014-08-101-4/+6
* if pkg_create is run as non-root, restory correct group/owner to root/bin.espie2014-08-102-6/+26
* less chatty; ok ajacoutotjmc2014-08-091-7/+5
* Extend comment.ajacoutot2014-08-091-2/+2
* Initial support for handling configuration files from packagesajacoutot2014-08-092-17/+144
* sysctl.conf is an example.ajacoutot2014-08-092-5/+6
* some minor tweaks;jmc2014-08-091-32/+25
* sort "prefork", and remove a useless macro;jmc2014-08-091-9/+9
* basic cleanup;jmc2014-08-091-18/+22
* Allow to inclue the types section anywhere in the configuration file.reyk2014-08-091-1/+4
* When opening directories, re-match the location after the index filereyk2014-08-085-49/+119
* No events were added for DNS UDP so it stopped working after the firstreyk2014-08-081-2/+4
* Drop some useless verbiage.ajacoutot2014-08-081-17/+6
* Tweak verbiage.ajacoutot2014-08-081-3/+3
* Allow to serve emtpy (0 bytes) files.reyk2014-08-081-4/+4
* Fix and simplify the description of httpd(8)'s signal handling. httpdreyk2014-08-071-6/+2
* Don't try to ouput FCGI_STDERR into error.log if there is no data.florian2014-08-071-2/+3
* Opportunistically try to parse "Status: $code" in the very firstflorian2014-08-071-2/+29
* shorten signal text a bitderaadt2014-08-071-7/+7
* Mention how httpd responds to SIGHUP and SIGUSR1.doug2014-08-061-4/+11
* Write STDERR from the CGI to the web server error log as intended.reyk2014-08-061-1/+12
* If the very first fcgi STDOUT record has length 0 the cgi scriptflorian2014-08-061-1/+6
* Change grammar to remove a shift/reduce conflict that was introducedreyk2014-08-062-7/+7
* Always zero-out the fcgi record header for STDIN data.reyk2014-08-061-1/+2
* Use memset(buf instead of memset(&buf.reyk2014-08-062-5/+5
* Limit the body size in client requests (eg. POST data) to 1M by default;reyk2014-08-065-9/+29
* Document the SSL configuration for httpd (partly based on relayd.conf(5)).jsing2014-08-061-2/+29
* Provide configuration options that allow the SSL certificate, key andjsing2014-08-061-7/+52
* Also clean up the public key when it is no longer needed.jsing2014-08-061-2/+6
* Configure the default SSL ciphers as HIGH:!aNULL.jsing2014-08-063-4/+10
* http POST supportflorian2014-08-064-20/+50
* Content-Length and Content-Type are transmitted as CONTENT_LENGTH andflorian2014-08-061-3/+9
* spacingreyk2014-08-063-10/+10
* avoid displaying a NULL pointerjsg2014-08-061-2/+2