sdhcp

simple dhcp client
git clone git://git.2f30.org/sdhcp
Log | Files | Refs | LICENSE

commit 1c7f40ecc174851a7833cde8da3a443f16440e8a
parent 9a516fee5f808e1fb8a33f93411df70471fa0b0c
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:
MTODO | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

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.