update TODO - sdhcp - simple dhcp client
(HTM) git clone git://git.codemadness.org/sdhcp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1c7f40ecc174851a7833cde8da3a443f16440e8a
(DIR) parent 9a516fee5f808e1fb8a33f93411df70471fa0b0c
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 25 Apr 2014 23:04:16 +0200
update TODO
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
M TODO | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/TODO b/TODO
@@ -1,6 +1,7 @@
TODO:
[ ] manual check memcpy bounds.
- [ ] add new options to man page.
+ [ ] sane default value for client-id and test it.
+ [ ] add new options to man page (-d, -i, -c).
[ ] update LICENSE.
[ ] replace unsigned char ip[4] and so on from function declarations.
[?] ipv6 support ?
@@ -12,6 +13,7 @@ Changed (for now):
- remove debug (dbgprintf()) code in sdhcp.c.
- code compiles more cleanly (ansi and c99),
-D_BSD_SOURCE added and explicitly added missing headers (time.h and unistd.h).
+ - moved man page from sdhcp.8 to sdhcp.1
- typos:
- sdhcp.c: inferface typo.
- sdhcp.1: shdcp typo.