root/trunk/wifidog/ChangeLog @ 191

Revision 191, 11.0 KB (checked in by benoitg, 9 years ago)

2004-08-23 Benoit Gr�goire <bock@…>

  • src/centralserver.c: Fix path for auth by appending /auth/ to auth_server->authserv_path. Wifidog works again.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
22004-08-23 Benoit Gr�goire  <bock@step.polymtl.ca>
3        * src/centralserver.c:  Fix path for auth by appending /auth/ to auth_server->authserv_path.  Wifidog works again.
4       
52004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca>
6        * Debug output of all HTTP transactions and their responses.
7        * Changed ipkg to use wifidog.conf from the base tree
8        * Send url to central server for link back out
9
102004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca>
11        * Sort of fixed the hanging thread (with an explicit thread kill)
12        * Fixed ping code
13
142004-08-13 Alexandre Carmel-Veilleux <acv@acv.ca>
15        * All Auth Server configuration now handled by the "AuthServer"
16        directive.
17        * The "AuthServer" directive is now multi line.
18
192004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
20        * Added code to do heartbeat.
21        * Changed AuthServer yet again.
22
232004-08-09 Alexandre Carmel-Veilleux <acv@acv.ca>
24        * WiFiDog now can read multiple auth servers in its config file.
25        * Added functions to handle the auth servers list.
26        * WiFiDog can failover between servers for its internal requests.
27        * Firewall sets rules for all auth servers.
28
292004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
30        * AuthservPath no longer mandatory in config file.
31
322004-08-04 Philippe April <wifidog@philippeapril.com>
33    * Renamed iptables.[ch] to fw_iptables.[ch]
34
352004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
36        * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
37
382004-08-01 Benoit Gr�goire  <bock@step.polymtl.ca>
39        * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
40
412004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
42        * Added wdctl facility
43
442004-07-21 Philippe April <wifidog@philippeapril.com>
45    * Cleaned up the ipkg makefile
46    * Added makefile to build on Debian
47
482004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
49        * Build script for OpenWRT ipkg
50
512004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
52        * Added cache control to default error message returned.
53
542004-07-05 Philippe April <papril777@yahoo.com>
55    * Fixed an endless loop in client_list_delete
56
572004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
58        * Added debugging to libhttpd so that httpdGetConnection() traces
59          its execution into ./httpdGetConnection.log. This should be removed
60          once it's no longer needed or put within #ifdef DEBUG's.
61
622004-06-01 Philippe April <papril777@yahoo.com>
63    * Sending User-Agent header to central server
64
652004-05-28 Philippe April <papril777@yahoo.com>
66    * Fixed bugs implemented after major changes
67
682004-05-27 Benoit Gr�goire  <bock@step.polymtl.ca>
69        * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
70        * Cleaned up some more issues in my notes taken at the formal review
71        * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
72        * config.c:  Start the hunt for evil globals:  Get rid of the config global
73        * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
74        * Documentation now generates a TODO list and DEPRECATED list, please look at them
75
762004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
77        * Cleaned up all the issues brought forward in the code review
78          on 2004-05-26 at Benoit's. There are to many changes to list
79          individually.
80
812004-05-15  Philippe April <papril777@yahoo.com>
82    * Commented out cookie handling in libhttpd because it segfaults if
83    you pass a particular formatting/buggy one
84
852004-05-14  Philippe April <papril777@yahoo.com>
86    * Fixed crash when receiving SIGPIPE signal with write() would fail
87
882004-05-13  Philippe April <papril777@yahoo.com>
89    * Advertise to the central server when we logged out a user
90
912004-05-12  Philippe April <papril777@yahoo.com>
92    * Sending a "stage" when doing authentication for the server
93    to be able to know if it's a login, or just a counters update.
94
952004-05-11  Philippe April <papril777@yahoo.com>
96    * Now tracking the hotspot id and ip in database
97
982004-05-07  Philippe April <wifidog@philippeapril.com>
99    * Now we store both incoming and outgoing counters on server
100    and expire if no activity at all on both
101    * Changed the structure of nodes a little
102
1032004-05-07  Philippe April <wifidog@philippeapril.com>
104    * New parameter ExternalInterface
105    * Made possible to count inbound traffic by inserting new rules
106
1072004-05-07  Philippe April <wifidog@philippeapril.com>
108    * Cleaned up common.h from files
109
1102004-05-07  Philippe April <wifidog@philippeapril.com>
111    * Made iptables' tables DEFINEs instead of being hardcoded
112
1132004-05-07  Philippe April <wifidog@philippeapril.com>
114    * Fixed typo
115
1162004-05-06  Philippe April <papril777@yahoo.com>
117    * Cleanups and standardized things
118
1192004-05-06  Philippe April <papril777@yahoo.com>
120    * Cleanups in fw_counter function
121
1222004-05-05  Philippe April <papril777@yahoo.com>
123    * Calling iptables directly instead of using shell scripts
124    for fw_init, fw_destroy and fw_allow/fw_deny
125    * Removed shell script for fw.counters
126    * Fixed memory leaks
127    * Moved most of the iptables-specific (all but the counters)
128    to iptables.c to modularize a bit more
129    * Hack to allow deciding if we want FW calls' messages quiet or not
130
1312004-04-23  Philippe April <papril777@yahoo.com>
132    * Fixed a debug line
133
1342004-04-22  Philippe April <papril777@yahoo.com>
135    * Major changes, cleaned up code
136    * Changed the way firewall tags traffic
137
1382004-04-21  Philippe April <papril777@yahoo.com>
139    * Changed fw.destroy so it cleans up more in a while loop
140
1412004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
142        * fixed expiration time
143
1442004-04-20  Philippe April <papril777@yahoo.com>
145    * A lot of changes regarding debugging facilities and added logging
146    to syslog
147    * Removed possibility to specify port on command line
148
1492004-04-19  Philippe April <papril777@yahoo.com>
150        * Changed some debugging severity
151
1522004-04-19  Benoit Gr�goire  <bock@step.polymtl.ca>
153        * Properly integrate libhttpd into the source tree ;)  Note that this will create a proper system wide shared library for libghttpd.  Still to be done:  1- Store Mina's patch somewhere,  in case we want to upgrade libhttpd.  2-Add configure option not to build httpd, and use an already installed one.
154
1552004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
156        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
157        per the POSIX spec, yet Linux or Mac OS X don't care...
158        * Fixed the double SIGTERM handler on Linux...
159
1602004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
161        * Added work around for uClibc bug in auth.c
162
1632004-04-17  Philippe April <papril777@yahoo.com>
164        * Fixed firewall scripts to make them standard and some firewall functions
165
1662004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
167        * Updated documentation in firewall.c
168
1692004-04-17  Philippe April <papril777@yahoo.com>
170        * Fixed path returning to gateway in phpauth/login/index.php
171
1722004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
173        * Merged in libhttpd into the source tree
174
1752004-04-16  Philippe April <papril777@yahoo.com>
176        * Fixed CRLF/formatting in phpauth/login/index.php
177        * Added some documentation for firewall.c, commandline.c
178        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
179
1802004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
181        * Changed the locking mechanism, now all access to t_node * structs
182        are properly protected.
183
1842004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
185        * Connection now closed if counter hasn't change for one full
186        period.
187
1882004-04-14  Philippe April <papril777@yahoo.com>
189        * Fixed shell script hardcoded interface
190
1912004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
192        * Existing IPs are logged off when they're authenticated again.
193
1942004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
195        * Fixed clean up so it happens at the right time.
196
1972004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
198        * Major retooling of insert_userclass(), fixed seg fault.
199        * The program now works as advertised.
200
2012004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
202        * Switched to threads. Alpha quality build, at best
203
2042004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
205        * Changed child return value handling, again. Now it's actually
206        using the real value instead of the flag.
207        * The http.c authentication code now closes the http connection
208        from the user.
209
2102004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
211        * Added extra debugging information.
212        * Fixed return value handling in debugging calls.
213
2142004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
215        * Removed duplicates signal handling hooks
216        * Additional comments in SIGCHLD handler
217
2182004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
219        * Node find if's expressions changed
220
2212004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
222        * SIGCHLD Handler initializaed outside of deamon mode now.
223
2242004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
225        * Very large modification. The entire architecture has been reworked
226        so that authentications to the central server are performed in a
227        fork()'d child process and the exit code from that child is then
228        used to set the User Class of the connection.
229        * The UserClasses (global definitions) and Rights (per connection)
230        have been integrated.
231
2322004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
233        * Changed HTTP server tasks to be handled by libhttpd - merged
234        incorporate_libhttpd branch
235
2362004-03-13  Philippe April <papril777@yahoo.com>
237        * Modified the way firewall scripts are called so we can configure
238        them in the config file (a bit more modular than it was)
239        * Added simple linked list to keep track of clients and to
240        keep a counter of the utilization and send it to the auth server
241        * Fixed CRLF/formatting in phpauth/auth/index.php
242        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
243
2442004-03-12  Philippe April <papril777@yahoo.com>
245        * Changed all perror()s into debug()s and added errno.h to common.h
246
2472004-03-10  Philippe April <papril777@yahoo.com>
248        * Small fix to firewall.c so we don't define variables after
249        the function has started (so it builds on gcc-2.95)
250
2512004-03-09  Philippe April <papril777@yahoo.com>
252        * Major changes, not forking anymore for new connections, now using
253        select() instead. It will allow us to efficiently use a linked list to track
254        users and other things. It introduces some bugs and design issues but will
255        be better in the end.
256
2572004-03-09  Philippe April <papril777@yahoo.com>
258        * Small fix in the default.php login page
259        * exit() where the program was supposed to exit but wasn't when the
260        firewall could not be setup
261
2622004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
263        * 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.
264
2652004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
266        * 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.
267
Note: See TracBrowser for help on using the browser.