r18084: we don't need the double sinclude() any more
[bbaumbach/samba-autobuild/.git] / WHATSNEW.txt
1 This file contains a history of changes since the first Samba 4 Technology 
2 Preview. For a general introduction to Samba 4, see the README file in this 
3 directory. The NEWS file contains a list of differences between 
4 Samba 3 and Samba 4.
5
6 ========================================
7 Changes in Samba4-TP2
8 Release date: 22 March 2006
9 ========================================
10
11  * Make ldb async internally (idra)
12
13  * Use HDB-LDB as the keytab (abartlet)
14
15  * Call the wins hook script again (metze)
16
17  * Make sure no more than 25 records are added in the WINS database (metze)
18  
19  * Documentation updates (jelmer)
20
21  * Fix termination issue in winreg server (metze)
22
23  * AES fix for Samba 4 <-> Samba4 (abartlet)
24
25  * Better conformance to FHS (abartlet, jelmer)
26
27  * Improve internal API and code quality in smbclient (jelmer)
28
29  * Add testsuite for smbclient (jelmer)
30
31  * Remove support for password as an optional second parameter in 
32    smbclient (jelmer)
33
34  * Various warning fixes (metze)
35
36  * Several clarifications of comments (abartlet)
37
38  * Remove use of pstring in some places (jelmer)
39
40  * Re-add the global -k option to enable kerberos (abartlet)
41
42  * Various memory allocation fixes (abartlet)
43
44  * Add new cifsdd client (jpeach)
45
46  * Add tests for even more insane delete-on-close semantics (jra, tridge)
47  
48  * Initial work on BASE-DELETE test passing (tridge)
49
50  * Optimizations in tdb (tridge)
51
52  * Improvements to ldb documentation (idra, Brad Hards)
53
54  * Check attribute names to obey rfc2251 (idra)
55
56  * Allow WINS replication with NT4SP6A (metze)
57
58  * Add ManageDSAIT control (Pete Rowley, idra)
59
60  * Add tests for LDB controls (idra)
61
62  * Various LDB crash fixes (idra)
63
64  * Initial work on vlv LDB control (idra)
65
66  * Add -p option to smbtorture (jpeach)
67
68  * Several improvements to the SMB URL and UNC parsing (jpeach)
69
70  * Make DCE/RPC connect functions work async (rafal)
71
72  * Fix invalid steal on supportedControls (closes: #3525) (abartlet)
73
74  * Start parsing saslauthd requests (metze)
75
76  * Split the NBT-WINSREPLICATION test into multiple tests (metze)
77
78  * Add new ACB-bits as seen in acct_flags in the PAC info3 (gd)
79
80  * Move header files out of include/ (jelmer)
81  
82  * Create separate library for generic utility functions (jelmer)
83
84  * Add highestCommittedUSN, uSNChanged and uSNCreated support to LDB (tridge)
85
86  * Allow more control over the the winbindd socket location (abartlet)
87
88  * Allow messaging without a server messaging context (abartlet) 
89
90  * Make GSSAPI SASL mech work (abartlet)
91
92  * Write out Samba4 version when provisioning (idra)
93
94  * Allow servers to bind to non-broadcast interfaces (tridge, abartlet)
95
96  * Initialize some ASN.1 elements that are optional (metze)
97
98  * Various improvements to RPC-SCHANNEL (abartlet)
99
100  * Make Samba4 pass some of the newer schannel tests (abartlet)
101
102  * Better handling of connections without SPNEGO (abartlet)
103
104  * Generate seperate headers for RPC client functions (jelmer)
105
106  * Improve NTLMSSP tests (abartlet, vl)
107
108  * Support any size pointers in pidl (tridge)
109
110  * Large overhaul of the opendb code to pass BASE-DELETE (tridge)
111
112  * Use doxygen for documenting lib/util and lib/registry (jelmer)
113
114  * Add registration mechanism for modules and backends in ldb (idra, jelmer)
115
116  * Support building shared libraries in the build system (metze, jelmer)
117
118  * Install headers in a sane location (jelmer)
119
120  * Fix BASE-NEGNOWAIT (tridge)
121
122  * Add prefixes to most of the SMB-related functions (metze) 
123
124  * Get rid of proto.h (jelmer)
125
126  * Reduce number of headers included in includes.h (jelmer)
127
128  * Support header dependencies (jelmer)
129
130  * Add RAW-NOTIFY (tridge, metze)
131
132  * Fix 'your password has expired' on every login (abartlet)
133
134  * Improvements to RPC-SAMSYNC (abartlet)
135
136  * Work on supporting change notify (tridge, metze)
137
138  * Reopen log files after SIGHUP (metze)
139
140  * Add BUGS.txt (#3523) (jelmer)
141
142  * Add summary to configure (#3442) (metze, jelmer)
143
144  * Swig fixes (idra)
145
146  * Improve NBT-WINSREPLICATION-OWNED test (metze)
147
148  * Fix a lot of compiler warnings (metze)
149
150  * Several code improvements found by static code checker (tridge, metze)
151
152  * Force correct alignment when in ASCII mode (#2921) (tridge)
153  
154  * Fix coverity bug #127 (vl)
155
156  * Add support for changing process titles (metze)
157
158  * Support raw NTLMSSP (abartlet)
159
160  * Fix debug levels in several places (abartlet)
161
162  * Work to unify the ntvfs structures for smb and smb2 (metze, tridge)
163
164  * Initial work on asynchronous libnet (rafal)
165
166  * Improvements to the wide character set functions (tridge)
167
168  * Several heimdal build improvements (abartlet, jelmer)
169
170  * A lot of small cleanups and typo fixes 
171    (metze, abartlet, idra, jpeach, tridge, jelmer)