- s3-winbindd: Only use SamLogonEx when we can get unencrypted session keys;

(bso#8599).
- Correctly handle DENY ACEs when privileges apply; (bso#8797).
- dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more than 1000
  groups; (bso#8807).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=230
This commit is contained in:
Lars Müller 2012-03-25 21:21:39 +00:00 committed by Git OBS Bridge
parent 3217febe92
commit 8b9a692f5f
6 changed files with 42 additions and 33 deletions

View File

@ -1,2 +1,2 @@
2777 2779
Branch : trunk Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9e2ac1c3d38e18f019b64da4c45f8f4ed1aecc6bc54daf04dab0a30ebeb78f3b oid sha256:7aa438c68d91328e9b3adab397568f11aba4f56fb41aa8ec1ef3c53ed20d7e38
size 50335 size 51310

View File

@ -449,7 +449,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%changelog %changelog

View File

@ -1,8 +1,17 @@
-------------------------------------------------------------------
Sun Mar 25 21:14:33 UTC 2012 - lmuelle@suse.de
- s3-winbindd: Only use SamLogonEx when we can get unencrypted session keys;
(bso#8599).
- Correctly handle DENY ACEs when privileges apply; (bso#8797).
- dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more than 1000
groups; (bso#8807).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 16 20:26:20 UTC 2012 - lmuelle@suse.de Fri Mar 16 20:26:20 UTC 2012 - lmuelle@suse.de
- s3:smb2_server: fix a logic error, we should sign non guest sessions; - s3:smb2_server: fix a logic error, we should sign non guest sessions;
(bso8749) (bso8749).
- Allow vfs_aio_pthread to build as a static module; (bso#8723). - Allow vfs_aio_pthread to build as a static module; (bso#8723).
- s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for - s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for
persistent dbs; (#bso8527). persistent dbs; (#bso8527).

View File

@ -211,7 +211,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package client %package client
@ -252,7 +252,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -272,7 +272,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of Samba. develop programs which make use of Samba.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif
@ -297,7 +297,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif
@ -319,7 +319,7 @@ Requires: samba-client >= %{version}
A wrapper binary to run smbspool with the original calling UID. A wrapper binary to run smbspool with the original calling UID.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%if %{make_utils} %if %{make_utils}
@ -335,7 +335,7 @@ Obsoletes: samba-gplv3-utils < %{version}
Some of the debug-tools for developpers. Some of the debug-tools for developpers.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif
@ -367,7 +367,7 @@ PreReq: coreutils
This is the winbind-daemon and the wbinfo-tool. This is the winbind-daemon and the wbinfo-tool.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -393,14 +393,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%else %else
%description -n libsmbclient0 %description -n libsmbclient0
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif
@ -439,7 +439,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbclient programming interface. develop programs which make use of the smbclient programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libnetapi0 %package -n libnetapi0
@ -452,7 +452,7 @@ PreReq: /sbin/ldconfig
This package includes the netapi library. This package includes the netapi library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libnetapi-devel %package -n libnetapi-devel
@ -471,7 +471,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the netapi programming interface. develop programs which make use of the netapi programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -492,14 +492,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%else %else
%description -n libsmbsharemodes0 %description -n libsmbsharemodes0
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif
@ -525,7 +525,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbsharemodes programming interface. develop programs which make use of the smbsharemodes programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libwbclient0 %package -n libwbclient0
@ -538,7 +538,7 @@ PreReq: /sbin/ldconfig
This package includes the wbclient library. This package includes the wbclient library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libwbclient-devel %package -n libwbclient-devel
@ -557,7 +557,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the wbclient programming interface. develop programs which make use of the wbclient programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtalloc2 %package -n libtalloc2
@ -572,7 +572,7 @@ PreReq: /sbin/ldconfig
This package includes the talloc library. This package includes the talloc library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtalloc-devel %package -n libtalloc-devel
@ -593,7 +593,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the talloc programming interface. develop programs which make use of the talloc programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtdb1 %package -n libtdb1
@ -608,7 +608,7 @@ PreReq: /sbin/ldconfig
This package includes the tdb library. This package includes the tdb library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtdb-devel %package -n libtdb-devel
@ -625,7 +625,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tdb programming interface. develop programs which make use of the tdb programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtevent0 %package -n libtevent0
@ -640,7 +640,7 @@ PreReq: /sbin/ldconfig
This package includes the tevent library. This package includes the tevent library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libtevent-devel %package -n libtevent-devel
@ -662,7 +662,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libldb1 %package -n libldb1
@ -678,7 +678,7 @@ PreReq: /sbin/ldconfig
This package includes the ldb library. This package includes the ldb library.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%package -n libldb-devel %package -n libldb-devel
@ -700,7 +700,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%if %{make_ldapsmb} %if %{make_ldapsmb}
@ -718,7 +718,7 @@ This tool aims to simplify the administration of a Samba Domain
Controller that uses the ldapsam passdb backend. Controller that uses the ldapsam passdb backend.
Source Timestamp: 2777 Source Timestamp: 2779
Branch : trunk Branch : trunk
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8468aa33ac7fbd7d957f639c95040794d53bfaf6c11b4b50d26fadcf1da60bae oid sha256:63f3eeb5767ac44c3ac04980269dc7ed28d466176168f9363eb1e8271de793dd
size 52728 size 52739