root/trunk/wifidog/ChangeLog @ 173

Revision 173, 9.9 KB (checked in by alexcv, 9 years ago)

AuthservPath? no longer mandatory

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Header$
22004-08-06 Alexandre Carmel-Veilleux <acv@acv.ca>
3        * AuthservPath no longer mandatory in config file.
4
52004-08-04 Philippe April <wifidog@philippeapril.com>
6    * Renamed iptables.[ch] to fw_iptables.[ch]
7
82004-08-03 Alexandre Carmel-Veilleux <acv@acv.ca>
9        * Fixed broken sockaddr_un usage in wdctl.c and wdctl_thread.c
10
112004-08-01 Benoit Gr�goire  <bock@step.polymtl.ca>
12        * Delete everything in phpauth, it will now live in it's own module (wifidog-auth)
13
142004-08-01 Alexandre Carmel-Veilleux <acv@acv.ca>
15        * Added wdctl facility
16
172004-07-21 Philippe April <wifidog@philippeapril.com>
18    * Cleaned up the ipkg makefile
19    * Added makefile to build on Debian
20
212004-07-19 Alexandre Carmel-Veilleux <acv@acv.ca>
22        * Build script for OpenWRT ipkg
23
242004-07-06 Alexandre Carmel-Veilleux <acv@acv.ca>
25        * Added cache control to default error message returned.
26
272004-07-05 Philippe April <papril777@yahoo.com>
28    * Fixed an endless loop in client_list_delete
29
302004-06-10 Alexandre Carmel-Veilleux <acv@acv.ca>
31        * Added debugging to libhttpd so that httpdGetConnection() traces
32          its execution into ./httpdGetConnection.log. This should be removed
33          once it's no longer needed or put within #ifdef DEBUG's.
34
352004-06-01 Philippe April <papril777@yahoo.com>
36    * Sending User-Agent header to central server
37
382004-05-28 Philippe April <papril777@yahoo.com>
39    * Fixed bugs implemented after major changes
40
412004-05-27 Benoit Gr�goire  <bock@step.polymtl.ca>
42        * Massive Doxygen update in all files.  IMPORTANT: The new convention is:  @brief in the .h, long description and parameters in the .c
43        * Cleaned up some more issues in my notes taken at the formal review
44        * client_list.c,h:  Make client_list_free_node() private, define and document client_list_mutex here
45        * config.c:  Start the hunt for evil globals:  Get rid of the config global
46        * doc/doxygen.cfg.in:  Enable generation of internal doc, a few other tweaks
47        * Documentation now generates a TODO list and DEPRECATED list, please look at them
48
492004-05-27  Alexandre Carmel-Veilleux <acv@acv.ca>
50        * Cleaned up all the issues brought forward in the code review
51          on 2004-05-26 at Benoit's. There are to many changes to list
52          individually.
53
542004-05-15  Philippe April <papril777@yahoo.com>
55    * Commented out cookie handling in libhttpd because it segfaults if
56    you pass a particular formatting/buggy one
57
582004-05-14  Philippe April <papril777@yahoo.com>
59    * Fixed crash when receiving SIGPIPE signal with write() would fail
60
612004-05-13  Philippe April <papril777@yahoo.com>
62    * Advertise to the central server when we logged out a user
63
642004-05-12  Philippe April <papril777@yahoo.com>
65    * Sending a "stage" when doing authentication for the server
66    to be able to know if it's a login, or just a counters update.
67
682004-05-11  Philippe April <papril777@yahoo.com>
69    * Now tracking the hotspot id and ip in database
70
712004-05-07  Philippe April <wifidog@philippeapril.com>
72    * Now we store both incoming and outgoing counters on server
73    and expire if no activity at all on both
74    * Changed the structure of nodes a little
75
762004-05-07  Philippe April <wifidog@philippeapril.com>
77    * New parameter ExternalInterface
78    * Made possible to count inbound traffic by inserting new rules
79
802004-05-07  Philippe April <wifidog@philippeapril.com>
81    * Cleaned up common.h from files
82
832004-05-07  Philippe April <wifidog@philippeapril.com>
84    * Made iptables' tables DEFINEs instead of being hardcoded
85
862004-05-07  Philippe April <wifidog@philippeapril.com>
87    * Fixed typo
88
892004-05-06  Philippe April <papril777@yahoo.com>
90    * Cleanups and standardized things
91
922004-05-06  Philippe April <papril777@yahoo.com>
93    * Cleanups in fw_counter function
94
952004-05-05  Philippe April <papril777@yahoo.com>
96    * Calling iptables directly instead of using shell scripts
97    for fw_init, fw_destroy and fw_allow/fw_deny
98    * Removed shell script for fw.counters
99    * Fixed memory leaks
100    * Moved most of the iptables-specific (all but the counters)
101    to iptables.c to modularize a bit more
102    * Hack to allow deciding if we want FW calls' messages quiet or not
103
1042004-04-23  Philippe April <papril777@yahoo.com>
105    * Fixed a debug line
106
1072004-04-22  Philippe April <papril777@yahoo.com>
108    * Major changes, cleaned up code
109    * Changed the way firewall tags traffic
110
1112004-04-21  Philippe April <papril777@yahoo.com>
112    * Changed fw.destroy so it cleans up more in a while loop
113
1142004-04-20  Alexandre Carmel-Veilleux <acv@acv.ca>
115        * fixed expiration time
116
1172004-04-20  Philippe April <papril777@yahoo.com>
118    * A lot of changes regarding debugging facilities and added logging
119    to syslog
120    * Removed possibility to specify port on command line
121
1222004-04-19  Philippe April <papril777@yahoo.com>
123        * Changed some debugging severity
124
1252004-04-19  Benoit Gr�goire  <bock@step.polymtl.ca>
126        * 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.
127
1282004-04-18  Alexandre Carmel-Veilleux <acv@acv.ca>
129        * Fixed pthread_cond_timedwait. The mutex needed to be locked as
130        per the POSIX spec, yet Linux or Mac OS X don't care...
131        * Fixed the double SIGTERM handler on Linux...
132
1332004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
134        * Added work around for uClibc bug in auth.c
135
1362004-04-17  Philippe April <papril777@yahoo.com>
137        * Fixed firewall scripts to make them standard and some firewall functions
138
1392004-04-17  Alexandre Carmel-Veilleux <acv@acv.ca>
140        * Updated documentation in firewall.c
141
1422004-04-17  Philippe April <papril777@yahoo.com>
143        * Fixed path returning to gateway in phpauth/login/index.php
144
1452004-04-16  Alexandre Carmel-Veilleux <acv@acv.ca>
146        * Merged in libhttpd into the source tree
147
1482004-04-16  Philippe April <papril777@yahoo.com>
149        * Fixed CRLF/formatting in phpauth/login/index.php
150        * Added some documentation for firewall.c, commandline.c
151        * Removed an unnecessary line dist_sysconf_DATA from Makefile.am
152
1532004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
154        * Changed the locking mechanism, now all access to t_node * structs
155        are properly protected.
156
1572004-04-15  Alexandre Carmel-Veilleux <acv@acv.ca>
158        * Connection now closed if counter hasn't change for one full
159        period.
160
1612004-04-14  Philippe April <papril777@yahoo.com>
162        * Fixed shell script hardcoded interface
163
1642004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
165        * Existing IPs are logged off when they're authenticated again.
166
1672004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
168        * Fixed clean up so it happens at the right time.
169
1702004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
171        * Major retooling of insert_userclass(), fixed seg fault.
172        * The program now works as advertised.
173
1742004-04-14  Alexandre Carmel-Veilleux <acv@acv.ca>
175        * Switched to threads. Alpha quality build, at best
176
1772004-04-12  Alexandre Carmel-Veilleux <acv@acv.ca>
178        * Changed child return value handling, again. Now it's actually
179        using the real value instead of the flag.
180        * The http.c authentication code now closes the http connection
181        from the user.
182
1832004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
184        * Added extra debugging information.
185        * Fixed return value handling in debugging calls.
186
1872004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
188        * Removed duplicates signal handling hooks
189        * Additional comments in SIGCHLD handler
190
1912004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
192        * Node find if's expressions changed
193
1942004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
195        * SIGCHLD Handler initializaed outside of deamon mode now.
196
1972004-04-11  Alexandre Carmel-Veilleux <acv@acv.ca>
198        * Very large modification. The entire architecture has been reworked
199        so that authentications to the central server are performed in a
200        fork()'d child process and the exit code from that child is then
201        used to set the User Class of the connection.
202        * The UserClasses (global definitions) and Rights (per connection)
203        have been integrated.
204
2052004-03-16  Mina Naguib <minaguib@users.sourceforge.net>
206        * Changed HTTP server tasks to be handled by libhttpd - merged
207        incorporate_libhttpd branch
208
2092004-03-13  Philippe April <papril777@yahoo.com>
210        * Modified the way firewall scripts are called so we can configure
211        them in the config file (a bit more modular than it was)
212        * Added simple linked list to keep track of clients and to
213        keep a counter of the utilization and send it to the auth server
214        * Fixed CRLF/formatting in phpauth/auth/index.php
215        * Hacked phpauth/auth/index.php to handle very basic utilization tracking
216
2172004-03-12  Philippe April <papril777@yahoo.com>
218        * Changed all perror()s into debug()s and added errno.h to common.h
219
2202004-03-10  Philippe April <papril777@yahoo.com>
221        * Small fix to firewall.c so we don't define variables after
222        the function has started (so it builds on gcc-2.95)
223
2242004-03-09  Philippe April <papril777@yahoo.com>
225        * Major changes, not forking anymore for new connections, now using
226        select() instead. It will allow us to efficiently use a linked list to track
227        users and other things. It introduces some bugs and design issues but will
228        be better in the end.
229
2302004-03-09  Philippe April <papril777@yahoo.com>
231        * Small fix in the default.php login page
232        * exit() where the program was supposed to exit but wasn't when the
233        firewall could not be setup
234
2352004-03-09  Alexandre Carmel-Veilleux <acv@acv.ca>
236        * 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.
237
2382004-03-08  Benoit Gr�goire  <bock@step.polymtl.ca>
239        * 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.
240
Note: See TracBrowser for help on using the browser.