update LICENSE and TODO/CHANGES - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 29ba9ee87072d80c968b56237b3b5e174ce40554 | |
parent ebefa9d8d870bedf286a6084960995c8e082fbc0 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 27 Apr 2015 22:30:11 +0200 | |
update LICENSE and TODO/CHANGES | |
Diffstat: | |
M LICENSE | 3 ++- | |
M TODO | 18 +++++++++--------- | |
2 files changed, 11 insertions(+), 10 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,7 +1,8 @@ | |
MIT/X Consortium License | |
© 2012 David Galos (galosd83 (at) students.rowan.edu) | |
-© 2014 Hiltjo Posthuma <hiltjo at codemadness dot org> | |
+© 2014-2015 Hiltjo Posthuma <hiltjo at codemadness dot org> | |
+© 2015 Michael Forney <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a | |
copy of this software and associated documentation files (the "Software"), | |
diff --git a/TODO b/TODO | |
@@ -1,13 +1,12 @@ | |
TODO: | |
- [ ] manual check memcpy bounds. | |
- [ ] add flag (-s?) to probe a specific DHCP server, not broadcast? | |
- probably skip in run() Init: etc stages. | |
- [ ] sane default value for client-id and test it. | |
- [ ] add new options to man page (-d, -i). | |
- [ ] update LICENSE. | |
- [ ] replace unsigned char ip[4] and so on from function declarations. | |
- [?] ipv6 support ? | |
- [ ] allow sdhcp to run in the foreground (-f?) | |
+[ ] manual check memcpy bounds. | |
+[ ] add flag (-s?) to probe a specific DHCP server, not broadcast? | |
+ probably skip in run() Init: etc stages. | |
+[ ] sane default value for client-id and test it. | |
+[ ] add new options to man page (-d, -i). | |
+[ ] update LICENSE. | |
+[ ] replace unsigned char ip[4] and so on from function declarations. | |
+[?] ipv6 support ? | |
Changed (for now): | |
- cleanup | |
@@ -17,6 +16,7 @@ Changed (for now): | |
- code compiles more cleanly (ansi and c99), | |
-D_BSD_SOURCE added and explicitly added missing headers (ti… | |
- moved man page from sdhcp.8 to sdhcp.1 | |
+ - changed man page to mandoc. | |
- typos: | |
- sdhcp.c: interface typo. | |
- sdhcp.1: shdcp typo. |