Import release 0.1.0
[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
11
12random.c: test
13
14resolver.c: done
15
16rsa.c: check padding type, change format to binary from decimal string
17(without introducing endianness problems)
18
19secnet.c: done
20
21site.c: the site_incoming() routing could be implemented much more
22cleanly using a table. There's still quite a lot of redundancy in this
23file. Abandon key exchanges when a bad packet is received. Modify
24protocol to include version fields, as described in the NOTES file.
25
26transform.c: done. JDA reports endianness problems are fixed.
27
28udp.c: done
29
30util.c: sort out logging
31
32General: check over MBM's patches for BSD.