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