Import release 0.1.1
[secnet] / TODO
... / ...
CommitLineData
1configure.in: done
2
3Makefile.in: autodep stuff
4
5conffile.c: done
6
7dh.c: change format to binary from decimal string (without introducing
8endianness problems)
9
10netlink.c: done. jdamery reports tun-old code works on Linux-2.2
11Unresolved problem with ioctl(TUNSETIFF) sometimes return EINVAL.
12
13random.c: test
14
15resolver.c: done
16
17rsa.c: check padding type, change format to binary from decimal string
18(without introducing endianness problems)
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
24file. Abandon key exchanges when a bad packet is received. Modify
25protocol to include version fields, as described in the NOTES file.
26
27transform.c: done. JDA reports endianness problems are fixed.
28
29udp.c: done
30
31util.c: sort out logging
32
33General: check over MBM's patches for BSD.