[sssd/f14/master: 4/5] Merge branch 'master' into f14

Stephen Gallagher sgallagh at fedoraproject.org
Thu Dec 23 18:27:13 UTC 2010


commit 93b5f5f4619500b71570c30d68d88bc92983f132
Merge: cea07f7 5225c32
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Dec 23 13:22:57 2010 -0500

    Merge branch 'master' into f14
    
    Conflicts:
    	sssd.spec

 .gitignore                                         |    1 +
 0001-Log-startup-errors-to-syslog.patch            |   56 -------------
 ...roperly-document-ldap_purge_cache_timeout.patch |   72 ----------------
 sources                                            |    2 +-
 sssd.spec                                          |   88 +++++++++++++------
 5 files changed, 62 insertions(+), 157 deletions(-)
---
diff --cc sssd.spec
index aafa0ff,1735460..50da52d
--- a/sssd.spec
+++ b/sssd.spec
@@@ -15,11 -15,7 +15,6 @@@ BuildRoot: %(mktemp -ud %{_tmppath}/%{n
  
  ### Patches ###
  
- Patch0001: 0001-Log-startup-errors-to-syslog.patch
- Patch0002: 0002-Properly-document-ldap_purge_cache_timeout.patch
- Patch0003: 0003-Ensure-that-SSSD-shuts-down-completely-before-restar.patch
- Patch0004: 0004-Wait-for-all-children-to-exit.patch
--
  ### Dependencies ###
  
  Requires: libldb >= 0.9.3
@@@ -243,6 -255,28 +254,27 @@@ f
  %postun client -p /sbin/ldconfig
  
  %changelog
+ * Wed Dec 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5.0-1
+ - New upstream release 1.5.0
+ - Fixed issues with LDAP search filters that needed to be escaped
+ - Add Kerberos FAST support on platforms that support it
+ - Reduced verbosity of PAM_TEXT_INFO messages for cached credentials
+ - Added a Kerberos access provider to honor .k5login
+ - Addressed several thread-safety issues in the sss_client code
+ - Improved support for delayed online Kerberos auth
+ - Significantly reduced time between connecting to the network/VPN and
+ - acquiring a TGT
+ - Added feature for automatic Kerberos ticket renewal
+ - Provides the kerberos ticket for long-lived processes or cron jobs
+ - even when the user logs out
+ - Added several new features to the LDAP access provider
+ - Support for 'shadow' access control
+ - Support for authorizedService access control
+ - Ability to mix-and-match LDAP access control features
+ - Added an option for a separate password-change LDAP server for those
+ - platforms where LDAP referrals are not supported
+ - Added support for manpage translations
+ 
 -
  * Thu Nov 18 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.4.1-3
  - Solve a shutdown race-condition that sometimes left processes running
  - Resolves: rhbz#606887 - SSSD stops on upgrade


More information about the scm-commits mailing list