Commit Graph

7 Commits

Author SHA1 Message Date
mbloch
cd976d1c2c Fixed short copies of struct sockaddr (it's shorter than sockaddr_in6!)
which was giving duff results when comparing IPv6 ACL entries.
2012-05-30 20:13:56 +01:00
mbloch
6d8afd1035 Fixed bug where ACL was accidentally deleted when being set from control
socket.
2012-05-30 13:03:02 +01:00
Matthew Bloch
ab0dfb5eca Added mirror write barrier / final pass stuff & clean exit afterwards.
Plenty of code documentation.
2012-05-29 04:03:28 +01:00
mbloch
dcb1633b8b Lots of errors spotted by Alex fixed, added mutexes to accept & I/O, added
"remote" commands to set ACL, start mirror etc.
2012-05-29 00:59:12 +01:00
Matthew Bloch
5a5041a751 First few external tests with test/unit, some minor tidying of internal data
structures.
2012-05-24 01:39:35 +01:00
mbloch
d5d6e0f55d Pulled some duplicated code out of control.c into
read_lines_until_blankline.
2012-05-23 14:03:30 +01:00
Matthew Bloch
9c26f7f36f Split control-socket functions into separate file. 2012-05-23 00:42:14 +01:00