- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; (bnc#872396).
- User error strings instead of hex codes where possible for FSRVP errors; (bnc#866927). - Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=398
This commit is contained in:
parent
7452f18ed9
commit
15ca46bd71
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5e1c5b94dd6f996e26882689367702747bf99e624eaa624bc0832d207f3f0d9
|
||||
size 192013
|
||||
oid sha256:e93961f7bb50ba45105854fb1e9e75d7f7d86e8e270ea781f5365a645eac233c
|
||||
size 277908
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 12:09:23 UTC 2014 - ddiss@suse.com
|
||||
|
||||
- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; (bnc#872396).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 11:50:08 UTC 2014 - nopower@suse.de
|
||||
|
||||
- User error strings instead of hex codes where possible for FSRVP
|
||||
errors; (bnc#866927).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 16:49:05 UTC 2014 - ddiss@suse.com
|
||||
|
||||
- Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 15:20:21 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
|
@ -144,7 +144,7 @@ BuildRequires: systemd
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3217
|
||||
%define SOURCE_TIMESTAMP 3220
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -1975,6 +1975,7 @@ fi
|
||||
%_includedir/samba-4.0/core/doserr.h
|
||||
%_includedir/samba-4.0/core/error.h
|
||||
%_includedir/samba-4.0/core/ntstatus.h
|
||||
%_includedir/samba-4.0/core/hresult.h
|
||||
%_includedir/samba-4.0/core/werror.h
|
||||
%_includedir/samba-4.0/domain_credentials.h
|
||||
%dir %_includedir/samba-4.0/gen_ndr/
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2099e649123423950387df410b3a1ea818ddb2c7e7e553e8bd2764a26bfcd0e3
|
||||
size 54809
|
||||
oid sha256:3f0f0262eff4438f40d01ca3d685c0f0c18c7397e265ed620467a52b13d97bba
|
||||
size 54464
|
||||
|
Loading…
Reference in New Issue
Block a user