Accepting request 28215 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 28215 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/28215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=52
This commit is contained in:
OBS User autobuild
2010-01-08 16:32:57 +00:00
committed by Git OBS Bridge
parent d0b1e76bad
commit ea14363dc9
8 changed files with 240 additions and 128 deletions

View File

@@ -1,3 +1,83 @@
-------------------------------------------------------------------
Thu Jan 7 11:21:35 UTC 2010 - lmuelle@suse.de
- Update to 3.4.4.
+ Fix interdomain trust relationships with Win2008R2 (bug #6697).
+ Fix Winbind crashes when queried from nss (bug #6889).
+ Fix Winbind crash when retrieving empty group members (bug #7014).
+ Fix "UID range full" error in Winbind (bug #6901).
+ Fix multiple LDAP servers in "idmap backend" and "idmap alloc
backend" (bug #6910).
+ BUG 4832: Fix iconv checks.
+ BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
+ BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
+ BUG 6828: Fix infinite timeout when byte lock held outside of samba.
+ BUG 6837: Fix "Too many open files" message when trying to access a large
number of files with Windows 7.
+ BUG 6841: Fix "map acl inherit = yes".
+ BUG 6850: Fix shadow copy display on Windows 7.
+ BUG 6867: Fix listing of directories with a lot of files.
+ BUG 6868: Support building with Heimdal we well as with MIT.
+ BUG 6875: Fix DOS attributes on OS/2 clients.
+ BUG 6880: Fix listing of workgroup servers in libsmbclient.
+ BUG 6898: Samba duplicates file content on appending.
+ BUG 6918: Fix krb5 build problem on Ubuntu karmic.
+ BUG 6929: Fix build with recent heimdal.
+ BUG 6939: Fix long filenames with "mangling method = hash".
+ BUG 6967: Fix 'net ads join' with OU.
+ BUG 6981: Fix paged search with DirX LDAP server.
+ BUG 6982: Remove erroneous out of memory error path in lookup_sid.
+ BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
+ BUG 7005: Fix "mangle method = hash" truncates files with dot "."
character.
+ Fix the build of the winbind krb5 locator plugin.
+ Fix enumprinter key client and server.
-------------------------------------------------------------------
Fri Jan 1 20:04:09 UTC 2010 - lars@samba.org
- Add BuildRequires to fam-devel; (bnc#564260).
-------------------------------------------------------------------
Wed Dec 30 22:04:19 CET 2009 - jmcdonough@suse.de
- Prevent winbind crash; (bso#7014); (bnc#566119).
-------------------------------------------------------------------
Mon Dec 21 20:16:21 CET 2009 - sjayaraman@suse.de
- Fix processing of open modes in POSIX open; (bnc#530683).
-------------------------------------------------------------------
Wed Dec 9 20:44:21 UTC 2009 - lmuelle@suse.de
- Store the smbfs service state if enabled and restore it for cifs while
upgrade on post-11.2 systems.
-------------------------------------------------------------------
Wed Dec 9 16:43:45 UTC 2009 - lmuelle@suse.de
- Prevent cifstab from being overwritten while upgrade on post-11.2 systems.
-------------------------------------------------------------------
Wed Dec 9 07:44:59 CET 2009 - boyang@suse.de
- Give the user a chance to change password when password will expire soon;
(FATE#302414).
-------------------------------------------------------------------
Tue Dec 8 18:19:33 UTC 2009 - lmuelle@suse.de
- Rename smbfs init script to cifs for post-11.2 systems.
-------------------------------------------------------------------
Fri Dec 4 18:59:22 CET 2009 - jmcdonough@suse.de
- Error on joining windows domain (invalid pointer); (bso#6967);
(bnc#553622).
-------------------------------------------------------------------
Thu Dec 3 11:47:02 CET 2009 - lmuelle@suse.de