Commit Graph

32 Commits

Author SHA1 Message Date
John Dennis
e79fcfae3e - Offical 3.0 gold release from upstream
- resolves: bug#1016873
- resolves: bug#891297
2013-10-13 10:18:09 -04:00
John Dennis
edb1c66e07 Upgrade to second 3.0 release candidate rc1. 2013-09-08 08:44:42 -04:00
John Dennis
7e11ad3d44 Upgrade to upstream major new version 3.0 (pre-release rc0) 2013-07-22 18:52:14 -04:00
John Dennis
eee86a133e - Add new patch to avoid reading .rpmnew, .rpmsave and other invalid
files when loading config files
- Upgrade to new 2.2.0 upstream release
2012-10-03 15:19:41 -04:00
John Dennis
1bf8728923 Upgrade to latest upstream release, 2.1.12 2011-10-03 15:04:20 -04:00
John Dennis
41c10f6ada Upgrade to latest upstream release: 2.1.11 2011-06-22 12:32:18 -04:00
John Dennis
9090233167 Upgrade to latest upstream release (2.1.10). See Changelog. 2010-10-19 15:05:08 -04:00
John Dennis
794dc72aa5 - update to latest upstream, mainly bug fix release Feature improvements
Add radmin command "stats detail <file>" to see what is going on inside of
    a detail file reader.
Added documentation for CoA. See raddb/sites-available/coa
Add sub-option support for Option 82. See dictionary.dhcp
Add "server" field to default SQL NAS table, and documented it.
Bug fixes
Reset "received ping" counter for Status-Server checks. In some corner
    cases it was not getting reset.
Handle large VMPS attributes.
Count accounting responses from a home server in SNMP / statistics code.
Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
radmin packet counter statistics are now unsigned, for numbers
2^31..2^32. After that they roll over to zero.
Be more careful about expanding data in PAP and MS-CHAP modules. This
    prevents login failures when passwords contain '{'.
Clean up zombie children if there were many "exec" modules being run for
    one packet, all with "wait = no".
re-open log file after HUP. Closes bug #63.
Fix "no response to proxied packet" complaint for Coa / Disconnect packets.
    It shouldn't ignore replies to packets it sent.
Calculate IPv6 netmasks correctly. Closes bug #69.
Fix SQL module to re-open sockets if they unexpectedly close.
Track scope for IPv6 addresses. This lets us use link-local addresses
    properly. Closes bug #70.
Updated Makefiles to no longer use the shell for recursing into subdirs.
    "make -j 2" should now work.
Updated raddb/sql/mysql/ippool.conf to use "= NULL". Closes bug #75.
Updated Makefiles so that "make reconfig" no longer uses the shell for
    recursing into subdirs, and re-builds all "configure" files.
Used above method to regenerate all configure scripts. Closes bug #34.
"". This means the same as it being NULL.
Fixed regex realm example. Create Realm attribute with value of realm from
    User-Name, not from regex. Closes bug #40.
If processing a DHCP Discover returns "fail / reject", ignore the packet
    rather than sending a NAK.
Allow '%' to be escaped in sqlcounter module.
Fix typo internal hash table.
For PEAP and TTLS, the tunneled reply is added to the reply, rather than
    integrated via the operators. This allows multiple VSAs to be added,
    where they would previously be discarded.
Make request number unsigned. This changes nothing other than the debug
    output when the server receives more than 2^31 packets.
Don't block when reading child output in 'exec wait'. This means that
    blocked children get killed, instead of blocking the server.
Enabled building without any proxy functionality
radclient now prefers IPv4, to match the default server config.
Print useful error when a realm regex is invalid
relaxed rules for preprocess module "with_cisco_vsa_hack". The attributes
    can now be integer, ipaddr, etc. (i.e. non-string)
Allow rlm_ldap to build if ldap_set_rebind_proc() has only
2 arguments.
Update configure script for rlm_python to avoid dynamic linking problems on
    some platforms.
Work-around for bug #35
Do suid to "user" when running in debug mode as root
Make "allow_core_dumps" work in more situations.
In detail file reader, treat bad records as EOF. This allows it to continue
    working when the disk is full.
Fix Oracle default accounting queries to work when there are no gigawords
    attributes. Other databases already had the fix.
Fix rlm_sql to show when it opens and closes sockets. It already says when
    it cannot connect, so it should say when it can connect.
"chmod -x" for a few C source files.
Pull update spec files, etc. from RedHat into the redhat/ directory.
Allow spaces when parsing integer values. This helps people who put "too
    much" into an SQL value field.
