summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-16fine tune the logging some moreTed Unangst
2015-10-16simplify logging functions. once a daemon, always a daemonTed Unangst
2015-10-16safety check that we're dealing with the filter we expectTed Unangst
2015-10-16most things should be staticTed Unangst
2015-10-16exit(1) is better for the impossible conditionTed Unangst
2015-10-15it is perhaps better style to not call close() on -1, even if harmlessTed Unangst
2015-10-15make sure req is zeroed in tcp caseTed Unangst
2015-10-15better memory handling of the request/cache chainTed Unangst
2015-10-15do not insert entry into cache until it's fully formedTed Unangst
2015-10-15doh, not all requests are the same size. check len first.Ted Unangst
2015-10-15assert is the wrong toolTed Unangst
2015-10-15the inet sockets don't work well with inet6 addrs. pick family from addr.Ted Unangst
2015-10-15everybody can build reboundTed Unangst
2015-10-15introduce logerr, since most logging is followed by exitTed Unangst
2015-10-15don't allow NSD to pick up libevent from /usr/local if the libevent2Stuart Henderson
2015-10-15now with _rebound user, we can try a little harder at privdropTed Unangst
2015-10-15make the HUP interlocking in the parent work better.Ted Unangst
2015-10-15trivial KNFTheo de Raadt
2015-10-15In syslogd replace the dprintf() macro with a logdebug() functionAlexander Bluhm
2015-10-15just a space in usage, from deraadtTed Unangst
2015-10-15add a hint about the config file, until it changesTed Unangst
2015-10-15child can be pledged down a bit to just sockets and ioTed Unangst
2015-10-15import rebound, a lightweight dns proxy, for further polishingTed Unangst
2015-10-15Add an extra argument to bootstrap() to allow for a limited overlap between anMiod Vallat
2015-10-15iobuf_queue() should return the number of bytes it queued on success, not 0Gilles Chehade
2015-10-15Let "all" as an argument for "resume envelope", "pause envelope"Sunil Nimmagadda
2015-10-15give up; include stdlib.h from the .h file, sighTheo de Raadt
2015-10-15Fix a crash that occurs when printing the filename in a malformed NFSLawrence Teo
2015-10-14smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSIONGilles Chehade
2015-10-14whitespacesGilles Chehade
2015-10-14SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linkedGilles Chehade
2015-10-14imsg_read() may return EAGAIN, handle it in mproc_dispatch()Gilles Chehade
2015-10-14whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENTGilles Chehade
2015-10-14remove a handful of log_warn that we should handle at a different place toGilles Chehade
2015-10-14whitespaceGilles Chehade
2015-10-14fix define and enhanced status code reason for 5.5.0Gilles Chehade
2015-10-14we dump esc_code if we have an esc_class, code may be (and actually was)Gilles Chehade
2015-10-14whitespaceGilles Chehade
2015-10-14whitespaceGilles Chehade
2015-10-14pledge() privileged processGilles Chehade
2015-10-14pledge() pony and lookupGilles Chehade
2015-10-14worse, need even more includes...Theo de Raadt
2015-10-14sync with httpd - no functional change, just C99 typesReyk Floeter
2015-10-14add includes for crc32() and uuid_dec_be() missed in rev 1.11Jonathan Gray
2015-10-14include err.h for the err() calls added in rev 1.46Jonathan Gray
2015-10-14Don't use the NONE enum value where NULL was intended. Found with clang.Jonathan Gray
2015-10-14Convert fgetln to getline.Sunil Nimmagadda
2015-10-14Two more char -> unsigned char in ctype functions.Reyk Floeter
2015-10-14More (unsigned char) casts for ctype functions.Reyk Floeter
2015-10-14Remove conditional compilation and #defines around signal handlingPhilip Guenther