root/trunk/wifidog/ChangeLog @ 81

Revision 81, 4.4 KB (checked in by alexcv, 9 years ago)

Updated documentation in friewall.c

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
2
32004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
4        * Updated documentation in firewall.c
5
62004-04-17  Philippe April <papril777@yahoo.com>
7        * Fixed path returning to gateway in phpauth/login/index.php
8
92004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
10        * Merged in libhttpd into the source tree
11
122004-04-16  Philippe April <papril777@yahoo.com>
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
16
172004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
18        * Changed the locking mechanism, now all access to t_node * structs
19        are properly protected.
20
212004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
22        * Connection now closed if counter hasn't change for one full
23        period.
24
252004-04-14  Philippe April <papril777@yahoo.com>
26        * Fixed shell script hardcoded interface
27
282004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
29        * Existing IPs are logged off when they're authenticated again.
30
312004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
32        * Fixed clean up so it happens at the right time.
33
342004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
35        * Major retooling of insert_userclass(), fixed seg fault.
36        * The program now works as advertised.
37
382004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
39        * Switched to threads. Alpha quality build, at best
40
412004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
42        * Changed child return value handling, again. Now it's actually
43        using the real value instead of the flag.
44        * The http.c authentication code now closes the http connection
45        from the user.
46
472004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
48        * Added extra debugging information.
49        * Fixed return value handling in debugging calls.
50
512004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
52        * Removed duplicates signal handling hooks
53        * Additional comments in SIGCHLD handler
54
552004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
56        * Node find if's expressions changed
57
582004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
59        * SIGCHLD Handler initializaed outside of deamon mode now.
60
612004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
62        * Very large modification. The entire architecture has been reworked
63        so that authentications to the central server are performed in a
64        fork()'d child process and the exit code from that child is then
65        used to set the User Class of the connection.
66        * The UserClasses (global definitions) and Rights (per connection)
67        have been integrated.
68
692004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
70        * Changed HTTP server tasks to be handled by libhttpd - merged
71        incorporate_libhttpd branch
72
732004-03-13  Philippe April <papril777@yahoo.com>
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
80
812004-03-12  Philippe April <papril777@yahoo.com>
82        * Changed all perror()s into debug()s and added errno.h to common.h
83
842004-03-10  Philippe April <papril777@yahoo.com>
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)
87
882004-03-09  Philippe April <papril777@yahoo.com>
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.
93
942004-03-09  Philippe April <papril777@yahoo.com>
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
98
992004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
100        * 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.
101
1022004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
103        * 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.
104
Note: See TracBrowser for help on using the browser.