chiark / gitweb /
Import release 0.03
[secnet.git] / TODO
1 conffile.c: deal with line numbers from included conffiles correctly
2
3 dh.c: change format to binary from decimal string
4
5 netlink.c: initial implementation done, needs basic router functionality
6 adding. Can wait. Also support tun device.
7
8 random.c: test
9
10 resolver.c: done
11
12 rsa.c: check padding type, change format to binary from decimal string
13
14 secnet.c: done
15
16 site.c: the site_incoming() routing could be implemented much more
17 cleanly using a table. There's still quite a lot of redundancy in this
18 file.
19
20 transform.c: done
21
22 udp.c: done
23
24 util.c: sort out logging