summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-11Remove unused argument in parse_vmid()Reyk Floeter
2015-12-11Allow to specify relative pathnames on the command line (eg. -k ./bsd).Reyk Floeter
2015-12-11add keywords that are going to be used in upcoming mini diffsGilles Chehade
2015-12-11in add_filter_arg() do not allow the same filter twice in same chainGilles Chehade
2015-12-11add filter.c prototypes, unused for nowGilles Chehade
2015-12-11prepare smtpd.h for masqueradingGilles Chehade
2015-12-11New '-F' option to let smtpd run in foreground while logging toSunil Nimmagadda
2015-12-11whitespaceGilles Chehade
2015-12-11Add -U option like the sendmail makemap, for dumping DB files back to textPhilip Guenther
2015-12-11Remove debugging fluff from allocation functions. There's probably moremmcc
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-10minor changes, mostly whitespace, from unbound 1.5.7Stuart Henderson
2015-12-10use echo rather than here documents for compat with some other shells;Stuart Henderson
2015-12-10typo fixes from 1.5.7Stuart Henderson
2015-12-10typo fix, from 1.5.7Stuart Henderson
2015-12-10free sc_queue_key only when it points to something other than "stdin"Sunil Nimmagadda
2015-12-10Do not fatal when a log_warn suffices.Sunil Nimmagadda
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