Import release 0.1.14
[secnet] / TODO
... / ...
CommitLineData
1dh.c: change format to binary from decimal string (without introducing
2endianness problems)
3
4log.c: implement a file-descriptor-to-log module
5
6netlink.c: test the 'allow_route' option properly.
7Add fragmentation code. Check that we comply with RFC1812.
8
9process.c: capture output from children in sys_cmd() and log it
10
11random.c: test properly
12
13resolver.c: ought to return a list of addresses for each address; the
14site code ought to remember them and try contacting them in turn.
15
16rsa.c: check padding type, change format to binary from decimal string
17(without introducing endianness problems)
18
19secnet.c: optionally pipe stderr to a log when we become a daemon.
20Don't just close it.
21
22site.c: Abandon key exchanges when a bad packet is received. Modify
23protocol to include version fields, as described in the NOTES
24file. Implement keepalive mode. Make policy about when to initiate key
25exchanges more configurable (how many NAKs / bad reverse-transforms
26does it take to prompt a key exchange?)
27
28slip.c: restart userv-ipif to cope with soft routes? Restart it if it
29fails in use?
30
31transform.c: separate the transforms into multiple parts, which can
32then be combined in the configuration file. Will allow the user to
33plug in different block ciphers, invent an authenticity-only mode,
34etc. (similar to udptunnel)
35
36udp.c: option for path-MTU discovery (once fragmentation support is
37implemented in netlink)
38
39
40global:
41consider using liboop for the event loop