- smbd: allow updates on directory write times on open handles; (bso#9870).
- lib/util: use proper include for struct stat; (bso#10276). - s3:winbindd fix use of uninitialized variables; (bso#10280). - s3-winbindd: Fix DEBUG statement in winbind_msg_offline(); (bso#10285). - s3-lib: Fix %G substitution for domain users in smbd; (bso#10286). - smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a path for open; (bso#10297). - smb2_server processing overhead; (bso#10298). - ldb: bad if test in ldb_comparison_fold(); (bso#10305). - Fix AIO with SMB2 and locks; (bso#10310). - smbd: Fix a panic when a smb2 brlock times out; (bso#10311). - vfs_glusterfs: Enable per client log file; (bso#10337). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=362
This commit is contained in:
parent
680d08abe3
commit
0b95018e19
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9113800e88975822302bebfd29ea9baf304b0265e07e021ea88a7a2a8f4ea01a
|
||||
size 71212
|
||||
oid sha256:8df6b650eea001162d6ada39a9d76bbac08f1030028f5a84460dc34c2a95e4c8
|
||||
size 86603
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 21:37:37 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- smbd: allow updates on directory write times on open handles; (bso#9870).
|
||||
- lib/util: use proper include for struct stat; (bso#10276).
|
||||
- s3:winbindd fix use of uninitialized variables; (bso#10280).
|
||||
- s3-winbindd: Fix DEBUG statement in winbind_msg_offline(); (bso#10285).
|
||||
- s3-lib: Fix %G substitution for domain users in smbd; (bso#10286).
|
||||
- smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a
|
||||
path for open; (bso#10297).
|
||||
- smb2_server processing overhead; (bso#10298).
|
||||
- ldb: bad if test in ldb_comparison_fold(); (bso#10305).
|
||||
- Fix AIO with SMB2 and locks; (bso#10310).
|
||||
- smbd: Fix a panic when a smb2 brlock times out; (bso#10311).
|
||||
- vfs_glusterfs: Enable per client log file; (bso#10337).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 17:12:55 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
|
@ -135,7 +135,7 @@ BuildRequires: systemd
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3138
|
||||
%define SOURCE_TIMESTAMP 3139
|
||||
%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:38c4c04b05e7db6c436d6ddc0c6ededea67b5783ab398b28a7d9bdd51a6c858c
|
||||
size 54142
|
||||
oid sha256:d49a04bc4d2fc4e8fcc0c13c97c3437702c3a87ecf90b55ce646a4b354b9cbbd
|
||||
size 54084
|
||||
|
Loading…
Reference in New Issue
Block a user