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