root/trunk/wifidog/ChangeLog @ 190

Revision 190, 10.8 KB (checked in by alexcv, 9 years ago)

Send URL to central server

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
2
32004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca>
4        * Debug output of all HTTP transactions and their responses.
5        * Changed ipkg to use wifidog.conf from the base tree
6        * Send url to central server for link back out
7
82004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca>
9        * Sort of fixed the hanging thread (with an explicit thread kill)
10        * Fixed ping code
11
122004-08-13 Alexandre Carmel-Veilleux <acv@acv.ca>
13        * All Auth Server configuration now handled by the "AuthServer"
14        directive.
15        * The "AuthServer" directive is now multi line.
16
172004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
18        * Added code to do heartbeat.
19        * Changed AuthServer yet again.
20
212004-08-09 Alexandre Carmel-Veilleux <acv@acv.ca>
22        * WiFiDog now can read multiple auth servers in its config file.
23        * Added functions to handle the auth servers list.
24        * WiFiDog can failover between servers for its internal requests.
25        * Firewall sets rules for all auth servers.
26
272004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
28        * AuthservPath no longer mandatory in config file.
29
302004-08-04 Philippe April <wifidog@philippeapril.com>
31    * Renamed iptables.[ch] to fw_iptables.[ch]
32
332004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
34        * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
35
362004-08-01 Benoit Gr�goire  <bock@step.polymtl.ca>
37        * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
38
392004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
40        * Added wdctl facility
41
422004-07-21 Philippe April <wifidog@philippeapril.com>
43    * Cleaned up the ipkg makefile
44    * Added makefile to build on Debian
45
462004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
47        * Build script for OpenWRT ipkg
48
492004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
50        * Added cache control to default error message returned.
51
522004-07-05 Philippe April <papril777@yahoo.com>
53    * Fixed an endless loop in client_list_delete
54
552004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
56        * Added debugging to libhttpd so that httpdGetConnection() traces
57          its execution into ./httpdGetConnection.log. This should be removed
58          once it's no longer needed or put within #ifdef DEBUG's.
59
602004-06-01 Philippe April <papril777@yahoo.com>
61    * Sending User-Agent header to central server
62
632004-05-28 Philippe April <papril777@yahoo.com>
64    * Fixed bugs implemented after major changes
65
662004-05-27 Benoit Gr�goire  <bock@step.polymtl.ca>
67        * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
68        * Cleaned up some more issues in my notes taken at the formal review
69        * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
70        * config.c:  Start the hunt for evil globals:  Get rid of the config global
71        * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
72        * Documentation now generates a TODO list and DEPRECATED list, please look at them
73
742004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
75        * Cleaned up all the issues brought forward in the code review
76          on 2004-05-26 at Benoit's. There are to many changes to list
77          individually.
78
792004-05-15  Philippe April <papril777@yahoo.com>
80    * Commented out cookie handling in libhttpd because it segfaults if
81    you pass a particular formatting/buggy one
82
832004-05-14  Philippe April <papril777@yahoo.com>
84    * Fixed crash when receiving SIGPIPE signal with write() would fail
85
862004-05-13  Philippe April <papril777@yahoo.com>
87    * Advertise to the central server when we logged out a user
88
892004-05-12  Philippe April <papril777@yahoo.com>
90    * Sending a "stage" when doing authentication for the server
91    to be able to know if it's a login, or just a counters update.
92
932004-05-11  Philippe April <papril777@yahoo.com>
94    * Now tracking the hotspot id and ip in database
95
962004-05-07  Philippe April <wifidog@philippeapril.com>
97    * Now we store both incoming and outgoing counters on server
98    and expire if no activity at all on both
99    * Changed the structure of nodes a little
100
1012004-05-07  Philippe April <wifidog@philippeapril.com>
102    * New parameter ExternalInterface
103    * Made possible to count inbound traffic by inserting new rules
104
1052004-05-07  Philippe April <wifidog@philippeapril.com>
106    * Cleaned up common.h from files
107
1082004-05-07  Philippe April <wifidog@philippeapril.com>
109    * Made iptables' tables DEFINEs instead of being hardcoded
110
1112004-05-07  Philippe April <wifidog@philippeapril.com>
112    * Fixed typo
113
1142004-05-06  Philippe April <papril777@yahoo.com>
115    * Cleanups and standardized things
116
1172004-05-06  Philippe April <papril777@yahoo.com>
118    * Cleanups in fw_counter function
119
1202004-05-05  Philippe April <papril777@yahoo.com>
121    * Calling iptables directly instead of using shell scripts
122    for fw_init, fw_destroy and fw_allow/fw_deny
123    * Removed shell script for fw.counters
124    * Fixed memory leaks
125    * Moved most of the iptables-specific (all but the counters)
126    to iptables.c to modularize a bit more
127    * Hack to allow deciding if we want FW calls' messages quiet or not
128
1292004-04-23  Philippe April <papril777@yahoo.com>
130    * Fixed a debug line
131
1322004-04-22  Philippe April <papril777@yahoo.com>
133    * Major changes, cleaned up code
134    * Changed the way firewall tags traffic
135
1362004-04-21  Philippe April <papril777@yahoo.com>
137    * Changed fw.destroy so it cleans up more in a while loop
138
1392004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
140        * fixed expiration time
141
1422004-04-20  Philippe April <papril777@yahoo.com>
143    * A lot of changes regarding debugging facilities and added logging
144    to syslog
145    * Removed possibility to specify port on command line
146
1472004-04-19  Philippe April <papril777@yahoo.com>
148        * Changed some debugging severity
149
1502004-04-19  Benoit Gr�goire  <bock@step.polymtl.ca>
151        * 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.
152
1532004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
154        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
155        per the POSIX spec, yet Linux or Mac OS X don't care...
156        * Fixed the double SIGTERM handler on Linux...
157
1582004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
159        * Added work around for uClibc bug in auth.c
160
1612004-04-17  Philippe April <papril777@yahoo.com>
162        * Fixed firewall scripts to make them standard and some firewall functions
163
1642004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
165        * Updated documentation in firewall.c
166
1672004-04-17  Philippe April <papril777@yahoo.com>
168        * Fixed path returning to gateway in phpauth/login/index.php
169
1702004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
171        * Merged in libhttpd into the source tree
172
1732004-04-16  Philippe April <papril777@yahoo.com>
174        * Fixed CRLF/formatting in phpauth/login/index.php
175        * Added some documentation for firewall.c, commandline.c
176        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
177
1782004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
179        * Changed the locking mechanism, now all access to t_node * structs
180        are properly protected.
181
1822004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
183        * Connection now closed if counter hasn't change for one full
184        period.
185
1862004-04-14  Philippe April <papril777@yahoo.com>
187        * Fixed shell script hardcoded interface
188
1892004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
190        * Existing IPs are logged off when they're authenticated again.
191
1922004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
193        * Fixed clean up so it happens at the right time.
194
1952004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
196        * Major retooling of insert_userclass(), fixed seg fault.
197        * The program now works as advertised.
198
1992004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
200        * Switched to threads. Alpha quality build, at best
201
2022004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
203        * Changed child return value handling, again. Now it's actually
204        using the real value instead of the flag.
205        * The http.c authentication code now closes the http connection
206        from the user.
207
2082004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
209        * Added extra debugging information.
210        * Fixed return value handling in debugging calls.
211
2122004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
213        * Removed duplicates signal handling hooks
214        * Additional comments in SIGCHLD handler
215
2162004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
217        * Node find if's expressions changed
218
2192004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
220        * SIGCHLD Handler initializaed outside of deamon mode now.
221
2222004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
223        * Very large modification. The entire architecture has been reworked
224        so that authentications to the central server are performed in a
225        fork()'d child process and the exit code from that child is then
226        used to set the User Class of the connection.
227        * The UserClasses (global definitions) and Rights (per connection)
228        have been integrated.
229
2302004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
231        * Changed HTTP server tasks to be handled by libhttpd - merged
232        incorporate_libhttpd branch
233
2342004-03-13  Philippe April <papril777@yahoo.com>
235        * Modified the way firewall scripts are called so we can configure
236        them in the config file (a bit more modular than it was)
237        * Added simple linked list to keep track of clients and to
238        keep a counter of the utilization and send it to the auth server
239        * Fixed CRLF/formatting in phpauth/auth/index.php
240        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
241
2422004-03-12  Philippe April <papril777@yahoo.com>
243        * Changed all perror()s into debug()s and added errno.h to common.h
244
2452004-03-10  Philippe April <papril777@yahoo.com>
246        * Small fix to firewall.c so we don't define variables after
247        the function has started (so it builds on gcc-2.95)
248
2492004-03-09  Philippe April <papril777@yahoo.com>
250        * Major changes, not forking anymore for new connections, now using
251        select() instead. It will allow us to efficiently use a linked list to track
252        users and other things. It introduces some bugs and design issues but will
253        be better in the end.
254
2552004-03-09  Philippe April <papril777@yahoo.com>
256        * Small fix in the default.php login page
257        * exit() where the program was supposed to exit but wasn't when the
258        firewall could not be setup
259
2602004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
261        * 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.
262
2632004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
264        * 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.
265
Note: See TracBrowser for help on using the browser.