summaryrefslogtreecommitdiff
path: root/daemonize.c
AgeCommit message (Collapse)Author
2020-10-21Copied the command buffer to the stack to resolve memory leakHEADmasterCarson Fleming
2020-10-20Switched from system to execv(sh -c) to prevent extra processCarson Fleming
2020-10-20Fixed memory safety vulnerabilityCarson Fleming
2020-10-20Finished up logging optionsCarson Fleming
2020-10-19Added logging support (incomplete unless using noclose)Carson Fleming
2017-08-18Make sure there is a command to be run before daemonizingCarson Fleming
2017-07-14Created daemonizeCarson Fleming