- Certain xattrs cause Windows error 0x800700FF; (bso#9130).
- Fix the username map optimization; (bso#9139); (bnc#815994). - Fix adding case sensitive spn; (bso#9699). - Add a tool to migrate latin1 printing tdb's to registry; (bso#9723). - is_encrypted_packet() function incorrectly used inside server; (bso#9724). - wkssvc: Fix NULL pointer dereference; (bso#9727). - smbcontrol close-share is not working; (bso#9733). - Fix winbind seperator in upn to username conversion; (bso#9735). - Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736). - When creating a directory Samba allows inherited bit to slip through; (bso#9747). - Remove unneeded fstat system call from hot read path; (bso#9748). - Cache name_to_sid/sid_to_name correctly; (bso#9766). - vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=303
This commit is contained in:
parent
0694202ce7
commit
a63056bb19
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a572302aca0eb6dce45b2987bcff344bec4303a52e0daa94d0301cbaf906a893
|
||||
size 37498
|
||||
oid sha256:28061aaaa286f32f575c9fb9c83929c8817eba554d68f9bc5901de1e4adaab96
|
||||
size 50287
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2969
|
||||
%define SOURCE_TIMESTAMP 2974
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.13
|
||||
Release: 0
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 18:38:43 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
- Certain xattrs cause Windows error 0x800700FF; (bso#9130).
|
||||
- Fix the username map optimization; (bso#9139); (bnc#815994).
|
||||
- Fix adding case sensitive spn; (bso#9699).
|
||||
- Add a tool to migrate latin1 printing tdb's to registry; (bso#9723).
|
||||
- is_encrypted_packet() function incorrectly used inside server; (bso#9724).
|
||||
- wkssvc: Fix NULL pointer dereference; (bso#9727).
|
||||
- smbcontrol close-share is not working; (bso#9733).
|
||||
- Fix winbind seperator in upn to username conversion; (bso#9735).
|
||||
- Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736).
|
||||
- When creating a directory Samba allows inherited bit to slip through; (bso#9747).
|
||||
- Remove unneeded fstat system call from hot read path; (bso#9748).
|
||||
- Cache name_to_sid/sid_to_name correctly; (bso#9766).
|
||||
- vfs_fake_perms: Fix segfault for "artificial" conn_structs; (bso#9775).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 20:46:14 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2969
|
||||
%define SOURCE_TIMESTAMP 2974
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.13
|
||||
Release: 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2382cff4f766bfa06084e1269908bbd8da4f7836c15acaf04dfaa504da82c54
|
||||
size 53632
|
||||
oid sha256:7001a51dff75cdd8c15301949b0f561d2654263a33701ac432c53db338f4b851
|
||||
size 53638
|
||||
|
Loading…
Reference in New Issue
Block a user