Age | Commit message (Expand) | Author |
2015-10-17 | KNF | Gilles Chehade |
2015-10-17 | our strip() function should use isspace() | Gilles Chehade |
2015-10-17 | Tighten up snmpd's control socket: do not allow users to terminate the | Reyk Floeter |
2015-10-17 | smtpd starts rather robustly with a gigantic pledge request group (keep | Theo de Raadt |
2015-10-17 | route6d pledges to use only "stdio rpath wpath cpath inet route mcast" | Jeremie Courreges-Anglas |
2015-10-17 | don't need fcntl for non blocking socket, just ask for it upfront | Ted Unangst |
2015-10-16 | use daemon(), jca had the same diff in his tree | Theo de Raadt |
2015-10-16 | pledge "stdio rpath wpath cpath getpw fattr flock" | Theo de Raadt |
2015-10-16 | pledge "stdio rpath wpath cpath fattr proc exec" | Theo de Raadt |
2015-10-16 | pledge "stdio rpath wpath cpath proc exec". | Theo de Raadt |
2015-10-16 | Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLS | Stuart Henderson |
2015-10-16 | add flock to pledge request, needed by delivery_filename | Gilles Chehade |
2015-10-16 | Unbreak route6d. | Jeremie Courreges-Anglas |
2015-10-16 | save some file descriptors. instead of a pipe, use kevent to watch parent | Ted Unangst |
2015-10-16 | naddy would like the child to exit when the parent dies. | Ted Unangst |
2015-10-16 | Drop usage of TMPDIR. | Antoine Jacoutot |
2015-10-16 | life is simpler if all requests go in the fifo, and then just remove them | Ted Unangst |
2015-10-16 | deraadt tells me i'm supposed to check if connect() actually worked. | Ted Unangst |
2015-10-16 | two phase handling for tcp so that slow connects don't stall the process | Ted Unangst |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Pledge the syslogd privsep process with "stdio rpath wpath cpath | Alexander Bluhm |
2015-10-16 | save request length in cache. naddy noticed we weren't getting any hits. | Ted Unangst |
2015-10-16 | ugly white space | Theo de Raadt |
2015-10-16 | Merge nlist out of boundary access fix with other nlist implementations. | Tobias Stoeckmann |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-16 | Pledge support for the parent/resolver in identd(8). | Doug Hogan |
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 |