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