chiark / gitweb /
071a71609e82a4e29c4d63ea8701348c414446c1
[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. Modify
24 protocol to include version fields, as described in the NOTES file.
25
26 transform.c: done. JDA reports endianness problems are fixed.
27
28 udp.c: done
29
30 util.c: sort out logging
31
32 General: check over MBM's patches for BSD.