chiark / gitweb /
Import release 0.08
[secnet.git] / TODO
1 configure.in: done
2
3 Makefile.in: autodep stuff
4
5 conffile.c: done
6
7 dh.c: change format to binary from decimal string (without introducing
8 endianness problems)
9
10 netlink.c: done. jdamery reports tun-old code works on Linux-2.2
11
12 random.c: test
13
14 resolver.c: done
15
16 rsa.c: check padding type, change format to binary from decimal string
17 (without introducing endianness problems)
18
19 secnet.c: done
20
21 site.c: the site_incoming() routing could be implemented much more
22 cleanly using a table. There's still quite a lot of redundancy in this
23 file. Abandon key exchanges when a bad packet is received. Tell
24 netlink link is down if it's down and we don't have address for other
25 end.
26
27 transform.c: done. Needs checking for endianness problems.
28
29 udp.c: done
30
31 util.c: sort out logging
32
33 General: check over MBM's patches for BSD.