root/trunk/wifidog/ChangeLog @ 70

Revision 70, 3.7 KB (checked in by aprilp, 9 years ago)

Fixed shell script hardcoded interface

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
22004-04-14  Philippe April <papril777@yahoo.com>
3        * Fixed shell script hardcoded interface
4
52004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
6        * Existing IPs are logged off when they're authenticated again.
7
82004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
9        * Fixed clean up so it happens at the right time.
10
11>>>>>>> 1.20
122004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
13        * Major retooling of insert_userclass(), fixed seg fault.
14        * The program now works as advertised.
15
162004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
17        * Switched to threads. Alpha quality build, at best
18
192004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
20        * Changed child return value handling, again. Now it's actually
21        using the real value instead of the flag.
22        * The http.c authentication code now closes the http connection
23        from the user.
24
252004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
26        * Added extra debugging information.
27        * Fixed return value handling in debugging calls.
28
292004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
30        * Removed duplicates signal handling hooks
31        * Additional comments in SIGCHLD handler
32
332004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
34        * Node find if's expressions changed
35
362004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
37        * SIGCHLD Handler initializaed outside of deamon mode now.
38
392004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
40        * Very large modification. The entire architecture has been reworked
41        so that authentications to the central server are performed in a
42        fork()'d child process and the exit code from that child is then
43        used to set the User Class of the connection.
44        * The UserClasses (global definitions) and Rights (per connection)
45        have been integrated.
46
472004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
48        * Changed HTTP server tasks to be handled by libhttpd - merged
49        incorporate_libhttpd branch
50
512004-03-13  Philippe April <papril777@yahoo.com>
52    * Modified the way firewall scripts are called so we can configure
53    them in the config file (a bit more modular than it was)
54    * Added simple linked list to keep track of clients and to
55    keep a counter of the utilization and send it to the auth
56    server
57    * Fixed CRLF/formatting in phpauth/auth/index.php
58    * Hacked phpauth/auth/index.php to handle very basic utilization tracking
59
602004-03-12  Philippe April <papril777@yahoo.com>
61    * Changed all perror()s into debug()s and added
62    errno.h to common.h
63
642004-03-10  Philippe April <papril777@yahoo.com>
65    * Small fix to firewall.c so we don't define variables after
66    the function has started (so it builds on gcc-2.95)
67
682004-03-09  Philippe April <papril777@yahoo.com>
69    * Major changes: not forking anymore for new connections, now using
70    select() instead. It will allow us to efficiently use a linked list to track
71    users and other things. It introduces some bugs and design issues but will
72    be better in the end.
73
742004-03-09  Philippe April <papril777@yahoo.com>
75    * Small fix in the default.php login page
76    * exit() where the program was supposed to exit but wasn't when the
77    firewall could not be setup
78
792004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
80        * 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.
81
822004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
83        * 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.
84
Note: See TracBrowser for help on using the browser.