Show
Ignore:
Timestamp:
06/27/07 21:48:01 (5 years ago)
Author:
benoitg
Message:
  • util.c: Fix while loop initialisation bug
  • conf.h: Forgot to change the value of NUM_EXT_INTERFACE_DETECT_RETRY to actually make it wait forever.
  • Remove hardcoded authserver paths. Can now be defined in the config file (auth server section).
  • Centralise browser redirect code to simplify code
  • Add manual logout URL, based in part on work by David Bird
  • Release 1.1.3 final
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/wifidog.conf

    r1224 r1243  
    3131# Typically br0 for OpenWrt, and eth1, wlan0, ath0, etc. otherwise 
    3232 
    33 GatewayInterface eth1 
     33GatewayInterface br0 
    3434 
    3535# Parameter: GatewayAddress 
     
    4949# WiFiDog-auth resides in and the port it listens on. 
    5050#AuthServer { 
    51 #       Hostname      (Mandatory; Default: NONE) 
    52 #       SSLAvailable  (Optional; Default: no; Possible values: yes, no) 
    53 #       SSLPort 443   (Optional; Default: 443) 
    54 #       HTTPPort 80   (Optional; Default: 80) 
    55 #       Path wifidog/ (Optional; Default: /wifidog/ Note:  The path must be both prefixed and suffixed by /.  Use a single / for server root.) 
     51#       Hostname                 (Mandatory; Default: NONE) 
     52#       SSLAvailable             (Optional; Default: no; Possible values: yes, no) 
     53#       SSLPort                  (Optional; Default: 443) 
     54#       HTTPPort                 (Optional; Default: 80) 
     55#       Path                     (Optional; Default: /wifidog/ Note:  The path must be both prefixed and suffixed by /.  Use a single / for server root.) 
     56#   LoginScriptPathFragment  (Optional; Default: login/? Note:  This is the script the user will be sent to for login.) 
     57#   PortalScriptPathFragment (Optional; Default: portal/? Note:  This is the script the user will be sent to after a successfull login.) 
     58#   MsgScriptPathFragment    (Optional; Default: gw_message.php? Note:  This is the script the user will be sent to upon error to read a readable message.) 
     59#   PingScriptPathFragment    (Optional; Default: ping/? Note:  This is the script the user will be sent to upon error to read a readable message.) 
     60#   AuthScriptPathFragment    (Optional; Default: auth/? Note:  This is the script the user will be sent to upon error to read a readable message.) 
    5661#} 
    5762 
     
    184189# Rule Set: locked-users 
    185190# 
    186 # Used for users that have been locked out. 
     191# Not currently used 
    187192FirewallRuleSet locked-users { 
    188193    FirewallRule block to 0.0.0.0/0