Changeset 345
- Timestamp:
- 07/07/07 00:31:43 (1 year ago)
- Files:
-
- wifidog/wifidog-client/src/conf.c (modified) (1 diff)
- wifidog/wifidog-client/src/conf.h (modified) (1 diff)
- wifidog/wifidog-client/src/firewall.c (modified) (1 diff)
- wifidog/wifidog-client/src/fw_iptables.c (modified) (1 diff)
- wifidog/wifidog-client/src/wdctl_thread.c (modified) (1 diff)
- wifidog/wifidog-client/src/wdctl_thread.h (modified) (1 diff)
- wifidog/wifidog-client/wifidog.conf (modified) (3 diffs)
- wifidog/wifidog-client/wifidog.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wifidog/wifidog-client/src/conf.c
r327 r345 19 19 \********************************************************************/ 20 20 21 /* $Id: conf.c 935 2006-02-01 03:22:04Z benoitg $ */21 /* $Id: conf.c 1241 2007-06-24 04:13:13Z benoitg $ */ 22 22 /** @file conf.c 23 23 @brief Config file parsing wifidog/wifidog-client/src/conf.h
r328 r345 19 19 \********************************************************************/ 20 20 21 /* $Id: conf.h 1 162 2007-01-06 23:51:02Z benoitg $ */21 /* $Id: conf.h 1241 2007-06-24 04:13:13Z benoitg $ */ 22 22 /** @file conf.h 23 23 @brief Config file parsing wifidog/wifidog-client/src/firewall.c
r328 r345 20 20 21 21 /* 22 * $Id: firewall.c 1 162 2007-01-06 23:51:02Z benoitg $22 * $Id: firewall.c 1241 2007-06-24 04:13:13Z benoitg $ 23 23 */ 24 24 /** @internal wifidog/wifidog-client/src/fw_iptables.c
r328 r345 19 19 \********************************************************************/ 20 20 21 /* $Id: fw_iptables.c 1 162 2007-01-06 23:51:02Z benoitg $ */21 /* $Id: fw_iptables.c 1241 2007-06-24 04:13:13Z benoitg $ */ 22 22 /** @internal 23 23 @file fw_iptables.c wifidog/wifidog-client/src/wdctl_thread.c
r328 r345 19 19 \********************************************************************/ 20 20 21 /* $Id: wdctl_thread.c 969 2006-02-23 17:09:32Z papril$ */21 /* $Id: wdctl_thread.c 1241 2007-06-24 04:13:13Z benoitg $ */ 22 22 /** @file wdctl_thread.c 23 23 @brief Monitoring and control of wifidog, server part wifidog/wifidog-client/src/wdctl_thread.h
r342 r345 19 19 \********************************************************************/ 20 20 21 /* $Id: wdctl_thread.h 1241 2007-06-24 04:13:13Z $ */21 /* $Id: wdctl_thread.h 1241 2007-06-24 04:13:13Z benoitg $ */ 22 22 /** @file wdctl_thread.h 23 23 @brief WiFiDog monitoring thread wifidog/wifidog-client/wifidog.conf
r293 r345 1 # $Id: wifidog.conf 1 162 2007-01-06 23:51:02Zbenoitg $1 # $Id: wifidog.conf 1224 2007-04-27 17:15:47Z: benoitg $ 2 2 # WiFiDog Configuration file 3 3 … … 35 35 # Optional 36 36 # 37 # Set this to the internal IP address of the gateway 37 # Set this to the internal IP address of the gateway. Not normally required. 38 38 39 39 # GatewayAddress 192.168.1.1 … … 144 144 # Used for rules to be applied to all other rulesets except locked. 145 145 FirewallRuleSet global { 146 # This is the default configfor the Teliphone service.146 ## This is an example ruleset for the Teliphone service. 147 147 #FirewallRule allow udp to 69.90.89.192/27 148 148 #FirewallRule allow udp to 69.90.85.0/27 wifidog/wifidog-client/wifidog.spec
r218 r345 3 3 %define name wifidog 4 4 %define lib_name libhttpd 5 %define version 1.1.3_ beta65 %define version 1.1.3_rc1 6 6 %define release 1mdk 7 7
