From: Richard Kettlewell Date: Mon, 11 Jul 2011 19:02:31 +0000 (+0100) Subject: Config file fixes. X-Git-Tag: v0.2.0~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/3f36eb5f9c4635756a38c9327c769599d7b58c1f?hp=3f36eb5f9c4635756a38c9327c769599d7b58c1f Config file fixes. * Reject integers in excess of 2^32-1 (rather than reducing them mod 2^32). * ptree_dump(): - Remove a magic number. - More realistic recursion limit. * Various bits of type hygeine. Signed-off-by: Richard Kettlewell ---