- s3:smb2_server: fix a logic error, we should sign non guest sessions;
(bso8749) - 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 persistent dbs; (#bso8527). - s3: segfault in dom_sid_compare(bso#8567). - Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER; (bso#8768). - s3-winbindd: Close netlogon connection if the status returned by the NetrSamLogonEx call is timeout in the pam_auth_crap path; (bso#8771). - s3-winbindd: set the can_do_validation6 also for trusted domain; (bso#8599). - Fix problem when calculating the share security mask, take priviliges into account for the connecting user; (bso#8784). - Fix crash in dcerpc_lsa_lookup_sids_noalloc() with over 1000 groups; (bso#8807); (bnc#751454). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=229
This commit is contained in:
parent
33639c16fb
commit
3217febe92
@ -1,2 +1,2 @@
|
||||
2775
|
||||
2777
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d738398eadd16bd1829c44b1f35aa9bd4015dc79d019dd959dac6f4f327087e
|
||||
size 38667
|
||||
oid sha256:9e2ac1c3d38e18f019b64da4c45f8f4ed1aecc6bc54daf04dab0a30ebeb78f3b
|
||||
size 50335
|
||||
|
@ -449,7 +449,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 20:26:20 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
- s3:smb2_server: fix a logic error, we should sign non guest sessions;
|
||||
(bso8749)
|
||||
- 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
|
||||
persistent dbs; (#bso8527).
|
||||
- s3: segfault in dom_sid_compare(bso#8567).
|
||||
- Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER;
|
||||
(bso#8768).
|
||||
- s3-winbindd: Close netlogon connection if the status returned by the
|
||||
NetrSamLogonEx call is timeout in the pam_auth_crap path; (bso#8771).
|
||||
- s3-winbindd: set the can_do_validation6 also for trusted domain; (bso#8599).
|
||||
- Fix problem when calculating the share security mask, take priviliges into
|
||||
account for the connecting user; (bso#8784).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 11:44:55 CET 2012 - ddiss@suse.de
|
||||
|
||||
- Fix crash in dcerpc_lsa_lookup_sids_noalloc() with over 1000 groups;
|
||||
(bso#8807); (bnc#751454).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 20:00:25 UTC 2012 - lmuelle@suse.de
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -211,7 +211,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -252,7 +252,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -297,7 +297,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -319,7 +319,7 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -335,7 +335,7 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -367,7 +367,7 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -393,14 +393,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -452,7 +452,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -492,14 +492,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -538,7 +538,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -572,7 +572,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -608,7 +608,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -640,7 +640,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -678,7 +678,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2775
|
||||
Source Timestamp: 2777
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c335ebf5cedd6578c4d421f16fa63b0f33ece0b335425b3a6a967eee3992b5d4
|
||||
size 52736
|
||||
oid sha256:8468aa33ac7fbd7d957f639c95040794d53bfaf6c11b4b50d26fadcf1da60bae
|
||||
size 52728
|
||||
|
Loading…
Reference in New Issue
Block a user