summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeClaudio Jeker
2015-12-05all the signal ignoring can be done in one placeTed Unangst
2015-12-05don't attempt to process AgentX packets when a short read is encounteredBret Lambert
2015-12-05pull the config file opening up considerably earlier to fail fast.Ted Unangst
2015-12-05Remove NULL-checks before free()mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning.mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-12-05strings.h -> string.h as necessary to prevent implicit declarationmmcc
2015-12-05Don't check for NULL before free()mmcc
2015-12-05strings.h -> string.h so that memcpy is declared. ok deraadtmmcc
2015-12-05vmctl has no need to change the socket that talks to vmd.Theo de Raadt
2015-12-04macro args in previous were the wrong way round;Jason McIntyre
2015-12-04Make the NOPRIV_USER match that is actually intended to be used forSebastian Reitenbach
2015-12-04refine some logging and error messages. errors will now always go to stderrTed Unangst
2015-12-04push daemon call a little later so if the address is in use we see theTed Unangst
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-04pledge the relay (layer 7 proxy) children, they can do with "stdioSebastian Benoit
2015-12-04Fix typo in #include line.YASUOKA Masahiko
2015-12-04Remove files which had been unused.YASUOKA Masahiko
2015-12-04one signal.h should sufficeTed Unangst
2015-12-04A VM has to run with at least 1 CPU.Reyk Floeter
2015-12-04ignore SIGPIPE. i don't see any way for it to happen, but nevertheless weTed Unangst
2015-12-04sort flags.Igor Sobrado
2015-12-04- sync usageGleydson Soares
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03sort SEE ALSO;Jason McIntyre
2015-12-03new sentence, new line;Jason McIntyre
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter
2015-12-03remove trailing whitespaceJoerg Jung
2015-12-03introduce limit session keyword replacing fixed valuesJoerg Jung
2015-12-03if_indextoname() was fixed a while back, do not need to pledge "route"Theo de Raadt
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