root/trunk/wifidog/ChangeLog @ 85

Revision 85, 4.8 KB (checked in by alexcv, 9 years ago)

Fixed sigterm handler running twice on Linux

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
22004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
3        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
4        per the POSIX spec, yet Linux or Mac OS X don't care...
5        * Fixed the double SIGTERM handler on Linux...
6
72004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
8        * Added work around for uClibc bug in auth.c
9
102004-04-17  Philippe April <papril777@yahoo.com>
11        * Fixed firewall scripts to make them standard and some firewall functions
12
132004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
14        * Updated documentation in firewall.c
15
162004-04-17  Philippe April <papril777@yahoo.com>
17        * Fixed path returning to gateway in phpauth/login/index.php
18
192004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
20        * Merged in libhttpd into the source tree
21
222004-04-16  Philippe April <papril777@yahoo.com>
23        * Fixed CRLF/formatting in phpauth/login/index.php
24        * Added some documentation for firewall.c, commandline.c
25        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
26
272004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
28        * Changed the locking mechanism, now all access to t_node * structs
29        are properly protected.
30
312004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
32        * Connection now closed if counter hasn't change for one full
33        period.
34
352004-04-14  Philippe April <papril777@yahoo.com>
36        * Fixed shell script hardcoded interface
37
382004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
39        * Existing IPs are logged off when they're authenticated again.
40
412004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
42        * Fixed clean up so it happens at the right time.
43
442004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
45        * Major retooling of insert_userclass(), fixed seg fault.
46        * The program now works as advertised.
47
482004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
49        * Switched to threads. Alpha quality build, at best
50
512004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
52        * Changed child return value handling, again. Now it's actually
53        using the real value instead of the flag.
54        * The http.c authentication code now closes the http connection
55        from the user.
56
572004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
58        * Added extra debugging information.
59        * Fixed return value handling in debugging calls.
60
612004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
62        * Removed duplicates signal handling hooks
63        * Additional comments in SIGCHLD handler
64
652004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
66        * Node find if's expressions changed
67
682004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
69        * SIGCHLD Handler initializaed outside of deamon mode now.
70
712004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
72        * Very large modification. The entire architecture has been reworked
73        so that authentications to the central server are performed in a
74        fork()'d child process and the exit code from that child is then
75        used to set the User Class of the connection.
76        * The UserClasses (global definitions) and Rights (per connection)
77        have been integrated.
78
792004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
80        * Changed HTTP server tasks to be handled by libhttpd - merged
81        incorporate_libhttpd branch
82
832004-03-13  Philippe April <papril777@yahoo.com>
84        * Modified the way firewall scripts are called so we can configure
85        them in the config file (a bit more modular than it was)
86        * Added simple linked list to keep track of clients and to
87        keep a counter of the utilization and send it to the auth server
88        * Fixed CRLF/formatting in phpauth/auth/index.php
89        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
90
912004-03-12  Philippe April <papril777@yahoo.com>
92        * Changed all perror()s into debug()s and added errno.h to common.h
93
942004-03-10  Philippe April <papril777@yahoo.com>
95        * Small fix to firewall.c so we don't define variables after
96        the function has started (so it builds on gcc-2.95)
97
982004-03-09  Philippe April <papril777@yahoo.com>
99        * Major changes, not forking anymore for new connections, now using
100        select() instead. It will allow us to efficiently use a linked list to track
101        users and other things. It introduces some bugs and design issues but will
102        be better in the end.
103
1042004-03-09  Philippe April <papril777@yahoo.com>
105        * Small fix in the default.php login page
106        * exit() where the program was supposed to exit but wasn't when the
107        firewall could not be setup
108
1092004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
110        * 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.
111
1122004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
113        * 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.
114
Note: See TracBrowser for help on using the browser.