aboutsummaryrefslogtreecommitdiffstats
path: root/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge historiesGilles Chehade2020-04-301-218/+0
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-5/+12
* smtpd joins the 7 other daemons that share the same log.c file.reyk2017-01-091-65/+74
* remove spaces after '!'jung2015-12-281-2/+2
* Change fatal/fatalx to use a format string. Expand in a static buffereric2014-07-081-11/+32
* sync with OpenSMTPD 5.3.2eric2013-05-241-10/+9
* Sync with our smtpd repo:gilles2013-01-261-3/+3
* knferic2012-11-231-2/+2
* Add a log_trace() call to toggle logging of specific debugging info ineric2011-10-221-1/+13
* remove unused headerchl2011-09-111-2/+1
* a bit of .h cleanups, no functionnal changegilles2010-11-281-2/+2
* backout the "new" queue code commited 4 months ago. it has many good ideas,gilles2010-10-091-2/+2
* new queue, again; gcc2 compile tested by deraadtjacekm2010-06-011-2/+2
* New queue doesn't compile on gcc2, back out. Spotted by deraadt@jacekm2010-06-011-2/+2
* Rewrite entire queue code.jacekm2010-05-311-2/+2
* cleanup-only commit, removes unrequired includes, no functionnal changegilles2010-05-191-2/+1
* Implement "log verbose" and "log brief" to enable or disable verbose debugchl2010-01-031-2/+10
* Declare printf-style functions with __attribute__((format(printf,x,x)))cloder2008-12-041-2/+4
* add missing header needed by time(), ctime_r() and tzset().chl2008-11-171-1/+2
* smtpd is a smtp server implementation for OpenBSD. It is a work in progressgilles2008-11-011-0/+161