summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-03Add and document -D and -f flags to vmd.Reyk Floeter
2015-12-03mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright.Reyk Floeter
2015-12-03quick removal of all host-related entries in the related relayd anchorSebastian Benoit
2015-12-03Add support for an optional vm.conf(5) file in vmd. This will replaceReyk Floeter
2015-12-03prepare config_getvm() for parse.yReyk Floeter
2015-12-03Use PEERCRED to obtain the user id of the vmmctl user. This is used toReyk Floeter
2015-12-03Remove unnecessary NULL checks before free().Reyk Floeter
2015-12-03Another imsg_read EAGAIN check. OK benno@Claudio Jeker
2015-12-03imsg_read will return EAGAIN in some cases so prep code for it.Claudio Jeker
2015-12-03claudio questioned the need for pledge(unix) in the rde, and i thinkSebastian Benoit
2015-12-03spacingReyk Floeter
2015-12-03spacingReyk Floeter
2015-12-03when running on a machine without net, rebound will still receive queriesTed Unangst
2015-12-03the grammar can prompt DNS lookups, so pledge "dns" also.Theo de Raadt
2015-12-02send the tty name to vmmctl and print it as a result.Reyk Floeter
2015-12-02Split the fully privileged parent into two processes "parent" andReyk Floeter
2015-12-02relayd (when running relays) can distribute client sessions over hostsSebastian Benoit
2015-12-02typo in log entrymmcc
2015-12-02sync with relayd, use proc_compose()Reyk Floeter
2015-12-02Sync with relayd, fix previous use of proc_compose*_imsg()Reyk Floeter
2015-12-02In most cases we don't need all arguments of proc_compose*_imsg(),Reyk Floeter
2015-12-02tell readers about config reloads.Sebastian Benoit
2015-12-02Add back the "peerid" to the proc_compose*() functions: in relayd, IReyk Floeter
2015-12-02The earlier "nifs" change broke the configuration file; unbreak it byReyk Floeter
2015-12-02Start tweaking vmd's privsep and daemon model by splitting the mainReyk Floeter
2015-12-02whitespacesGilles Chehade
2015-12-02comment typommcc
2015-12-01add missing fclose(3)Gleydson Soares
2015-12-01missing articles in previous;Jason McIntyre
2015-12-01Fix -i option handling.Alexander Hall
2015-12-01whitespaceGilles Chehade
2015-12-01Steal code from kern/subr_disk.c to check for a protective MBR beforeKenneth R Westerback
2015-12-01Print PME# state together with the PCI power state when enabled/asserted.Mark Kettenis
2015-12-01add received-auth parameter to listener to identify authenticated sessionsGilles Chehade
2015-12-01Fix a couple typos. ok yasuoka@mmcc
2015-12-01update enum values in listen optionsGilles Chehade
2015-12-01aviion went awayTheo de Raadt
2015-12-01when peer outputs a multi-line response, concat response into a single logGilles Chehade
2015-12-01Use setsockopt(ROUTE_MSGFILTER) instead of hand-rolled filtering.Jeremie Courreges-Anglas
2015-12-01This RTM_GET case can't trigger due to the filtering done above.Jeremie Courreges-Anglas
2015-12-01It is not a network hackathon without a bgpd commit. So here we go.Claudio Jeker
2015-12-01reorder headerGilles Chehade
2015-12-01whitespaceGilles Chehade
2015-12-01delay between retries when operating as a secondary MX increases too much,Gilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01add IMSG_SMTP_CHECK_SENDER in list of smtp IMSGGilles Chehade
2015-12-01add IMSG_SMTP_CHECK_SENDER in preparation for another diffGilles Chehade
2015-12-01prepare the ground for the CA certificate handling refactor, this commitGilles Chehade