Version 2.7

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2008-05-18 00:00:00 +02:00
parent 4f000e7ab6
commit 625cde6b9c
26 changed files with 13445 additions and 1465 deletions

15
TODO
View file

@ -3,17 +3,11 @@
* Memory allocations to such that recopilation is _never_ needed.
* 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.
* Output sorting should sort also shared networks to in use, perscent
etc order.
* Check comments, variable names etc so that the code makes more sense.
* More ./configure options.
* Touched IP output sort.
* Shared network sorting. Actual data must not be sorted, but perhaps
sorting pointer array might work. That means writing sort
functions and rewrite ouput functions. Don't expect soon.
* All networks analyse.c semantics problem.
* Template based html page.
* More ./configure options.
@ version 3.x (not coming soon)
@ -21,5 +15,6 @@
* Convert program to snmp subagent daemon.
* Analysis caching.
* Threshold values -> alarming possibility by snmp traps.
* Template based html page.
</Todo>