From 46d4e573cd286b8a4a121ddeafe78f0a91e9ee2cc65c91245b36b3b79664ffb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 16 Jan 2012 17:06:33 +0000 Subject: [PATCH] - net memberships usage info was wrong; (bso#8687). - s3-libsmb: Don't duplicate kerberos service tickets; (bso#8628). - Recvfile code path using splice() on Linux leaves data in the pipe on short write; (bso#8679). - s3-winbind: Fix segfault if we can't map the last user; (bso#8678). - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory with no stored ACL; (bso#8644). - s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb; (bso#8652). - Winbind can't receive any user/group information; (bso#8371). - s3-winbind: Add an update function for winbind cache; (bso#8643). - s3: Attempt to fix the vfs_commit module. - POSIX ACE x permission becomes rx following mapping to and from a DACL; (#bso#8631). - s3:libsmb: only align unicode pipe_name; (bso#8586). - s3-winbind: Don't fail on users without a uid; (bso#8608). - Crash when trying to browse samba printers; (bso#8623). - talloc: double free error; (bso#8562). - cldap doesn't work over ipv6; (bso#8600). - s3:libsmb: fix cli_write_and_x() against OS/2 print shares; (bso#5326). - SMB2: not granting credits for all requests in a compound request; (bso#8614). - smb2_flush sends uninitialized memory; (bso#8579). - Password change settings not fully observed; (bso#8561). - s3:smb2_server: grant credits in async interim responses; (bso#8357). - s3:smbd: don't limit the number of open dptrs for smb2; (bso#8592). - samr_ChangePasswordUser3 IDL incorrect; (bso#8591). - idmap_autorid does not have allocation pool; (bso#8444). - Add systemd service files. - s3:libsmb: the workgroup in the non-extended-security negprot is not aligned; (bso#8573). - s3-build: Fix inotify detection; (bso#8580). - SMB2 doesn't handle compound request headers in the same way as Windows; (#bso8560). - Disconnecting clients swamp the logs; (bso#8585). - s3-netlogon: Fix setting the machinge account password; (bso#8550). - winbind_samlogon_retry_loop ignores logon_parameters flags; (#bso8548). - smbclient posix_open command fails to return correct info on open file; (bso#8542). - readlink() on Linux clients fails if the symlink target is outside of the share; (bso#8541). - s3-netapi: remove pointless use_memory_krb5_ccache; (bso#7465). - s3:Makefile: make DSO_EXPORTS_CMD more portable; (bso#8531). - s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ucs2 string; (bso#8528). - Make VFS op "streaminfo" stackable; (bso#8419). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=210 --- build-source-timestamp | 2 +- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 50 ++++++++++++++++++++++++++++++++++++++++ samba.spec | 52 +++++++++++++++++++++--------------------- vendor-files.tar.bz2 | 4 ++-- 6 files changed, 82 insertions(+), 32 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 341aba7..e45e91a 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2724 +2725 Branch : trunk diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 786120f..30a8bdb 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ad9293dd9cc3bde76ccf96476ce7a30c73862f9f4e786f7c177f9e07450782d -size 34619 +oid sha256:5beb31d77432f354b14d50d233dc5d719358b2d16c9e53c6a891aefb434ef361 +size 67676 diff --git a/samba-doc.spec b/samba-doc.spec index c1985d3..1e66a62 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -437,7 +437,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %changelog diff --git a/samba.changes b/samba.changes index 7ed00a5..0cdcffa 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jan 16 16:41:18 UTC 2012 - lmuelle@suse.de + +- net memberships usage info was wrong; (bso#8687). +- s3-libsmb: Don't duplicate kerberos service tickets; (bso#8628). +- Recvfile code path using splice() on Linux leaves data in the pipe on short + write; (bso#8679). +- s3-winbind: Fix segfault if we can't map the last user; (bso#8678). +- vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on + a directory with no stored ACL; (bso#8644). +- s3/doc: document the ignore system acls option of vfs_acl_xattr and + vfs_acl_tdb; (bso#8652). +- Winbind can't receive any user/group information; (bso#8371). +- s3-winbind: Add an update function for winbind cache; (bso#8643). +- s3: Attempt to fix the vfs_commit module. +- POSIX ACE x permission becomes rx following mapping to and from a DACL; + (#bso#8631). +- s3:libsmb: only align unicode pipe_name; (bso#8586). +- s3-winbind: Don't fail on users without a uid; (bso#8608). +- Crash when trying to browse samba printers; (bso#8623). +- talloc: double free error; (bso#8562). +- cldap doesn't work over ipv6; (bso#8600). +- s3:libsmb: fix cli_write_and_x() against OS/2 print shares; (bso#5326). +- SMB2: not granting credits for all requests in a compound request; + (bso#8614). +- smb2_flush sends uninitialized memory; (bso#8579). +- Password change settings not fully observed; (bso#8561). +- s3:smb2_server: grant credits in async interim responses; (bso#8357). +- s3:smbd: don't limit the number of open dptrs for smb2; (bso#8592). +- samr_ChangePasswordUser3 IDL incorrect; (bso#8591). +- idmap_autorid does not have allocation pool; (bso#8444). +- Add systemd service files. +- s3:libsmb: the workgroup in the non-extended-security negprot is not + aligned; (bso#8573). +- s3-build: Fix inotify detection; (bso#8580). +- SMB2 doesn't handle compound request headers in the same way as Windows; + (#bso8560). +- Disconnecting clients swamp the logs; (bso#8585). +- s3-netlogon: Fix setting the machinge account password; (bso#8550). +- winbind_samlogon_retry_loop ignores logon_parameters flags; (#bso8548). +- smbclient posix_open command fails to return correct info on open file; + (bso#8542). +- readlink() on Linux clients fails if the symlink target is outside of the + share; (bso#8541). +- s3-netapi: remove pointless use_memory_krb5_ccache; (bso#7465). +- s3:Makefile: make DSO_EXPORTS_CMD more portable; (bso#8531). +- s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated + ucs2 string; (bso#8528). +- Make VFS op "streaminfo" stackable; (bso#8419). + ------------------------------------------------------------------- Tue Jan 3 12:04:48 CET 2012 - ddiss@suse.de diff --git a/samba.spec b/samba.spec index 7abb63b..3eb7ab1 100644 --- a/samba.spec +++ b/samba.spec @@ -208,7 +208,7 @@ Authors: The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package client @@ -252,7 +252,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -278,7 +278,7 @@ Authors: The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif @@ -308,7 +308,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif @@ -335,7 +335,7 @@ Authors: -------- Jeremy Allison -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %if %{make_utils} @@ -356,7 +356,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif @@ -391,7 +391,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -417,14 +417,14 @@ PreReq: /sbin/ldconfig %description -n libsmbclient -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %else %description -n libsmbclient0 -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif @@ -472,7 +472,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libnetapi0 @@ -490,7 +490,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libnetapi-devel @@ -514,7 +514,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -535,14 +535,14 @@ PreReq: /sbin/ldconfig %description -n libsmbsharemodes -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %else %description -n libsmbsharemodes0 -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif @@ -578,7 +578,7 @@ Authors: The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libwbclient0 @@ -596,7 +596,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libwbclient-devel @@ -620,7 +620,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtalloc2 @@ -640,7 +640,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtalloc-devel @@ -666,7 +666,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtdb1 @@ -686,7 +686,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtdb-devel @@ -708,7 +708,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtevent0 @@ -728,7 +728,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libtevent-devel @@ -756,7 +756,7 @@ Authors: The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libldb1 @@ -778,7 +778,7 @@ Authors: The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %package -n libldb-devel @@ -805,7 +805,7 @@ Authors: -------- The Samba Team -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %if %{make_ldapsmb} @@ -828,7 +828,7 @@ Authors: -------- Guenther Deschner -Source Timestamp: 2724 +Source Timestamp: 2725 Branch : trunk %endif diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 67d4986..c1b3fbf 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0820f14ea9b31eff036848e5d1208bec99fed498995a78db1cf425b17d5f0d7f -size 52409 +oid sha256:7aeb05423be8a95f214c71f8fced4009a7c71797289c6a7783f275e44842f65a +size 52356