root/trunk/wifidog/ChangeLog @ 306

Revision 306, 18.8 KB (checked in by aprilp, 8 years ago)

Typo, fixed some spaces (mostly esthetic)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
2
32005-01-05 Philippe April <philippe@philippeapril.com>
4        * Typo, fixed some spaces (mostly esthetic)
5
62004-12-19 Alexandre Carmel-Veilleux <acv@acv.ca>
7        * src/fw_iptables.c: Tweak of auth_server firewall rule setting
8          code. (and promptly undone, fixing the cause is better then
9          fixing the symptom)
10        * src/conf.c: NULL-fill auth_server struct so that
11          auth_server->last_ip always equals NULL when first filled.
12
132004-12-16 Benoit Gr�goire  <bock@step.polymtl.ca>
14        * src/fw_iptables.c: Display iptables command that is run in debug mode.
15       
162004-12-07 Benoit Gr�goire  <bock@step.polymtl.ca>
17        * src/firewall.c: Fix reversed incoming and outgoing connections in statistics code
18        * bump version to alpha3
19
202004-11-29 Alexandre Carmel-Veilleux <acv@acv.ca>
21        * wifidog.conf: Fixed firewall rule bug.
22        * src/fw_iptables.c: Unknown user default block rule not "REJECT"
23          instead of "DROP"
24
252004-11-23 Alexandre Carmel-Veilleux <acv@acv.ca>
26        * src/conf.c: Fixed a NULL pointer dereference in get_ruleset().
27
282004-11-22 Alexandre Carmel-Veilleux <acv@acv.ca>
29        * libhttpd/api.c: Fix leak in HttpdEndRequest().
30        * src/ping_thread.c: Fix auth_server IP change code with latest
31          from previous branch.
32        * src/conf.h: Same as above.
33        * src/fw_iptables.c: Same as above.
34        * src/conf.[ch]: Firewall rule set parsing code.
35        * wifidog.conf: Default firewall rule set defined.
36        * src/fw_iptables.[ch]: Firewall rule set enacting code.
37        * configure.in: bumped version to 1.1.0-alpha2
38
392004-11-18 Benoit Gr�goire  <bock@step.polymtl.ca>
40        * src/ping_thread.c: Merge phil's bug fixes from stable branch
41        * ipkg/rules:  Merge phil's bug fixes from stable branch
42        * configure.in:  Set version to 1.1.0alpha
43       
442004-11-18 Alexandre Carmel-Veilleux <acv@acv.ca>
45        * src/fw_iptables.[ch]: Merged in Phil's patch.
46        * src/*: Added ping_thread hooks to reset authserver table in the
47          firewall if it notices the auth_servers changing IPs.
48
492004-11-17 Alexandre Carmel-Veilleux <acv@acv.ca>
50        * libhttpd/*: libhttpd has been taken behind the shed and shot in
51          the back of the head. The replacement separates the request struct
52          from the server struct. It's thread safe if none of OUR threads
53          write to server.
54        * src/*: All the changes to handle the new libhttpd and also to
55          move over to a worker thread system. http_callback_auth() no
56          longer spawns a thread either.
57        * *: this update preceded by a cvs tag PRE_NEW_LIBHTTPD.
58        * *: You want to check the mailing list archive also.
59
602004-11-10 Alexandre Carmel-Veilleux <acv@acv.ca>
61        * libhttpd/protocol.c: select() based timeout.
62
632004-10-31 Alexandre Carmel-Veilleux <acv@acv.ca>
64        * configure.in: bumped version number to "1.0.2-pre1" since we
65          already have ile sans fil hot spots advertising "1.0.1".
66
672004-10-30 Alexandre Carmel-Veilleux <acv@acv.ca>
68        * src/ping_thread.c: asynch read(). fixed bug in byte counting.
69
702004-10-29 Philippe April <philippe@philippeapril.com>
71        * ipkg/rules: added conffiles so it does not overwrite config files
72
732004-10-29 Alexandre Carmel-Veilleux <acv@acv.ca>
74        * src/ping_thread.c: Much new debugging information
75        * multiple files: Logging for all mutexes
76
772004-10-28 Philippe April <philippe@philippeapril.com>
78        * ipkg/rules: building ipkg-tools before packaging
79
802004-10-28 Alexandre Carmel-Veilleux <acv@acv.ca>
81        * multiple files: Implemented a FirewallRule config command, it
82          doesn't actually do anything yet.
83        * libhttpd: #if 0'd out lots of request parsing code.
84        * libhttpd: changed URL parsing.
85
862004-10-27 Philippe April <philippe@philippeapril.com>
87        * ipkg/rules: removed --build=mipsel from ./configure
88
892004-10-26 Philippe April <philippe@philippeapril.com>
90        * ipkg/rules: sed -i is not standard, did a workaround.
91        * ipkg/rules: openwrt's buildroot has changed, modified ipkg
92        accordingly, please read README.openwrt
93
942004-10-22 Alexandre Carmel-Veilleux <acv@acv.ca>
95        * src/various: Added wd_gethostbyname, a thread-safe (serialized)
96          version of gethostbyname.
97
982004-10-15 Alexandre Carmel-Veilleux <acv@acv.ca>
99        * src/auth.c: Fixed hard coded port.
100
1012004-10-09 Alexandre Carmel-Veilleux <acv@acv.ca>
102        * src/gateway.c: More logging on termination_handler.
103
1042004-10-08 Alexandre Carmel-Veilleux <acv@acv.ca>
105        * src/wdctl_thread.c: Fix wdctl_status to return all connected
106        users.
107
1082004-10-07 Alexandre Carmel-Veilleux <acv@acv.ca>
109        * src/conf.c: Fixed mark_auth_server_bad() for the case where there
110        is only one auth server.
111        * src/ping_thread.c: Added extra debugging.
112        * src/ping_thread.c: Fixed file descriptor leak.
113        * src/centralserver.c: Fixed many file descriptor leaks.
114        * src/centralserver.c: Failure of read() no longer fatal.
115        * src/centralserver.c: In case of failure, return from
116        auth_server_request() is no longer an undefined authresponse.
117        * src/util.c: Fixed typo in logging.
118        * src/wdctl_thread.c: Added logging when socket path is too long.
119        * src/debug.c: Debug now logs the time of an event.
120
1212004-08-30 Alexandre Carmel-Veilleux <acv@acv.ca>
122        * wifidog.conf: Corrected an example
123        * README.openwrt: Typo fixed, editorial changes
124        * ChangeLog: Benoit's last update entry was set in the future ;-).
125        * All over src/: Compiled with -Wall and fixed all nagging.
126
1272004-08-30 Benoit Gr�goire  <bock@step.polymtl.ca>
128        * Makefile.am: Add rpm target
129        * wifidog.spec.in:  Rework spec file.  Now works and include the init script
130        * ipkg/rules:  Deal with the incomplete init.d system of the OpenWrt.   Install scripts/init.d/wifidog as /usr/bin/wifidog-init, and call wifidog-init start from S65wifidog.
131        * scripts/openwrt/S65wifidog: Add file
132        * scripts/init.d/wifidog:  Fix performance and protability problem.  Make it chkconfig compliant.  Test that chkconfig --add wifidog works (at least on mandrake)
133        * src/wdctl.c:  Change some message, make sure wdctl return 0 unless there is an error.
134       
1352004-08-30 Benoit Gr�goire  <bock@step.polymtl.ca>
136        * README.openwrt:  Documentation update
137        * Makefile.am:  Make a ipkg target to ease WRT54G installation
138        * ipkg/rules:  Add wdctl and the init.d script.
139        * Add BUILDROOT variable to the build system so we can use it when needed
140        * src/ping_thread.c:  Have the server ping immediately on boot.  Note that this will only help if the second server responds.  The logic of the ping itself should be changed so it iterates in the list until it finds one that responds or exausts the list
141        * wifidog.conf:  Add more doc, and (most) of ISF's default config in comments.
142        * Bump version in anticipation for release
143
1442004-08-29 Guillaume Beaudoin <isf@soli.ca>
145        * wifidog.spec.in: Changed prefix to match scripts/init.d/wifidog.
146        * debian/rules: Configuration and init.d file added.
147        * debian/control: Description and Depends field changed.
148        * Makefile.am: Added scripts directory and ipkg/rules file.
149
1502004-08-29 Pascal Leclerc <pascal@plec.ca>
151        * scripts/init.d/wifidog: Startup/shutdown script for Wifidog deamon
152
1532004-08-29 Guillaume Beaudoin <isf@soli.ca>
154        * wifidog.spec.in: Must be in decending chronological order.
155
1562004-08-29 Guillaume Beaudoin <isf@soli.ca>
157        * wifidog.spec.in: Remove some leftover from libOFX.
158        * Makefile.am: Include debian/* files.
159        * We should now be able to package .deb and .rpm from dist.
160
1612004-08-27 Benoit Gr�goire  <bock@step.polymtl.ca>
162        * README.openwrt,src/conf.c,h:  Documentation update
163        * src/gateway.c, src/ping_thread.c, src/wdctl.c, src/wdctl_thread.c:  Fix linking problems related to errno.h and extern int errno
164       
1652004-08-26 Pascal Leclerc <pascal@plec.ca>
166        * Makefile.am: Remove phpauth from EXTRA_DIST
167
1682004-08-25 Alexandre Carmel-Veilleux <acv@acv.ca>
169        * src/auth.c: Path as changed in 1.26 was preceded by a /, the path already contains a / so it would yield http://host//path/
170
1712004-08-25 Benoit Gr�goire  <bock@step.polymtl.ca>
172        * src/auth.c:  Remove hardcoded path.
173       
1742004-08-23 Benoit Gr�goire  <bock@step.polymtl.ca>
175        * src/ping_thread.c:  Send the gateway id to the central server during ping, so the server know which gateway checked in, and then knows for sure that it is up (well, once the server implements it...).
176       
1772004-08-23 Benoit Gr�goire  <bock@step.polymtl.ca>
178        * src/centralserver.c:  Fix path for auth by appending /auth/ to auth_server->authserv_path.  Wifidog works again.
179       
1802004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca>
181        * Debug output of all HTTP transactions and their responses.
182        * Changed ipkg to use wifidog.conf from the base tree
183        * Send url to central server for link back out
184
1852004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca>
186        * Sort of fixed the hanging thread (with an explicit thread kill)
187        * Fixed ping code
188
1892004-08-13 Alexandre Carmel-Veilleux <acv@acv.ca>
190        * All Auth Server configuration now handled by the "AuthServer"
191        directive.
192        * The "AuthServer" directive is now multi line.
193
1942004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
195        * Added code to do heartbeat.
196        * Changed AuthServer yet again.
197
1982004-08-09 Alexandre Carmel-Veilleux <acv@acv.ca>
199        * WiFiDog now can read multiple auth servers in its config file.
200        * Added functions to handle the auth servers list.
201        * WiFiDog can failover between servers for its internal requests.
202        * Firewall sets rules for all auth servers.
203
2042004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
205        * AuthservPath no longer mandatory in config file.
206
2072004-08-04 Philippe April <wifidog@philippeapril.com>
208    * Renamed iptables.[ch] to fw_iptables.[ch]
209
2102004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
211        * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
212
2132004-08-01 Benoit Gr�goire  <bock@step.polymtl.ca>
214        * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
215
2162004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
217        * Added wdctl facility
218
2192004-07-21 Philippe April <wifidog@philippeapril.com>
220    * Cleaned up the ipkg makefile
221    * Added makefile to build on Debian
222
2232004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
224        * Build script for OpenWRT ipkg
225
2262004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
227        * Added cache control to default error message returned.
228
2292004-07-05 Philippe April <papril777@yahoo.com>
230    * Fixed an endless loop in client_list_delete
231
2322004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
233        * Added debugging to libhttpd so that httpdGetConnection() traces
234          its execution into ./httpdGetConnection.log. This should be removed
235          once it's no longer needed or put within #ifdef DEBUG's.
236
2372004-06-01 Philippe April <papril777@yahoo.com>
238    * Sending User-Agent header to central server
239
2402004-05-28 Philippe April <papril777@yahoo.com>
241    * Fixed bugs implemented after major changes
242
2432004-05-27 Benoit Gr�goire  <bock@step.polymtl.ca>
244        * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
245        * Cleaned up some more issues in my notes taken at the formal review
246        * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
247        * config.c:  Start the hunt for evil globals:  Get rid of the config global
248        * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
249        * Documentation now generates a TODO list and DEPRECATED list, please look at them
250
2512004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
252        * Cleaned up all the issues brought forward in the code review
253          on 2004-05-26 at Benoit's. There are to many changes to list
254          individually.
255
2562004-05-15  Philippe April <papril777@yahoo.com>
257    * Commented out cookie handling in libhttpd because it segfaults if
258    you pass a particular formatting/buggy one
259
2602004-05-14  Philippe April <papril777@yahoo.com>
261    * Fixed crash when receiving SIGPIPE signal with write() would fail
262
2632004-05-13  Philippe April <papril777@yahoo.com>
264    * Advertise to the central server when we logged out a user
265
2662004-05-12  Philippe April <papril777@yahoo.com>
267    * Sending a "stage" when doing authentication for the server
268    to be able to know if it's a login, or just a counters update.
269
2702004-05-11  Philippe April <papril777@yahoo.com>
271    * Now tracking the hotspot id and ip in database
272
2732004-05-07  Philippe April <wifidog@philippeapril.com>
274    * Now we store both incoming and outgoing counters on server
275    and expire if no activity at all on both
276    * Changed the structure of nodes a little
277
2782004-05-07  Philippe April <wifidog@philippeapril.com>
279    * New parameter ExternalInterface
280    * Made possible to count inbound traffic by inserting new rules
281
2822004-05-07  Philippe April <wifidog@philippeapril.com>
283    * Cleaned up common.h from files
284
2852004-05-07  Philippe April <wifidog@philippeapril.com>
286    * Made iptables' tables DEFINEs instead of being hardcoded
287
2882004-05-07  Philippe April <wifidog@philippeapril.com>
289    * Fixed typo
290
2912004-05-06  Philippe April <papril777@yahoo.com>
292    * Cleanups and standardized things
293
2942004-05-06  Philippe April <papril777@yahoo.com>
295    * Cleanups in fw_counter function
296
2972004-05-05  Philippe April <papril777@yahoo.com>
298    * Calling iptables directly instead of using shell scripts
299    for fw_init, fw_destroy and fw_allow/fw_deny
300    * Removed shell script for fw.counters
301    * Fixed memory leaks
302    * Moved most of the iptables-specific (all but the counters)
303    to iptables.c to modularize a bit more
304    * Hack to allow deciding if we want FW calls' messages quiet or not
305
3062004-04-23  Philippe April <papril777@yahoo.com>
307    * Fixed a debug line
308
3092004-04-22  Philippe April <papril777@yahoo.com>
310    * Major changes, cleaned up code
311    * Changed the way firewall tags traffic
312
3132004-04-21  Philippe April <papril777@yahoo.com>
314    * Changed fw.destroy so it cleans up more in a while loop
315
3162004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
317        * fixed expiration time
318
3192004-04-20  Philippe April <papril777@yahoo.com>
320    * A lot of changes regarding debugging facilities and added logging
321    to syslog
322    * Removed possibility to specify port on command line
323
3242004-04-19  Philippe April <papril777@yahoo.com>
325        * Changed some debugging severity
326
3272004-04-19  Benoit Gr�goire  <bock@step.polymtl.ca>
328        * 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.
329
3302004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
331        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
332        per the POSIX spec, yet Linux or Mac OS X don't care...
333        * Fixed the double SIGTERM handler on Linux...
334
3352004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
336        * Added work around for uClibc bug in auth.c
337
3382004-04-17  Philippe April <papril777@yahoo.com>
339        * Fixed firewall scripts to make them standard and some firewall functions
340
3412004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
342        * Updated documentation in firewall.c
343
3442004-04-17  Philippe April <papril777@yahoo.com>
345        * Fixed path returning to gateway in phpauth/login/index.php
346
3472004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
348        * Merged in libhttpd into the source tree
349
3502004-04-16  Philippe April <papril777@yahoo.com>
351        * Fixed CRLF/formatting in phpauth/login/index.php
352        * Added some documentation for firewall.c, commandline.c
353        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
354
3552004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
356        * Changed the locking mechanism, now all access to t_node * structs
357        are properly protected.
358
3592004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
360        * Connection now closed if counter hasn't change for one full
361        period.
362
3632004-04-14  Philippe April <papril777@yahoo.com>
364        * Fixed shell script hardcoded interface
365
3662004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
367        * Existing IPs are logged off when they're authenticated again.
368
3692004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
370        * Fixed clean up so it happens at the right time.
371
3722004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
373        * Major retooling of insert_userclass(), fixed seg fault.
374        * The program now works as advertised.
375
3762004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
377        * Switched to threads. Alpha quality build, at best
378
3792004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
380        * Changed child return value handling, again. Now it's actually
381        using the real value instead of the flag.
382        * The http.c authentication code now closes the http connection
383        from the user.
384
3852004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
386        * Added extra debugging information.
387        * Fixed return value handling in debugging calls.
388
3892004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
390        * Removed duplicates signal handling hooks
391        * Additional comments in SIGCHLD handler
392
3932004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
394        * Node find if's expressions changed
395
3962004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
397        * SIGCHLD Handler initializaed outside of deamon mode now.
398
3992004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
400        * Very large modification. The entire architecture has been reworked
401        so that authentications to the central server are performed in a
402        fork()'d child process and the exit code from that child is then
403        used to set the User Class of the connection.
404        * The UserClasses (global definitions) and Rights (per connection)
405        have been integrated.
406
4072004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
408        * Changed HTTP server tasks to be handled by libhttpd - merged
409        incorporate_libhttpd branch
410
4112004-03-13  Philippe April <papril777@yahoo.com>
412        * Modified the way firewall scripts are called so we can configure
413        them in the config file (a bit more modular than it was)
414        * Added simple linked list to keep track of clients and to
415        keep a counter of the utilization and send it to the auth server
416        * Fixed CRLF/formatting in phpauth/auth/index.php
417        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
418
4192004-03-12  Philippe April <papril777@yahoo.com>
420        * Changed all perror()s into debug()s and added errno.h to common.h
421
4222004-03-10  Philippe April <papril777@yahoo.com>
423        * Small fix to firewall.c so we don't define variables after
424        the function has started (so it builds on gcc-2.95)
425
4262004-03-09  Philippe April <papril777@yahoo.com>
427        * Major changes, not forking anymore for new connections, now using
428        select() instead. It will allow us to efficiently use a linked list to track
429        users and other things. It introduces some bugs and design issues but will
430        be better in the end.
431
4322004-03-09  Philippe April <papril777@yahoo.com>
433        * Small fix in the default.php login page
434        * exit() where the program was supposed to exit but wasn't when the
435        firewall could not be setup
436
4372004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
438        * 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.
439
4402004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
441        * 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.
442
Note: See TracBrowser for help on using the browser.