Import release 0.1.4
[secnet] / TODO
CommitLineData
974d0468 1Makefile.in: autodep stuff
4efd681a 2
8689b3a9
SE
3dh.c: change format to binary from decimal string (without introducing
4endianness problems)
2fe58dfd 5
3454dce4
SE
6netlink.c: investigate why 'default' routes don't appear to work
7(reported by JDA).
9d3a4132 8
3454dce4 9slip.c: detect failure of userv-ipif to start.
9d3a4132
SE
10
11tun.c: jdamery reports tun-old code works on Linux-2.2.
3454dce4
SE
12Unresolved problem with ioctl(TUNSETIFF) sometimes returning EINVAL, seems
13to be related to early 2.4.x (x<=5) series kernels. 2.4.9 and above seem ok;
142.4.[678] untested.
2fe58dfd
SE
15
16random.c: test
17
2fe58dfd 18rsa.c: check padding type, change format to binary from decimal string
8689b3a9 19(without introducing endianness problems)
2fe58dfd 20
2fe58dfd
SE
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
baa06aeb
SE
23file. Abandon key exchanges when a bad packet is received. Modify
24protocol to include version fields, as described in the NOTES file.
2fe58dfd 25
3454dce4 26transform.c: make generic
2fe58dfd
SE
27
28util.c: sort out logging
8689b3a9 29
3454dce4
SE
30sha1.c: test
31
9d3a4132
SE
32General: separate the transforms in transform.c into multiple parts,
33which can then be combined in the configuration file. Will allow the
34user to plug in different block ciphers, invent an authenticity-only
35mode, etc.
36
3454dce4
SE
37Signal handling! Really just cope with SIGCHLD and SIGTERM. Possibly
38use SIGUSR1/2 for prodding things.
39
9d3a4132
SE
40Write scripts to generate the 'real' sites file from a less-expressive
41version that's more easily checked by external tools.