lib:audit_logging: Add function to create JSON object containing auditing information
[Samba.git] / WHATSNEW.txt
blob8fbf1b59dbd4ce713e3cacb8ac1f4e70e4f25122
1 Release Announcements
2 =====================
4 This is the first pre release of Samba 4.19.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
9 Samba 4.19 will be the next version of the Samba suite.
12 UPGRADING
13 =========
16 NEW FEATURES/CHANGES
17 ====================
19 Migrated smbget to use common command line parser
20 -------------------------------------------------
22 The smbget utility implemented its own command line parsing logic. After
23 discovering an issue we decided to migrate it to use the common command line
24 parser. This has some advantages as you get all the feature it provides like
25 Kerberos authentication. The downside is that breaks the options interface.
26 The support for smbgetrc has been removed. You can use an authentication file
27 if needed, this is documented in the manpage.
29 Please check the smbget manpage or --help output.
31 gpupdate changes
32 ----------------
34 The libgpo.get_gpo_list function has been deprecated in favor of
35 an implementation written in python. The new function can be imported via
36 `import samba.gp`. The python implementation connects to Active Directory
37 using the SamDB module, instead of ADS (which is what libgpo uses).
39 Improved winbind logging and a new tool for parsing the winbind logs
40 --------------------------------------------------------------------
42 Winbind logs (if smb.conf 'winbind debug traceid = yes' is set) contain new
43 trace header fields 'traceid' and 'depth'.  Field 'traceid' allows to track the
44 trace records belonging to the same request.  Field 'depth' allows to track the
45 request nesting level. A new tool samba-log-parser is added for better log
46 parsing.
48 REMOVED FEATURES
49 ================
52 smb.conf changes
53 ================
55   Parameter Name                          Description     Default
56   --------------                          -----------     -------
57   winbind debug traceid                   Add traceid     No
60 KNOWN ISSUES
61 ============
63 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.19#Release_blocking_bugs
66 #######################################
67 Reporting bugs & Development Discussion
68 #######################################
70 Please discuss this release on the samba-technical mailing list or by
71 joining the #samba-technical:matrix.org matrix room, or
72 #samba-technical IRC channel on irc.libera.chat
74 If you do report problems then please try to send high quality
75 feedback. If you don't provide vital information to help us track down
76 the problem then you will probably be ignored.  All bug reports should
77 be filed under the Samba 4.1 and newer product in the project's Bugzilla
78 database (https://bugzilla.samba.org/).
81 ======================================================================
82 == Our Code, Our Bugs, Our Responsibility.
83 == The Samba Team
84 ======================================================================