root/trunk/wifidog


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1383 [1383] 09/30/08 08:40:37 wichert Ahum, things got out of sync here
(edit) @1382 [1382] 09/30/08 08:35:20 wichert We need to insert the gateway id in the mentioned table id as well
(edit) @1381 [1381] 09/30/08 08:16:08 wichert execvp returning is always an error which requires us to abort. Its return …
(edit) @1380 [1380] 09/30/08 07:42:37 wichert Lets not expand tabs
(edit) @1379 [1379] 09/30/08 07:39:30 wichert Sync indenting styles a tiny bit to make a next commit more readable
(edit) @1378 [1378] 09/30/08 07:02:40 wichert Add exitcode to iptables failure errors
(edit) @1377 [1377] 09/30/08 06:36:25 wichert Include the gw_id in auth server updates. This makes it possible to …
(edit) @1376 [1376] 09/30/08 06:34:26 wichert A few more ignores
(edit) @1375 [1375] 09/30/08 06:20:06 wichert Include the gateway id in the firewall table names. Fixes #466
(edit) @1374 [1374] 09/30/08 05:30:55 wichert URL encode the token when sending to auth server When logging in …
(edit) @1373 [1373] 09/30/08 05:27:40 wichert Clean up compiler warnings
(edit) @1372 [1372] 09/30/08 05:19:04 wichert Add changelog entries for those changes
(edit) @1371 [1371] 09/30/08 05:17:21 wichert Security: strncpy is not guaranteed to NUL-terminate strings
(edit) @1370 [1370] 09/30/08 05:16:09 wichert Protect the status page with authentication (The LibHTTPD API is a bit …
(edit) @1369 [1369] 09/30/08 05:15:44 wichert Add authentication related settings to the configuration
(edit) @1368 [1368] 09/30/08 05:15:19 wichert Restore auth support in libhttpd which was removed r252
(edit) @1367 [1367] 09/30/08 05:11:22 wichert Reset margin for the top header so it stays inside the header div
(edit) @1359 [1359] 07/29/08 14:48:42 acv update of ChangeLog to reflect fix to src/util.c re: inet_ntoa segfault on …
(edit) @1358 [1358] 07/29/08 14:46:53 acv Fixed include that broke on newer Linux libc's for inet_ntoa
(edit) @1348 [1348] 04/21/08 19:36:03 acv File was ignored by last check in.
(edit) @1346 [1346] 04/21/08 19:04:40 acv Merged in path #453
(edit) @1345 [1345] 04/21/08 11:09:50 acv Merged in path #452
(edit) @1344 [1344] 04/13/08 18:52:36 benoitg * contrib/build-openwrt-kamikazeipk/wifidog/Makefile: Add iptables …
(edit) @1340 [1340] 03/24/08 22:22:37 benoitg * Integrate with OpenWRT kamikaze build system
(edit) @1305 [1305] 11/01/07 16:04:20 benoitg * Apply portability patches by David Young <dyoung@pobox.com>. These have …
(edit) @1303 [1303] 10/18/07 17:13:28 benoitg * fw_iptables.c: From Philippe April: reverted change made in 1241 so we …
(edit) @1302 [1302] 10/15/07 23:12:51 papril fw_iptables.c: reverted change made in 1241 so we properly remove the …
(edit) @1247 [1247] 07/06/07 09:31:58 benoitg * Makefile.am: Slight change in make ipk tagrget. It seems that …
(edit) @1244 [1244] 06/29/07 16:17:13 benoitg Update NEWS file
(edit) @1243 [1243] 06/27/07 21:48:01 benoitg * util.c: Fix while loop initialisation bug * conf.h: Forgot to change …
(edit) @1241 [1241] 06/24/07 00:13:13 benoitg * Close #321: Make the Gateway retry forever if it cannot find it's …
(edit) @1239 [1239] 05/30/07 15:21:21 david - fix for Fix #266
(edit) @1236 [1236] 05/24/07 16:16:48 benoitg * wdctl_thread.c: Fix #324, again. Credit goes to Medea, I misunderstood …
(edit) @1227 [1227] 05/18/07 19:00:59 benoitg * wdctl_thread.c: Fix #324
(edit) @1224 [1224] 04/27/07 13:15:47 benoitg * wifidog.conf: Improve comments and add examples of blocking access to …
(edit) @1223 [1223] 04/26/07 19:06:15 benoitg * conf.h: The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the …
(edit) @1216 [1216] 04/09/07 13:29:49 benoitg * Makefile.am: Slight path fix when using building make ipk. Tell me if …
(edit) @1191 [1191] 03/12/07 20:16:30 benoitg * contrib/dump_fw.sh: Convenience script for firewall debugging.
(edit) @1190 [1190] 03/12/07 16:44:39 benoitg Missing dir
(edit) @1189 [1189] 03/12/07 16:44:11 benoitg * contrib/ Add contrib dir to collect the scripts and other code …
(edit) @1162 [1162] 01/06/07 18:51:02 benoitg * Documentation update in the code * Released 1.1.3_beta6
(edit) @1121 [1121] 10/27/06 02:11:22 benoitg * src/conf.h: Fix #238 by using $sysconfdir to compute the default …
(edit) @1105 [1105] 10/08/06 21:01:06 acv Added an entry for my changes in 1104 and 1103: my email update, more …
(edit) @1104 [1104] 10/08/06 20:58:46 acv Changes are confined to more comments and breaking up some printf's on …
(edit) @1103 [1103] 10/08/06 20:13:02 acv Updated my email address
(edit) @1102 [1102] 09/15/06 07:36:20 benoitg Unsaved file
(edit) @1101 [1101] 09/15/06 07:32:58 benoitg * src/util.c, src/conf.h: Fix autodectection of the External interface if …
(edit) @1004 [1004] 03/22/06 00:16:51 rob_janes * added more info to the README * teeny tiny change to rules so that make …
(edit) @972 [972] 02/23/06 12:11:02 papril Release 1.1.3_beta4
(edit) @971 [971] 02/23/06 12:10:46 papril --
(edit) @970 [970] 02/23/06 12:09:46 papril --
(edit) @969 [969] 02/23/06 12:09:32 papril --
(edit) @968 [968] 02/23/06 12:05:11 papril --
(edit) @967 [967] 02/23/06 11:46:57 papril --
(edit) @966 [966] 02/23/06 11:40:42 papril --
(edit) @965 [965] 02/23/06 11:29:06 papril Small fix
(edit) @964 [964] 02/23/06 11:16:16 papril * src/fw_iptables.c: * Changed order in the filter.FORWARD chain * Added …
(edit) @944 [944] 02/07/06 01:44:01 benoitg * src/fw_iptables.c: Fix deleting the rules on shutdown.
(edit) @943 [943] 02/06/06 21:48:23 acv SVN test and email address update
(edit) @936 [936] 01/31/06 23:10:36 benoitg Release 1.1.3_beta2
(edit) @935 [935] 01/31/06 22:22:04 benoitg * src/fw_iptables.c: Add the global ruleset to the nat table to fix …
(edit) @923 [923] 01/23/06 22:34:18 benoitg Missing Changelog
(edit) @922 [922] 01/23/06 22:33:57 benoitg src/conf.h: Fix the value of DEFAULT_AUTHSERVPATH and completely wrong …
(edit) @901 [901] 01/17/06 13:58:13 mina Insignificant cleanup of CVS artifacts after svn migration: 1. Remove …
(edit) @841 [841] 11/24/05 16:48:34 aprilp *** empty log message ***
(edit) @840 [840] 11/24/05 16:46:44 aprilp Bad idea, rollback
(edit) @819 [819] 11/01/05 21:55:28 max-horvath Added .project to .cvsignore
(edit) @816 [816] 11/01/05 19:48:45 aprilp Added OPTIONS to wifidog-init so we can specify options to wifidog (ex: …
(edit) @799 [799] 10/10/05 02:06:47 aprilp * Ability to run wifidog without an auth server (splash only). * Does not …
(edit) @798 [798] 10/09/05 22:49:04 aprilp Changed HTML pages and added stuff to wdctl status
(edit) @793 [793] 10/07/05 09:29:11 aprilp Released 1.1.3_beta1
(edit) @786 [786] 10/03/05 22:00:44 aprilp libhttpd: Fixed two bugs parsing the GET query string making wifidog …
(edit) @765 [765] 09/24/05 23:58:47 minaguib Merged branch "wdctlrestart": * New wdctl command "restart" which will …
(edit) @764 [764] 09/24/05 23:05:49 minaguib Pre-emptive bugfix - harsh lockdown of parsing trusted MAC addresses from …
(edit) @763 [763] 09/24/05 01:51:48 aprilp * (finally) Added {Saul Albert,Jo Walsh,Schuyler}'s patch (thank you!) to …
(edit) @730 [730] 09/09/05 10:55:12 benoitg Fix dates and add missing Changelog entries
(edit) @724 [724] 09/08/05 23:30:32 aprilp * Added compile instructions and installation for OpenWrt?
(edit) @639 [639] 05/24/05 15:18:38 minaguib Minor bugfix pointed out by David Vincelli: When an invalid command is …
(edit) @635 [635] 05/23/05 13:22:28 aprilp Released 1.1.2_pre1
(edit) @634 [634] 05/23/05 12:34:01 minaguib When appending call to chain WiFiDog_Outgoing from nat.prerouting, add it …
(edit) @631 [631] 05/16/05 22:58:20 minaguib read()s from central server in auth_server_request() are now timed-out …
(edit) @623 [623] 05/06/05 07:50:51 minaguib Bugfix non-RFC compliant HTTP requests using \n instead of \r\n as line …
(edit) @598 [598] 04/28/05 23:06:34 aprilp Released 1.1.2_beta2
(edit) @596 [596] 04/28/05 19:26:30 minaguib * wifidog.conf: Make the default ruleset for validating users = allow all …
(edit) @557 [557] 04/20/05 12:56:34 aprilp Insert ourselves at the end of filter.FORWARD instead of at the beginning …
(edit) @538 [538] 04/03/05 20:01:02 aprilp Oops, this command can fail
(edit) @537 [537] 04/03/05 19:52:14 aprilp * Fixed issue with FAQ * ipkg/rules: If autogen.sh doesn't exist, …
(edit) @536 [536] 04/03/05 19:50:57 aprilp Fixed issue with FAQ If autogen.sh doesn't exist, skip it. configure will.
(edit) @531 [531] 04/01/05 18:25:32 aprilp * Duplicated auth server list in NAT table to fix the issue of using an …
(edit) @515 [515] 03/29/05 11:26:03 minaguib Added FAQ document copied from wiki
(edit) @508 [508] 03/22/05 10:11:36 aprilp Released 1.1.0
(edit) @507 [507] 03/22/05 10:05:36 minaguib News for 1.1.0
(edit) @506 [506] 03/20/05 16:22:24 minaguib More verbose debugging output
(edit) @495 [495] 03/12/05 17:16:38 minaguib * More debugging output * Document ugly hack involving tid_fw_thread * …
(edit) @494 [494] 03/11/05 21:47:55 minaguib Clean up the 2 hooks in nat.PREROUTING to 1
(edit) @493 [493] 03/11/05 21:02:02 minaguib * Bugfix: Undo earlier commit. Aparently you cannot use the "-o" iptables …
(edit) @492 [492] 03/11/05 11:15:06 minaguib * If external interface was unspecified in the conf file, try to determine …
(edit) @491 [491] 03/07/05 22:51:41 alexcv Only expanded on a comment, not added to ChangeLog
(edit) @490 [490] 03/07/05 14:19:38 minaguib * A little bit more care with buffers and their sizes * Minor whitespace …
(edit) @489 [489] 03/07/05 01:14:56 minaguib * auth.c: Got rid of legacy _http_output and _http_redirect - replaced …
Note: See TracRevisionLog for help on using the revision log.