2010-05-24 14:53:15 +00:00
John Dennis
dd59821020 upgrade to latest upstream release (2.1.8) 2009-12-30 18:12:37 +00:00
John Dennis
5c1a950083 - enable building of the rlm_wimax module
- pcap wire analysis support is enabled and available in utils subpackage
- Resolves bug #523053 radtest manpage in wrong package
- update to latest upstream release: 2.1.7
2009-09-15 14:47:18 +00:00
John Dennis
0bf50eaf65 upgrade to latest upstream release fix a few packaging bugs, directories
were missing execute perm
2009-05-18 16:03:13 +00:00
John Dennis
b3b4236a0d upgrade to latest upstream v2.1.3 2008-12-05 21:13:23 +00:00
John Dennis
650b46573a upgrade to new upstream 2.1.1 release 2008-09-25 19:36:06 +00:00
John Dennis
8b5c4b5e6c upgrade to latest upstream, see Changelog for details, upstream now has
more complete fix for bug #447545, local patch removed
2008-06-26 15:53:47 +00:00
John Dennis
67d3d2c459 - Upgrade to current upstream 2.0.3 release
- Many thanks to Enrico Scholz for his spec file suggestions incorporated
    here
- Resolve: bug #438665: Contains files owned by buildsystem
- Add dialupadmin-mysql, dialupadmin-postgresql, dialupadmin-ldap
    subpackages to further partition external dependencies.
- Clean up some unnecessary requires dependencies
- Add versioned requires between subpackages
- Replace BuildRequires of perl-devel with /usr/bin/perlcc to accomodate
    building on both Fedora and RHEL.
2008-04-17 16:29:01 +00:00
John Dennis
b281c60ec8 initial port of new 2.0 version, rpm builds but resulting binary not tested
yet.
2008-02-28 23:41:44 +00:00
Thomas Woerner
de79000e4c [tw] 1.1.7 sources uploaded 2007-08-07 16:20:54 +00:00
Thomas Woerner
4fb033c6b3 [tw]
- new version 1.1.6
2007-06-15 08:23:01 +00:00
Thomas Woerner
c39b9d3feb [tw]
- new version 1.1.5
- no /etc/raddb/otppasswd.sample anymore
- build is pie by default, dropped pie patch
- fixed build requirement for perl (perl-devel)
2007-03-09 11:35:53 +00:00
Thomas Woerner
2601d91d12 [tw]
- new version 1.1.3 with lots of upstream bug fixes, some security fixes
    (#205654)
2006-09-08 12:36:59 +00:00
Thomas Woerner
2713cfa87d [tw]
- new version 1.1.2
2006-06-01 16:18:39 +00:00
Thomas Woerner
c640edafab [tw]
- forgot to uploda source
2006-05-31 15:10:31 +00:00
Thomas Woerner
29f7c9b9ff [tw] - new version 1.0.5 2005-12-13 13:27:45 +00:00
Thomas Woerner
8c582623cb [tw] 1.0.4 source 2005-06-28 13:42:43 +00:00
Thomas Woerner
ba091350d1 [tw] new tar file 2005-04-04 16:33:00 +00:00
Thomas Woerner
e9e7267289 [tw]
- new version 1.0.1
- applied radrelay CVS patch from Kevin Bonner
2004-10-06 09:21:14 +00:00
cvsdist
b1b094372b auto-import changelog data from freeradius-1.0.0-1.src.rpm
Mon Aug 16 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-1
- 1.0.0 final
2004-09-09 04:55:35 +00:00
cvsdist
4843596851 auto-import changelog data from freeradius-1.0.0-0.pre3.1.src.rpm
Thu Jul 01 2004 Thomas Woerner <twoerner@redhat.com> 1.0.0-0.pre3.1
- third "pre" release of version 1.0.0
- rlm_ldap is using SASLv2 (#126507)
2004-09-09 04:55:04 +00:00
cvsdist
4eb753297b auto-import changelog data from freeradius-0.9.3-3.2.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2
- added sql scripts for rlm_sql to documentation (#116435)
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Feb 05 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1
- using -fPIC instead of -fpic for s390 ans s390x
Thu Feb 05 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2
- radiusd is pie, now
Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1
- new version 0.9.3 (bugfix release)
Fri Nov 07 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1
- new version 0.9.2
2004-09-09 04:53:33 +00:00
cvsdist
95efc0b67c auto-import changelog data from freeradius-0.9.1-1.src.rpm
Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
- new version 0.9.1
2004-09-09 04:51:45 +00:00
cvsdist
e14143129c auto-import changelog data from freeradius-0.9.0-2.src.rpm
Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2
- add ltdl patch again (libtool ltld s searching for .la only)
Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com>
- modify default PAM configuration to remove the directory part of the
    module name, so that 32- and 64-bit libpam (called from 32- or 64-bit
    radiusd) on multilib systems will always load the right module for the
    architecture
- modify default PAM configuration to use pam_stack
Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1
- 0.9.0 final
Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0
- new version 0.9.0 pre3
Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6
- included directory /var/log/radius/radacct for logrotate
Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5
- moved log and run dir to files section, cleaned up post
Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4
- added missing run dir in post
Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3
- fixed module load patch
Fri May 16 2003 Thomas Woerner <twoerner@redhat.com>
- removed la files, removed devel package
- split into 4 packages: freeradius, freeradius-mysql,
    freeradius-postgresql, freeradius-unixODBC
- fixed requires and buildrequires
- create logging dir in post if it does not exist
- fixed module load without la files
Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com>
- Initial build.
2004-09-09 04:51:36 +00:00
cvsdist
889d620cab Setup of module freeradius 2004-09-09 04:51:34 +00:00