SHA256
1
0
forked from pool/samba

Accepting request 34325 from network:samba:STABLE

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

OBS-URL: https://build.opensuse.org/request/show/34325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=59
This commit is contained in:
OBS User autobuild
2010-03-08 17:24:47 +00:00
committed by Git OBS Bridge
parent 0de76c1475
commit 356ddb0560
6 changed files with 152 additions and 88 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 8 09:12:07 UTC 2010 - rhafer@novell.com
- Fixed libldb.so link in libldb-devel.
-------------------------------------------------------------------
Fri Mar 5 15:47:25 UTC 2010 - hhetter@novell.com
- Fix argc handling in net_share, making the command "net share"
work again; (bso#7203); (bnc#584253).
-------------------------------------------------------------------
Mon Mar 1 16:22:52 CET 2010 - lmuelle@suse.de
@@ -100,7 +111,7 @@ Fri Feb 19 16:27:03 CET 2010 - lmuelle@suse.de
Tue Feb 9 22:10:44 UTC 2010 - lmuelle@suse.de
- Take extra care that a mount point of mount.cifs isn't changed during mount
and don't allow it to be run as setuid root program; CVE-2009-3638;
and don't allow it to be run as setuid root program; CVE-2010-0787;
(bso#6853); (bnc#550002).
-------------------------------------------------------------------
@@ -109,6 +120,16 @@ Tue Feb 9 17:10:55 UTC 2010 - lmuelle@suse.de
- Check in mount.cifs for invalid characters in device name and mountpoint;
CVE-2010-0547; (brc#562156); (bnc#577925).
-------------------------------------------------------------------
Tue Feb 9 05:00:08 CET 2010 - boyang@suse.de
- Don't invalidate cache for uninitialized domains; (bnc#538923).
-------------------------------------------------------------------
Tue Feb 9 04:59:09 CET 2010 - boyang@suse.de
- Signals are processed twice in child; (bnc#538923).
-------------------------------------------------------------------
Mon Feb 8 18:51:27 CET 2010 - jmcdonough@suse.de
@@ -194,6 +215,12 @@ Tue Jan 12 22:55:44 UTC 2010 - lmuelle@suse.de
- Free unused memory after a packet got processed; (bso#7020).
-------------------------------------------------------------------
Fri Jan 8 04:56:21 CET 2010 - boyang@suse.de
- Add timeout to rpc call to prevent infinite loop when network is
down; (bnc#538923).
-------------------------------------------------------------------
Thu Jan 7 12:14:19 UTC 2010 - lmuelle@suse.de
@@ -243,6 +270,43 @@ Thu Jan 7 12:14:19 UTC 2010 - lmuelle@suse.de
query.
+ List trusted domains from wcache when domain is offline.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed Jan 6 17:17:58 UTC 2010 - lmuelle@suse.de