Sophie
About
Sophie 0.1.8
freeradius-2.1.6-3.fc12.src.rpm

Fedora:

High-performance and highly configurable free RADIUS server

The FreeRADIUS Server Project is a high performance and highly configurable
GPL'd free RADIUS server. The server is similar in some respects to
Livingston's 2.0 server. While FreeRADIUS started as a variant of the
Cistron RADIUS server, they don't share a lot in common any more. It now has
many more features than Cistron or Livingston, and is much more configurable.

FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
protocol, as defined in RFC 2865 (and others). It allows Network Access
Servers (NAS boxes) to perform authentication for dial-up users. There are
also RADIUS clients available for Web servers, firewalls, Unix logins, and
more. Using RADIUS allows authentication and authorization for a network to
be centralized, and minimizes the amount of re-configuration which has to be
done when adding or deleting new users.

Name:freeradius
Version: 2.1.6-3.fc12
Architecture: src (ppc)
Group: System Environment/Daemons
License: GPLv2+ and LGPLv2+
Url: http://www.freeradius.org/
Distribution: Koji
Vendor: Fedora Project
Maintainers:
Build date:Tue Jun 23 22:16:13 2009
Packager: Fedora Project
Build host: ppc5.fedora.phx.redhat.com
Source rpm: (none)
Build arch: (none)
Exclude arch: (none)
Exclusive arch: (none)
Rpm version used: 4.7.0
Cookie: ppc5.fedora.phx.redhat.com 1245788173
PkgId: b82b8cde8b12f943a5b515ebd876c2c1

Tue Jun 06 2009 John Dennis <jdennis at redhat dot com> - 2.1.6-3

- resolves bug #507571 freeradius packages do not check for user/group existence

Tue Jun 06 2009 John Dennis <jdennis at redhat dot com> - 2.1.6-2

