root/wifidog/wifidog-1.1.3_beta4/ChangeLog

Revision 98, 32.8 kB (checked in by syrus, 2 years ago)

version initiale

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