summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2015-12-07sync with vmdReyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-11-21Once again, fix the license text. After many years, we just cannotReyk Floeter
2015-11-21Move local logging functions from log.c to new file util.c (that isReyk Floeter
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-12Move HTTP error codes into http.h.Reyk Floeter
2014-04-18fix previousReyk Floeter
2014-04-18spacingReyk Floeter
2013-11-27unsigned char for ctypeTheo de Raadt
2013-03-10This diff changes relayd to use the monotonic clock instead ofReyk Floeter
2012-11-27Add format attributes to the proper functions and then fix the warningsPhilip Guenthe
2011-04-12update flags and printing of flags in debug mode, handle splicing flag.Reyk Floeter
2010-11-30The relayd processes did already bump up the socket file descriptorReyk Floeter
2010-01-11add "log brief" and "log verbose" to change logging verbosityJonathan Gray
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-07-18terminate the input buffer on failure in print_host()Reyk Floeter
2008-07-17use getaddrinfo/getnameinfo to parse ipv6 addresses instead ofReyk Floeter
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-11-20it may be desirable to send a HTTP error page with error code and aReyk Floeter
2007-11-04the last change to enable logging to stderr on startup also enabledReyk Floeter
2007-09-07add a function to print delays in hours, minutes, and secondsReyk Floeter
2007-09-06rename relay_host to print_host in log.cReyk Floeter
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
2007-02-07add new "log (updates|all)" configuration option to log stateReyk Floeter
2006-12-16spacingTheo de Raadt
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter