summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-08-19The _exit codes in syslogd privsep.c were the wrong way around.Alexander Bluhm
2014-08-19Replace manually written function names with __func__.Alexander Bluhm
2014-08-19Fix trailing white spaces.Alexander Bluhm
2014-08-18Variables to count seen packets should be unsigned.Tobias Stoeckmann
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itReyk Floeter
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore itReyk Floeter
2014-08-17don;t mark up {};Jason McIntyre
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-08-14remove two duplicate command entries;Ingo Schwarze
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Sync with httpd, including the following change from doug@:Reyk Floeter
2014-08-14Sync with RFC 7230-7235 phrases and IANA registered status codes.doug
2014-08-14Do not set RTF_MASK, it is not used anymore.Martin Pieuchot
2014-08-14Remove obsolete struct stat parameters.Christopher Zimmermann
2014-08-13For a non-existent root we don't want the root prefix to show up inChristopher Zimmermann
2014-08-13Always call freeaddrinfo after getaddrinfo.Tobias Stoeckmann
2014-08-13Provide a failsafe version of the path_info() function that doesn'tReyk Floeter
2014-08-13fix early loop termination in httpd path_info()Christopher Zimmermann
2014-08-13use errc instead of juggling errno values in tftpd_listen.David Gwynne
2014-08-13setsockopt sets errno on failure, so we can use err instead of errx whenDavid Gwynne
2014-08-11validate len field for proper length, not just "not zero."Tobias Stoeckmann
2014-08-11make a few variables more localTheo de Raadt
2014-08-11missing memset in table_api.c (currently only used by pluggable tables)Gilles Chehade
2014-08-11Do not try to delete RTF_LOCAL entries. Such routes are automaticallyMartin Pieuchot
2014-08-11Steal stripcom() from /etc/rc to parse sysmerge.ignore.Antoine Jacoutot
2014-08-11add a caveat about databases;Jason McIntyre
2014-08-11Move a sentence to the corresponding option description.Antoine Jacoutot
2014-08-10There was a race in relayd that caused connections to hang. ItAlexander Bluhm
2014-08-10- add -p to SYNOPSISJason McIntyre
2014-08-10zap trailing whitespaceJasper Lievisse Adriaanse
2014-08-10comment what's going onMarc Espie
2014-08-10Ouch... fuck cvsMarc Espie
2014-08-10if pkg_create is run as non-root, restory correct group/owner to root/bin.Marc Espie
2014-08-09less chatty; ok ajacoutotJason McIntyre
2014-08-09Extend comment.Antoine Jacoutot
2014-08-09Initial support for handling configuration files from packagesAntoine Jacoutot
2014-08-09sysctl.conf is an example.Antoine Jacoutot
2014-08-09some minor tweaks;Jason McIntyre
2014-08-09sort "prefork", and remove a useless macro;Jason McIntyre
2014-08-09basic cleanup;Jason McIntyre
2014-08-09Allow to inclue the types section anywhere in the configuration file.Reyk Floeter
2014-08-08When opening directories, re-match the location after the index fileReyk Floeter
2014-08-08No events were added for DNS UDP so it stopped working after the firstReyk Floeter
2014-08-08Drop some useless verbiage.Antoine Jacoutot
2014-08-08Tweak verbiage.Antoine Jacoutot
2014-08-08Allow to serve emtpy (0 bytes) files.Reyk Floeter
2014-08-07Fix and simplify the description of httpd(8)'s signal handling. httpdReyk Floeter
2014-08-07Don't try to ouput FCGI_STDERR into error.log if there is no data.Florian Obser
2014-08-07Opportunistically try to parse "Status: $code" in the very firstFlorian Obser
2014-08-07shorten signal text a bitTheo de Raadt