... | ... |
@@ -12,13 +12,15 @@ x better Via parsing (handle ' ' in uri, eg: foo.bar : 1234 ; received=) and |
12 | 12 |
- fix format string vulnerability in log() |
13 | 13 |
- fix alignement access problems (warning on Sun) |
14 | 14 |
x (different way) add request header bitmap field for the modules |
15 |
+- introduce variables & function in the script language (cfg. file) |
|
16 |
+ |
|
15 | 17 |
|
16 | 18 |
High priority: |
17 | 19 |
- fix/replace T_REF/T_UNREF |
18 | 20 |
- review all the tm locking |
19 | 21 |
x if () {} else {} |
20 | 22 |
x plugin interface |
21 |
-- ipv6 support |
|
23 |
+x ipv6 support |
|
22 | 24 |
- reply ("response line") |
23 | 25 |
- drop ACKs for our replies |
24 | 26 |
- icmp error handling |
... | ... |
@@ -26,9 +28,9 @@ x plugin interface |
26 | 28 |
- add User-Agent (for the replies) |
27 | 29 |
|
28 | 30 |
Low priority: |
29 |
-- fix via address someday |
|
31 |
+x fix via address someday |
|
30 | 32 |
- fix listen=0.0.0.0 case |
31 |
-- forward to received= if present |
|
33 |
+x forward to received= if present |
|
32 | 34 |
- make it easier to register a statically linkable module. |
33 | 35 |
- add support for -u user and -g group (not only -u uid, -g uid) |
34 | 36 |
- change uid/gid after opening the sockets |
... | ... |
@@ -44,12 +46,12 @@ x handle SIGCHLD, SIGHUP |
44 | 46 |
- use a standard lex compatible .lex format (instead of flex) |
45 | 47 |
- try & use native compiler & ld if possible |
46 | 48 |
|
47 |
-- make install |
|
49 |
+x make install |
|
48 | 50 |
- init.d scripts (and rc.local? for *BSD or Slackware) |
49 |
-- man page |
|
51 |
+x man page |
|
50 | 52 |
- autoconf scripts |
51 |
-- Debian package build files |
|
52 |
-- the same for rpm |
|
53 |
+x Debian package build files |
|
54 |
+x the same for rpm |
|
53 | 55 |
- the same for FreeBSD and Slackware |
54 | 56 |
|
55 | 57 |
|