|
Revision 935, 469 bytes
(checked in by benoitg, 6 years ago)
|
- src/fw_iptables.c: Add the global ruleset to the nat table to fix #65.
Add the table parameter to iptables_load_ruleset() and iptables_compile
- libhttpd/protocol.c: Fix pointer type mismatch
- src/conf.c,h: Remove deprecated option AuthServMaxTries? (which was already ignored anyway.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # $Id$ |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | The WiFi Guard Dog project is a complete and embeddable captive portal |
|---|
| 6 | solution for wireless community groups or individuals who wish to open a |
|---|
| 7 | free HotSpot while still preventing abuse of their Internet connection. |
|---|
| 8 | |
|---|
| 9 | The project's homepage is: |
|---|
| 10 | http://dev.wifidog.org/ |
|---|
| 11 | |
|---|
| 12 | Mailing list interface: |
|---|
| 13 | http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog |
|---|
| 14 | |
|---|
| 15 | The project's software is released under the GPL license and is copyright it's respective owners. |
|---|
| 16 | |
|---|