- 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:
parent
3217febe92
commit
8b9a692f5f
@ -1,2 +1,2 @@
|
||||
2777
|
||||
2779
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e2ac1c3d38e18f019b64da4c45f8f4ed1aecc6bc54daf04dab0a30ebeb78f3b
|
||||
size 50335
|
||||
oid sha256:7aa438c68d91328e9b3adab397568f11aba4f56fb41aa8ec1ef3c53ed20d7e38
|
||||
size 51310
|
||||
|
@ -449,7 +449,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -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
|
||||
|
||||
- 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).
|
||||
- s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for
|
||||
persistent dbs; (#bso8527).
|
||||
|
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -252,7 +252,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -319,7 +319,7 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -335,7 +335,7 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -367,7 +367,7 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -393,14 +393,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -452,7 +452,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -492,14 +492,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -538,7 +538,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -572,7 +572,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -608,7 +608,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -640,7 +640,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -678,7 +678,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
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: 2777
|
||||
Source Timestamp: 2779
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8468aa33ac7fbd7d957f639c95040794d53bfaf6c11b4b50d26fadcf1da60bae
|
||||
size 52728
|
||||
oid sha256:63f3eeb5767ac44c3ac04980269dc7ed28d466176168f9363eb1e8271de793dd
|
||||
size 52739
|
||||
|
Loading…
Reference in New Issue
Block a user