| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: freeradius-server-devel | Distribution: openSUSE 11.4 |
| Version: 2.1.10 | Vendor: openSUSE |
| Release: 12.1 | Build date: Tue Oct 2 13:51:56 2012 |
| Group: Development/Libraries/C and C++ | Build host: build22 |
| Size: 108851 | Source RPM: freeradius-server-2.1.10-12.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.freeradius.org/ | |
| Summary: FreeRADIUS Development Files (static libs) | |
These are the static libraries for the FreeRADIUS package.
Authors:
--------
Miquel van Smoorenburg <miquels@cistron.nl>
Alan DeKok <aland@ox.org>
Mike Machado <mike@innercite.com>
Alan Curry
various other people
GPL-2.0 and LGPL-2.1
* Mon Oct 01 2012 vcizek@suse.com
- files in sites-available/ are now %config(noreplace) [bnc#781756]
* Thu Aug 30 2012 vcizek@suse.com
- fixed CVE-2012-3547 (bnc#777834)
* Mon May 28 2012 vcizek@suse.com
- Use the new 'su' logrotate option (bnc#677335)
* Fri Mar 23 2012 vcizek@suse.com
- fixed running with perl module (bnc#752873)
* Mon Oct 04 2010 puzel@novell.com
- update to 2.1.10
- see /usr/share/doc/packages/freeradius-server/ChangeLog
for complete list of changes in this release
- drop freeradius-server-2.1.6-edir-64bit.patch (fixed upstream)
* Thu Sep 16 2010 pgajdos@suse.cz
- radiusd reload after logrotate [bnc#634445]
* Mon Jun 21 2010 puzel@novell.com
- update to 2.1.9 (bnc#615699)
- bugfix release, for list of changes please see
/usr/share/doc/packages/freeradius-server/ChangeLog
* Mon May 03 2010 puzel@novell.com
- add freeradius-server-initscript-pidfile.patch
- handle /var/run on tmpfs
* Sun Mar 21 2010 puzel@novell.com
- specfile cleanup
* Thu Mar 11 2010 puzel@novell.com
- drop freeradius-server-2.1.6-ltdl.patch - not needed anymore
- clean up specfile
- remove bind-libs, zlib-devel from BuildRequires - not needed
* Tue Mar 09 2010 puzel@novell.com
- update to 2.1.8
- for full list of changes, please see
/usr/share/doc/packages/freeradius-server/ChangeLog
- drop freeradius-server-no-default-case.patch: fixed upstream
* Thu Dec 17 2009 puzel@novell.com
- update to 2.1.7
- for full list of changes, please see
/usr/share/doc/packages/freeradius-server/ChangeLog
* Thu Oct 22 2009 puzel@novell.com
- freeradius-server-no-default-case.patch (bnc#527742)
* Thu Oct 15 2009 puzel@novell.com
- freeradius-server-sha1-default.patch (bnc#546042)
- freeradius-server-fix-cert-bootstrap.patch (bnc#546041)
* Fri Jun 19 2009 coolo@novell.com
- disable as-needed for this package as it fails to build with it
* Tue Jun 02 2009 puzel@suse.cz
- updated to 2.1.6
o 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)
o 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.
- FreeRADIUS 2.1.5
* Release number skipped due to procedural issues.
- FreeRADIUS 2.1.4
o Feature improvements
* 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"
o Bug fixes
* 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.
* Thu Mar 26 2009 crrodriguez@suse.de
- do not ship static modules
/usr/include/freeradius /usr/include/freeradius/autoconf.h /usr/include/freeradius/conf.h /usr/include/freeradius/conffile.h /usr/include/freeradius/detail.h /usr/include/freeradius/dhcp.h /usr/include/freeradius/event.h /usr/include/freeradius/hash.h /usr/include/freeradius/heap.h /usr/include/freeradius/ident.h /usr/include/freeradius/libradius.h /usr/include/freeradius/md4.h /usr/include/freeradius/md5.h /usr/include/freeradius/missing.h /usr/include/freeradius/modcall.h /usr/include/freeradius/modules.h /usr/include/freeradius/packet.h /usr/include/freeradius/rad_assert.h /usr/include/freeradius/radius.h /usr/include/freeradius/radiusd.h /usr/include/freeradius/radpaths.h /usr/include/freeradius/radutmp.h /usr/include/freeradius/realms.h /usr/include/freeradius/sha1.h /usr/include/freeradius/stats.h /usr/include/freeradius/sysutmp.h /usr/include/freeradius/token.h /usr/include/freeradius/udpfromto.h /usr/include/freeradius/vmps.h /usr/include/freeradius/vqp.h
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:28:07 2013