Age | Commit message (Expand) | Author |
2015-12-19 | Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd. | Reyk Floeter |
2015-12-19 | Move log_sockaddr() to from log.c to util.c as it is a local addition | Reyk Floeter |
2015-12-17 | s/failes/failed/g | mmcc |
2015-12-17 | add return code to newrequest to distinguish between cache hit and error. | Ted Unangst |
2015-12-17 | regen NSD's autoconf script, forgotten with the update - noticed by Brad | Stuart Henderson |
2015-12-17 | Move vcpu register state init to vmd. Allows vmd bootloader to make the | Mike Larkin |
2015-12-17 | Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' to | tb |
2015-12-17 | Add missing $OpenBSD$ tags. | tb |
2015-12-17 | Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias. | tb |
2015-12-16 | Adding mark messages to log files was broken since OpenBSD 5.7. | Alexander Bluhm |
2015-12-15 | less macro and lines | Joerg Jung |
2015-12-15 | update to Unbound 1.5.7, looks fine to deraadt@. | Stuart Henderson |
2012-08-23 | update to unbound 1.4.18 | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-12-15 | PATCH is like PUT, data is expected. | Reyk Floeter |
2015-12-15 | Sync the DB file once when done with fsync(), not on each write with O_SYNC. | Philip Guenther |
2015-12-15 | if a vcpu run thread in vmd exits unexpectedly, teardown the VM's kernel | Mike Larkin |
2015-12-14 | move daemon(3) call before chroot(2) in tftpd. | Sebastien Marie |
2015-12-14 | Wrap long lines. | Sunil Nimmagadda |
2015-12-14 | Wrap long lines and fix bad indents. | Sunil Nimmagadda |
2015-12-14 | Fix bad indents and whitespaces. | Sunil Nimmagadda |
2015-12-14 | Wrap long lines and whitespace fixes. | Sunil Nimmagadda |
2015-12-14 | remove trailing whitespace | Joerg Jung |
2015-12-14 | oops, sorry sunil, -d was in the wrong place: | Jason McIntyre |
2015-12-14 | Document -d option. | Sunil Nimmagadda |
2015-12-14 | various minor tweaks; | Jason McIntyre |
2015-12-14 | track used memory in each VM. This is passed back to vmctl status. | Mike Larkin |
2015-12-14 | Remove unused macro that's just a clone of abs(3). ok tb@ | mmcc |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-14 | Update default MTA reference to smtpd(8). Rectify documentation of | Sunil Nimmagadda |
2015-12-14 | pledge. | Kenneth R Westerback |
2015-12-13 | fix warnings; spotted by `mandoc -Tlint' | Gleydson Soares |
2015-12-13 | add filter api man page | Joerg Jung |
2015-12-13 | Respect the k-values configuration when calculating the composite metric. | Renato Westphal |
2015-12-13 | Fix bug in the documentation of the k-values configuration option. | Renato Westphal |
2015-12-13 | Minor cosmetic changes. | Renato Westphal |
2015-12-13 | Introduce new command to show traffic statistics. | Renato Westphal |
2015-12-13 | less macro; | Jason McIntyre |
2015-12-13 | Move some variables local to makemap(). | Sunil Nimmagadda |
2015-12-13 | smtpd is no longer 5.4.6 | Gilles Chehade |
2015-12-13 | document filter keyword | Gilles Chehade |
2015-12-13 | refactor smtp_session to plug into the filters infrastructure | Gilles Chehade |
2015-12-13 | remove prototype to now unused function + pass fallback hint to lka | Gilles Chehade |
2015-12-13 | document wildcard pki/ca | Gilles Chehade |
2015-12-13 | refactor a bit to move the SNI handling away from smtp_session into smtp | Gilles Chehade |
2015-12-12 | tweaks; | Jason McIntyre |
2015-12-12 | Remove the rest of the 20+ year-old memory debugging gunk. Discussed | mmcc |
2015-12-12 | Remove NULL-checks before free(). | mmcc |
2015-12-12 | remove CA from pki and no longer allow specifying a CA with 'pki' keyword. | Gilles Chehade |
2015-12-12 | Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent | mmcc |