- make /etc/raddb/sites-available/* be config(noreplace)

Mon May 05 2009 John Dennis <jdennis at redhat dot com> - 2.1.6-1

- update to latest upstream release, from upstream Changelog:
Feature improvements
* radclient exits with 0 on successful (accept / ack), and 1
otherwise (no response / reject)
* Added support for %{sql:UPDATE ..}, and insert/delete
Patch from Arran Cudbard-Bell
* Added sample "do not respond" policy. See raddb/policy.conf
and raddb/sites-available/do_not_respond
* Cleanups to Suse spec file from Norbert Wegener
* New VSAs for Juniper from Bjorn Mork
* Include more RFC dictionaries in the default install
* More documentation for the WiMAX module
* Added "chase_referrals" and "rebind" configuration to rlm_ldap.
This helps with Active Directory. See raddb/modules/ldap
* Don't load pre/post-proxy if proxying is disabled.
* Added %{md5:...}, which returns MD5 hash in hex.
* Added configurable "retry_interval" and "poll_interval"
for "detail" listeners.
* Added "delete_mppe_keys" configuration option to rlm_wimax.
Apparently some WiMAX clients misbehave when they see those keys.
* Added experimental rlm_ruby from
http://github.com/Antti/freeradius-server/tree/master
* Add Tunnel attributes to ldap.attrmap
* 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.
* Updated "radwatch" script to be more robust. See scripts/radwatch
* Added certificate compatibility notes in raddb/certs/README,
for compatibility with different operating systems. (i.e. Windows)
* Permit multiple "-e" in radmin.
* Add support for originating CoA-Request and Disconnect-Request.
See raddb/sites-available/originate-coa.
* Added "lifetime" and "max_queries" to raddb/sql.conf.
This helps address the problem of hung SQL sockets.
* Allow packets to be injected via radmin. See "inject help"
in radmin.
* Answer VMPS reconfirmation request. Patch from Hermann Lauer.
* Sample logrotate script in scripts/logrotate.freeradius
* Add configurable poll interval for "detail" listeners
* New "raddebug" command. This prints debugging information from
a running server. See "man raddebug.
* Add "require_message_authenticator" configuration to home_server
configuration. This makes the server add Message-Authenticator
to all outgoing Access-Request packets.
* Added smsotp module, as contributed by Siemens.
* Enabled the administration socket in the default install.
See raddb/sites-available/control-socket, and "man radmin"
* Handle duplicate clients, such as with replicated or
load-balanced SQL servers and "readclients = yes"

Bug fixes
* Minor changes to allow building without VQP.
* Minor fixes from John Center
* Fixed raddebug example
* Don't crash when deleting attributes via unlang
* Be friendlier to very fast clients
* Updated the "detail" listener so that it only polls once,
and not many times in a row, leaking memory each time...
* Update comparison for Packet-Src-IP-Address (etc.) so that
the operators other than '==' work.
* Did autoconf magic to work around weird libtool bug
* Make rlm_perl keep tags for tagged attributes in more situations
* Update UID checking for radmin
* Added "include_length" field for TTLS. It's needed for RFC
compliance, but not (apparently) for interoperability.
* Clean up control sockets when they are closed, so that we don't
leak memory.
* Define SUN_LEN for systems that don't have it.
* Correct some boundary conditions in the conditional checker ("if")
in "unlang". Bug noted by Arran Cudbard-Bell.
* Work around minor building issues in gmake. This should only
have affected developers.
* Change how we manage unprivileged user/group, so that we do not
create control sockets owned by root.
* Fixed more minor issues found by Coverity.
* Allow raddb/certs/bootstrap to run when there is no "make"
command installed.
* In radiusd.conf, run_dir depends on the name of the program,
and isn't hard-coded to "..../radiusd"
* Check for EOF in more places in the "detail" file reader.
* Added Freeswitch dictionary.
* Chop ethernet frames in VMPS, rather than droppping packets.
* Fix EAP-TLS bug. Patch from Arnaud Ebalard
* Don't lose string for regex-compares in the "users" file.
* Expose more functions in rlm_sql to rlm_sqlippool, which
helps on systems where RTLD_GLOBAL is off.
* Fix typos in MySQL schemas for ippools.
* Remove macro that was causing build issues on some platforms.
* Fixed issues with dead home servers. Bug noted by Chris Moules.
* Fixed "access after free" with some dynamic clients.

- fix packaging bug, some directories missing execute permission
/etc/raddb/dictionary now readable by all.

Tue Feb 02 2009 John Dennis <jdennis at redhat dot com> - 2.1.3-4

- fix type usage in unixodbc to match new type usage in unixodbc API

Thu Feb 02 2009 John Dennis <jdennis at redhat dot com> - 2.1.3-3

- add pointer to Red Hat documentation in docdir

Sat Jan 01 2009 Caolán McNamara <caolanm at redhat dot com> - 2.1.3-2

- rebuild for dependencies

Thu Dec 12 2008 John Dennis <jdennis at redhat dot com> - 2.1.3-1

- upgrade to latest upstream release, upstream summary follows:
The focus of this release is stability.
Feature Improvements:
* Allow running with "user=radiusd" and binding to secure sockets.
* Start sending Status-Server "are you alive" messages earlier, which
helps with proxying multiple realms to a home server.
* Removed thread pool code from rlm_perl. It's not necessary.
* Added example Perl configuration to raddb/modules/perl
* Force OpenSSL to support certificates with SHA256. This seems to be
necessary for WiMAX certs.
Bug fixes:
* Fix Debian patch to allow it to build.
* Fix potential NULL dereference in debugging mode on certain
platforms for TTLS and PEAP inner tunnels.
* Fix uninitialized memory in handling of vendor definitions
* Fix parsing of quoted (but non-string) attributes in the "users" file.
* Initialize uknown NAS IP to 255.255.255.255, rather than 0.0.0.0
* use SUN_LEN in control socket, to avoid truncation on some platforms.
* Correct internal handling of "debug condition" to prevent it from
being over-written.
* Check return code of regcomp in "unlang", so that invalid regular
expressions are caught rather than mishandled.
* Make rlm_sql use . Addresses bug #610.
* Document list "type = status" better. Closes bug #580.
* Set "default days" for certificates, because OpenSSL won't do it.
This closes bug #615.
* Reference correct list in example raddb/modules/ldap. Closes #596.
* Increase default schema size for Acct-Session-Id to 64. Closes #540.
* Fix use of temporary files in dialup-admin. Closes #605 and
addresses CVE-2008-4474.
* Addressed a number of minor issues found by Coverity.
* Added DHCP option 150 to the dictionary. Closes #618.

Wed Dec 12 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-8

- add --with-system-libtool to configure as a workaround for
undefined reference to lt__PROGRAM__LTX_preloaded_symbols

Mon Dec 12 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-7

- add obsoletes tag for dialupadmin subpackages which were removed

Mon Dec 12 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-7

- add readline-devel BuildRequires

Sun Nov 11 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail dot com> - 2.1.1-4

- Rebuild for Python 2.6

Fri Nov 11 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-3

- make spec file buildable on RHEL5.2 by making perl-devel a fedora only dependency.
- remove diaupadmin packages, it's not well supported and there are problems with it.

Fri Sep 09 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-1

- Resolves: bug #464119 bootstrap code could not create initial certs in /etc/raddb/certs because
permissions were 750, radiusd running as euid radiusd could not write there, permissions now 770

Thu Sep 09 2008 John Dennis <jdennis at redhat dot com> - 2.1.1-1

- upgrade to new upstream 2.1.1 release

Wed Jul 07 2008 John Dennis <jdennis at redhat dot com> - 2.0.5-2

- Resolves: bug #453761: FreeRADIUS %post should not include chown -R
specify file attributes for /etc/raddb/ldap.attrmap
fix consistent use of tabs/spaces (rpmlint warning)

Mon Jun 06 2008 John Dennis <jdennis at redhat dot com> - 2.0.5-1

- upgrade to latest upstream, see Changelog for details,
upstream now has more complete fix for bug #447545, local patch removed

Wed May 05 2008 John Dennis <jdennis at redhat dot com> - 2.0.4-1

- upgrade to latest upstream, see Changelog for details
- resolves: bug #447545: freeradius missing /etc/raddb/sites-available/inner-tunnel

Fri May 05 2008 <jdennis at redhat dot com> - 2.0.3-3

- # Temporary fix for bug #446864, turn off optimization

Fri Apr 04 2008 John Dennis <jdennis at redhat dot com> - 2.0.3-2

- remove support for radrelay, it's different now
- turn off default inclusion of SQL config files in radiusd.conf since SQL
is an optional RPM install
- remove mssql config files

Thu Apr 04 2008 John Dennis <jdennis at redhat dot com> - 2.0.3-1

- 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

Tue Mar 03 2008 Tom "spot" Callaway <tcallawa at redhat dot com> - 2.0.2-2

- add Requires for versioned perl (libperl.so)

Thu Feb 02 2008 <jdennis at redhat dot com> - 2.0.2-1

- upgrade to new 2.0 release
- split into subpackages for more fine grained installation

Tue Feb 02 2008 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.1.7-4.4.ipa

- Autorebuild for GCC 4.3

Thu Dec 12 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.7-3.4.ipa

- Rebuild for deps

Sat Nov 11 2007 <jdennis at redhat dot com> - 1.1.7-3.3.ipa

- add support in rlm_ldap for reading clients from ldap
- fix TLS parameter controling if a cert which fails to validate
will be accepted (i.e. self-signed),
rlm_ldap config parameter=tls_require_cert
ldap LDAP_OPT_X_TLS_REQUIRE_CERT parameter was being passed to
ldap_set_option() when it should have been ldap_int_tls_config()

Sat Nov 11 2007 <jdennis at redhat dot com> - 1.1.7-3.2.ipa

- add support in rlm_ldap for SASL/GSSAPI binds to the LDAP server

Mon Sep 09 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.7-3.1

- made init script fully lsb conform

Mon Sep 09 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.7-3

- fixed initscript problem (rhbz#292521)

Tue Aug 08 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.7-2

- fixed initscript for LSB (rhbz#243671, rhbz#243928)
- fixed license tag

Tue Aug 08 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.7-1

- new versin 1.1.7
- install snmp MIB files
- dropped LDAP_DEPRECATED flag, it is upstream
- marked config files for sub packages as config (rhbz#240400)
- moved db files to /var/lib/raddb (rhbz#199082)

Fri Jun 06 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.6-2

- radiusd expects /etc/raddb to not be world readable or writable
/etc/raddb now belongs to radiusd, post script sets permissions

Fri Jun 06 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.6-1

- new version 1.1.6

Fri Mar 03 2007 Thomas Woerner <twoerner at redhat dot com> 1.1.5-1

- 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)

Fri Feb 02 2007 Karsten Hopp <karsten at redhat dot com> 1.1.3-3

- remove trailing dot from summary
- fix buildroot
- fix post/postun/preun requirements
- use rpm macros

Fri Dec 12 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.3-2.1

- rebuild for new postgresql library version

Thu Nov 11 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.3-2

- fixed ldap code to not use internals, added LDAP_DEPRECATED compile time flag
(#210912)

Tue Aug 08 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.3-1

- new version 1.1.3 with lots of upstream bug fixes, some security fixes
(#205654)

Tue Aug 08 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.2-2

- commented out include for sql.conf in radiusd.conf (#202561)

Wed Jul 07 2006 Jesse Keating <jkeating at redhat dot com> - 1.1.2-1.1

- rebuild

Thu Jun 06 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.2-1

- new version 1.1.2

Wed May 05 2006 Thomas Woerner <twoerner at redhat dot com> 1.1.1-1

- new version 1.1.1
- fixed incorrect rlm_sql globbing (#189095)
Thanks to Yanko Kaneti for the fix.
- fixed chown syntax in post script (#182777)
- dropped gcc34, libdir and realloc-return patch
- spec file cleanup with additional libtool build fixes

Fri Feb 02 2006 Jesse Keating <jkeating at redhat dot com> - 1.0.5-1.2

- bump again for double-long bug on ppc(64)

Tue Feb 02 2006 Jesse Keating <jkeating at redhat dot com> - 1.0.5-1.1

- rebuilt for new gcc4.1 snapshot and glibc changes

Tue Dec 12 2005 Thomas Woerner <twoerner at redhat dot com> 1.0.5-1

- new version 1.0.5

Fri Dec 12 2005 Jesse Keating <jkeating at redhat dot com>

- rebuilt

Sat Nov 11 2005 Tom Lane <tgl at redhat dot com> - 1.0.4-5

- Rebuild due to mysql update.

Wed Nov 11 2005 Tomas Mraz <tmraz at redhat dot com> - 1.0.4-4

- rebuilt with new openssl
- fixed ignored return value of realloc

Fri Sep 09 2005 Tomas Mraz <tmraz at redhat dot com> - 1.0.4-3

- use include instead of pam_stack in pam config

Wed Jul 07 2005 Thomas Woerner <twoerner at redhat dot com> 1.0.4-2

- added missing build requires for libtool-ltdl-devel (#160877)
- modified file list to get a report for missing plugins

Tue Jun 06 2005 Thomas Woerner <twoerner at redhat dot com> 1.0.4-1

- new version 1.0.4
- droppend radrelay patch (fixed upstream)

Thu Apr 04 2005 Warren Togami <wtogami at redhat dot com> 1.0.2-2

- rebuild against new postgresql-libs

Mon Apr 04 2005 Thomas Woerner <twoerner at redhat dot com> 1.0.2-1

- new version 1.0.2

Fri Nov 11 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.1-3

- rebuild for MySQL 4
- switched over to installed libtool

Fri Nov 11 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.1-2

- Fixed install problem of radeapclient (#138069)

Wed Oct 10 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.1-1

- new version 1.0.1
- applied radrelay CVS patch from Kevin Bonner

Wed Aug 08 2004 Warren Togami <wtogami at redhat dot com> 1.0.0-3

- BuildRequires pam-devel and libtool
- Fix errant text in description
- Other minor cleanups

Wed Aug 08 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.0-2.1

- renamed /etc/pam.d/radius to /etc/pam.d/radiusd to match default
configuration (#130613)

Wed Aug 08 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.0-2

- fixed BuildRequires for openssl-devel (#130606)

Mon Aug 08 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.0-1

- 1.0.0 final

Mon Jul 07 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.0-0.pre3.2

- added buildrequires for zlib-devel (#127162)
- fixed libdir patch to prefer own libeap instead of installed one (#127168)
- fixed samba account maps in LDAP for samba v3 (#127173)

Thu Jul 07 2004 Thomas Woerner <twoerner at redhat dot com> 1.0.0-0.pre3.1

- third "pre" release of version 1.0.0
- rlm_ldap is using SASLv2 (#126507)

Tue Jun 06 2004 Elliot Lee <sopwith at redhat dot com>

- rebuilt

Thu Jun 06 2004 Thomas Woerner <twoerner at redhat dot com> 0.9.3-4.1

- fixed BuildRequires for gdbm-devel

Tue Mar 03 2004 Harald Hoyer <harald at redhat dot com> - 0.9.3-4

- gcc34 compilation fixes

Tue Mar 03 2004 Elliot Lee <sopwith at redhat dot com>

- rebuilt

Tue Feb 02 2004 Thomas Woerner <twoerner at redhat dot com> 0.9.3-3.2

- added sql scripts for rlm_sql to documentation (#116435)

Fri Feb 02 2004 Elliot Lee <sopwith at redhat dot com>

- rebuilt

Thu Feb 02 2004 Thomas Woerner <twoerner at redhat dot com> 0.9.3-2.1

- using -fPIC instead of -fpic for s390 ans s390x

Thu Feb 02 2004 Thomas Woerner <twoerner at redhat dot com> 0.9.3-2

- radiusd is pie, now

Tue Nov 11 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.3-1

- new version 0.9.3 (bugfix release)

Fri Nov 11 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.2-1

- new version 0.9.2

Mon Sep 09 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.1-1

- new version 0.9.1

Mon Sep 09 2003 Nalin Dahyabhai <nalin at redhat dot com> 0.9.0-2.2

- 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

Mon Sep 09 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.0-2.1

- com_err.h moved to /usr/include/et

Tue Jul 07 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.0-1

- 0.9.0 final

Wed Jul 07 2003 Thomas Woerner <twoerner at redhat dot com> 0.9.0-0.9.0

- new version 0.9.0 pre3

Thu May 05 2003 Thomas Woerner <twoerner at redhat dot com> 0.8.1-6

- included directory /var/log/radius/radacct for logrotate

Wed May 05 2003 Thomas Woerner <twoerner at redhat dot com> 0.8.1-5

- moved log and run dir to files section, cleaned up post

Wed May 05 2003 Thomas Woerner <twoerner at redhat dot com> 0.8.1-4

- added missing run dir in post

Tue May 05 2003 Thomas Woerner <twoerner at redhat dot com> 0.8.1-3

- fixed module load patch

Fri May 05 2003 Thomas Woerner <twoerner at redhat dot 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 04 2003 Thomas Woerner <twoerner at redhat dot com>

- Initial build.

Perl :: Catalyst :: PostgreSQL :: PostgreSQL