Commit Graph

8 Commits

Author SHA1 Message Date
Michael Spang d45fc419fa Switch from SCTP to TCP
Turns out SCTP doesn't work inside a container.
2009-11-01 16:05:56 -05:00
Michael Spang 0d42df6a85 Encrypt all post-auth ceoc<->ceod communication 2009-10-24 12:59:03 -04:00
Michael Spang c7bd720124 Fix segfault 2009-09-10 14:41:42 -04:00
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