Version 2.5

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2008-05-05 00:00:00 +02:00
parent d28d8feb4f
commit 8904b5b82c
21 changed files with 708 additions and 6816 deletions

33
TODO
View file

@ -1,25 +1,16 @@
Todo:
<Todo state="Begin">
* dhcpd.conf file parser should understand semantics of
configuration directives.
* Better use of autoconfig. Author admits to be beginer in
using auto tools. Help needed.
* Bad english to good english translation for all files that
author has touched. Help needed.
* Threshold values -> alarm possibility.
* Bug perhaps not? ./dhcpd-pools -o /dev/null
/dev/null: Inappropriate ioctl for device
Reason is fclose (outfile); in src/output.c
* Bad english to good english translation in all files that
author has touched. Help needed!
* Count of touched IPs IE the ones which are leased some time and
currently marked as free. Knowing number of these should
give idea about possible peak value of reservations. Highly
unscientific thou.
@ version 3.x - tcp server & snmp support etc
@ version 3.x (not coming soon)
* TCP server / client for distant queries + libwrap support
and some kind of protocol.
* SNMP support. Program should be demon which gives states of
pools almost instantly when queried. Calculations should be
done periodically. This way huge dhcp lease files will not
cause problem. Perhaps one thread could poll some socket
waiting for query and mean while other could do periodical
calculations, where output would be copying data for socket
thread.
* Configuration file for this command.
* Convert program to snmp subagent daemon.
* Threshold values -> alarming possibility by snmp traps.
</Todo state="Done">