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