root/wifidog/wifidog-1.1.3_beta4/NEWS

Revision 98, 4.0 kB (checked in by syrus, 2 years ago)

version initiale

Line 
1 # $Id: NEWS 936 2006-02-01 04:10:36Z benoitg $
2 WiFiDog 1.1.3beta2:
3         -Fix bug #65 (Whitelisted servers would still splash on port 80
4         -Fix incorrect default value for Path in the AuthServer configuration
5         -Add more info to wdctl status
6
7 WiFiDog 1.1.3beta1:
8         -Added patch by wireless London to use the GW interface's mac address as the node_id
9           if no node_id is specified. It allows the use of generic configuration files without
10           the need to hardcoding the node_id in.
11         -Added TrustedMACList configuration variable which allows specifying
12           MAC addresses which are allowed to go through without authentication.
13         -New wdctl command "restart" which will get wifidog to restart itself
14           while preserving the existing clientlist.  Perfect for 0-downtime
15           upgrading!
16         -libhttpd: Fixed two bugs parsing the GET query string making wifidog segfault
17          
18        
19 WiFiDog 1.1.2:
20     - Added some informations so it compiles on newer OpenWRT's (whiterussian-rc2)
21     - Fixed minor issue with wdctl
22     - Changed the iptables rules priority to allow existing NAT rules to work
23     - read()s from central server in auth_server_request() are
24         now timed-out (via select).  This is hopefully a bugfix to the
25         thread-freezing problem.
26     - Bugfix non-RFC compliant HTTP requests using \n instead of \r\n as line
27         terminations as per email from ludocornut@users.sourceforge.net
28     - Firewall: make the default ruleset for validating users = allow all
29         (except sending SMTP)
30
31 Fixed issue with FAQ
32
33 WiFiDog 1.1.1:
34     - An auth server on port 80 will now work
35     - Added an FAQ
36
37 WiFiDog 1.1.0:
38         - Changes:
39                 - Visual tweaks in the web interface
40                 - Internal code & documentation touch-ups
41                 - More debugging output
42         - Bugfixes:
43                 - Wrong reported uptime
44                 - Invalid http header sent during redirection
45                 - Mixed long/long long type for counter
46                 - Respect SSL setting in auth server definition
47                 - Explicitly allow traffic coming into the router
48                 - SIGPIPE handling
49                 - Firewall destruction not occuring on wifidog termination
50
51 WiFiDog 1.1.0_beta3:
52         - Completely re-did the iptables rules.  Most of the rules are now in the filter table instead of the nat table.  Also DROPs are now replaced with REJECTs to help tell the user connection refused instead of endless pauses
53         - wdctl status will return more informations
54         - Some error messages are now displayed by the auth server (used to be done in a non-pretty way by wifidog)
55         - We now 'ping' authserver and detect when authservers are changing IPs
56         - Fixed memory leaks
57         - Incoming and outgoing counters were reversed
58         - More verbose debugging
59         - ICMP Ping the users everytime we check their counters to keep them alive
60         - Optional ExternalInterface
61         - Optional GatewayAddress
62         - /about URL now shows wifidog version
63         - Keep track of last times we successfully & unsuccessfully spoke to the auth server/used DNS. Then, if we know we're not online, show a little apology to the user instead of re-directing them to the auth server.
64         - When pinging auth server now also sends sys_uptime, sys_memfree and sys_load
65         - Bugfix: Traffic from client to router was counted twice in the "outgoing" bytecount since it increased both counters in mangle.* and filter.* - Got rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded
66         - Do not update the last_updated field on incoming traffic - update it on outgoing traffic only.  This should be a much more reliable indication of client no longer being there
67         - WiFiDog status is now viewable with a web browser at http://ip:port/wifidog/status
68
69 WiFiDog 1.0.2:
70         - Fix reversed incoming and outgoing connections in statistics reported to the auth server
71         - Will now gracefully handle auth servers changing IP adress.
72         - Fixes two bugs in byte counting. (Possible missed data, and incoming and outgoing were reversed.
73         - Fixed file descriptor leaks
74         - wdctl_status now returns all connected users.
75         - worked around sed -i not being available on all platform
76         - ipkg no longuer overwrites config file
77         - Several code changes in thread handling and libhttpd to fix occasional hangs.
78
79 WiFiDog 1.0.0:
80         - Initial release
Note: See TracBrowser for help on using the browser.