Changeset 81 for trunk/wifidog/ChangeLog
- Timestamp:
- 04/17/04 15:03:54 (9 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/ChangeLog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r80 r81 1 # $Header$ 2 3 2004-04-16 Alexandre Carmel-Veilleux <acv@acv.ca> 4 * Updated documentation in firewall.c 5 1 6 2004-04-17 Philippe April <papril777@yahoo.com> 2 7 * Fixed path returning to gateway in phpauth/login/index.php … … 6 11 7 12 2004-04-16 Philippe April <papril777@yahoo.com> 8 * Fixed CRLF/formatting in phpauth/login/index.php9 * Added some documentation for firewall.c, commandline.c10 * Removed an unnecessary line dist_sysconf_DATA from Makefile.am13 * 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 11 16 12 17 2004-04-15 Alexandre Carmel-Veilleux <acv@acv.ca> … … 67 72 68 73 2004-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 76 80 77 81 2004-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 80 83 81 84 2004-03-10 Philippe April <papril777@yahoo.com> 82 * Small fix to firewall.c so we don't define variables after83 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) 84 87 85 88 2004-03-09 Philippe April <papril777@yahoo.com> 86 * Major changes:not forking anymore for new connections, now using87 select() instead. It will allow us to efficiently use a linked list to track88 users and other things. It introduces some bugs and design issues but will89 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. 90 93 91 94 2004-03-09 Philippe April <papril777@yahoo.com> 92 * Small fix in the default.php login page93 * exit() where the program was supposed to exit but wasn't when the94 firewall could not be setup95 * 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 95 98 96 99 2004-03-09 Alexandre Carmel-Veilleux <acv@acv.ca>
