Age | Commit message (Expand) | Author |
2015-12-12 | add watermark define which will be needed for filters | Gilles Chehade |
2015-12-12 | if ca name not specified, pass hint to lka that a wildcard can match | Gilles Chehade |
2015-12-12 | In the configuration test mode (smtpd -n) setup queue crypto iff a | Sunil Nimmagadda |
2015-12-12 | declare and init filter wait queues (unused yet) | Gilles Chehade |
2015-12-12 | add filter_dataline prototype + empty function | Gilles Chehade |
2015-12-12 | sender and recipient are mail addresses, not pathnames, use proper define | Gilles Chehade |
2015-12-12 | use smtpd specific define for table name sizes | Gilles Chehade |
2015-12-12 | fix prototypes | Gilles Chehade |
2015-12-12 | pki name and ca name must match a hostname, use HOST_NAME_MAX | Gilles Chehade |
2015-12-12 | display CA name in log debug | Gilles Chehade |
2015-12-12 | do not limit usernames to LOGIN_NAME_MAX in places where "virtual users" | Gilles Chehade |
2015-12-12 | rename an smtpd specific define | Gilles Chehade |
2015-12-12 | change variable name | Gilles Chehade |
2015-12-12 | when a specific CA was not requested, pass hint to lka that fallback to a | Gilles Chehade |
2015-12-12 | prepare some imsg structures for upcoming diff to support wildcard ca | Gilles Chehade |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | rename header_masquerade_callback() to header_domain_append_callback(), the | Gilles Chehade |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | fix a logic error in smtp_can_accept() which caused smtpd to accept less | Gilles Chehade |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | Actually use default-lease-time, max-lease-time, bootp-lease-length | Kenneth R Westerback |
2015-12-11 | it's not necessary to use a tree to track requests if kevent can do this. | Ted Unangst |
2015-12-11 | Disable database file by default; we already have it in our default nsd.conf | Stuart Henderson |
2015-12-11 | update to NSD 4.1.7, ok florian@ | Stuart Henderson |
2015-12-11 | dformat is pointer, don't compare with 0 | Ted Unangst |
2014-09-16 | update to NSD 4.1.0, ok sthen@ | Brad Smith |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-12-11 | The vmctl "id" argument can now be a number of or a vm name, eg. | Reyk Floeter |
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 |