Commit Graph

5 Commits

Author SHA1 Message Date
Michael Spang 2552bc2243 Add mysql database stuff 2009-09-10 07:33:32 -04:00
Michael Spang 5d8d866fca Fix deadlock bug when daemonizing
Closing stdin et. al breaks the assuption in spawnvem() that a newly
opened pipe is not one of the standard file descriptors. This lead
to stdout being closed in the child and so we got no output.
2009-09-08 18:50:34 -04:00
Michael Spang bac4db4f4d Fail op handling if unathenticated 2009-07-25 05:29:37 -04:00
Michael Spang 49004af3ca Free everything before exiting
This cleans up valgrind --show-reachable.
2009-01-31 17:39:37 -05:00
Michael Spang ef6b18c7bb Add ceod 2009-01-31 01:57:06 -05:00