root/trunk/wifidog/ChangeLog @ 77

Revision 77, 4.2 KB (checked in by aprilp, 9 years ago)

Removed unneccessary line dist_sysconf_DATA from Makefile.am

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
22004-04-16  Philippe April <papril777@yahoo.com>
3    * Fixed CRLF/formatting in phpauth/login/index.php
4    * Added some documentation for firewall.c, commandline.c
5    * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
6
72004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
8        * Changed the locking mechanism, now all access to t_node * structs
9        are properly protected.
10
112004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
12        * Connection now closed if counter hasn't change for one full
13        period.
14
152004-04-14  Philippe April <papril777@yahoo.com>
16        * Fixed shell script hardcoded interface
17
182004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
19        * Existing IPs are logged off when they're authenticated again.
20
212004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
22        * Fixed clean up so it happens at the right time.
23
242004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
25        * Major retooling of insert_userclass(), fixed seg fault.
26        * The program now works as advertised.
27
282004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
29        * Switched to threads. Alpha quality build, at best
30
312004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
32        * Changed child return value handling, again. Now it's actually
33        using the real value instead of the flag.
34        * The http.c authentication code now closes the http connection
35        from the user.
36
372004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
38        * Added extra debugging information.
39        * Fixed return value handling in debugging calls.
40
412004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
42        * Removed duplicates signal handling hooks
43        * Additional comments in SIGCHLD handler
44
452004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
46        * Node find if's expressions changed
47
482004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
49        * SIGCHLD Handler initializaed outside of deamon mode now.
50
512004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
52        * Very large modification. The entire architecture has been reworked
53        so that authentications to the central server are performed in a
54        fork()'d child process and the exit code from that child is then
55        used to set the User Class of the connection.
56        * The UserClasses (global definitions) and Rights (per connection)
57        have been integrated.
58
592004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
60        * Changed HTTP server tasks to be handled by libhttpd - merged
61        incorporate_libhttpd branch
62
632004-03-13  Philippe April <papril777@yahoo.com>
64    * Modified the way firewall scripts are called so we can configure
65    them in the config file (a bit more modular than it was)
66    * Added simple linked list to keep track of clients and to
67    keep a counter of the utilization and send it to the auth
68    server
69    * Fixed CRLF/formatting in phpauth/auth/index.php
70    * Hacked phpauth/auth/index.php to handle very basic utilization tracking
71
722004-03-12  Philippe April <papril777@yahoo.com>
73    * Changed all perror()s into debug()s and added
74    errno.h to common.h
75
762004-03-10  Philippe April <papril777@yahoo.com>
77    * Small fix to firewall.c so we don't define variables after
78    the function has started (so it builds on gcc-2.95)
79
802004-03-09  Philippe April <papril777@yahoo.com>
81    * Major changes: not forking anymore for new connections, now using
82    select() instead. It will allow us to efficiently use a linked list to track
83    users and other things. It introduces some bugs and design issues but will
84    be better in the end.
85
862004-03-09  Philippe April <papril777@yahoo.com>
87    * Small fix in the default.php login page
88    * exit() where the program was supposed to exit but wasn't when the
89    firewall could not be setup
90
912004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
92        * Tiny change to increase cross-platform compatibility. It can now build on OS X and it comes close to building on my old BSD box.
93
942004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
95        * Initial CVS import.  Integrate a standrad GNU build system and Doxygen to the build process.  Add Doxygen and CVS headers, .cvsignores, etc.  Note that the imported code is Philippe April (papril777 at yahoo.com)'s work.  Tell me if I forgot anything.  Please note that the paths in the src/fw* scripts are still hardcoded.  Don't forget to update the ChangeLog file every commit and add doxygen comments to your code.  Happy hacking.
96
Note: See TracBrowser for help on using the browser.