root/trunk/wifidog/ChangeLog @ 506

Revision 506, 27.1 KB (checked in by minaguib, 8 years ago)

More verbose debugging output

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
2
32005-03-20 Mina Naguib <mina@ilesansfil.org>
4        * More verbose debugging output
5
62005-03-12 Mina Naguib <mina@ilesansfil.org>
7        * More debugging output
8        * Document ugly hack involving tid_fw_thread
9        * SIGPIPE now ignored (as it's comment said) instead of being sent to the
10        handler for SIGCHLD
11        * Bugfix firewall destruction not happening from termination handler - had
12        to move explicit thread kills after, not before, firewall destruction
13
142005-03-11 Mina Naguib <mina@ilesansfil.org>
15        * If external interface was unspecified in the conf file, try to determine
16        it from the default route
17        * If external interface is known, specify it in the trigger rule in
18        nat.PREROUTING to prevent the rule from matching traffic inbound to the
19        router itself.  This should fix the issue raised by Philippe and Pascal on
20        the mailing list
21        * Bugfix: UNDO ABOVE 2 ITEMS. Aparently you cannot use the "-o" iptables
22        option in nat.PREROUTING which makes knowing external_interface useless
23        * Added new chain in nat.PREROUTING that explicitly allows all traffic to
24        the router's internal IP from the internal interface, effectively
25        addressing the same above problem
26
272005-03-07 Mina Naguib <mina@ilesansfil.org>
28        * auth.c: Got rid of legacy _http_output and _http_redirect - replaced them
29        with libhttpd functions and http_wifidog_header/http_wifidog_footer
30        * auth.c: When re-directing to auth server now respects SSL setting instead
31        of always http+port 80
32        * auth.c: Better debugging output of what it's doing when it acts on auth
33        server response
34        * A little bit more care with buffers and their sizes
35        * Minor whitespace tweaking and a couple of internal doc typo fixes
36
372005-03-06 Mina Naguib <mina@ilesansfil.org>
38        * Check return values of pthread_create
39        * Internal documentation touch-ups
40        * auth.c: Bugfix invalid http header sent by _http_output
41        * Bugfix traffic counter read from iptables as long int instead of long
42        long int
43        * Minor insignificant code touch-ups:
44                * Replace pthread_mutex_lock/unlock calls with appropriate
45                LOCK_FOO/UNLOCK_FOO macros for consistency
46                * Lock first before using some variables, not after
47                * Indentation adjustments
48
492005-03-04 Mina Naguib <mina@ilesansfil.org>
50        * Bugfix huge uptime pointed out to be by Philippe - was caused when the
51        date is set (with ntpclient for example) after wifidog starts
52        * Beautified "Uh oh!" apology screens and redirection screen
53
542005-03-02 Alexandre Carmel-Veilleux <acv@acv.ca>
55        * Ifdef'd out the bits that are Linux specific if __linux__ is not
56          defined.
57
582005-03-01 Mina Naguib <mina@ilesansfil.org>
59        * Minor visual tweaks to the web interface
60
612005-03-01 Philippe April <philippe@ilesansfil.org>
62        * Tagged v1_1_0_beta3
63
642005-02-28 Mina Naguib <mina@ilesansfil.org>
65        * Do not update the last_updated field on incoming traffic - update it on
66        outgoing traffic only.  This should be a much more reliable indication of
67        client no longer being there
68        * WifiDog status is now viewable with a web browser at
69        http://ip:port/wifidog/status
70        * Added new web hook for http://ip:port/wifidog
71        * Beautified web interface at http://ip:port/wifidog/*
72
732005-02-24 Mina Naguib <mina@ilesansfil.org>
74        * auth_server_request now returns AUTH_ERROR on error instead of AUTH_VALIDATION_FAILED
75        * centralserver.c: Fix typo (was =+, made it +=) that made the response
76        from the auth server corrupted in memory if the entire response would not
77        fit in 1 packet and retrieved with 1 read() call
78        * Better logging of details and calling of mark_* (auth+online/offline)
79
802005-02-22 Philippe April <philippe@ilesansfil.org>
81        * Tagged v1_1_0_beta2
82
832005-02-20 Mina Naguib <mina@ilesansfil.org>
84        * New safe.c with safe_malloc, safe_strdup, safe_asprintf and
85        safe_vasprintf with propper logging and exit when error. Replaced all
86        instances of original with safe versions in all files
87        * Fix memory leak in iptables_fw_counters_update
88        * Partial merge from CaptiveDNS branch: Consolidated much of the networking
89        calls to the auth servers into a magical function called connect_auth_server()
90        that's responsible for dns lookup, connecting, marking servers bad, marking
91        online/auth_online, and refreshing the firewall rules.
92        * Partial merge from CaptiveDNS branch: Added new functions mark_auth_online(),
93        mark_auth_offline() and is_auth_online() - similar in nature to is_online()
94        etc. except tailored to decide on auth servers status - currently being called by
95        connect_auth_server()
96        * Partial merge from CaptiveDNS branch: Different apology in 404 handler
97        depending on whether internet is down or just auth server is down
98        * Partial merge from CaptiveDNS branch: wdctl status now shows status of
99        is_online and is_auth_online
100        * Fixed several inconsistencies regarding the parity and size of
101        incoming/outgoing counters.  Standardized on "unsigned long long int" in
102        declarations and *printf/*scanf formats
103
1042005-02-16 Philippe April <philippe@ilesansfil.org>
105        * ipkg/rules - When we clean, forgot to delete ipkg-build-stamp
106
1072005-02-15 Mina Naguib <mina@ilesansfil.org>
108        * Now also reports wifidog_uptime when it pings the server, as well as
109        shows it in wdctl status
110
1112005-02-13 Mina Naguib <mina@ilesansfil.org>
112        * Completely re-did the iptables rules.  Most of the rules are now in the
113        filter table instead of the nat table.  Also DROPs are now replaced with
114        REJECTs to help tell the user connection refused instead of endless pauses
115        * Bugfix: Traffic from client to router was counted twice in the "outgoing"
116        bytecount since it increased both counters in mangle.* and filter.* - Got
117        rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded
118
1192005-02-12 Mina Naguib <mina@ilesansfil.org>
120        * Stricter format rules for all *scan* functions hunting for IPs and MAC addresses
121        * fw_iptables.c: Make sure scanned IP address is a valid IP address
122        * firewall.c: Fix memory leak in arp_get
123        * libhttpd/protocol.c: Abort connection if read non-ascii from client. This
124        is often a telltale sign of a program such as skype using port 80 for
125        non-http requests - this therefore ends the thread as early as possible
126        instead of having it lay around for a while trying to get a valid http
127        request and taking up resources
128        * ping_thread.c: When pinging auth server now also sends sys_uptime, sys_memfree
129        and sys_load
130        * -v commandline option now shows wifidog version
131
1322005-02-11 Philippe April <philippe@ilesansfil.org>
133        * Tagged v1_1_0_beta1
134
1352005-02-11 Philippe April <philippe@ilesansfil.org>
136        * Fixed a bug in counting the traffic between client and gateway
137        * Alpha8
138
1392005-02-04 Mina Naguib <mina@ilesansfil.org>
140        * Partially bugfix apology when offline
141        * ipkg/rules: More tweaking to make it build nicely with recent openwrt
142        buildroots
143
1442005-02-03 Mina Naguib <mina@ilesansfil.org>
145        * Keep track of last times we successfully & unsuccessfully spoke to the
146        auth server/used DNS. Then, if we know we're not online, show a little
147        apology to the user instead of re-directing them to the auth server.
148        * ipkg/rules: Added some extra version detection to auto-detect versions
149        of kernel, iptables and ipkg-utils instead of having them hardcoded.  This
150        makes creating ipkg's work with different OpenWRT releases
151        * fw_iptables.c: Fixed memory leak caused by not freeing return from
152        iptables_compile in iptables_load_ruleset
153        * http.c: Deleted unused call to client_list_find
154        * http.c: /about URL now shows wifidog version
155        * Cosmetic typo fixes
156
1572005-02-03 Philippe April <isf_lists@philippeapril.com>
158        * Ping the users everytime we check their counters, that way we keep them
159        alive
160        * Optional ExternalInterface
161        * Optional GatewayAddress (we discover it. finally.)
162        * We check for the traffic from the clients to the firewall, to catch the
163        traffic the icmp ping is generating
164        * Fixed bug where we were doing the opposite of what desired when checking if authentication server was alive
165        * Bumped to alpha7
166
1672005-01-23 Philippe April <isf_lists@philippeapril.com>
168        * wdctl status will return the auth servers in the linked list
169        * We'll now forward to the auth server to display the used-to-be-ugly
170        messages like "go ahead and validate your account you have 15 minutes"
171        * Bumped to alpha6
172
1732005-01-06 Philippe April <philippe@philippeapril.com>
174        * fw_iptables.c: Changed REJECT to DROP for the end of the table Unknown,
175          REJECT doesn't seem to be available in the NAT table.
176        * fw_iptables.c: Indented things
177        * fw_iptables.c Fix: Created the authservers table at the beginning and destroy
178          at exit time only to avoid recreating it everytime
179        * Bumped to alpha5
180
1812005-01-05 Philippe April <philippe@philippeapril.com>
182        * Typo, fixed some spaces (mostly esthetic)
183        * Bumped to alpha4
184
1852004-12-19 Alexandre Carmel-Veilleux <acv@acv.ca>
186        * src/fw_iptables.c: Tweak of auth_server firewall rule setting
187          code. (and promptly undone, fixing the cause is better then
188          fixing the symptom)
189        * src/conf.c: NULL-fill auth_server struct so that
190          auth_server->last_ip always equals NULL when first filled.
191
1922004-12-16 Benoit Gr�goire  <bock@step.polymtl.ca>
193        * src/fw_iptables.c: Display iptables command that is run in debug mode.
194       
1952004-12-07 Benoit Gr�goire  <bock@step.polymtl.ca>
196        * src/firewall.c: Fix reversed incoming and outgoing connections in statistics code
197        * bump version to alpha3
198
1992004-11-29 Alexandre Carmel-Veilleux <acv@acv.ca>
200        * wifidog.conf: Fixed firewall rule bug.
201        * src/fw_iptables.c: Unknown user default block rule not "REJECT"
202          instead of "DROP"
203
2042004-11-23 Alexandre Carmel-Veilleux <acv@acv.ca>
205        * src/conf.c: Fixed a NULL pointer dereference in get_ruleset().
206
2072004-11-22 Alexandre Carmel-Veilleux <acv@acv.ca>
208        * libhttpd/api.c: Fix leak in HttpdEndRequest().
209        * src/ping_thread.c: Fix auth_server IP change code with latest
210          from previous branch.
211        * src/conf.h: Same as above.
212        * src/fw_iptables.c: Same as above.
213        * src/conf.[ch]: Firewall rule set parsing code.
214        * wifidog.conf: Default firewall rule set defined.
215        * src/fw_iptables.[ch]: Firewall rule set enacting code.
216        * configure.in: bumped version to 1.1.0-alpha2
217
2182004-11-18 Benoit Gr�goire  <bock@step.polymtl.ca>
219        * src/ping_thread.c: Merge phil's bug fixes from stable branch
220        * ipkg/rules:  Merge phil's bug fixes from stable branch
221        * configure.in:  Set version to 1.1.0alpha
222       
2232004-11-18 Alexandre Carmel-Veilleux <acv@acv.ca>
224        * src/fw_iptables.[ch]: Merged in Phil's patch.
225        * src/*: Added ping_thread hooks to reset authserver table in the
226          firewall if it notices the auth_servers changing IPs.
227
2282004-11-17 Alexandre Carmel-Veilleux <acv@acv.ca>
229        * libhttpd/*: libhttpd has been taken behind the shed and shot in
230          the back of the head. The replacement separates the request struct
231          from the server struct. It's thread safe if none of OUR threads
232          write to server.
233        * src/*: All the changes to handle the new libhttpd and also to
234          move over to a worker thread system. http_callback_auth() no
235          longer spawns a thread either.
236        * *: this update preceded by a cvs tag PRE_NEW_LIBHTTPD.
237        * *: You want to check the mailing list archive also.
238
2392004-11-10 Alexandre Carmel-Veilleux <acv@acv.ca>
240        * libhttpd/protocol.c: select() based timeout.
241
2422004-10-31 Alexandre Carmel-Veilleux <acv@acv.ca>
243        * configure.in: bumped version number to "1.0.2-pre1" since we
244          already have ile sans fil hot spots advertising "1.0.1".
245
2462004-10-30 Alexandre Carmel-Veilleux <acv@acv.ca>
247        * src/ping_thread.c: asynch read(). fixed bug in byte counting.
248
2492004-10-29 Philippe April <philippe@philippeapril.com>
250        * ipkg/rules: added conffiles so it does not overwrite config files
251
2522004-10-29 Alexandre Carmel-Veilleux <acv@acv.ca>
253        * src/ping_thread.c: Much new debugging information
254        * multiple files: Logging for all mutexes
255
2562004-10-28 Philippe April <philippe@philippeapril.com>
257        * ipkg/rules: building ipkg-tools before packaging
258
2592004-10-28 Alexandre Carmel-Veilleux <acv@acv.ca>
260        * multiple files: Implemented a FirewallRule config command, it
261          doesn't actually do anything yet.
262        * libhttpd: #if 0'd out lots of request parsing code.
263        * libhttpd: changed URL parsing.
264
2652004-10-27 Philippe April <philippe@philippeapril.com>
266        * ipkg/rules: removed --build=mipsel from ./configure
267
2682004-10-26 Philippe April <philippe@philippeapril.com>
269        * ipkg/rules: sed -i is not standard, did a workaround.
270        * ipkg/rules: openwrt's buildroot has changed, modified ipkg
271        accordingly, please read README.openwrt
272
2732004-10-22 Alexandre Carmel-Veilleux <acv@acv.ca>
274        * src/various: Added wd_gethostbyname, a thread-safe (serialized)
275          version of gethostbyname.
276
2772004-10-15 Alexandre Carmel-Veilleux <acv@acv.ca>
278        * src/auth.c: Fixed hard coded port.
279
2802004-10-09 Alexandre Carmel-Veilleux <acv@acv.ca>
281        * src/gateway.c: More logging on termination_handler.
282
2832004-10-08 Alexandre Carmel-Veilleux <acv@acv.ca>
284        * src/wdctl_thread.c: Fix wdctl_status to return all connected
285        users.
286
2872004-10-07 Alexandre Carmel-Veilleux <acv@acv.ca>
288        * src/conf.c: Fixed mark_auth_server_bad() for the case where there
289        is only one auth server.
290        * src/ping_thread.c: Added extra debugging.
291        * src/ping_thread.c: Fixed file descriptor leak.
292        * src/centralserver.c: Fixed many file descriptor leaks.
293        * src/centralserver.c: Failure of read() no longer fatal.
294        * src/centralserver.c: In case of failure, return from
295        auth_server_request() is no longer an undefined authresponse.
296        * src/util.c: Fixed typo in logging.
297        * src/wdctl_thread.c: Added logging when socket path is too long.
298        * src/debug.c: Debug now logs the time of an event.
299
3002004-08-30 Alexandre Carmel-Veilleux <acv@acv.ca>
301        * wifidog.conf: Corrected an example
302        * README.openwrt: Typo fixed, editorial changes
303        * ChangeLog: Benoit's last update entry was set in the future ;-).
304        * All over src/: Compiled with -Wall and fixed all nagging.
305
3062004-08-30 Benoit Gr�goire  <bock@step.polymtl.ca>
307        * Makefile.am: Add rpm target
308        * wifidog.spec.in:  Rework spec file.  Now works and include the init script
309        * 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.
310        * scripts/openwrt/S65wifidog: Add file
311        * scripts/init.d/wifidog:  Fix performance and protability problem.  Make it chkconfig compliant.  Test that chkconfig --add wifidog works (at least on mandrake)
312        * src/wdctl.c:  Change some message, make sure wdctl return 0 unless there is an error.
313       
3142004-08-30 Benoit Gr�goire  <bock@step.polymtl.ca>
315        * README.openwrt:  Documentation update
316        * Makefile.am:  Make a ipkg target to ease WRT54G installation
317        * ipkg/rules:  Add wdctl and the init.d script.
318        * Add BUILDROOT variable to the build system so we can use it when needed
319        * 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
320        * wifidog.conf:  Add more doc, and (most) of ISF's default config in comments.
321        * Bump version in anticipation for release
322
3232004-08-29 Guillaume Beaudoin <isf@soli.ca>
324        * wifidog.spec.in: Changed prefix to match scripts/init.d/wifidog.
325        * debian/rules: Configuration and init.d file added.
326        * debian/control: Description and Depends field changed.
327        * Makefile.am: Added scripts directory and ipkg/rules file.
328
3292004-08-29 Pascal Leclerc <pascal@plec.ca>
330        * scripts/init.d/wifidog: Startup/shutdown script for Wifidog deamon
331
3322004-08-29 Guillaume Beaudoin <isf@soli.ca>
333        * wifidog.spec.in: Must be in decending chronological order.
334
3352004-08-29 Guillaume Beaudoin <isf@soli.ca>
336        * wifidog.spec.in: Remove some leftover from libOFX.
337        * Makefile.am: Include debian/* files.
338        * We should now be able to package .deb and .rpm from dist.
339
3402004-08-27 Benoit Gr�goire  <bock@step.polymtl.ca>
341        * README.openwrt,src/conf.c,h:  Documentation update
342        * 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
343       
3442004-08-26 Pascal Leclerc <pascal@plec.ca>
345        * Makefile.am: Remove phpauth from EXTRA_DIST
346
3472004-08-25 Alexandre Carmel-Veilleux <acv@acv.ca>
348        * 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/
349
3502004-08-25 Benoit Gr�goire  <bock@step.polymtl.ca>
351        * src/auth.c:  Remove hardcoded path.
352       
3532004-08-23 Benoit Gr�goire  <bock@step.polymtl.ca>
354        * 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...).
355       
3562004-08-23 Benoit Gr�goire  <bock@step.polymtl.ca>
357        * src/centralserver.c:  Fix path for auth by appending /auth/ to auth_server->authserv_path.  Wifidog works again.
358       
3592004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca>
360        * Debug output of all HTTP transactions and their responses.
361        * Changed ipkg to use wifidog.conf from the base tree
362        * Send url to central server for link back out
363
3642004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca>
365        * Sort of fixed the hanging thread (with an explicit thread kill)
366        * Fixed ping code
367
3682004-08-13 Alexandre Carmel-Veilleux <acv@acv.ca>
369        * All Auth Server configuration now handled by the "AuthServer"
370        directive.
371        * The "AuthServer" directive is now multi line.
372
3732004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
374        * Added code to do heartbeat.
375        * Changed AuthServer yet again.
376
3772004-08-09 Alexandre Carmel-Veilleux <acv@acv.ca>
378        * WiFiDog now can read multiple auth servers in its config file.
379        * Added functions to handle the auth servers list.
380        * WiFiDog can failover between servers for its internal requests.
381        * Firewall sets rules for all auth servers.
382
3832004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
384        * AuthservPath no longer mandatory in config file.
385
3862004-08-04 Philippe April <wifidog@philippeapril.com>
387    * Renamed iptables.[ch] to fw_iptables.[ch]
388
3892004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
390        * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
391
3922004-08-01 Benoit Gr�goire  <bock@step.polymtl.ca>
393        * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
394
3952004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
396        * Added wdctl facility
397
3982004-07-21 Philippe April <wifidog@philippeapril.com>
399    * Cleaned up the ipkg makefile
400    * Added makefile to build on Debian
401
4022004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
403        * Build script for OpenWRT ipkg
404
4052004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
406        * Added cache control to default error message returned.
407
4082004-07-05 Philippe April <papril777@yahoo.com>
409    * Fixed an endless loop in client_list_delete
410
4112004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
412        * Added debugging to libhttpd so that httpdGetConnection() traces
413          its execution into ./httpdGetConnection.log. This should be removed
414          once it's no longer needed or put within #ifdef DEBUG's.
415
4162004-06-01 Philippe April <papril777@yahoo.com>
417    * Sending User-Agent header to central server
418
4192004-05-28 Philippe April <papril777@yahoo.com>
420    * Fixed bugs implemented after major changes
421
4222004-05-27 Benoit Gr�goire  <bock@step.polymtl.ca>
423        * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
424        * Cleaned up some more issues in my notes taken at the formal review
425        * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
426        * config.c:  Start the hunt for evil globals:  Get rid of the config global
427        * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
428        * Documentation now generates a TODO list and DEPRECATED list, please look at them
429
4302004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
431        * Cleaned up all the issues brought forward in the code review
432          on 2004-05-26 at Benoit's. There are to many changes to list
433          individually.
434
4352004-05-15  Philippe April <papril777@yahoo.com>
436    * Commented out cookie handling in libhttpd because it segfaults if
437    you pass a particular formatting/buggy one
438
4392004-05-14  Philippe April <papril777@yahoo.com>
440    * Fixed crash when receiving SIGPIPE signal with write() would fail
441
4422004-05-13  Philippe April <papril777@yahoo.com>
443    * Advertise to the central server when we logged out a user
444
4452004-05-12  Philippe April <papril777@yahoo.com>
446    * Sending a "stage" when doing authentication for the server
447    to be able to know if it's a login, or just a counters update.
448
4492004-05-11  Philippe April <papril777@yahoo.com>
450    * Now tracking the hotspot id and ip in database
451
4522004-05-07  Philippe April <wifidog@philippeapril.com>
453    * Now we store both incoming and outgoing counters on server
454    and expire if no activity at all on both
455    * Changed the structure of nodes a little
456
4572004-05-07  Philippe April <wifidog@philippeapril.com>
458    * New parameter ExternalInterface
459    * Made possible to count inbound traffic by inserting new rules
460
4612004-05-07  Philippe April <wifidog@philippeapril.com>
462    * Cleaned up common.h from files
463
4642004-05-07  Philippe April <wifidog@philippeapril.com>
465    * Made iptables' tables DEFINEs instead of being hardcoded
466
4672004-05-07  Philippe April <wifidog@philippeapril.com>
468    * Fixed typo
469
4702004-05-06  Philippe April <papril777@yahoo.com>
471    * Cleanups and standardized things
472
4732004-05-06  Philippe April <papril777@yahoo.com>
474    * Cleanups in fw_counter function
475
4762004-05-05  Philippe April <papril777@yahoo.com>
477    * Calling iptables directly instead of using shell scripts
478    for fw_init, fw_destroy and fw_allow/fw_deny
479    * Removed shell script for fw.counters
480    * Fixed memory leaks
481    * Moved most of the iptables-specific (all but the counters)
482    to iptables.c to modularize a bit more
483    * Hack to allow deciding if we want FW calls' messages quiet or not
484
4852004-04-23  Philippe April <papril777@yahoo.com>
486    * Fixed a debug line
487
4882004-04-22  Philippe April <papril777@yahoo.com>
489    * Major changes, cleaned up code
490    * Changed the way firewall tags traffic
491
4922004-04-21  Philippe April <papril777@yahoo.com>
493    * Changed fw.destroy so it cleans up more in a while loop
494
4952004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
496        * fixed expiration time
497
4982004-04-20  Philippe April <papril777@yahoo.com>
499    * A lot of changes regarding debugging facilities and added logging
500    to syslog
501    * Removed possibility to specify port on command line
502
5032004-04-19  Philippe April <papril777@yahoo.com>
504        * Changed some debugging severity
505
5062004-04-19  Benoit Gr�goire  <bock@step.polymtl.ca>
507        * 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.
508
5092004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
510        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
511        per the POSIX spec, yet Linux or Mac OS X don't care...
512        * Fixed the double SIGTERM handler on Linux...
513
5142004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
515        * Added work around for uClibc bug in auth.c
516
5172004-04-17  Philippe April <papril777@yahoo.com>
518        * Fixed firewall scripts to make them standard and some firewall functions
519
5202004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
521        * Updated documentation in firewall.c
522
5232004-04-17  Philippe April <papril777@yahoo.com>
524        * Fixed path returning to gateway in phpauth/login/index.php
525
5262004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
527        * Merged in libhttpd into the source tree
528
5292004-04-16  Philippe April <papril777@yahoo.com>
530        * Fixed CRLF/formatting in phpauth/login/index.php
531        * Added some documentation for firewall.c, commandline.c
532        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
533
5342004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
535        * Changed the locking mechanism, now all access to t_node * structs
536        are properly protected.
537
5382004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
539        * Connection now closed if counter hasn't change for one full
540        period.
541
5422004-04-14  Philippe April <papril777@yahoo.com>
543        * Fixed shell script hardcoded interface
544
5452004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
546        * Existing IPs are logged off when they're authenticated again.
547
5482004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
549        * Fixed clean up so it happens at the right time.
550
5512004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
552        * Major retooling of insert_userclass(), fixed seg fault.
553        * The program now works as advertised.
554
5552004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
556        * Switched to threads. Alpha quality build, at best
557
5582004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
559        * Changed child return value handling, again. Now it's actually
560        using the real value instead of the flag.
561        * The http.c authentication code now closes the http connection
562        from the user.
563
5642004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
565        * Added extra debugging information.
566        * Fixed return value handling in debugging calls.
567
5682004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
569        * Removed duplicates signal handling hooks
570        * Additional comments in SIGCHLD handler
571
5722004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
573        * Node find if's expressions changed
574
5752004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
576        * SIGCHLD Handler initializaed outside of deamon mode now.
577
5782004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
579        * Very large modification. The entire architecture has been reworked
580        so that authentications to the central server are performed in a
581        fork()'d child process and the exit code from that child is then
582        used to set the User Class of the connection.
583        * The UserClasses (global definitions) and Rights (per connection)
584        have been integrated.
585
5862004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
587        * Changed HTTP server tasks to be handled by libhttpd - merged
588        incorporate_libhttpd branch
589
5902004-03-13  Philippe April <papril777@yahoo.com>
591        * Modified the way firewall scripts are called so we can configure
592        them in the config file (a bit more modular than it was)
593        * Added simple linked list to keep track of clients and to
594        keep a counter of the utilization and send it to the auth server
595        * Fixed CRLF/formatting in phpauth/auth/index.php
596        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
597
5982004-03-12  Philippe April <papril777@yahoo.com>
599        * Changed all perror()s into debug()s and added errno.h to common.h
600
6012004-03-10  Philippe April <papril777@yahoo.com>
602        * Small fix to firewall.c so we don't define variables after
603        the function has started (so it builds on gcc-2.95)
604
6052004-03-09  Philippe April <papril777@yahoo.com>
606        * Major changes, not forking anymore for new connections, now using
607        select() instead. It will allow us to efficiently use a linked list to track
608        users and other things. It introduces some bugs and design issues but will
609        be better in the end.
610
6112004-03-09  Philippe April <papril777@yahoo.com>
612        * Small fix in the default.php login page
613        * exit() where the program was supposed to exit but wasn't when the
614        firewall could not be setup
615
6162004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
617        * 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.
618
6192004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
620        * 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.
621
Note: See TracBrowser for help on using the browser.