- Use the smbfs init script on versions pre-11.3, or cifs in later versions;

(bnc#744614).
- s3: Compile IDL files in autogen, some configure tests need this.
- Fix incorrect types in the full_audit VFS module. Add null terminators to
  audit log enums; (bnc#742885).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=220
This commit is contained in:
Lars Müller
2012-02-02 21:37:34 +00:00
committed by Git OBS Bridge
parent d7fa2bed2c
commit 98ae601d34
5 changed files with 48 additions and 31 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 2 20:27:25 UTC 2012 - lmuelle@suse.de
- Use the smbfs init script on versions pre-11.3, or cifs in later versions;
(bnc#744614).
-------------------------------------------------------------------
Mon Jan 30 15:03:43 UTC 2012 - lmuelle@suse.de
- s3: Compile IDL files in autogen, some configure tests need this.
-------------------------------------------------------------------
Sun Jan 29 21:06:24 UTC 2012 - lmuelle@suse.de
@@ -110,6 +121,12 @@ Tue Jan 24 19:46:46 UTC 2012 - lmuelle@suse.de
- When returning an ACL without SECINFO_DACL requested, we still set
SEC_DESC_DACL_PRESENT in the type field; (bso#8636).
-------------------------------------------------------------------
Tue Jan 24 10:58:38 CET 2012 - ddiss@suse.de
- Fix incorrect types in the full_audit VFS module. Add null terminators to
audit log enums; (bnc#742885).
-------------------------------------------------------------------
Sun Jan 22 01:38:35 CET 2012 - ddiss@suse.de