Age | Commit message (Expand) | Author |
2015-12-11 | Remove unused argument in parse_vmid() | Reyk Floeter |
2015-12-11 | Allow to specify relative pathnames on the command line (eg. -k ./bsd). | Reyk Floeter |
2015-12-11 | add keywords that are going to be used in upcoming mini diffs | Gilles Chehade |
2015-12-11 | in add_filter_arg() do not allow the same filter twice in same chain | Gilles Chehade |
2015-12-11 | add filter.c prototypes, unused for now | Gilles Chehade |
2015-12-11 | prepare smtpd.h for masquerading | Gilles Chehade |
2015-12-11 | New '-F' option to let smtpd run in foreground while logging to | Sunil Nimmagadda |
2015-12-11 | whitespace | Gilles Chehade |
2015-12-11 | Add -U option like the sendmail makemap, for dumping DB files back to text | Philip Guenther |
2015-12-11 | Remove debugging fluff from allocation functions. There's probably more | mmcc |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-10 | minor changes, mostly whitespace, from unbound 1.5.7 | Stuart Henderson |
2015-12-10 | use echo rather than here documents for compat with some other shells; | Stuart Henderson |
2015-12-10 | typo fixes from 1.5.7 | Stuart Henderson |
2015-12-10 | typo fix, from 1.5.7 | Stuart Henderson |
2015-12-10 | free sc_queue_key only when it points to something other than "stdin" | Sunil Nimmagadda |
2015-12-10 | Do not fatal when a log_warn suffices. | Sunil Nimmagadda |
2015-12-10 | While listing envelopes using mailq(or smtpctl show queue), pass | Sunil Nimmagadda |
2015-12-09 | Document forward-only keyword. From Jason Barbier <jabarb@serversave.us> | Sunil Nimmagadda |
2015-12-09 | Install aliases(5), forward(5), makemap(8) and newaliases(8) manpages | Sunil Nimmagadda |
2015-12-09 | typo fixes from unbound-1.5.7rc1 | Stuart Henderson |
2015-12-09 | doc cleanup from nsd 4.1.7rc1 | Stuart Henderson |
2015-12-09 | comment typo fixes, from nsd 4.1.7rc1 | Stuart Henderson |
2015-12-08 | when checking the config file with -n don't open /dev/vmm or require root | Jonathan Gray |
2015-12-08 | make the -f option work as intended | Jonathan Gray |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-12-08 | more better fake replies. servfail is the correct response. | Ted Unangst |
2015-12-08 | Let smtpd shutdown gracefully with a zero exit code when the priv | Sunil Nimmagadda |
2015-12-08 | remove undocumented message about trailers | Ted Unangst |
2015-12-08 | jmc discovered more references to trailers. i think it's safe to remove | Ted Unangst |
2015-12-08 | style(9) says that is OK to not include sys/cdefs.h directly, as it | Reyk Floeter |
2015-12-08 | Update EXAMPLES to use smtpctl(8). | Sunil Nimmagadda |
2015-12-08 | vmctl console - id is not optional | Reyk Floeter |
2015-12-08 | Add "vmctl console" to connect to a specified VM console by id. | Reyk Floeter |
2015-12-08 | Remove NULL-checks before free(). | mmcc |
2015-12-08 | Remove a NULL-check before free(). | mmcc |
2015-12-07 | No need to check for NULL before free(). | mmcc |
2015-12-07 | No need to check for NULL before free(). | mmcc |
2015-12-07 | Remove unneeded strings.h includes. From Serguey Parkhomovsky. | mmcc |
2015-12-07 | Replace bzero with memset, and change a strings.h include to string.h to | mmcc |
2015-12-07 | strings.h -> string.h to prevent implicit declarations. From Serguey | mmcc |
2015-12-07 | use O_EXCL rather than a race | Theo de Raadt |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-07 | Forcibly remove the local vm reference on error. | Reyk Floeter |
2015-12-07 | Only increment the vm counter after successfully adding a new vm; the | Reyk Floeter |
2015-12-07 | Fix error handling in a few cases: some function return (-1) on error, | Reyk Floeter |
2015-12-07 | Most common strings in vm.conf are pathnames, so allow unquoted | Reyk Floeter |
2015-12-07 | tweak initial error logging | Reyk Floeter |
2015-12-07 | Sync proc.c, use proc_composev() | Reyk Floeter |