Changeset 81 for trunk/wifidog/ChangeLog

Show
Ignore:
Timestamp:
04/17/04 15:03:54 (9 years ago)
Author:
alexcv
Message:

Updated documentation in friewall.c

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r80 r81  
     1# $Header$ 
     2 
     32004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca> 
     4        * Updated documentation in firewall.c 
     5 
    162004-04-17  Philippe April <papril777@yahoo.com> 
    27        * Fixed path returning to gateway in phpauth/login/index.php 
     
    611 
    7122004-04-16  Philippe April <papril777@yahoo.com> 
    8     * Fixed CRLF/formatting in phpauth/login/index.php 
    9     * Added some documentation for firewall.c, commandline.c 
    10     * Removed an unnecessary line dist_sysconf_DATA from Makefile.am 
     13        * Fixed CRLF/formatting in phpauth/login/index.php 
     14        * Added some documentation for firewall.c, commandline.c 
     15        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am 
    1116 
    12172004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca> 
     
    6772 
    68732004-03-13  Philippe April <papril777@yahoo.com> 
    69     * Modified the way firewall scripts are called so we can configure 
    70     them in the config file (a bit more modular than it was) 
    71     * Added simple linked list to keep track of clients and to 
    72     keep a counter of the utilization and send it to the auth 
    73     server 
    74     * Fixed CRLF/formatting in phpauth/auth/index.php 
    75     * Hacked phpauth/auth/index.php to handle very basic utilization tracking 
     74        * Modified the way firewall scripts are called so we can configure 
     75        them in the config file (a bit more modular than it was) 
     76        * Added simple linked list to keep track of clients and to 
     77        keep a counter of the utilization and send it to the auth server 
     78        * Fixed CRLF/formatting in phpauth/auth/index.php 
     79        * Hacked phpauth/auth/index.php to handle very basic utilization tracking 
    7680 
    77812004-03-12  Philippe April <papril777@yahoo.com> 
    78     * Changed all perror()s into debug()s and added 
    79     errno.h to common.h 
     82        * Changed all perror()s into debug()s and added errno.h to common.h 
    8083 
    81842004-03-10  Philippe April <papril777@yahoo.com> 
    82     * Small fix to firewall.c so we don't define variables after 
    83     the function has started (so it builds on gcc-2.95) 
     85        * Small fix to firewall.c so we don't define variables after 
     86        the function has started (so it builds on gcc-2.95) 
    8487 
    85882004-03-09  Philippe April <papril777@yahoo.com> 
    86     * Major changes: not forking anymore for new connections, now using 
    87     select() instead. It will allow us to efficiently use a linked list to track 
    88     users and other things. It introduces some bugs and design issues but will 
    89     be better in the end. 
     89        * Major changes, not forking anymore for new connections, now using 
     90        select() instead. It will allow us to efficiently use a linked list to track 
     91        users and other things. It introduces some bugs and design issues but will 
     92        be better in the end. 
    9093 
    91942004-03-09  Philippe April <papril777@yahoo.com> 
    92     * Small fix in the default.php login page 
    93     * exit() where the program was supposed to exit but wasn't when the 
    94     firewall could not be setup 
     95        * Small fix in the default.php login page 
     96        * exit() where the program was supposed to exit but wasn't when the 
     97        firewall could not be setup 
    9598 
    96992004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>