Import release 0.1.1
[secnet] / TODO
CommitLineData
974d0468 1configure.in: done
4efd681a 2
974d0468 3Makefile.in: autodep stuff
4efd681a 4
974d0468 5conffile.c: done
2fe58dfd 6
8689b3a9
SE
7dh.c: change format to binary from decimal string (without introducing
8endianness problems)
2fe58dfd 9
8689b3a9 10netlink.c: done. jdamery reports tun-old code works on Linux-2.2
70dc107b 11Unresolved problem with ioctl(TUNSETIFF) sometimes return EINVAL.
2fe58dfd
SE
12
13random.c: test
14
15resolver.c: done
16
17rsa.c: check padding type, change format to binary from decimal string
8689b3a9 18(without introducing endianness problems)
2fe58dfd
SE
19
20secnet.c: done
21
22site.c: the site_incoming() routing could be implemented much more
23cleanly using a table. There's still quite a lot of redundancy in this
baa06aeb
SE
24file. Abandon key exchanges when a bad packet is received. Modify
25protocol to include version fields, as described in the NOTES file.
2fe58dfd 26
baa06aeb 27transform.c: done. JDA reports endianness problems are fixed.
2fe58dfd
SE
28
29udp.c: done
30
31util.c: sort out logging
8689b3a9
SE
32
33General: check over MBM's patches for BSD.