Now that we've released 2.1.6, updated to 2.1.7
[freeradius.git] / debian / changelog
1 freeradius (2.1.7-0) unstable; urgency=medium
2   * Place-holder
3
4  -- Alan DeKok <aland@freeradius.org>  Mon, 01 Jan 1970 9:48:00 +0100
5
6 freeradius (2.1.6-0) unstable; urgency=medium
7   * radclient exits with 0 on successful (accept / ack), and 1 otherwise (no response / reject)
8   * Added support for %{sql:UPDATE ..}, and insert/delete.  Patch from Arran Cudbard-Bell
9   * Added sample "do not respond" policy.  See raddb/policy.conf and raddb/sites-available/do_not_respond
10   * Cleanups to Suse spec file from Norbert Wegener
11   * New VSAs for Juniper from Bjorn Mork
12   * Include more RFC dictionaries in the default install
13   * More documentation for the WiMAX module
14   * Added "chase_referrals" and "rebind" configuration to rlm_ldap. This helps with Active Directory.  See raddb/modules/ldap
15   * Don't load pre/post-proxy if proxying is disabled.
16   * Added %{md5:...}, which returns MD5 hash in hex.
17   * Added configurable "retry_interval" and "poll_interval" for "detail" listeners.
18   * Added "delete_mppe_keys" configuration option to rlm_wimax.  Apparently some WiMAX clients misbehave when they see those keys.
19   * Added experimental rlm_ruby from http://github.com/Antti/freeradius-server/tree/master
20   * Add Tunnel attributes to ldap.attrmap
21   * Enable virtual servers to be reloaded on HUP.  For now, only the "authorize", "authenticate", etc. processing sections are reloaded.  Clients and "listen" sections are NOT reloaded.
22   * Updated "radwatch" script to be more robust.  See scripts/radwatch
23   * Added certificate compatibility notes in raddb/certs/README, for compatibility with different operating systems. (i.e. Windows)
24   * Minor changes to allow building without VQP.
25   * Minor fixes from John Center
26   * Fixed raddebug example
27   * Don't crash when deleting attributes via unlang
28   * Be friendlier to very fast clients
29   * Updated the "detail" listener so that it only polls once, and not many times in a row, leaking memory each time...
30   * Update comparison for Packet-Src-IP-Address (etc.) so that the operators other than '==' work.
31   * Did autoconf magic to work around weird libtool bug
32   * Make rlm_perl keep tags for tagged attributes in more situations
33   * Update UID checking for radmin
34   * Added "include_length" field for TTLS.  It's needed for RFC compliance, but not (apparently) for interoperability.
35
36  -- Alan DeKok <aland@freeradius.org>  Mon, 18 May 2009 10:00:00 +0100
37
38 freeradius (2.1.5-0) unstable; urgency=medium
39   * Release number skipped due to procedural issues.
40
41  -- Alan DeKok <aland@freeradius.org>  Mon, 01 Jan 1970 9:48:00 +0100
42
43 freeradius (2.1.4-0) unstable; urgency=medium
44   * Permit multiple "-e" in radmin.
45   * Add support for originating CoA-Request and Disconnect-Request. See raddb/sites-available/originate-coa.
46   * Added "lifetime" and "max_queries" to raddb/sql.conf. This helps address the problem of hung SQL sockets.
47   * Allow packets to be injected via radmin.  See "inject help" in radmin.
48   * Answer VMPS reconfirmation request.  Patch from Hermann Lauer.
49   * Sample logrotate script in scripts/logrotate.freeradius
50   * Add configurable poll interval for "detail" listeners
51   * New "raddebug" command.  This prints debugging information from a running server.  See "man raddebug.
52   * Add "require_message_authenticator" configuration to home_server configuration.  This makes the server add Message-Authenticator to all outgoing Access-Request packets.
53   * Added smsotp module, as contributed by Siemens.
54   * Enabled the administration socket in the default install. See raddb/sites-available/control-socket, and "man radmin"
55   * Handle duplicate clients, such as with replicated or load-balanced SQL servers and "readclients = yes"
56   * Clean up control sockets when they are closed, so that we don't leak memory.
57   * Define SUN_LEN for systems that don't have it.
58   * Correct some boundary conditions in the conditional checker ("if") in "unlang".  Bug noted by Arran Cudbard-Bell.
59   * Work around minor building issues in gmake.  This should only have affected developers.
60   * Change how we manage unprivileged user/group, so that we do not create control sockets owned by root.
61   * Fixed more minor issues found by Coverity.
62   * Allow raddb/certs/bootstrap to run when there is no "make" command installed.
63   * In radiusd.conf, run_dir depends on the name of the program, and isn't hard-coded to "..../radiusd"
64   * Check for EOF in more places in the "detail" file reader.
65   * Added Freeswitch dictionary.
66   * Chop ethernet frames in VMPS, rather than droppping packets.
67   * Fix EAP-TLS bug.  Patch from Arnaud Ebalard
68   * Don't lose string for regex-compares in the "users" file.
69   * Expose more functions in rlm_sql to rlm_sqlippool, which  helps on systems where RTLD_GLOBAL is off.
70   * Fix typos in MySQL schemas for ippools.
71   * Remove macro that was causing build issues on some platforms.
72   * Fixed issues with dead home servers.  Bug noted by Chris Moules.
73   * Fixed "access after free" with some dynamic clients.
74
75  -- Alan DeKok <aland@freeradius.org>  Tue, 10 Mar 2009 9:48:00 +0100
76         
77 freeradius (2.1.3-0) unstable; urgency=medium
78   * Allow running with "user=radiusd" and binding to secure sockets.
79   * Start sending Status-Server "are you alive" messages earlier, which helps with proxying multiple realms to a home server.
80   * Removed thread pool code from rlm_perl.  It's not necessary.
81   * Added example Perl configuration to raddb/modules/perl
82   * Force OpenSSL to support certificates with SHA256. This seems to be necessary for WiMAX certs.
83   * Fix Debian patch to allow it to build.
84   * Fix potential NULL dereference in debugging mode on certain platforms for TTLS and PEAP inner tunnels.
85   * Fix uninitialized memory in handling of vendor definitions
86   * Fix parsing of quoted (but non-string) attributes in the "users" file.
87   * Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
88   * use SUN_LEN in control socket, to avoid truncation on some platforms.
89   * Correct internal handling of "debug condition" to prevent it from being over-written.
90   * Check return code of regcomp in "unlang", so that invalid regular expressions are caught rather than mishandled.
91   * Make rlm_sql use <ltdl.h>.  Addresses bug #610.
92   * Document list "type = status" better.  Closes bug #580.
93   * Set "default days" for certificates, because OpenSSL won't do it.  This closes bug #615.
94   * Reference correct list in example raddb/modules/ldap. Closes #596.
95   * Increase default schema size for Acct-Session-Id to 64. Closes #540.
96   * Fix use of temporary files in dialup-admin.  Closes #605 and addresses CVE-2008-4474.
97   * Addressed a number of minor issues found by Coverity.
98   * Added DHCP option 150 to the dictionary.  Closes #618.
99
100  -- Alan DeKok <aland@freeradius.org>  Fri, 04 Dec 2008 17:40:00 +0100
101
102 freeradius (2.1.2-0) unstable; urgency=medium
103   * Due to packaging issues. 2.1.2 has been pulled from the net.
104  -- Alan DeKok <aland@freeradius.org>  Thu, 03 Dec 2008 10:47:00 +0100
105
106 freeradius (2.1.1-0) unstable; urgency=medium
107   * Many more options and features in radmin.  See "man radmin" and raddb/sites-available/control-socket
108   * Many more commands available via the control socket.  Connect via "radmin", and type "help" for more information.
109   * Added dictionary.networkphysics and dictionary.lancom.
110   * Calculate WiMAX MIP keys, and added sample WiMAX SQL tables.
111   * Fixed bug that made radmin not work
112   * Fixed Suse && Debian package scripts
113   * Fixed issues with dynamic clients
114   * Fixed configure checks for -lreadline
115   * rlm_sqlippool no longer needs to be linked to rlm_sql.
116   * Add statistics for detail file listeners.  This closes bug #593.
117   * Fixed printing of some WiMAX attributes.
118   * Fix double free on exit() in rlm_attr_filter
119   * Fixed build issues on Solaris.
120   * Fixed fast session resumption for EAP-TLS
121         
122  -- Alan DeKok <aland@freeradius.org>  Thu, 25 Sep 2008 11:03:00 +0100
123
124 freeradius (2.1.0-0) unstable; urgency=medium
125
126   * Clients may now be defined dynamically, based on IP address.  See raddb/sites-available/dynamic-clients.
127   * SNMP support is now available through an experimental Perl script.  See scripts/snmp-proxy/README
128   * SNMP statistics are available through Status-Server packets.  See raddb/sites-available/status
129   * Added more Microsoft attributes from bug #568.
130   * The "linelog" module has more functionality and flexibility. See raddb/modules/linelog.
131   * The debugging output has been sanitized.  It should be much more readable.
132   * Debug logs can now be turned on/off while the server is running, for a user, group, realm, etc.  See the "log" section of radiusd.conf.
133   * Added support for WiMAX Forum attributes.  The dynamic keys are not yet calculated.  See share/dictionary.wimax
134   * Added session resumption for PEAP and TTLS.  See raddb/eap.conf, "cache" sub-section.
135   * Added "radmin" command-line tool for administering a running server.  See "man radmin" and raddb/sites-available/control-socket.
136   * Double escaping of '\\' in the "users" (and some other) files has been fixed.  If you have '\\' in the "users" file, your configuration WILL NEED TO BE CHECKED, AND FIXED!
137   * Parse "security" section in radiusd.conf.  This was accidentally deleted in 2.0.5.  Closes bug #566.
138   * Bind to interface before IP, which allows DHCP sockets to listen on "*" for multiple interfaces.
139   * Fix handling of giaddr in DHCP responses.
140   * Corrected parsing of status_check in home_server so that it works.
141   * Fix hints so that "Puser" works again.
142   * Removed length restrictions on attribute names in the dictionaries.
143   * Update socket code to avoid C compiler optimizations.
144         
145  -- Alan DeKok <aland@freeradius.org>  Fri, 05 Sep 2008 13:20:01 +0100
146
147 freeradius (2.0.5-0) unstable; urgency=medium
148   * Permit SQL authorize_reply_query to be empty.
149   * Allow setting response packet type in Post-Proxy-Type Fail handler.
150   * Added install-chown target to set correct permission and ownership make RADMIN=radmin RGROUP=radius install-chown
151   * Support for LDAP-Group and other dynamic comparison attributes in unlang.  Developed from a patch by Jason Alderfer.
152   * Added chroot support.  See radiusd.conf for comments.
153   * Allow clients of 0/0.  We do not recommend using this, though.
154   * Moved many module configurations into raddb/modules/*
155   * Allow proxying to virtual servers for accounting packets, too.
156   * Added "num fields" function to PostgreSQL client.
157   * Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread.
158   * rlm_realm returns "ok" for LOCAL realms, not "noop".
159   * Fixed some DHCP code handling.  The examples should now work.
160
161  -- Alan DeKok <aland@freeradius.org>  Sat, 07 Jun 2008 17:17:00 +0100
162
163 freeradius (2.0.4-0) unstable; urgency=medium
164   * Allow "virtual_server" in "realm" and "home_server" sections. See raddb/proxy.conf and raddb/sites-available/virtual.example.com.
165   * Allow "passwd" module to be listed in "accounting" and "post-auth".
166   * Added "fallback" to "home_server_pool" configuration, to handle the case of all home servers being dead.  See raddb/proxy.conf.
167   * Added sample text to raddb/sites-available/inner-tunnel which can simplify debugging of inner tunnel configurations.
168   * Added regular expression matching in realm names.  See raddb/proxy.conf for examples.
169   * Added simple DHCP server functionality.  For comments, see raddb/sites-available/dhcp.
170   * Added file globbing capabilities to detail file reader
171   * Added sample raddb/sites-available/robust-proxy-accounting
172   * Clients in SQL can now refer to a virtual server. Patch from Michael Bretterklieber.
173   * Added some examples of creating RADIUS administrator in SQL, and assigning appropriate access rights.
174   * Install all files in raddb/sites-available
175   * Allow non-threaded builds.
176   * Don't treat '0x' as special for known attributes that are not of type "octets".
177   * Fix log error in rlm_pap.
178   * Remove documentation about non-existent functionality.
179   * Updated warning messages in debug output.
180   * Fix handling of timeouts in rlm_ldap that affected 64-bit systems. This fix was supposed to go into 2.0.3, but did not make it.
181   * Fix event handling in debug mode for failed proxy requests.
182   * Fix memleak in fifos.  Closes #537.
183   * Fix memleak on blocked threads.  Closes #538.
184   * Perform additional checks on NULL realms.  Closes #541.
185   * Fix handling of "clients" in "listen" section.
186   * When detail file cannot process a packet, sleep for longer to let the rest of the server do something.
187   * Add missing table to raddb/sql/mssql/schema.sql.  Closes #545.
188   * Updated rlm_sql_postgresql to build with PostgreSQL 7.x.  Closes #533.
189   * Fix "postauth" of rlm_ldap to look for LDAP-UserDn in the correct place.
190   * Update rlm_attr_filter for some corner cases.  Closes #543.
191   * Fixed memory leak in libfreeradius event handler.
192   * In the SQL Accounting on/off queries, remove the restriction that the session time had to be zero.
193
194  -- Alan DeKok <aland@freeradius.org>  Wed, 30 Apr 2008 7:32:00 +0100
195
196 freeradius (2.0.3-0) unstable; urgency=medium
197   * Updated raddb/certs/ca.cnf with extensions to allow ca.der to be imported as a CA on Symbian and Windows Mobile devices. Closes bug #524
198   * Enable multiple matches in "hints" via Fall-Through = Yes. Closes bug #477
199   * Added preliminary SQLite driver, contibuted by Apple. Untested, with no sample configuration.  This address bug #470.
200   * Updated logging sub-system so that log messages from libfreeradius can go to the log file, and not stdout.
201   * Added dictionary.rfc5176
202   * EAP module now checks for instance name, and uses that for authentication.  This avoids the need to set Auth-Type when there are multiple instances of the EAP module.
203   * Corrected typos in rlm_dbm.  Closes bugs #521 and #522.
204   * Detail file "listen" sections now work much better.
205   * Don't allow old "log_*" to over-ride new format.  Closes bug #525
206   * Initialize allocated memory in Oracle SQL driver.  This fixes occasional crashes on some systems.  Closes bug #518
207   * Call correct function in rlm_protocol_filter.  This enables the module to build.  Closes bug #512.
208   * Added deprecated flag to build for rlm_krb5.  This allows it to run on 64-bit systems.  Closes bug #491
209   * Corrected error message when parsing invalid configurations so it doesn't crash.  Closes bug #527
210   * Fix handling of timeouts in rlm_ldap that affected 64-bit systems.
211   * Handle $INCLUDE's in "instantiate" section.  Closes #528.
212
213  -- Alan DeKok <aland@freeradius.org>  Thu, 17 Mar 2008 10:00:00 +0100
214
215 freeradius (2.0.2-0) unstable; urgency=medium
216   * Added notes on how to debug the server in radiusd.conf
217   * Moved all "log_*" in radiusd.conf to log{} section.
218   * Added ca.der target in raddb/certs/Makefile.
219   * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
220   * Permit "unlang" policies inside of Auth-Type{} sub-sections.
221   * "listen" sections can now have "type = proxy"
222   * Fixed reading of "detail" files.
223   * Allow inner EAP tunneled sessions to be proxied.
224   * Corrected MySQL schemas
225   * syslog now works in log{} section.
226   * Corrected typo in raddb/certs/client.cnf
227   * Updated raddb/sites-available/proxy-inner-tunnel.
228   * Ignore zero-length attributes in received packets.
229   * Correct memcpy when dealing with unknown attributes.
230   * Corrected debugging messages in attr_rewrite.
231   * Corrected generation of State attribute in EAP.
232   * Fall back to DEFAULT realm if no realm was found.
233   * Updated example raddb/sites-available/proxy-inner-tunnel
234   * Corrected behavior of attr_filter to match documentation.
235
236  -- Alan DeKok <aland@freeradius.org>  Thu, 14 Feb 2008 12:08:06 +0100
237
238 freeradius (2.0.1-0) unstable; urgency=low
239   * Improve "unlang".  See "man unlang"
240   * update acct_module
241   * fix parsing of syslog logging
242   * Minor fixes over 2.0.0
243
244  -- Alan DeKok <aland@freeradius.org>  Tue, 22 Jan 2008 14:25:44 +0100
245
246 freeradius (2.0.0-0) unstable; urgency=low
247
248   * New upstream release.
249   * Upgrade debhelper compatibility to version 5. This breaks the build
250     on Sarge, which is no longer in stable.
251   * Rewrite large parts of debian/rules based on the changes from the
252     downstream debian package. (use dpatches and debhelper files where
253     possible)
254   * New initscript that uses the LSB functions instead of calling directly
255     start-stop-daemon.
256   * Create default certificates in postinst to enable the EAP modules (tls,
257     ttls and peap) when the server starts for the first time.
258   * Update Standards-Version to 3.7.3.
259
260  -- Nicolas Baradakis <nbk@sitadelle.com>  Sat,  4 Jan 2008 20:15:42 +0100
261
262 freeradius (1.1.7-0) unstable; urgency=low
263
264   * New upstream release.
265
266  -- Alan DeKok <aland@freeradius.org>  Tue, 26 Jun 2007 09:52:41 +0100
267
268 freeradius (1.1.6-0) unstable; urgency=low
269
270   * New upstream release.
271
272  -- Alan DeKok <aland@freeradius.org>  Mon, 26 Mar 2007 14:57:03 +0100
273
274 freeradius (1.1.5-0) unstable; urgency=low
275
276   * New upstream release.
277
278  -- Nicolas Baradakis <nbk@sitadelle.com>  Tue,  6 Mar 2007 23:52:55 +0100
279
280 freeradius (1.1.3-0) unstable; urgency=low
281
282   * New upstream release.
283   * Delete dpatch merged in mainstream CVS:
284     - 01-actually_check_for_unset_password
285   * Remove irrelevant dpatch after autotools upgrade:
286     - 13_a_libtool_to_call_your_own
287   * Update debian/rules because of autotools upgrade, too.
288   * Fix errors in initscript when trying to reload even if the server
289     isn't running.
290
291  -- Nicolas Baradakis <nbk@sitadelle.com>  Mon, 10 Jul 2006 14:06:04 +0200
292
293 freeradius (1.1.2-0) unstable; urgency=low
294
295   * New upstream release.
296   * Update dpatch for 1.1.2:
297     - 13_a_libtool14_to_call_your_own
298
299  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 21 May 2006 19:20:03 +0200
300
301 freeradius (1.1.1-0) unstable; urgency=low
302
303   * New upstream release.
304   * Delete dpatches merged in mainstream CVS:
305     - 01_NET-SNMP_build_support
306     - 02_document_actual_shared_secret_maximum_length
307     - 12_more_dialup_admin_various_fixes
308   * Remove irrelevant dpatch after rlm_eap changes in CVS:
309     - 06_libtool14_vs_rlm_eap_tls
310   * Features that break compatibility with Sarge have not been merged:
311     - debhelper V5 support
312     - lsb-init functions
313
314  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun, 12 Feb 2006 16:29:20 +0100
315
316 freeradius (1.1.0-1) unstable; urgency=low
317   * ReDebianise upstream tarball:
318     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
319                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
320                     draft-kamath-pppext-eap-mschapv2-00
321
322   * New FreeRADIUS modules marked stable by new upstream release
323     - rlm_perl
324     - rlm_sqlcounter
325     - rlm_sql_log + radsqlrelay
326     - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
327
328   * Remove upstream-integrated patches:
329     - 02_EAP-SIM_doesnt_need_openssl
330     - 03_X99_is_not_stable
331     - 07_manpage_fixups
332     - 09_use_crypth_if_we_have_it
333     - 10_escape_entire_ldap_string
334     - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
335     - 12_dialup_admin_various_fixes
336
337   * More dialup-admin fixes from Arve Seljebu
338     - Fix redirects in dialup-admin pages on servers with
339       register_globals turned off.
340       Closes: #333704
341     - HTTP form fields will always fail is_int, use in_numeric instead
342       Closes: #335149
343     - Created 12_more_dialup_admin_various_fixes
344
345   * Update to Policy 3.6.2.0
346   * Upgrade Debhelper support to V5
347   * Don't install the .in files with the examples
348   * Prefer libmysqlclient15-dev
349     Closes: #343779
350   * Shared secrets can only be 31 characters long, note this in clients.conf
351     - Created 02_document_actual_shared_secret_maximum_length
352     Closes: 344606
353   * Added support for lsb-init functions
354
355  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
356
357 freeradius (1.1.0-0) unstable; urgency=low
358
359   * New upstream release.
360   * Update set of patches:
361     - 01_NET-SNMP_build_support.dpatch
362     - 06_libtool14_vs_rlm_eap_tls.dpatch
363     - 13_a_libtool14_to_call_your_own.dpatch
364
365  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun,  1 Jan 2006 18:15:47 +0100
366
367 freeradius (1.0.5-2) unstable; urgency=low
368
369   * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
370     rlm_eap.so.
371     (Thanks to Peter Salinger)
372     Closes: #288547
373     - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
374       and modify with Peter's changes and some Makefile hackery to
375       get it all linking
376   * Don't rerun configure during the build.
377     (Thanks to Kurt Roeckx)
378   * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
379     - Report correct data transfer statistics for users
380       Closes: #329672
381     - Lower-case sql column names to match creation scripts
382       Closes: #333709
383     - Fix creation of empty groups
384       Closes: #333739
385     - Put quote around usernames in HTML output
386       Closes: #333742
387     - Properly notice when we've got a blank password to SQL
388       Closes: #333744
389     - Created 12_dialup_admin_various_fixes
390   * Stop using libtool1.4 to build against, now that we can't have it and
391     libltdl3-dev installed at the same time
392     Closes: #279391
393     - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
394
395  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
396
397 freeradius (1.0.5-1) unstable; urgency=high
398
399   * Urgency high for security fixes below, all reported upstream
400   * ReDebianise upstream tarball:
401     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
402                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
403                     draft-kamath-pppext-eap-mschapv2-00
404   * Add missed build-dependancy on dpatch (>=2)
405   * Update to Standards-Version 3.6.2.0
406     - No changes needed
407   * Repair some minorly broken manpages
408     - Created 07_manpage_fixups.dpatch
409   * Security fixes stolen from CVS release_1_0 branch:
410     - Be sure we use crypt.h if we have it, to avoid segfaulting on a
411       bad built-in crypt() definition, spotted by Konstantin Kubatkin
412       + Created 09_use_crypth_if_we_have_it
413     - Make sure we escape the entire LDAP string, instead of
414       aborting as soon as it becomes possible to be out of space
415       + Created 10_escape_entire_ldap_string
416     - Don't xlat the UserName attribute before we can be sure of meeting
417       any escape sequences it may contain, spotted by Primoz Bratanic
418       + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
419   * Depend on adduser, so our postinst can create the freerad user
420   * Don't install the .in versions of the example scripts.
421
422  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
423
424 freeradius (1.0.5-0) unstable; urgency=low
425
426   * New Upstream release, from release_1_0 branch
427     - Remove 04_bonus_control_code_in_clients_conf_5
428     - Remove 05_unbreak_quoted_sql_results
429   * Fix my _name_ in the dpatches
430   * Remove patch to CVS ID header from 05_unbreak_quoted_sql_values
431     so as not to break things when comitting to FreeRADIUS CVS
432   * Take linking fix from FreeRADIUS bugzilla #75 to allow
433     rlm_eap_tls to be linked to by rlm_eap_ttls and rlm_eap_peap
434     even though we don't build them in the Debian archive.
435     (Thanks to Luca Landi for the patch)
436     - Created 06_libtool14_vs_rlm_eap_tls
437   * Fix ownership of files in /var/log/freeradius/ more efficiently
438     (Caught by Guido Trotter)
439     Closes: #326891
440
441  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
442
443 freeradius (1.0.4-2) unstable; urgency=low
444
445   * Fix my email address in the dpatches
446   * Remove extraneous ^g from man/man5/clients.conf.5
447     - Created 04_bonus_control_code_in_clients_conf_5
448   * Correct handing of parameterless call of init script, and
449     general init script neatening
450     (Thanks to Derrick Karpo)
451     Closes: #315438
452   * Correctly leave out the .in files in the examples
453   * Correctly use debhelper after splitting binary make target
454     into binary-arch and binary-indep.
455     (Thanks to Kurt Roeckx for actually hitting the bug)
456     Closes: #315770
457   * Steal fix from CVS release_1_0 tree for rlm_sql quoted values.
458     (Thanks to Nicolas Baradakis for the fix)
459     - Upstream bugzilla #242, src/modules/rlm_sql/sql.c 1.79.2.2
460     - Created 05_unbreak_quoted_sql_values
461
462  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 27 Jun 2005 03:13:48 +1000
463
464 freeradius (1.0.4-1) unstable; urgency=low
465   * ReDeianise upstream tarball:
466     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
467                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
468                     draft-kamath-pppext-eap-mschapv2-00
469   * Convert to dpatch, dpatch-2-style interface.
470     - New build-dependancy on dpatch (>= 2)
471     - Created 01_NET-SNMP_build_support
472     - Created 02_EAP-SIM_doesnt_need_openssl
473     - Created 03_X99_is_not_stable
474   * Assemble the freeradius-dialupadmin in the binary-indep make target
475     Closes: #313173 (Thanks to Santiago Vila for spotting this)
476   * Include the example scripts in /usr/share/doc/freeradius/examples/scripts
477     except those three which are installed into the binary by the Makefile.
478     Closes: #314253 (Thanks to Michael Langer for spotting this)
479   * Suggest libdate-manip-perl for freeradius-dialupadmin
480     Closes: #306007 (Thanks to Feng Sian)
481
482  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 22 Jun 2005 16:03:27 +1000
483
484 freeradius (1.0.4-0) unstable; urgency=medium
485
486   * New upstream release, fixing build problems.
487   * Prefer libpq-dev over postgresql-dev as a build-dependancy.
488    - This requires us to use pgconfig to find the headers.
489
490  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 16 Jun 2005 13:56:33 +1000
491
492 freeradius (1.0.3-0) unstable; urgency=high
493
494   * New upstream release
495   * Urgency high for some denial-of-service fixes:
496     - SQL injection attacks and DoS (core dump) via buffer overflow.
497       Closes: #307720
498
499  -- Alan DeKok <aland@ox.org>  Fri,  3 Jun 2005 11:29:34 -0700
500
501 freeradius (1.0.2-4) unstable; urgency=high
502
503   * Security fix stolen from CVS release_1_0 branch:
504    - Always use sql_escape_func when calling radius_xlat
505    - Add a test in sql_escape_func() to check buffer bound when
506      input character needs escaping.
507    - Urgency high as these are (theoretical) security issues.
508      Closes: #307720 (Thanks to Primoz Bratanic and Nicolas Baradakis)
509
510  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 23 May 2005 18:53:51 +1000
511
512 freeradius (1.0.2-3) unstable; urgency=medium
513
514   * Fixes stolen from CVS release_1_0 branch:
515    - Fix missed SIGCHLD when waiting for external programs
516      when threaded. (Medium urgency as this can easily livelock
517      FreeRADIUS, which is an authentication server.)
518
519  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 18 Apr 2005 23:46:41 +1000
520
521 freeradius (1.0.2-2) unstable; urgency=medium
522
523   * Get rid of extraneous '%' at the start of every reference to
524     /etc/freeradius-dialupadmin in freeradius-dialupadmin's configuration.
525      Closes: #299749
526   * Fixes stolen from CVS release_1_0 branch:
527    - Fix checkrad call for NAS ports > 9999999. (sprintf integer overrun,
528      reason for urgency medium.)
529    - Fix inverted test causing crash with pthreads and crypt
530      Closes: #300219 (Thanks Manuel Menal)
531
532  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  6 Apr 2005 12:33:05 +1000
533
534 freeradius (1.0.2-1) unstable; urgency=low
535
536   * ReDebianise upstream tarball:
537     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
538                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
539   * Allow rlm_eap_sim to build without OpenSSL
540   * Make init script return 1 if reloading kills the server
541     (Thanks to Nicolas Baradakis)
542      Closes: #292170
543   * Enable Novell eDirectory integration
544   * Enable udpfromto code so that replies come from the same address as
545     the request arrived at
546   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
547     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
548     4.1 series mySQL servers.
549
550  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
551
552 freeradius (1.0.2-0) unstable; urgency=low
553
554   * New upstream release
555   * Update for Debian Policy 3.6.1.1
556    - Change test if invoke-rc.d as per Policy 9.3.3.2
557   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
558      Closes: #279419
559   * Added a two-second pause to restart in init.d script
560      Closes: #262635
561   * FreeRADIUS module packages now depend on the same source
562     version of the main FreeRADIUS package.
563      Closes: #284353
564   * FreeRADIUS-dialupadmin's default paths in admin.conf are
565     now correct.
566      Closes: #280942
567   * FreeRADIUS-dialupadmin's help.php3 can now find README.
568      Closes: #280941
569
570  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:12:52 +1100
571
572 freeradius (1.0.1-2) unstable; urgency=high
573
574   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
575      Closes: #279419
576   * Added a two-second pause to restart in init.d script
577      Closes: #262635
578   * FreeRADIUS module packages now depend on the same source
579     version of the main FreeRADIUS package.
580      Closes: #284353
581   * FreeRADIUS-dialupadmin's default paths in admin.conf are
582     now correct.
583      Closes: #280942
584   * FreeRADIUS-dialupadmin's help.php3 can now find README.
585      Closes: #280941
586   * Fixes stolen from 1.0.2 CVS:
587     - Bug fix to make udpfromto code work
588     - radrelay shouldn't dump core if it can't read a VP from the
589       detail file.
590     - Only initialize the random pool once.
591     - In rlm_sql, don't escape characters twice.
592     - In rlm_ldap, only claim Auth-Type if a plain text password is present.
593     - Locking fixes in threading code
594     - Fix building on gcc-4.0 by not trying to access static auth_port from
595       other files.
596
597  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:19:42 +1100
598
599 freeradius (1.0.1-1) unstable; urgency=high
600
601   * ReDebianise upstream tarball:
602     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
603                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
604     - Remove CVS directories.
605   * Urgency high for security fix from 1.0.1-0 (CAN-2004-0938,
606     closes: #275136).
607
608  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 23 Sep 2004 22:28:11 +1000
609
610 freeradius (1.0.1-0) unstable; urgency=high
611
612   * New upstream release
613   * Urgency high for some denial-of-service fixes:
614    - Fix two remote crashes and a remote memory leak in
615      radius packet decoding.
616
617  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  2 Sep 2004 17:12:23 +1000
618
619 freeradius (1.0.0-1) unstable; urgency=low
620
621   * ReDebianise upstream tarball:
622     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
623                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
624   * Support building with libsnmp5's UCD-SNMP compatiblity mode.
625     - libsnmp{4.2,5} still depend on OpenSSL, so SNMP's still disabled.
626   * Update for Debian Policy 3.6.11
627     - Change test for invoke-rc.d as per Policy 9.3.3.2
628   * Disable rlm_eap types PEAP, TLS and TTLS as they depend on OpenSSL.
629   * Disable rlm_sql driver PostgreSQL as it depends on OpenSSL.
630   * Disable rlm_x99_token as it depends on OpenSSL.
631   * Finally, -v is documented in radius(8).
632     - Closes: #151266
633   * Reword a sentence in radwatch(8) by removing the personal pronoun.
634     - Closes: #264522
635
636  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 17 Aug 2004 17:42:40 +1000
637
638 freeradius (1.0.0-0) unstable; urgency=low
639
640   * New upstream release
641   * Added H323 billing stuff to the examples
642   * Created Dialup-Admin package for the PHP-based web
643     FreeRADIUS database (SQL/LDAP) frontend.
644
645  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sat, 17 Jul 2004 16:21:38 +1000
646
647 freeradius (0.9.3-1) unstable; urgency=low
648
649   * New upstream release, incorporates security fix from 0.9.2-4.
650   * Correct build-dependancy on debhelper.
651      Closes: #234486
652   * Split iodbc SQL driver into its own package.
653
654  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 24 Feb 2004 23:56:26 +1100
655
656 freeradius (0.9.2-4) unstable; urgency=high
657
658   * Patch from upstream head:
659    - Fix a remote DoS and possible exploit due to mis-handling
660      of tagged attributes, and Tunnel-Password attribute.
661
662  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri, 21 Nov 2003 09:52:51 +1100
663
664 freeradius (0.9.2-3) unstable; urgency=low
665
666   * Removed redundant code to delete contents of a directory
667     on purge which ends up being removed anyway.
668   * Provide a default pam.d configuration.
669   * Fix the usage of dh_installinit to not make the package uninstallable.
670   * Change package removal to not abort if we cannot stop the server.
671   * Debian-archive-fit version of freeradius.
672      Closes: #208620
673
674  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 11 Nov 2003 02:12:55 +1100
675
676 freeradius (0.9.2-2) unstable; urgency=low
677
678   * Use dh_installinit rather than doing it by hand
679     This involves renaming the initfile in the source tarball
680   * Only add user freerad to the group shadow on first installation
681   * Only chmod /etc/freeradius to group-readable, not group-read/write
682   * Removed the freerad user when the freerad group is removed
683   * Removed spurious build-dependancy on autoconf2.13 and libtool(1.4)
684   * Build-conflict against libssl-dev
685   * Restore Kerberos and LDAP as they will build without OpenSSL
686   * Make myself the maintainer
687   * Update to Policy 3.6.1.0
688     - No changes needed
689
690  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
691
692 freeradius (0.9.2-1) unstable; urgency=low
693
694   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
695     2719 2759 2809 2865 2866 2867 2868 2869 2882 2924 3162
696     from source tarball due to non-DFSG-free copyright.
697   * Disabled PostgreSQL, x.99 token, EAP/TLS, Kerberos, LDAP
698     and SNMP agent support due to OpenSSL/GPL conflict.
699
700  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  6 Nov 2003 22:40:32 +1100
701
702 freeradius (0.9.2-0) unstable; urgency=low
703
704   * New upstream release
705   * Added logrotate script for /var/log/freeradius/radius.log
706   * Don't leave symlinks to config.{guess,sub} lying around to
707     confuse dpkg-source.
708
709  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 15 Oct 2003 05:02:17 +1000
710
711 freeradius (0.9.1-0) unstable; urgency=low
712
713   * New upstream release.
714   * Renamed radiusd(8) to freeradius(8) to match binary
715   * Build-Depend on libtool1.4 | libtool (< 1.5) due to
716     new libtool 1.5 package.
717   * Merged multiple sed calls into a single sed call in debian/rules
718   * Installed SQL database examples into /usr/share/doc/freeradius/examples
719   * Modify initscript to only -HUP the parent process
720
721  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  5 Sep 2003 00:54:41 +1000
722
723 freeradius (0.9.0-1) unstable; urgency=low
724
725   * New Upstream release.
726    - Upstream dictionary files are in /usr/share/freeradius.
727    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
728   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
729   * Moved file hierarchy around to be neater:
730    - /etc/raddb -> /etc/freeradius
731    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
732    - /var/log/radiusd-freeradius -> /var/log/freeradius
733    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
734   * Included RFCs in documentation.
735   * Enabled the daemon to run under user 'freerad:freerad' by default.
736   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
737   * Installed SNMP mibs for Radius
738
739  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
740
741 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
742
743   * Explicitly excluding modules not in the "stable" list.
744   * Updated policy version number.
745   * Moved from non-US/main to main.
746   * Put pidfile in package's own directory.
747   * Package not as buggy and unstable modules are easily identifiable.
748     (closes: Bug#142217)
749   * Init script handles failure better. (closes: Bug#151264)
750   * New upstream release.  (closes: Bug#140536)
751   * Uses available version of postgresql.  (closes: Bug#139290)
752   * Removed "conflicts" with other radiusds.
753   * Added new build-dep on libtool.
754   * Changed section to "net" from "admin".
755   * New config.guess.  (closes: Bug#168647)
756   * Run with freerad user and group.  (closes: Bug#168272)
757   * Added libssl-dev as build-dep.  (closes: #131832)
758
759  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
760
761 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
762
763   * New build-dep on libssl-dev, which is implied by another dep, but making
764     explicit for builders on Potato.  (closes: Bug#131832)
765   * Built against new postgresql libraries, so automatic dep tracking has
766     the correct version, now.  (closes: Bug#139290)
767   * Removed python example module.
768   * Explicitly disabled beta ippool module.
769
770  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
771
772 radiusd-freeradius (0.4-1) unstable; urgency=high
773
774   * New release.
775   * upstream: New EAP support.
776   * upstream: Fixed security bug in string translation.
777
778  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
779
780 radiusd-freeradius (0.3-2) unstable; urgency=low
781
782   * Moved to using logrotate instead of cron for files.
783   * Fixed permissions of log files. (closes: Bug#116242,#116243)
784   * Close file descriptors of stdin, stdout, stderr, if not debugging.
785     (closes: Bug#116768)
786   * Made package "non-native".  (An upload issue, not code.)
787     (closes: Bug#119161)
788
789  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
790
791 radiusd-freeradius (0.3-1) unstable; urgency=low
792
793   * New release.
794
795  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
796
797 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
798
799   * Removed old mysql build-dep.  (closes: Bug#112541)
800
801  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
802
803 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
804
805   * Build-dep mysql changed package names.
806   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
807   * In acct_users, keep reply pairs.
808   * Integer values are printed as unsigned numbers, to comply with RFC2866.
809   * Fixed broken/reversed auth comparisons in SQL module.
810   * Sucked out CPPness from inside a printf, as printf is a macro in newer
811     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
812   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
813   * Added user 'freerad' into the 'shadow' group.
814   * Fixed UUCP-style of restricting time of log-in.
815   * Changed debugging messages to give more info about execution flow.
816   * Better counter module.
817   * Inserted CHAP support for SQL modules.
818   * Removed possible infinite loop.
819
820  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
821
822 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
823
824   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
825   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
826     (closes: Bug#98914)
827
828  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
829
830 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
831
832   * Moved package to non-US to allow in Kerberos and PostgreSQL.
833   * Set Suggests of modules to main package.
834   * Better compile-time support of *BSD.
835
836  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
837
838 radiusd-freeradius (0.1-1) unstable; urgency=low
839
840   * First beta release!
841   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
842   * Added shasta, microsoft, and redback dictionaries.
843   * Fixed rc.d restart rule.
844   * Added a user to own the daemon and logfiles.
845   * SQL DB handles more forgiving of unreachable servers at startup.
846   * SQL Crypt-Password attribute support.
847   * Fixed cron log rotation.
848   * Put module libraries in own directory.
849   * Removed bogus build-dep.  (closes: Bug#87277)
850   * Better permissions on /etc/raddb
851   * Use correct LDAP library.
852   * Fork ldap, postgresql, and mysql modules into different packages.
853   * Remove Kerberos, as it's restricted from export.
854
855  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
856
857 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
858
859   * Changed priority, from standard to optional.
860
861  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
862
863 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
864
865   * Initial revision. (closes: Bug#76476)
866
867  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500