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