Age | Commit message (Expand) | Author |
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 |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-07 | sync with vmd | Reyk Floeter |
2015-12-07 | Skip the "fatal in" message prefix when aborting with fatal() - when | Reyk Floeter |
2015-12-07 | Remove NULL-checks before free(). No functional change. | mmcc |
2015-12-06 | Prevent running a VM with the same name multiple times - multiple | Reyk Floeter |
2015-12-06 | remove some now-unused enums | Mike Larkin |
2015-12-06 | un-needed extern which was removed a while back | Mike Larkin |
2015-12-06 | multicast_{host,router} -> multicast. | Martin Pieuchot |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-12-06 | spacing | Reyk Floeter |
2015-12-06 | Print the TTY in the vmctl status output. | Reyk Floeter |
2015-12-06 | When a new vm is created with VMM_IOC_CREATE, the kernel assigns a | Reyk Floeter |
2015-12-06 | Check errno from config_getvm() correctly | Reyk Floeter |
2015-12-06 | Report errno from config_getvm() correctly | Reyk Floeter |
2015-12-06 | Terminate all running VMs on startup: we're not able to pick up state | Reyk Floeter |
2015-12-05 | use argument names consistently. | Igor Sobrado |
2015-12-05 | Remove ancient and no longer valid installation instructions. | mmcc |