forked from pool/samba
- s3: Fix a segfault with debug level 3 on Solaris; (bso#8861).
- s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904). - smbd crashes when deleting directory and veto files are enabled; (bso#8837). - winbind_krb5_locator only returns one IP address; (bso#8897). - Wrong assertion/comparison: Compare value not pointer; (bso#8859). - Inconsistent (with manpage) command-line switch for "help" in smbtree; (bso#8831). - Fix incorrect debug statement. - Setting traverse rights fails to enable directory traversal when acl_xattr in use; (bso#8857). - Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877). - s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869). - s3-docs: fixes several typos; (bso#7938). - s3-VFS: Fix building out-of-tree modules; (bso#8822). - s3-docs: Add hint that setting "profile acls = yes" on normal shares can cause trouble; (bso#7930). - s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915). - Avoid null dereference in initialize_password_db(); (bso#8920). - s3:registry: implement values_need_update and subkeys_need_update in the smbconf backend. - s3:registry:reg_api: fix reg_queryvalue to not fail when values are modified while it runs. - s4:torture:rpc:spoolss: also initialize driverName before checking it in test_PrinterData_DsSpooler(). - s3:registry: multiple cleanups, fixes, and optimisations. - s3:auth/server_info: the primary rid should be in the groups rid array; (bso#8798). - s3-printing: Add new printers to registry; (bso#8554); (baso#8612); (bso#8748). - Fix the overwriting of errno before use in a DEBUG statement and use the return value from store_acl_blob_fsp rather than ignoring it; (bso#8945). - s3-auth: Don't lookup the system user in pdb; (bso#8944). - s3-passdb: Fix negative SID->uid/gid cache handling; (bso#8952). - Fix typo in pam_winbindd code; (bso#8957). - Fix remove_duplicate_addrs2 previously it could leave zero addresses in the list; (bso#8910). - Slow but responsive DC can lock up winbindd; (bso#8943). - Broken processing of %U with vfs_full_audit when force user is set; (bso#8882). - s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845); (bnc#730769). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=240
This commit is contained in:
parent
0a484ce829
commit
8fad521ca4
@ -1,2 +1,2 @@
|
||||
2801
|
||||
2804
|
||||
Branch : 3.6.5
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd86be1a627f462a4c312f4dfc000b7e804e7e669affb6aa524a453879fe056a
|
||||
size 53537
|
||||
oid sha256:bd80125407bd75cf58fb25cab5f289448d10b4e1290bfe3620ef60c36432b760
|
||||
size 86261
|
||||
|
@ -459,7 +459,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 12:07:39 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- s3: Fix a segfault with debug level 3 on Solaris; (bso#8861).
|
||||
- s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904).
|
||||
- smbd crashes when deleting directory and veto files are enabled; (bso#8837).
|
||||
- winbind_krb5_locator only returns one IP address; (bso#8897).
|
||||
- Wrong assertion/comparison: Compare value not pointer; (bso#8859).
|
||||
- Inconsistent (with manpage) command-line switch for "help" in smbtree;
|
||||
(bso#8831).
|
||||
- Fix incorrect debug statement.
|
||||
- Setting traverse rights fails to enable directory traversal when acl_xattr
|
||||
in use; (bso#8857).
|
||||
- Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877).
|
||||
- s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869).
|
||||
- s3-docs: fixes several typos; (bso#7938).
|
||||
- s3-VFS: Fix building out-of-tree modules; (bso#8822).
|
||||
- s3-docs: Add hint that setting "profile acls = yes" on normal shares can
|
||||
cause trouble; (bso#7930).
|
||||
- s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915).
|
||||
- Avoid null dereference in initialize_password_db(); (bso#8920).
|
||||
- s3:registry: implement values_need_update and subkeys_need_update in the
|
||||
smbconf backend.
|
||||
- s3:registry:reg_api: fix reg_queryvalue to not fail when values are
|
||||
modified while it runs.
|
||||
- s4:torture:rpc:spoolss: also initialize driverName before checking it in
|
||||
test_PrinterData_DsSpooler().
|
||||
- s3:registry: multiple cleanups, fixes, and optimisations.
|
||||
- s3:auth/server_info: the primary rid should be in the groups rid array;
|
||||
(bso#8798).
|
||||
- s3-printing: Add new printers to registry; (bso#8554); (baso#8612);
|
||||
(bso#8748).
|
||||
- Fix the overwriting of errno before use in a DEBUG statement and use the
|
||||
return value from store_acl_blob_fsp rather than ignoring it; (bso#8945).
|
||||
- s3-auth: Don't lookup the system user in pdb; (bso#8944).
|
||||
- s3-passdb: Fix negative SID->uid/gid cache handling; (bso#8952).
|
||||
- Fix typo in pam_winbindd code; (bso#8957).
|
||||
- Fix remove_duplicate_addrs2 previously it could leave zero addresses in the
|
||||
list; (bso#8910).
|
||||
- Slow but responsive DC can lock up winbindd; (bso#8943).
|
||||
- Broken processing of %U with vfs_full_audit when force user is set;
|
||||
(bso#8882).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 11:54:41 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
@ -16,7 +59,8 @@ Sat Apr 21 20:59:53 UTC 2012 - lmuelle@suse.com
|
||||
- docs-xml: fix default name resolve order; (bso#7564).
|
||||
- s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836).
|
||||
- docs: remove whitespace in example samba.ldif; (bso#8789).
|
||||
- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845).
|
||||
- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845);
|
||||
(bnc#730769).
|
||||
- s3-docs: Prepend '/' to filename argument; (bso#8826).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
52
samba.spec
52
samba.spec
@ -219,7 +219,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package client
|
||||
@ -260,7 +260,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -280,7 +280,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of Samba.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -327,7 +327,7 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%if %{make_utils}
|
||||
@ -343,7 +343,7 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -376,7 +376,7 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -402,14 +402,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -448,7 +448,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -461,7 +461,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -480,7 +480,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the netapi programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -501,14 +501,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -534,7 +534,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the smbsharemodes programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -547,7 +547,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -566,7 +566,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the wbclient programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1211
|
||||
@ -583,7 +583,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -604,7 +604,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the talloc programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libtdb1
|
||||
@ -619,7 +619,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -636,7 +636,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tdb programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libtevent0
|
||||
@ -651,7 +651,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -673,7 +673,7 @@ This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libldb1
|
||||
@ -689,7 +689,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -710,7 +710,7 @@ Requires: libtalloc-devel
|
||||
This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
@ -730,7 +730,7 @@ This tool aims to simplify the administration of a Samba Domain
|
||||
Controller that uses the ldapsam passdb backend.
|
||||
|
||||
|
||||
Source Timestamp: 2801
|
||||
Source Timestamp: 2804
|
||||
Branch : 3.6.5
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bea4ed6c822816f0a065fc38b1cb7b376176719b76eeb51685d24d0048205e8
|
||||
size 52556
|
||||
oid sha256:8a14ff78f73a43c5312df4f8f76cf75a367af3d387a3cb568a25d9154489aa55
|
||||
size 52546
|
||||
|
Loading…
Reference in New Issue
Block a user