Changeset 345

Show
Ignore:
Timestamp:
07/07/07 00:31:43 (1 year ago)
Author:
florida
Message:

corrections diverses

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/src/conf.c

    r327 r345  
    1919 \********************************************************************/ 
    2020 
    21 /* $Id: conf.c 935 2006-02-01 03:22:04Z benoitg $ */ 
     21/* $Id: conf.c 1241 2007-06-24 04:13:13Z benoitg $ */ 
    2222/** @file conf.c 
    2323  @brief Config file parsing 
  • wifidog/wifidog-client/src/conf.h

    r328 r345  
    1919\********************************************************************/ 
    2020 
    21 /* $Id: conf.h 1162 2007-01-06 23:51:02Z benoitg $ */ 
     21/* $Id: conf.h 1241 2007-06-24 04:13:13Z benoitg $ */ 
    2222/** @file conf.h 
    2323    @brief Config file parsing 
  • wifidog/wifidog-client/src/firewall.c

    r328 r345  
    2020 
    2121/* 
    22  * $Id: firewall.c 1162 2007-01-06 23:51:02Z benoitg $ 
     22 * $Id: firewall.c 1241 2007-06-24 04:13:13Z benoitg $ 
    2323 */ 
    2424/** @internal 
  • wifidog/wifidog-client/src/fw_iptables.c

    r328 r345  
    1919 \********************************************************************/ 
    2020 
    21 /* $Id: fw_iptables.c 1162 2007-01-06 23:51:02Z benoitg $ */ 
     21/* $Id: fw_iptables.c 1241 2007-06-24 04:13:13Z benoitg $ */ 
    2222/** @internal 
    2323  @file fw_iptables.c 
  • wifidog/wifidog-client/src/wdctl_thread.c

    r328 r345  
    1919\********************************************************************/ 
    2020 
    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 $ */ 
    2222/** @file wdctl_thread.c 
    2323    @brief Monitoring and control of wifidog, server part 
  • wifidog/wifidog-client/src/wdctl_thread.h

    r342 r345  
    1919\********************************************************************/ 
    2020 
    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 $ */ 
    2222/** @file wdctl_thread.h 
    2323    @brief WiFiDog monitoring thread 
  • wifidog/wifidog-client/wifidog.conf

    r293 r345  
    1 # $Id: wifidog.conf 1162 2007-01-06 23:51:02Z benoitg $ 
     1# $Id: wifidog.conf 1224 2007-04-27 17:15:47Z: benoitg $ 
    22# WiFiDog Configuration file 
    33 
     
    3535# Optional 
    3636# 
    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. 
    3838 
    3939# GatewayAddress 192.168.1.1 
     
    144144# Used for rules to be applied to all other rulesets except locked. 
    145145FirewallRuleSet global { 
    146     # This is the default config for the Teliphone service. 
     146    ## This is an example ruleset for the Teliphone service. 
    147147    #FirewallRule allow udp to 69.90.89.192/27 
    148148    #FirewallRule allow udp to 69.90.85.0/27 
  • wifidog/wifidog-client/wifidog.spec

    r218 r345  
    33%define name wifidog 
    44%define lib_name libhttpd 
    5 %define version 1.1.3_beta6 
     5%define version 1.1.3_rc1 
    66%define release 1mdk 
    77