forked from nodogsplash/nodogsplash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
79 lines (64 loc) · 3.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
nodogsplash (2.0.0)
* replace libhttp by libmicrohttpd [lynxis]
* implement string replace based template engine [lynxis]
* correct gatewaymac format to (00:11:22:33:44:ab) [lynxis]
* Allow an authenticated user to access the splashpage again. [lynxis]
* Allow an authenticated user to deauth themself using the denydir [lynxis]
* redirect wrong token auths to the splashpage [lynxis]
* support config redirectURL [lynxis]
* microhttpd: add content-type header to error messages [lynxis]
* prevent possible divison by zero and negative durations [mwarning]
* add debian support including systemd [efernandesng]
* fix file descriptor leak [sfstudio]
* fix uncomplete console output [mwarning]
* update splash.html (#152) [bluewavenet]
* fw_iptables: fix iptables syntax for 1.6.1 [mwarning]
* fix CheckInterval option (#168) [zaolin]
-- Alexander Couzens <lynxis@fe80.eu> Mon, 29 May 2017 12:23:42 +0100
nodogsplash (1.0.0)
* make "ndsctl auth/deauth" work with tokens [vavrecan]
* add support for ipset [vavrecan]
* fix segfault under high load and no daemon mode and debbuglevel 7 [hylics]
* make "ndsctl auth" work with IP or MAC address [gazambuja]
* allow to set debuglevel in configuration [lynxis]
* set default loglevel from NOTICE to WARNING [lynxis]
* fix crash when gw_mac is null [KeaneWang]
* Fixed an overflow issue in BinVoucher when path to BinVoucher is too long [alexattws]
* make clientmac and gatewaymac variable available in the splash page [mwarning]
* remove static variables shared by threads to avoid race conditions [sayuan]
-- Moritz Warning <moritzwarning@web.de> Fri, 27 May 2016 18:26:35 -0400
nodogsplash (0.9-beta9.9.9)
* fix regression introduced by BinVoucher feature,
traffic was not blocked except on port 80 [mwarning]
* make returned upload/download value by BinVoucher script
optional, as stated in the documentation [mwarning]
-- Moritz Warning <moritzwarning@web.de> Sun, 15 Jun 2014 22:55:12 +0200
nodogsplash (0.9-beta9.9.8)
* send HTTP 302 instead of 307 because we use HTTP 1.0 [champtar]
* add support for DROP, LOG, ULOG target for firewall rules [champtar]
* remove multi-threading as libhttpd does not support it [sayuan]
* add new parameters BinVoucher, ForceVoucher and EnablePreAuth
in combination with per user bandwidth limitation [lindnermarek]
* merge updates from Wifidog (1.1.3_beta6 @1162) up to @1464 [mwarning]
* excluding commit [1375] containing feature from wifidog ticket #466
* rewrite build system to use a simple Makefile [mwarning]
* unify code style: astyle --style=k&r --indent=tab [mwarning]
* send HTTP 405 for pre-authenticated non GET requests [redhotpenguin]
* fix crash when token/redir is not set [mwarning]
* avoid deadlocks for debug output [sayuan]
* Debian package [sayuan]
* OpenWrt package [mwarning]
-- Moritz Warning <moritzwarning@web.de> Fri, 06 Sep 2013 18:08:39 +0200
nodogsplash (0.9.9)
* Fixed buffer overflow bug in ndsctl.
* Improved SIGCHLD handling in gateway.c and util.c.
* Added FirewallRulesets trusted-users and trusted-users-to-router.
This permits customized access control for trusted users, as for
authenticated users, with the same ruleset semantics, instead of
always accepting all trusted packets.
* Added EmptyRuleSetPolicy directives for .conf file. Permits optionally
passing packets through to pre-existing firewall rules.
* updated debian rules (for building debian package)
-- Andraz Sraka <a@frubsd.org> Sun, 11 Aug 2009 09:15:00 -0100
2007-05-01
* Development of nodogsplash starts, based on WifiDog 1.1.3_beta6