Changeset 332

Show
Ignore:
Timestamp:
07/06/07 18:59:33 (1 year ago)
Author:
florida
Message:

Ajout des mises à jour effectuées dans wifidog_1.3.3_rc1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/ChangeLog

    r218 r332  
    1 # $Id: ChangeLog 1162 2007-01-06 23:51:02Z benoitg $ 
     1# $Id: ChangeLog 1241 2007-06-24 04:13:13Z benoitg $ 
     22007-06-24 Benoit Grégoire  <bock@step.polymtl.ca> 
     3        * Close #321:  Make the Gateway retry forever if it cannot find it's interface.  You never know when someone may finally replug the network cable or something... 
     4        * Close #332:  Apply patch from Laurent Marchal. biguphpc<AT>gmail<DOT>com 
     5        * fw_iptables.c:  Fix error in iptables_fw_access().  Rules were created as ACCEPT instead of DROP 
     6        * firewall.c:  Fix bug in fw_sync_with_authserver().  The traffic for the validation period of a user who validated his account while connected wouldn't get counted. 
     7        * doc/wifidog_firewall_map.dia:  At long last, full documentation of the firewall.  We would have avoided a lot of stupid mistakes if we produced that sooner. 
     8        * Release 1.1.3_rc1 
     9 
     102007-05-24 Benoit Grégoire  <bock@step.polymtl.ca> 
     11        * wdctl_thread.c:  Fix #324, again.  Credit goes to Medea, I misunderstood his instructons. 
     12        * From David Bird <david@coova.com> libhttpd/: Fix #266 - don't process query string parameters and keep them in that request.path. 
     13 
     142007-05-18 Benoit Grégoire  <bock@step.polymtl.ca> 
     15        * wdctl_thread.c:  Fix #324 
     16         
     172007-04-26 Benoit Grégoire  <bock@step.polymtl.ca> 
     18        * wifidog.conf:  Improve comments and add examples of blocking access to the upstream LAN. 
     19 
     202007-04-26 Benoit Grégoire  <bock@step.polymtl.ca> 
     21        * conf.h:  The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the config file) which caused huge needless load on the auth servers, and needless ping traffic towards the clients if it wasn't manually set. 
     22 
     232007-04-09 Benoit Grégoire  <bock@step.polymtl.ca> 
     24        * Makefile.am:  Slight path fix when using building make ipk.  Tell me if you have trouble with this 
     25 
     262007-01-06 Benoit Grégoire  <bock@step.polymtl.ca> 
     27        * contrib/ Add contrib dir to collect the scripts and other code distributed with, but not really part of wifidog. 
     28        * Include the scripts used to build a ipkg on Openwrt RC6 and 0.9 
     29        * Modify the build system to finally be able to build wifidog directly from the wifidog directory using the same files  
     30                used to make the official .ipk, without having to copy ANYTHNG to the openwrt SDK. 
     31                At last, there is now a new target:  make ipk make ipk OPENWRTSDK=path_to_openwrt_sdk 
     32        * ipk/ Removed the obsolete OpenWRT RC4 scripts 
     33        * README.openwrt:  Update 
     34        * scripts/openwrt/ remove obsolete dir. 
     35        * contrib/dump_fw.sh:  Convenience script for firewall debugging. 
     36                 
    2372007-01-06 Benoit Grégoire  <bock@step.polymtl.ca> 
    338        * Documentation update in the code