OBS User unknown
2008-09-24 23:17:04 +00:00
committed by Git OBS Bridge
parent 0dd3875f72
commit 4d3642a564
8 changed files with 198 additions and 76 deletions

View File

@@ -1,8 +1,72 @@
-------------------------------------------------------------------
Sat Sep 20 14:53:45 CEST 2008 - lmuelle@suse.de
- Call mkinitrd_setup during %post and %postun for post-9.2 systems only.
-------------------------------------------------------------------
Sat Sep 20 12:59:43 CEST 2008 - lmuelle@suse.de
- Update to 3.2.4.
+ BUG 5590: Fix binary stripping on older OS.
+ Fix linking of cifs.upcall when nscd_flush_cache() is found.
+ BUG 5052: Allow inheritable permissions.
+ BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback has
an IPv4 address.
+ BUG 5698: Fix non guest connections to shares when "security = share" is
used.
+ BUG 5729: Explicitly allow "-valid".
+ BUG 5745: Fix Kerberos authentication with (lib)smbclient.
+ BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+ BUG 5761: Fix opening of mangled directory name (resulted 'is a stream
name').
+ Fix the wcache_invalidate_samlogon calls.
+ Clarify usage of "force create mode".
+ Write times code update.
+ Fix Winbind crash.
+ idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads
structure.
+ Fix build warnings.
+ Cleanup of DC enumeration in get_dcs().
+ BUG 5710: Fix changing of machine account passwords.
+ Fix several build warnings.
+ Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+ BUG 5736: Fix Winbind crash bug with trusted domains.
+ Correct the netsamlogon_clear_cached_user function.
+ Fix handling of MSKRB5 OID in cifs.upcall.
+ Fix build warnings in cifs.upcall.
+ Change default install location of cifs.upcall to EPREFIX/sbin.
+ Enable building of cifs.upcall by default on Linux.
+ BUG 5707: Do proper error handling if the socket is closed.
+ Fix calculation of useable_space for trans2 and nttrans replies.
+ Fix Coverity ID 587.
+ Add mapping of generic bits when setting an NFSv4 ACL.
+ Some write time fixes.
+ BUG 4516: No IPv6 on Solaris 2.6.
+ BUG 5571: Fix group memeberships in Winbind.
+ Fix cut and paste error in quota code.
+ Fix display of POSIX ACLs.
+ Avoid a race condition in glibc between AIO and setresuid().
+ Add missing become root for AIO operations.
+ Fix logic of tsmsm_sendfile().
+ Fix an errno handling bug that could lead to an infinite loop.
+ Fix handling of arbitrary new PAC types.
-------------------------------------------------------------------
Thu Sep 18 14:17:24 CEST 2008 - anschneider@suse.de
- Create a link to the html manpages so that they can be accesses in swat;
(bnc#426182).
-------------------------------------------------------------------
Tue Sep 9 17:46:28 CEST 2008 - jmcdonough@suse.de
- "Password last set" timestamp update from admin pw change; (bnc#420407).
-------------------------------------------------------------------
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
- Call mkinitrd_setup during %post and %postun for package
cifs-mount (bnc#413709)
- Call mkinitrd_setup during %post and %postun for package cifs-mount;
(bnc#413709).
-------------------------------------------------------------------
Wed Aug 27 18:33:40 CEST 2008 - lmuelle@suse.de