forked from pool/samba
- Update to 4.1.0rc4.
+ dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLs; (bso#8077). + python-samba-tool fsmo: Do not give an error on a successful role transfer; (bso#9461). + dbwrap_ctdb: Treat empty records as non-existing; (bso#10008). + Raise the level of a debug when unable to open a printer; (bso#10118). + Add "acl allow execute always" parameter; (bso#10134). + vfs_shadow_copy2: Display previous versions correctly over SMB2; (bso#10137). + smbd: Always clean up share modes after hard crash; (bso#10138). + Valid utf8 filenames cause "invalid conversion error" messages; (bso#10139). + libcli/smb: Use SMB1 MID=0 for the initial Negprot; (bso#10144). + Samba SMB2 client code reads the wrong short name length in a directory listing reply; (bso#10145). + libcli/smb: Only check the SMB2 session setup signature if required and valid; (bso#10146). + Better document potential implications of a globally used "valid users"; (bso#10147). + cli_smb2_get_ea_list_path() failed to close file on exit; (bso#10149). + Not all OEM servers support the ALTNAME info level; (bso#10150). + Regression causes replication failure with Windows 2008R2 and deletes Deleted Objects; (bso#10157). + Netbios related samba process consumes 100% CPU; (bso#10158). + Fix POSIX ACL mapping when setting DENY ACE's from Windows; (bso#10162). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=341
This commit is contained in:
parent
a85393d8b9
commit
ee4581c04a
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2f6f28489655900cf5008cecd34a34ee7cf993b35ae317d8567f77f919c9c7d
|
||||
size 25594
|
||||
oid sha256:493167f4633519b69f2d796b138ba6e16356e4d00fac6e11bac41384b1936fa0
|
||||
size 25588
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15048e23a392f0a335af8770b9f6184efce4fcb0e25e4253848dcdddbea41d5b
|
||||
size 19453614
|
3
samba-4.1.0rc4.tar.gz
Normal file
3
samba-4.1.0rc4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d5dbc990c96632c58910e2d210ab5c9fd9984ae3a708afb1767854963716462
|
||||
size 23151729
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 12:30:24 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.1.0rc4.
|
||||
+ dsdb: Convert the full string from UTF16 to UTF8, including embedded
|
||||
NULLs; (bso#8077).
|
||||
+ python-samba-tool fsmo: Do not give an error on a successful role
|
||||
transfer; (bso#9461).
|
||||
+ dbwrap_ctdb: Treat empty records as non-existing; (bso#10008).
|
||||
+ Raise the level of a debug when unable to open a printer; (bso#10118).
|
||||
+ Add "acl allow execute always" parameter; (bso#10134).
|
||||
+ vfs_shadow_copy2: Display previous versions correctly over SMB2;
|
||||
(bso#10137).
|
||||
+ smbd: Always clean up share modes after hard crash; (bso#10138).
|
||||
+ Valid utf8 filenames cause "invalid conversion error" messages;
|
||||
(bso#10139).
|
||||
+ libcli/smb: Use SMB1 MID=0 for the initial Negprot; (bso#10144).
|
||||
+ Samba SMB2 client code reads the wrong short name length in a directory
|
||||
listing reply; (bso#10145).
|
||||
+ libcli/smb: Only check the SMB2 session setup signature if required and
|
||||
valid; (bso#10146).
|
||||
+ Better document potential implications of a globally used "valid users";
|
||||
(bso#10147).
|
||||
+ cli_smb2_get_ea_list_path() failed to close file on exit; (bso#10149).
|
||||
+ Not all OEM servers support the ALTNAME info level; (bso#10150).
|
||||
+ Regression causes replication failure with Windows 2008R2 and deletes
|
||||
Deleted Objects; (bso#10157).
|
||||
+ Netbios related samba process consumes 100% CPU; (bso#10158).
|
||||
+ Fix POSIX ACL mapping when setting DENY ACE's from Windows; (bso#10162).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 22:10:11 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
@ -106,7 +106,7 @@ BuildRequires: libxslt1
|
||||
BuildRequires: libxslt-tools
|
||||
%endif
|
||||
%define samba_ver 4.1.0
|
||||
%define samba_ver_suffix rc3
|
||||
%define samba_ver_suffix rc4
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
%else
|
||||
@ -130,7 +130,7 @@ BuildRequires: libxslt-tools
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3081
|
||||
%define SOURCE_TIMESTAMP 3082
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0483e79bc6c3d66362a78bcfc223e0da6514414b505676299c6688f280d8cc9
|
||||
size 53839
|
||||
oid sha256:0e5c3b2dccb242b463366c0dcdc57d21df509298513343727cde0228eabe26ca
|
||||
size 53843
|
||||
|
Loading…
Reference in New Issue
Block a user