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