s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_init
[samba.git] / WHATSNEW.txt
1                    =================================
2                    Release Notes for Samba 3.5.0pre1
3
4                    =================================
5
6 This is the first preview release of Samba 3.5.  This is *not*
7 intended for production environments and is designed for testing
8 purposes only.  Please report any defects via the Samba bug reporting
9 system at https://bugzilla.samba.org/.
10
11 Major enhancements in Samba 3.5.0 include:
12
13 General changes:
14 o Add support for full Windows timestamp resolution
15
16 Protocol changes:
17 o Experimental implementation of SMB2
18
19 Printing Changes:
20 o Add encryption support for connections to a CUPS server
21
22 Winbind changes:
23 o Major refactoring
24 o Asynchronous
25
26 General changes:
27 ================
28
29 Support for full Windows timestamp resolution has been added. This effectively
30 makes us use Windows' full 100ns timestamp resolution if supported by the
31 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
32
33 Protocol changes
34 ================
35
36 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
37 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
38 SMB protocol used by Windows Vista and higher.
39
40 Printing Changes
41 ================
42
43 A new parameter "cups encrypt" has been added to control whether connections to
44 CUPS servers will be encrypted or not. The default is to use unencrypted
45 connections.
46
47 Winbind changes
48 ===============
49
50 The Winbind daemon has been refactored internally to be asynchronous. The new
51 Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
52
53
54 ######################################################################
55 Changes
56 #######
57
58 smb.conf changes
59 ----------------
60
61    Parameter Name                      Description     Default
62    --------------                      -----------     -------
63
64    create krb5 conf                    New             yes
65    ctdb timeout                        New             0
66    cups encrypt                        New             no
67    debug hires timestamp               Changed Default yes
68    ldap follow referral                New             auto
69
70
71 New [sub]commands
72 -----------------
73
74
75
76 New configure options
77 ---------------------
78
79 --enable-external-libtalloc     Enable external tdb
80 --enable-netapi                 Turn on netapi support
81 --enable-pthreadpool            Enable pthreads pool helper support
82 --with-cifsumount               Include umount.cifs (Linux only) support
83 --with-codepagedir=DIR          Where to put codepages
84
85
86 Commit Highlights
87 =================
88
89
90 o   Jeremy Allison <jra@samba.org>
91     *
92
93
94 o   Günther Deschner <gd@samba.org>
95     *
96
97
98 o   Björn Jacke <bjacke@sernet.de>
99     * Add support for full Windows timestamp resolution.
100     * Add encryption support for connections to a CUPS server.
101
102
103 o   Volker Lendecke <vl@samba.org>
104     * Major internal refactoring of the Winbind daemon.
105     * Make Winbind asynchronous.
106
107
108 o   Stefan Metzmacher <metze@samba.org>
109     * Implement the new SMB2 protocol (experimental).
110
111
112 ######################################################################
113 Reporting bugs & Development Discussion
114 #######################################
115
116 Please discuss this release on the samba-technical mailing list or by
117 joining the #samba-technical IRC channel on irc.freenode.net.
118
119 If you do report problems then please try to send high quality
120 feedback. If you don't provide vital information to help us track down
121 the problem then you will probably be ignored.  All bug reports should
122 be filed under the Samba 3.5 product in the project's Bugzilla
123 database (https://bugzilla.samba.org/).
124
125
126 ======================================================================
127 == Our Code, Our Bugs, Our Responsibility.
128 == The Samba Team
129 ======================================================================
130