summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-10While listing envelopes using mailq(or smtpctl show queue), passSunil Nimmagadda
2015-12-09Document forward-only keyword. From Jason Barbier <jabarb@serversave.us>Sunil Nimmagadda
2015-12-09Install aliases(5), forward(5), makemap(8) and newaliases(8) manpagesSunil Nimmagadda
2015-12-09typo fixes from unbound-1.5.7rc1Stuart Henderson
2015-12-09doc cleanup from nsd 4.1.7rc1Stuart Henderson
2015-12-09comment typo fixes, from nsd 4.1.7rc1Stuart Henderson
2015-12-08when checking the config file with -n don't open /dev/vmm or require rootJonathan Gray
2015-12-08make the -f option work as intendedJonathan Gray
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2015-12-08more better fake replies. servfail is the correct response.Ted Unangst
2015-12-08Let smtpd shutdown gracefully with a zero exit code when the privSunil Nimmagadda
2015-12-08remove undocumented message about trailersTed Unangst
2015-12-08jmc discovered more references to trailers. i think it's safe to removeTed Unangst
2015-12-08style(9) says that is OK to not include sys/cdefs.h directly, as itReyk Floeter
2015-12-08Update EXAMPLES to use smtpctl(8).Sunil Nimmagadda
2015-12-08vmctl console - id is not optionalReyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-08Remove NULL-checks before free().mmcc
2015-12-08Remove a NULL-check before free().mmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07Remove unneeded strings.h includes. From Serguey Parkhomovsky.mmcc
2015-12-07Replace bzero with memset, and change a strings.h include to string.h tommcc
2015-12-07strings.h -> string.h to prevent implicit declarations. From Sergueymmcc
2015-12-07use O_EXCL rather than a raceTheo de Raadt
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Forcibly remove the local vm reference on error.Reyk Floeter
2015-12-07Only increment the vm counter after successfully adding a new vm; theReyk Floeter
2015-12-07Fix error handling in a few cases: some function return (-1) on error,Reyk Floeter
2015-12-07Most common strings in vm.conf are pathnames, so allow unquotedReyk Floeter
2015-12-07tweak initial error loggingReyk Floeter
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-07sync with vmdReyk Floeter
2015-12-07Skip the "fatal in" message prefix when aborting with fatal() - whenReyk Floeter
2015-12-07Remove NULL-checks before free(). No functional change.mmcc
2015-12-06Prevent running a VM with the same name multiple times - multipleReyk Floeter
2015-12-06remove some now-unused enumsMike Larkin
2015-12-06un-needed extern which was removed a while backMike Larkin
2015-12-06multicast_{host,router} -> multicast.Martin Pieuchot
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06spacingReyk Floeter
2015-12-06Print the TTY in the vmctl status output.Reyk Floeter
2015-12-06When a new vm is created with VMM_IOC_CREATE, the kernel assigns aReyk Floeter
2015-12-06Check errno from config_getvm() correctlyReyk Floeter
2015-12-06Report errno from config_getvm() correctlyReyk Floeter
2015-12-06Terminate all running VMs on startup: we're not able to pick up stateReyk Floeter
2015-12-05use argument names consistently.Igor Sobrado
2015-12-05Remove ancient and no longer valid installation instructions.mmcc