Imported Upstream version 3.0.715
[darkstat-debian] / ChangeLog
1 v3.0.715 (January 2012)
2         - Compatibility fixes for Hurd and Solaris.
3         - Use link-time optimization and automake-like silent rules.
4         - Support systems without ifaddrs.h again.
5         - Continuing fixes for IPv6 support.
6         - Only update lastseen time for sender, not recipient.
7         - Implement --local-only: accounting for hosts on the local net.
8         - Make failure to bind() a socket non-fatal.
9         - Make failure to get local IP non-fatal.
10         - Fall back to gethostbyaddr() if getnameinfo() fails.
11         - Fix detection of IPv4 multicast addresses.
12         - Fix decoding on OpenBSD DLT_NULL interfaces (e.g. gif(4))
13
14 v3.0.714 (June 2011)
15         - IPv6 support!  Big ups to Mats Erik Andersson who did most
16           of this work!
17         - Allow sort on last-seen, thanks to Dirk Koopman.
18         - Support multiple bind addresses.
19         - Add --disable-debug configure flag, thanks to Malte S. Stretz.
20         - Make it possible to save the DB without resetting it (SIGUSR2).
21         - Web: Use relative URLs, so darkstat works properly behind mod_proxy,
22           thanks to Malte S. Stretz.
23
24 v3.0.713 (March 2010)
25         - Don't require --verbose for pcap_stats.
26         - Survive interface going down on Linux.
27         - Support DLT_RAW, implemented by Anton S. Ustyuzhanin.
28         - Skip accounting for hosts or ports if their max is set to zero.
29         - Implement --hexdump for troubleshooting.
30         - Web: Implement --no-lastseen
31         - Implement --snaplen manual override.
32         - Fix snaplen problem on recent (1-2 years?) Linux kernels.
33         - Implement --syslog
34         - Implement --wait as a NetworkManager workaround.
35
36 (there were no releases made in 2009)
37
38 v3.0.712 (November 2008)
39         - Web: Add --no-macs option to hide mac addresses.
40           Thanks Dennis!
41         - Web: Make tables prettier.
42         - Host detail view now triggers a DNS lookup.
43         - Manpage tweaks, also move from section 1 to section 8.
44         - Track and show how long ago a host was last seen.
45           Suggested by: Prof A Olowofoyeku (The African Chief)
46         - Show pcap_stats (like number of packets dropped) in the web
47           interface and also upon exit.
48
49 v3.0.711 (August 2008)
50         - Split --debug into --verbose and --no-daemon
51         - Include launchd config and instructions for running darkstat
52           on Mac OS X.  Contributed by Damien Clauzel.
53         - Implement PPPoE decoding on ethernet iface. (--pppoe)
54         - Web: Add automatic reload button.  Thanks Dennis!
55         - Web: Add a graph legend with min/avg/max.
56         - Web: Remove hashtable stats pages.
57
58 v3.0.708 (May 2008)
59
60         - Implement limiting of number of ports tracked per host,
61           configurable on the commandline (--ports-max)
62         - Optionally don't track high ports (--highest-port)
63           Thanks Dennis!
64         - Fix rare use-after-free resulting from hosts table reduction.
65         - Make hosts limit configurable (--hosts-max)
66         - Option to read from capfile as alternative to live capture
67           (really only useful for development, benchmarking)
68         - Add the sniffed interface name to HTML reports.
69           Thanks Chris!
70
71 v3.0.707 (Sep 2007)
72
73         - Fix silly bug in formatting hex.
74         - Check for pcap.h in include/pcap/ for old RedHat-a-likes.
75         - New commandline parser.
76         - To stay in foreground, pass --debug instead of -d.
77         - We can now reset all statistics at runtime (send SIGUSR1)
78         - Make chroot dir configurable on cmdline (--chroot)
79         - Make privdrop user configurable on cmdline (--user)
80         - Implement daylog (brings back a v2 feature)
81         - Import and export hosts and graphs, this brings back a fairly
82           major v2 feature.  Big ups to Ben for doing a lot of the
83           design and implementation of this feature!
84           Note that the v3 database format is, by design, incompatible
85           with the v2 format.
86         - Report average KB/s in and out on graphs.
87           Thanks to Damian Lozinski for suggestion and first cut at the
88           implementation.
89         - Fix graph rotation when the delay between rotations is big
90           enough to clear an entire graph.
91         - Make ip_proto 8 bits wide, to match the IP header.
92         - Implement pidfile functionality for people who prefer to
93           handle daemons in this manner.
94
95 v3.0.619 (Apr 2007)
96
97         - Decode DLT_PPP and DLT_PPP_SERIAL on NetBSD,
98           patch courtesy of Bartosz Kuzma.
99         - Don't use pcap_setnonblock(), with help from Colin Phipps.
100         - Reduce the number of syscalls made.
101         - Answer FAQ about graph axes / labels / scale.
102         - Fix build on OpenBSD (thanks Chris!) and Solaris.
103         - Commandline arg (-n) to disable promiscuous mode when
104           sniffing, thanks to Chris Kuethe for the implementation.
105         - Commandline arg (-r) to disable DNS resolver.
106         - Track and report per-host last seen MAC address.
107         - Move FAQ into manpage.
108         - Implement display of start time and running time.
109         - Web: implement sorting the hosts table by in/out/total.
110         - Web: implement paging through the hosts table.
111         - Web: implement full view of hosts table.
112         - Don't die if the capture interface loses its IP address.
113         - Make daemonize (previously -d) the default, and make -D the
114           argument to suppress it.
115         - Commandline arg (-l) to graph traffic entering/leaving the
116           local network as opposed to just the local IP.  v2 had this.
117         - Allow configure-time override of CHROOT_DIR and PRIVDROP_USER.
118         - Web: new color scheme.
119
120 v3.0.540 (Aug 2006)
121
122         - Fix build against old libpcap (thanks Claudio)
123         - Fix build on AIX (thanks Andreas)
124         - Fix build warnings on NetBSD (thanks Bartosz)
125         - Deny writes to BPF socket (thanks Can)
126         - Reverse-resolve IPs less aggressively.
127         - Free up the DNS queue as we process it.
128         - Fix dns_reply silliness.
129         - Web: tweak the look of the top bar.
130         - Web: update total packets and bytes as part of graph update.
131         - Decode DLT_LINUX_SLL (ippp0 on Linux),
132           patch courtesy of Ingo Bressler
133
134 v3.0.524 (Jul 2006)
135
136         - Fix build on NetBSD.
137         - Fix shutdown on Linux.
138         - Performance improvements.
139         - Free the mallocs.
140         - Work around BPF being immediate on Linux.
141           This improves performance.
142         - Drop privileges when we don't need them.  Chroot.  Generally
143           be more paranoid.  Thanks to Chris Kuethe for patches and
144           inspiration.
145         - Daemonize.  (run in the background)
146         - Graphs: Make the entire bar have the same label (instead of
147           different labels for in/out), add thousands separators for
148           legibility, include the position/index (i.e. day 22)
149         - Instead of reducing the hosts_db based on time, do it based on
150           its size.
151         - Implement somewhat better handling of time moving backwards -
152           we assume that real time is monotonic and just renumber the
153           graph bars.  (time is hard)
154         - Greatly improve IPC with the DNS child, make it more efficient
155           and much more robust.
156         - Decode DLT_PPP_ETHER (pppoe0 on OpenBSD), patch courtesy of
157           Claudio Leite.
158
159 v3.0.471 (Jun 2006)
160
161         First public release of darkstat 3.  Almost a complete rewrite
162         since v2.6.  Architecture much improved, better portability and
163         stability.  Approximate feature parity with v2, missing
164         loading/saving DB.
165
166 v2.6 (Nov 2003)
167
168         End of the line for darkstat 2