root/wifidog/wifidog-client/ChangeLog

Revision 332, 36.0 kB (checked in by florida, 1 year ago)

Ajout des mises à jour effectuées dans wifidog_1.3.3_rc1

Line 
1 # $Id: ChangeLog 1241 2007-06-24 04:13:13Z benoitg $
2 2007-06-24 Benoit Grégoire  <bock@step.polymtl.ca>
3         * Close #321:  Make the Gateway retry forever if it cannot find it's interface.  You never know when someone may finally replug the network cable or something...
4         * Close #332:  Apply patch from Laurent Marchal. biguphpc<AT>gmail<DOT>com
5         * fw_iptables.c:  Fix error in iptables_fw_access().  Rules were created as ACCEPT instead of DROP
6         * firewall.c:  Fix bug in fw_sync_with_authserver().  The traffic for the validation period of a user who validated his account while connected wouldn't get counted.
7         * doc/wifidog_firewall_map.dia:  At long last, full documentation of the firewall.  We would have avoided a lot of stupid mistakes if we produced that sooner.
8         * Release 1.1.3_rc1
9
10 2007-05-24 Benoit Grégoire  <bock@step.polymtl.ca>
11         * wdctl_thread.c:  Fix #324, again.  Credit goes to Medea, I misunderstood his instructons.
12         * From David Bird <david@coova.com> libhttpd/: Fix #266 - don't process query string parameters and keep them in that request.path.
13
14 2007-05-18 Benoit Grégoire  <bock@step.polymtl.ca>
15         * wdctl_thread.c:  Fix #324
16        
17 2007-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
18         * wifidog.conf:  Improve comments and add examples of blocking access to the upstream LAN.
19
20 2007-04-26 Benoit Grégoire  <bock@step.polymtl.ca>
21         * conf.h:  The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the config file) which caused huge needless load on the auth servers, and needless ping traffic towards the clients if it wasn't manually set.
22
23 2007-04-09 Benoit Grégoire  <bock@step.polymtl.ca>
24         * Makefile.am:  Slight path fix when using building make ipk.  Tell me if you have trouble with this
25
26 2007-01-06 Benoit Grégoire  <bock@step.polymtl.ca>
27         * contrib/ Add contrib dir to collect the scripts and other code distributed with, but not really part of wifidog.
28         * Include the scripts used to build a ipkg on Openwrt RC6 and 0.9
29         * Modify the build system to finally be able to build wifidog directly from the wifidog directory using the same files
30                 used to make the official .ipk, without having to copy ANYTHNG to the openwrt SDK.
31                 At last, there is now a new target:  make ipk make ipk OPENWRTSDK=path_to_openwrt_sdk
32         * ipk/ Removed the obsolete OpenWRT RC4 scripts
33         * README.openwrt:  Update
34         * scripts/openwrt/ remove obsolete dir.
35         * contrib/dump_fw.sh:  Convenience script for firewall debugging.
36                
37 2007-01-06 Benoit Grégoire  <bock@step.polymtl.ca>
38         * Documentation update in the code
39         * Released 1.1.3_beta6
40
41 2006-10-26 Benoit Grégoire  <bock@step.polymtl.ca>
42         * src/conf.h: Fix #238 by using $sysconfdir to compute the default config-file location.
43        
44 2006-10-08 Alexandre Carmel-Veilleux <acv@miniguru.ca>
45         * Changed my email in a few files.
46         * Broken down some printf's on multiple lines.
47         * Added comments.
48
49 2006-09-14 Benoit Grégoire  <bock@step.polymtl.ca>
50         * src/util.c, src/conf.h: Fix autodectection of the External interface if not specified in the config file.  If the interface (typically pppoe) wasn't yet fully up when wifidog starts, wifidog would stop every connection from going trough.  It will now retry every second for up to two minutes, and then exit with a fatal error if it can't successfully detect it.
51
52 2006-02-23 Philippe April <philippe@ilesansfil.org>
53         * src/fw_iptables.c:
54         * Changed order in the filter.FORWARD chain
55         * Added TCPMSS rule
56         * Fixed deleting the rules on shutdown
57         * Fixed wdctl reset problem
58         * Released 1.1.3_beta4
59
60 2006-02-06 Benoit Grégoire  <bock@step.polymtl.ca>
61         * src/fw_iptables.c: Fix deleting the rules on shutdown.
62
63 2006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
64         * Release 1.1.3_beta2
65        
66 2006-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
67         * src/fw_iptables.c:  Add the global ruleset to the nat table to fix #65.
68         Add the table parameter to iptables_load_ruleset() and iptables_compile
69         * libhttpd/protocol.c:  Fix pointer type mismatch
70     * src/conf.c,h:  Remove deprecated option AuthServMaxTries (which was already ignored anyway.       
71        
72 2006-01-23 Benoit Grégoire  <bock@step.polymtl.ca>
73         * src/conf.h:  Fix the value of DEFAULT_AUTHSERVPATH and completely wrong code comment.  Not the default indicated in the config file and the define are in sync.
74
75 2006-01-17 Mina Naguib <mina@ilesansfil.org>
76         * Ingisgnificant cleanup  of CVS artifacts after svn migration
77
78 2005-11-24 Philippe April <philippe@ilesansfil.org>
79         * Bad idea
80
81 2005-11-01 Max Horvath <max.horvath@maxspot.de>
82         * Added .project to .cvsignore
83
84 2005-11-01 Philippe April <philippe@ilesansfil.org>
85         * Added OPTIONS section in wifidog-init (example: enable syslog)
86
87 2005-10-09 Philippe April <philippe@ilesansfil.org>
88         * Changed html pages, added info to wdctl status
89
90 2005-10-07 Philippe April <philippe@ilesansfil.org>
91         * Released 1.1.3_beta1
92
93 2005-10-03 Philippe April <philippe@ilesansfil.org>
94         * libhttpd: Fixed two bugs parsing the GET query string making wifidog segfault
95
96 2005-09-24 Mina Naguib <mina@ilesansfil.org>
97         * New wdctl command "restart" which will get wifidog to restart itself
98         while preserving the existing clientlist.  Perfect for 0-downtime
99         upgrading!
100         * safe.c: New safe_fork that croaks if the fork fails, also takes care of
101         closing some global file descriptors for the child
102         * debug.c: Now also logs the PID as part of every entry
103         * gateway.c: Handler for SIGCHLD now waitpid()s with WNOHANG flag to prevent deadlock
104         when the handler is called and another wait() or waitpid() is used
105         * util.c: execute() now uses waitpid() instead of wait() to reap only the child
106         it fork/executed
107         * Extra debugging entries throughout code
108
109 2005-09-24 Mina Naguib <mina@ilesansfil.org>
110         * conf.c: Pre-emptive bugfix - harsh lockdown of parsing trusted MAC
111         addresses from config file
112
113 2005-09-24 Philippe April <philippe@ilesansfil.org>
114         * (finally) Added {Saul Albert,Jo Walsh,Schuyler}'s patch (thank you!) to send
115         the GW interface's mac address as the node_id if no node_id is specified. It allows
116         the use of generic configuration files without the need to hardcode the
117         node_id in.
118         * Added TrustedMACList configuration variable which allows specifying
119         MAC addresses which are allowed to go through without authentication.
120         * Updated OpenWrt instructions.
121
122 2005-09-08 Philippe April <philippe@ilesansfil.org>
123         * Added compile instructions and installation for OpenWrt Whiterussian-rc2
124         * Released 1.1.2
125
126 2005-05-30 Mina Naguib <mina@ilesansfil.org>
127         * New wdctl command "restart" which will get wifidog to restart itself while preserving the existing clientlist.  Perfect for 0-downtime upgrading!
128         * safe.c: New safe_fork that croaks if the fork fails, also takes care of closing some global file descriptors for the child
129         * debug.c: Now also logs the PID as part of every entry
130         * gateway.c: Handler for SIGCHLD now waitpid()s with WNOHANG flag to prevent deadlock when the handler is called and another wait() or waitpid() is used
131         * util.c: execute() now uses waitpid() instead of wait() to reap only the child it fork/executed
132         * Extra debugging entries throughout code
133        
134 2005-05-24 Mina Naguib <mina@ilesansfil.org>
135         * wdctl.c: Minor bugfix pointed out by David Vincelli: When an invalid
136         command is given to wdctl, the error message showed "Invalid command:
137         wdctl" instead of the actual command supplied
138
139 2005-05-23 Philippe April <philippe@ilesansfil.org>
140         * Released 1.1.2_pre1
141
142 2005-05-23 Mina Naguib <mina@ilesansfil.org>
143         * fw_uptables.c: When appending call to chain WiFiDog_Outgoing from
144         nat.prerouting, add it via -A (at end) instead of -I 1 (at beginning) to
145         allow for existing nat forwarding.
146
147 2005-05-16 Mina Naguib <mina@ilesansfil.org>
148         * centralserver.c: read()s from central server in auth_server_request() are
149         now timed-out (via select).  This is hopefully a bugfix to the
150         thread-freezing problem.
151
152 2005-05-06 Mina Naguib <mina@ilesansfil.org>
153         * Bugfix non-RFC compliant HTTP requests using \n instead of \r\n as line
154         terminations as per email from ludocornut@users.sourceforge.net
155
156 2005-04-28 Philippe April <philippe@ilesansfil.org>
157         * Released 1.1.2_beta2
158
159 2005-04-28 Mina Naguib <mina@ilesansfil.org>
160         * wifidog.conf: Make the default ruleset for validating users = allow all
161         (except sending SMTP)
162
163 2005-04-20 Philippe April <philippe@ilesansfil.org>
164         * fw_iptables.c: Insert ourselves at the end of filter.FORWARD instead of
165         at the beginning since important FW instructions are located there on the
166         WRT54Gs when used with some DSL providers and we never execute them
167         otherwise.
168         * Released 1.1.2_beta1
169
170 2005-04-03 Philippe April <philippe@ilesansfil.org>
171         * Fixed issue with FAQ
172         * ipkg/rules: If autogen.sh doesn't exist, it's ok. 'configure' will.
173
174 2005-04-01 Philippe April <philippe@ilesansfil.org>
175         * Duplicated auth server list in NAT table to fix the issue
176         of using an auth server on port 80, since port 80 was being systematically
177         redirected to 2060 otherwise.
178         * Released 1.1.1
179
180 2005-03-29 Mina Naguib <mina@ilesansfil.org>
181         * Added FAQ document copied from wiki
182
183 2005-03-22 Philippe April <philippe@ilesansfil.org>
184         * Released 1.1.0
185
186 2005-03-20 Mina Naguib <mina@ilesansfil.org>
187         * More verbose debugging output
188
189 2005-03-12 Mina Naguib <mina@ilesansfil.org>
190         * More debugging output
191         * Document ugly hack involving tid_fw_thread
192         * SIGPIPE now ignored (as it's comment said) instead of being sent to the
193         handler for SIGCHLD
194         * Bugfix firewall destruction not happening from termination handler - had
195         to move explicit thread kills after, not before, firewall destruction
196
197 2005-03-11 Mina Naguib <mina@ilesansfil.org>
198         * If external interface was unspecified in the conf file, try to determine
199         it from the default route
200         * If external interface is known, specify it in the trigger rule in
201         nat.PREROUTING to prevent the rule from matching traffic inbound to the
202         router itself.  This should fix the issue raised by Philippe and Pascal on
203         the mailing list
204         * Bugfix: UNDO ABOVE 2 ITEMS. Aparently you cannot use the "-o" iptables
205         option in nat.PREROUTING which makes knowing external_interface useless
206         * Added new chain in nat.PREROUTING that explicitly allows all traffic to
207         the router's internal IP from the internal interface, effectively
208         addressing the same above problem
209
210 2005-03-07 Mina Naguib <mina@ilesansfil.org>
211         * auth.c: Got rid of legacy _http_output and _http_redirect - replaced them
212         with libhttpd functions and http_wifidog_header/http_wifidog_footer
213         * auth.c: When re-directing to auth server now respects SSL setting instead
214         of always http+port 80
215         * auth.c: Better debugging output of what it's doing when it acts on auth
216         server response
217         * A little bit more care with buffers and their sizes
218         * Minor whitespace tweaking and a couple of internal doc typo fixes
219
220 2005-03-06 Mina Naguib <mina@ilesansfil.org>
221         * Check return values of pthread_create
222         * Internal documentation touch-ups
223         * auth.c: Bugfix invalid http header sent by _http_output
224         * Bugfix traffic counter read from iptables as long int instead of long
225         long int
226         * Minor insignificant code touch-ups:
227                 * Replace pthread_mutex_lock/unlock calls with appropriate
228                 LOCK_FOO/UNLOCK_FOO macros for consistency
229                 * Lock first before using some variables, not after
230                 * Indentation adjustments
231
232 2005-03-04 Mina Naguib <mina@ilesansfil.org>
233         * Bugfix huge uptime pointed out to be by Philippe - was caused when the
234         date is set (with ntpclient for example) after wifidog starts
235         * Beautified "Uh oh!" apology screens and redirection screen
236
237 2005-03-02 Alexandre Carmel-Veilleux <acv@acv.ca>
238         * Ifdef'd out the bits that are Linux specific if __linux__ is not
239           defined.
240
241 2005-03-01 Mina Naguib <mina@ilesansfil.org>
242         * Minor visual tweaks to the web interface
243
244 2005-03-01 Philippe April <philippe@ilesansfil.org>
245         * Tagged v1_1_0_beta3
246
247 2005-02-28 Mina Naguib <mina@ilesansfil.org>
248         * Do not update the last_updated field on incoming traffic - update it on
249         outgoing traffic only.  This should be a much more reliable indication of
250         client no longer being there
251         * WifiDog status is now viewable with a web browser at
252         http://ip:port/wifidog/status
253         * Added new web hook for http://ip:port/wifidog
254         * Beautified web interface at http://ip:port/wifidog/*
255
256 2005-02-24 Mina Naguib <mina@ilesansfil.org>
257         * auth_server_request now returns AUTH_ERROR on error instead of AUTH_VALIDATION_FAILED
258         * centralserver.c: Fix typo (was =+, made it +=) that made the response
259         from the auth server corrupted in memory if the entire response would not
260         fit in 1 packet and retrieved with 1 read() call
261         * Better logging of details and calling of mark_* (auth+online/offline)
262
263 2005-02-22 Philippe April <philippe@ilesansfil.org>
264         * Tagged v1_1_0_beta2
265
266 2005-02-20 Mina Naguib <mina@ilesansfil.org>
267         * New safe.c with safe_malloc, safe_strdup, safe_asprintf and
268         safe_vasprintf with propper logging and exit when error. Replaced all
269         instances of original with safe versions in all files
270         * Fix memory leak in iptables_fw_counters_update
271         * Partial merge from CaptiveDNS branch: Consolidated much of the networking
272         calls to the auth servers into a magical function called connect_auth_server()
273         that's responsible for dns lookup, connecting, marking servers bad, marking
274         online/auth_online, and refreshing the firewall rules.
275         * Partial merge from CaptiveDNS branch: Added new functions mark_auth_online(),
276         mark_auth_offline() and is_auth_online() - similar in nature to is_online()
277         etc. except tailored to decide on auth servers status - currently being called by
278         connect_auth_server()
279         * Partial merge from CaptiveDNS branch: Different apology in 404 handler
280         depending on whether internet is down or just auth server is down
281         * Partial merge from CaptiveDNS branch: wdctl status now shows status of
282         is_online and is_auth_online
283         * Fixed several inconsistencies regarding the parity and size of
284         incoming/outgoing counters.  Standardized on "unsigned long long int" in
285         declarations and *printf/*scanf formats
286
287 2005-02-16 Philippe April <philippe@ilesansfil.org>
288         * ipkg/rules - When we clean, forgot to delete ipkg-build-stamp
289
290 2005-02-15 Mina Naguib <mina@ilesansfil.org>
291         * Now also reports wifidog_uptime when it pings the server, as well as
292         shows it in wdctl status
293
294 2005-02-13 Mina Naguib <mina@ilesansfil.org>
295         * Completely re-did the iptables rules.  Most of the rules are now in the
296         filter table instead of the nat table.  Also DROPs are now replaced with
297         REJECTs to help tell the user connection refused instead of endless pauses
298         * Bugfix: Traffic from client to router was counted twice in the "outgoing"
299         bytecount since it increased both counters in mangle.* and filter.* - Got
300         rid of TABLE_WIFIDOG_WIFI_TO_GW completely since it's unneeded
301
302 2005-02-12 Mina Naguib <mina@ilesansfil.org>
303         * Stricter format rules for all *scan* functions hunting for IPs and MAC addresses
304         * fw_iptables.c: Make sure scanned IP address is a valid IP address
305         * firewall.c: Fix memory leak in arp_get
306         * libhttpd/protocol.c: Abort connection if read non-ascii from client. This
307         is often a telltale sign of a program such as skype using port 80 for
308         non-http requests - this therefore ends the thread as early as possible
309         instead of having it lay around for a while trying to get a valid http
310         request and taking up resources
311         * ping_thread.c: When pinging auth server now also sends sys_uptime, sys_memfree
312         and sys_load
313         * -v commandline option now shows wifidog version
314
315 2005-02-11 Philippe April <philippe@ilesansfil.org>
316         * Tagged v1_1_0_beta1
317
318 2005-02-11 Philippe April <philippe@ilesansfil.org>
319         * Fixed a bug in counting the traffic between client and gateway
320         * Alpha8
321
322 2005-02-04 Mina Naguib <mina@ilesansfil.org>
323         * Partially bugfix apology when offline
324         * ipkg/rules: More tweaking to make it build nicely with recent openwrt
325         buildroots
326
327 2005-02-03 Mina Naguib <mina@ilesansfil.org>
328         * Keep track of last times we successfully & unsuccessfully spoke to the
329         auth server/used DNS. Then, if we know we're not online, show a little
330         apology to the user instead of re-directing them to the auth server.
331         * ipkg/rules: Added some extra version detection to auto-detect versions
332         of kernel, iptables and ipkg-utils instead of having them hardcoded.  This
333         makes creating ipkg's work with different OpenWRT releases
334         * fw_iptables.c: Fixed memory leak caused by not freeing return from
335         iptables_compile in iptables_load_ruleset
336         * http.c: Deleted unused call to client_list_find
337         * http.c: /about URL now shows wifidog version
338         * Cosmetic typo fixes
339
340 2005-02-03 Philippe April <isf_lists@philippeapril.com>
341         * Ping the users everytime we check their counters, that way we keep them
342         alive
343         * Optional ExternalInterface
344         * Optional GatewayAddress (we discover it. finally.)
345         * We check for the traffic from the clients to the firewall, to catch the
346         traffic the icmp ping is generating
347         * Fixed bug where we were doing the opposite of what desired when checking if authentication server was alive
348         * Bumped to alpha7
349
350 2005-01-23 Philippe April <isf_lists@philippeapril.com>
351         * wdctl status will return the auth servers in the linked list
352         * We'll now forward to the auth server to display the used-to-be-ugly
353         messages like "go ahead and validate your account you have 15 minutes"
354         * Bumped to alpha6
355
356 2005-01-06 Philippe April <philippe@philippeapril.com>
357         * fw_iptables.c: Changed REJECT to DROP for the end of the table Unknown,
358           REJECT doesn't seem to be available in the NAT table.
359         * fw_iptables.c: Indented things
360         * fw_iptables.c Fix: Created the authservers table at the beginning and destroy
361           at exit time only to avoid recreating it everytime
362         * Bumped to alpha5
363
364 2005-01-05 Philippe April <philippe@philippeapril.com>
365         * Typo, fixed some spaces (mostly esthetic)
366         * Bumped to alpha4
367
368 2004-12-19 Alexandre Carmel-Veilleux <acv@acv.ca>
369         * src/fw_iptables.c: Tweak of auth_server firewall rule setting
370           code. (and promptly undone, fixing the cause is better then
371           fixing the symptom)
372         * src/conf.c: NULL-fill auth_server struct so that
373           auth_server->last_ip always equals NULL when first filled.
374
375 2004-12-16 Benoit Grégoire  <bock@step.polymtl.ca>
376         * src/fw_iptables.c: Display iptables command that is run in debug mode.
377        
378 2004-12-07 Benoit Grégoire  <bock@step.polymtl.ca>
379         * src/firewall.c: Fix reversed incoming and outgoing connections in statistics code
380         * bump version to alpha3
381
382 2004-11-29 Alexandre Carmel-Veilleux <acv@acv.ca>
383         * wifidog.conf: Fixed firewall rule bug.
384         * src/fw_iptables.c: Unknown user default block rule not "REJECT"
385           instead of "DROP"
386
387 2004-11-23 Alexandre Carmel-Veilleux <acv@acv.ca>
388         * src/conf.c: Fixed a NULL pointer dereference in get_ruleset().
389
390 2004-11-22 Alexandre Carmel-Veilleux <acv@acv.ca>
391         * libhttpd/api.c: Fix leak in HttpdEndRequest().
392         * src/ping_thread.c: Fix auth_server IP change code with latest
393           from previous branch.
394         * src/conf.h: Same as above.
395         * src/fw_iptables.c: Same as above.
396         * src/conf.[ch]: Firewall rule set parsing code.
397         * wifidog.conf: Default firewall rule set defined.
398         * src/fw_iptables.[ch]: Firewall rule set enacting code.
399         * configure.in: bumped version to 1.1.0-alpha2
400
401 2004-11-18 Benoit Grégoire  <bock@step.polymtl.ca>
402         * src/ping_thread.c: Merge phil's bug fixes from stable branch
403         * ipkg/rules:  Merge phil's bug fixes from stable branch
404         * configure.in:  Set version to 1.1.0alpha
405        
406 2004-11-18 Alexandre Carmel-Veilleux <acv@acv.ca>
407         * src/fw_iptables.[ch]: Merged in Phil's patch.
408         * src/*: Added ping_thread hooks to reset authserver table in the
409           firewall if it notices the auth_servers changing IPs.
410
411 2004-11-17 Alexandre Carmel-Veilleux <acv@acv.ca>
412         * libhttpd/*: libhttpd has been taken behind the shed and shot in
413           the back of the head. The replacement separates the request struct
414           from the server struct. It's thread safe if none of OUR threads
415           write to server.
416         * src/*: All the changes to handle the new libhttpd and also to
417           move over to a worker thread system. http_callback_auth() no
418           longer spawns a thread either.
419         * *: this update preceded by a cvs tag PRE_NEW_LIBHTTPD.
420         * *: You want to check the mailing list archive also.
421
422 2004-11-10 Alexandre Carmel-Veilleux <acv@acv.ca>
423         * libhttpd/protocol.c: select() based timeout.
424
425 2004-10-31 Alexandre Carmel-Veilleux <acv@acv.ca>
426         * configure.in: bumped version number to "1.0.2-pre1" since we
427           already have ile sans fil hot spots advertising "1.0.1".
428
429 2004-10-30 Alexandre Carmel-Veilleux <acv@acv.ca>
430         * src/ping_thread.c: asynch read(). fixed bug in byte counting.
431
432 2004-10-29 Philippe April <philippe@philippeapril.com>
433         * ipkg/rules: added conffiles so it does not overwrite config files
434
435 2004-10-29 Alexandre Carmel-Veilleux <acv@acv.ca>
436         * src/ping_thread.c: Much new debugging information
437         * multiple files: Logging for all mutexes
438
439 2004-10-28 Philippe April <philippe@philippeapril.com>
440         * ipkg/rules: building ipkg-tools before packaging
441
442 2004-10-28 Alexandre Carmel-Veilleux <acv@acv.ca>
443         * multiple files: Implemented a FirewallRule config command, it
444           doesn't actually do anything yet.
445         * libhttpd: #if 0'd out lots of request parsing code.
446         * libhttpd: changed URL parsing.
447
448 2004-10-27 Philippe April <philippe@philippeapril.com>
449         * ipkg/rules: removed --build=mipsel from ./configure
450
451 2004-10-26 Philippe April <philippe@philippeapril.com>
452         * ipkg/rules: sed -i is not standard, did a workaround.
453         * ipkg/rules: openwrt's buildroot has changed, modified ipkg
454         accordingly, please read README.openwrt
455
456 2004-10-22 Alexandre Carmel-Veilleux <acv@acv.ca>
457         * src/various: Added wd_gethostbyname, a thread-safe (serialized)
458           version of gethostbyname.
459
460 2004-10-15 Alexandre Carmel-Veilleux <acv@acv.ca>
461         * src/auth.c: Fixed hard coded port.
462
463 2004-10-09 Alexandre Carmel-Veilleux <acv@acv.ca>
464         * src/gateway.c: More logging on termination_handler.
465
466 2004-10-08 Alexandre Carmel-Veilleux <acv@acv.ca>
467         * src/wdctl_thread.c: Fix wdctl_status to return all connected
468         users.
469
470 2004-10-07 Alexandre Carmel-Veilleux <acv@acv.ca>
471         * src/conf.c: Fixed mark_auth_server_bad() for the case where there
472         is only one auth server.
473         * src/ping_thread.c: Added extra debugging.
474         * src/ping_thread.c: Fixed file descriptor leak.
475         * src/centralserver.c: Fixed many file descriptor leaks.
476         * src/centralserver.c: Failure of read() no longer fatal.
477         * src/centralserver.c: In case of failure, return from
478         auth_server_request() is no longer an undefined authresponse.
479         * src/util.c: Fixed typo in logging.
480         * src/wdctl_thread.c: Added logging when socket path is too long.
481         * src/debug.c: Debug now logs the time of an event.
482
483 2004-08-30 Alexandre Carmel-Veilleux <acv@acv.ca>
484         * wifidog.conf: Corrected an example
485         * README.openwrt: Typo fixed, editorial changes
486         * ChangeLog: Benoit's last update entry was set in the future ;-).
487         * All over src/: Compiled with -Wall and fixed all nagging.
488
489 2004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
490         * Makefile.am: Add rpm target
491         * wifidog.spec.in:  Rework spec file.  Now works and include the init script
492         * 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.
493         * scripts/openwrt/S65wifidog: Add file
494         * scripts/init.d/wifidog:  Fix performance and protability problem.  Make it chkconfig compliant.  Test that chkconfig --add wifidog works (at least on mandrake)
495         * src/wdctl.c:  Change some message, make sure wdctl return 0 unless there is an error.
496        
497 2004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
498         * README.openwrt:  Documentation update
499         * Makefile.am:  Make a ipkg target to ease WRT54G installation
500         * ipkg/rules:  Add wdctl and the init.d script.
501         * Add BUILDROOT variable to the build system so we can use it when needed
502         * 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
503         * wifidog.conf:  Add more doc, and (most) of ISF's default config in comments.
504         * Bump version in anticipation for release
505
506 2004-08-29 Guillaume Beaudoin <isf@soli.ca>
507         * wifidog.spec.in: Changed prefix to match scripts/init.d/wifidog.
508         * debian/rules: Configuration and init.d file added.
509         * debian/control: Description and Depends field changed.
510         * Makefile.am: Added scripts directory and ipkg/rules file.
511
512 2004-08-29 Pascal Leclerc <pascal@plec.ca>
513         * scripts/init.d/wifidog: Startup/shutdown script for Wifidog deamon
514
515 2004-08-29 Guillaume Beaudoin <isf@soli.ca>
516         * wifidog.spec.in: Must be in decending chronological order.
517
518 2004-08-29 Guillaume Beaudoin <isf@soli.ca>
519         * wifidog.spec.in: Remove some leftover from libOFX.
520         * Makefile.am: Include debian/* files.
521         * We should now be able to package .deb and .rpm from dist.
522
523 2004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
524         * README.openwrt,src/conf.c,h:  Documentation update
525         * 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
526        
527 2004-08-26 Pascal Leclerc <pascal@plec.ca>
528         * Makefile.am: Remove phpauth from EXTRA_DIST
529
530 2004-08-25 Alexandre Carmel-Veilleux <acv@acv.ca>
531         * 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/
532
533 2004-08-25 Benoit Grégoire  <bock@step.polymtl.ca>
534         * src/auth.c:  Remove hardcoded path.
535        
536 2004-08-23 Benoit Grégoire  <bock@step.polymtl.ca>
537         * 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...).
538        
539 2004-08-23 Benoit Grégoire  <bock@step.polymtl.ca>
540         * src/centralserver.c:  Fix path for auth by appending /auth/ to auth_server->authserv_path.  Wifidog works again.
541        
542 2004-08-20 Alexandre Carmel-Veilleux <acv@acv.ca>
543         * Debug output of all HTTP transactions and their responses.
544         * Changed ipkg to use wifidog.conf from the base tree
545         * Send url to central server for link back out
546
547 2004-08-19 Alexandre Carmel-Veilleux <acv@acv.ca>
548         * Sort of fixed the hanging thread (with an explicit thread kill)
549         * Fixed ping code
550
551 2004-08-13 Alexandre Carmel-Veilleux <acv@acv.ca>
552         * All Auth Server configuration now handled by the "AuthServer"
553         directive.
554         * The "AuthServer" directive is now multi line.
555
556 2004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
557         * Added code to do heartbeat.
558         * Changed AuthServer yet again.
559
560 2004-08-09 Alexandre Carmel-Veilleux <acv@acv.ca>
561         * WiFiDog now can read multiple auth servers in its config file.
562         * Added functions to handle the auth servers list.
563         * WiFiDog can failover between servers for its internal requests.
564         * Firewall sets rules for all auth servers.
565
566 2004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
567         * AuthservPath no longer mandatory in config file.
568
569 2004-08-04 Philippe April <wifidog@philippeapril.com>
570     * Renamed iptables.[ch] to fw_iptables.[ch]
571
572 2004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
573         * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
574
575 2004-08-01 Benoit Grégoire  <bock@step.polymtl.ca>
576         * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
577
578 2004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
579         * Added wdctl facility
580
581 2004-07-21 Philippe April <wifidog@philippeapril.com>
582     * Cleaned up the ipkg makefile
583     * Added makefile to build on Debian
584
585 2004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
586         * Build script for OpenWRT ipkg
587
588 2004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
589         * Added cache control to default error message returned.
590
591 2004-07-05 Philippe April <papril777@yahoo.com>
592     * Fixed an endless loop in client_list_delete
593
594 2004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
595         * Added debugging to libhttpd so that httpdGetConnection() traces
596           its execution into ./httpdGetConnection.log. This should be removed
597           once it's no longer needed or put within #ifdef DEBUG's.
598
599 2004-06-01 Philippe April <papril777@yahoo.com>
600     * Sending User-Agent header to central server
601
602 2004-05-28 Philippe April <papril777@yahoo.com>
603     * Fixed bugs implemented after major changes
604
605 2004-05-27 Benoit Grégoire  <bock@step.polymtl.ca>
606         * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
607         * Cleaned up some more issues in my notes taken at the formal review
608         * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
609         * config.c:  Start the hunt for evil globals:  Get rid of the config global
610         * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
611         * Documentation now generates a TODO list and DEPRECATED list, please look at them
612
613 2004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
614         * Cleaned up all the issues brought forward in the code review
615           on 2004-05-26 at Benoit's. There are to many changes to list
616           individually.
617
618 2004-05-15  Philippe April <papril777@yahoo.com>
619     * Commented out cookie handling in libhttpd because it segfaults if
620     you pass a particular formatting/buggy one
621
622 2004-05-14  Philippe April <papril777@yahoo.com>
623     * Fixed crash when receiving SIGPIPE signal with write() would fail
624
625 2004-05-13  Philippe April <papril777@yahoo.com>
626     * Advertise to the central server when we logged out a user
627
628 2004-05-12  Philippe April <papril777@yahoo.com>
629     * Sending a "stage" when doing authentication for the server
630     to be able to know if it's a login, or just a counters update.
631
632 2004-05-11  Philippe April <papril777@yahoo.com>
633     * Now tracking the hotspot id and ip in database
634
635 2004-05-07  Philippe April <wifidog@philippeapril.com>
636     * Now we store both incoming and outgoing counters on server
637     and expire if no activity at all on both
638     * Changed the structure of nodes a little
639
640 2004-05-07  Philippe April <wifidog@philippeapril.com>
641     * New parameter ExternalInterface
642     * Made possible to count inbound traffic by inserting new rules
643
644 2004-05-07  Philippe April <wifidog@philippeapril.com>
645     * Cleaned up common.h from files
646
647 2004-05-07  Philippe April <wifidog@philippeapril.com>
648     * Made iptables' tables DEFINEs instead of being hardcoded
649
650 2004-05-07  Philippe April <wifidog@philippeapril.com>
651     * Fixed typo
652
653 2004-05-06  Philippe April <papril777@yahoo.com>
654     * Cleanups and standardized things
655
656 2004-05-06  Philippe April <papril777@yahoo.com>
657     * Cleanups in fw_counter function
658
659 2004-05-05  Philippe April <papril777@yahoo.com>
660     * Calling iptables directly instead of using shell scripts
661     for fw_init, fw_destroy and fw_allow/fw_deny
662     * Removed shell script for fw.counters
663     * Fixed memory leaks
664     * Moved most of the iptables-specific (all but the counters)
665     to iptables.c to modularize a bit more
666     * Hack to allow deciding if we want FW calls' messages quiet or not
667
668 2004-04-23  Philippe April <papril777@yahoo.com>
669     * Fixed a debug line
670
671 2004-04-22  Philippe April <papril777@yahoo.com>
672     * Major changes, cleaned up code
673     * Changed the way firewall tags traffic
674
675 2004-04-21  Philippe April <papril777@yahoo.com>
676     * Changed fw.destroy so it cleans up more in a while loop
677
678 2004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
679         * fixed expiration time
680
681 2004-04-20  Philippe April <papril777@yahoo.com>
682     * A lot of changes regarding debugging facilities and added logging
683     to syslog
684     * Removed possibility to specify port on command line
685
686 2004-04-19  Philippe April <papril777@yahoo.com>
687         * Changed some debugging severity
688
689 2004-04-19  Benoit Grégoire  <bock@step.polymtl.ca>
690         * 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.
691
692 2004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
693         * Fixed pthread_cond_timedwait. The mutex needed to be locked as
694         per the POSIX spec, yet Linux or Mac OS X don't care...
695         * Fixed the double SIGTERM handler on Linux...
696
697 2004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
698         * Added work around for uClibc bug in auth.c
699
700 2004-04-17  Philippe April <papril777@yahoo.com>
701         * Fixed firewall scripts to make them standard and some firewall functions
702
703 2004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
704         * Updated documentation in firewall.c
705
706 2004-04-17  Philippe April <papril777@yahoo.com>
707         * Fixed path returning to gateway in phpauth/login/index.php
708
709 2004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
710         * Merged in libhttpd into the source tree
711
712 2004-04-16  Philippe April <papril777@yahoo.com>
713         * Fixed CRLF/formatting in phpauth/login/index.php
714         * Added some documentation for firewall.c, commandline.c
715         * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
716
717 2004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
718         * Changed the locking mechanism, now all access to t_node * structs
719         are properly protected.
720
721 2004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
722         * Connection now closed if counter hasn't change for one full
723         period.
724
725 2004-04-14  Philippe April <papril777@yahoo.com>
726         * Fixed shell script hardcoded interface
727
728 2004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
729         * Existing IPs are logged off when they're authenticated again.
730
731 2004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
732         * Fixed clean up so it happens at the right time.
733
734 2004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
735         * Major retooling of insert_userclass(), fixed seg fault.
736         * The program now works as advertised.
737
738 2004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
739         * Switched to threads. Alpha quality build, at best
740
741 2004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
742         * Changed child return value handling, again. Now it's actually
743         using the real value instead of the flag.
744         * The http.c authentication code now closes the http connection
745         from the user.
746
747 2004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
748         * Added extra debugging information.
749         * Fixed return value handling in debugging calls.
750
751 2004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
752         * Removed duplicates signal handling hooks
753         * Additional comments in SIGCHLD handler
754
755 2004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
756         * Node find if's expressions changed
757
758 2004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
759         * SIGCHLD Handler initializaed outside of deamon mode now.
760
761 2004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
762         * Very large modification. The entire architecture has been reworked
763         so that authentications to the central server are performed in a
764         fork()'d child process and the exit code from that child is then
765         used to set the User Class of the connection.
766         * The UserClasses (global definitions) and Rights (per connection)
767         have been integrated.
768
769 2004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
770         * Changed HTTP server tasks to be handled by libhttpd - merged
771         incorporate_libhttpd branch
772
773 2004-03-13  Philippe April <papril777@yahoo.com>
774         * Modified the way firewall scripts are called so we can configure
775         them in the config file (a bit more modular than it was)
776         * Added simple linked list to keep track of clients and to
777         keep a counter of the utilization and send it to the auth server
778         * Fixed CRLF/formatting in phpauth/auth/index.php
779         * Hacked phpauth/auth/index.php to handle very basic utilization tracking
780
781 2004-03-12  Philippe April <papril777@yahoo.com>
782         * Changed all perror()s into debug()s and added errno.h to common.h
783
784 2004-03-10  Philippe April <papril777@yahoo.com>
785         * Small fix to firewall.c so we don't define variables after
786         the function has started (so it builds on gcc-2.95)
787
788 2004-03-09  Philippe April <papril777@yahoo.com>
789         * Major changes, not forking anymore for new connections, now using
790         select() instead. It will allow us to efficiently use a linked list to track
791         users and other things. It introduces some bugs and design issues but will
792         be better in the end.
793
794 2004-03-09  Philippe April <papril777@yahoo.com>
795         * Small fix in the default.php login page
796         * exit() where the program was supposed to exit but wasn't when the
797         firewall could not be setup
798
799 2004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
800         * 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.
801
802 2004-03-08  Benoit Grégoire  <bock@step.polymtl.ca>
803         * 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.
804
Note: See TracBrowser for help on using the browser.