-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
Showing
17 changed files
with
66 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# $Id$ | ||
2006-01-31 Benoit Gr�goire <[email protected]> | ||
* 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. | ||
|
||
2006-01-23 Benoit Gr�goire <[email protected]> | ||
src/conf.h: Fix the value of DEFAULT_AUTHSERVPATH and completely wrong code comment. Not the default indicated in the config file and the define are in sync. | ||
* src/conf.h: Fix the value of DEFAULT_AUTHSERVPATH and completely wrong code comment. Not the default indicated in the config file and the define are in sync. | ||
|
||
2006-01-17 Mina Naguib <[email protected]> | ||
* Ingisgnificant cleanup of CVS artifacts after svn migration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ rpm: dist | |
cp ${builddir}wifidog-@[email protected] /usr/src/RPM/SOURCES | ||
rpmbuild -ta ${builddir}wifidog-@[email protected] | ||
|
||
clean-local: | ||
echo "clean-local: " && pwd | ||
rm -f /usr/src/RPM/SPECS/wifidog.spec | ||
rm -f /usr/src/RPM/SOURCES/wifidog-@[email protected] | ||
#clean-local: | ||
# echo "clean-local: " && pwd | ||
# rm -f /usr/src/RPM/SPECS/wifidog.spec | ||
# rm -f /usr/src/RPM/SOURCES/wifidog-@[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,5 +332,3 @@ int _connect_auth_server(int level) { | |
} | ||
} | ||
} | ||
|
||
/* config->authserv_maxtries */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.