s3/swat: use strlcat instead of strncat to fix build on old Linux distros
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.3.17
3                            , 2011
4                    ==============================
5
6
7 This is a security release in order to address
8
9
10 Changes since 3.3.16
11 --------------------
12
13
14 o   
15
16 ######################################################################
17 Reporting bugs & Development Discussion
18 #######################################
19
20 Please discuss this release on the samba-technical mailing list or by
21 joining the #samba-technical IRC channel on irc.freenode.net.
22
23 If you do report problems then please try to send high quality
24 feedback. If you don't provide vital information to help us track down
25 the problem then you will probably be ignored.  All bug reports should
26 be filed under the Samba 3.3 product in the project's Bugzilla
27 database (https://bugzilla.samba.org/).
28
29
30 ======================================================================
31 == Our Code, Our Bugs, Our Responsibility.
32 == The Samba Team
33 ======================================================================
34
35
36 Release notes for older releases follow:
37 ----------------------------------------
38
39                    ==============================
40                    Release Notes for Samba 3.3.16
41                            July 26, 2011
42                    ==============================
43
44
45 This is a security release in order to address
46 CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
47 CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).
48
49
50 o  CVE-2011-2522:
51    The Samba Web Administration Tool (SWAT) in Samba versions
52    3.0.x to 3.5.9 are affected by a cross-site request forgery.
53
54
55 o  CVE-2011-2694:
56    The Samba Web Administration Tool (SWAT) in Samba versions
57    3.0.x to 3.5.9 are affected by a cross-site scripting
58    vulnerability.
59
60 Please note that SWAT must be enabled in order for these
61 vulnerabilities to be exploitable. By default, SWAT
62 is *not* enabled on a Samba install.
63
64
65 Changes since 3.3.15
66 --------------------
67
68
69 o   Kai Blin <kai@samba.org>
70     * BUG 8289: SWAT contains a cross-site scripting vulnerability.
71     * BUG 8290: CSRF vulnerability in SWAT.
72
73
74 ######################################################################
75 Reporting bugs & Development Discussion
76 #######################################
77
78 Please discuss this release on the samba-technical mailing list or by
79 joining the #samba-technical IRC channel on irc.freenode.net.
80
81 If you do report problems then please try to send high quality
82 feedback. If you don't provide vital information to help us track down
83 the problem then you will probably be ignored.  All bug reports should
84 be filed under the Samba 3.3 product in the project's Bugzilla
85 database (https://bugzilla.samba.org/).
86
87
88 ======================================================================
89 == Our Code, Our Bugs, Our Responsibility.
90 == The Samba Team
91 ======================================================================
92
93
94 ----------------------------------------------------------------------
95
96
97                    ==============================
98                    Release Notes for Samba 3.3.15
99                          February 28, 2011
100                    ==============================
101
102
103 This is a security release in order to address CVE-2011-0719.
104
105
106 o  CVE-2011-0719:
107    All current released versions of Samba are vulnerable to
108    a denial of service caused by memory corruption. Range
109    checks on file descriptors being used in the FD_SET macro
110    were not present allowing stack corruption. This can cause
111    the Samba code to crash or to loop attempting to select
112    on a bad file descriptor set.
113
114
115 Changes since 3.3.14
116 --------------------
117
118
119 o   Jeremy Allison <jra@samba.org>
120     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
121
122
123 ######################################################################
124 Reporting bugs & Development Discussion
125 #######################################
126
127 Please discuss this release on the samba-technical mailing list or by
128 joining the #samba-technical IRC channel on irc.freenode.net.
129
130 If you do report problems then please try to send high quality
131 feedback. If you don't provide vital information to help us track down
132 the problem then you will probably be ignored.  All bug reports should
133 be filed under the Samba 3.3 product in the project's Bugzilla
134 database (https://bugzilla.samba.org/).
135
136
137 ======================================================================
138 == Our Code, Our Bugs, Our Responsibility.
139 == The Samba Team
140 ======================================================================
141
142
143 ----------------------------------------------------------------------
144
145
146                    ==============================
147                    Release Notes for Samba 3.3.14
148                          September 14, 2010
149                    ==============================
150
151
152 This is a security release in order to address CVE-2010-3069.
153
154
155 o  CVE-2010-3069:
156    All current released versions of Samba are vulnerable to
157    a buffer overrun vulnerability. The sid_parse() function
158    (and related dom_sid_parse() function in the source4 code)
159    do not correctly check their input lengths when reading a
160    binary representation of a Windows SID (Security ID). This
161    allows a malicious client to send a sid that can overflow
162    the stack variable that is being used to store the SID in the
163    Samba smbd server.
164
165
166 Changes since 3.3.13
167 --------------------
168
169
170 o   Jeremy Allison <jra@samba.org>
171     * BUG 7669: Fix for CVE-2010-3069.
172
173
174 o   Andrew Bartlett <abartlet@samba.org>
175     * BUG 7669: Fix for CVE-2010-3069.
176
177
178 ######################################################################
179 Reporting bugs & Development Discussion
180 #######################################
181
182 Please discuss this release on the samba-technical mailing list or by
183 joining the #samba-technical IRC channel on irc.freenode.net.
184
185 If you do report problems then please try to send high quality
186 feedback. If you don't provide vital information to help us track down
187 the problem then you will probably be ignored.  All bug reports should
188 be filed under the Samba 3.3 product in the project's Bugzilla
189 database (https://bugzilla.samba.org/).
190
191
192 ======================================================================
193 == Our Code, Our Bugs, Our Responsibility.
194 == The Samba Team
195 ======================================================================
196
197
198 ----------------------------------------------------------------------
199
200
201                    ==============================
202                    Release Notes for Samba 3.3.13
203                             June 16, 2010
204                    ==============================
205
206
207 This is a security release in order to address CVE-2010-2063.
208
209
210 o  CVE-2010-2063:
211    In Samba 3.3.x and below, a buffer overrun is possible in chain_reply code.
212
213
214 Changes since 3.3.12
215 --------------------
216
217
218 o   Jeremy Allison <jra@samba.org>
219     * BUG 7494: Fix for CVE-2010-2063.
220
221
222 ######################################################################
223 Reporting bugs & Development Discussion
224 #######################################
225
226 Please discuss this release on the samba-technical mailing list or by
227 joining the #samba-technical IRC channel on irc.freenode.net.
228
229 If you do report problems then please try to send high quality
230 feedback. If you don't provide vital information to help us track down
231 the problem then you will probably be ignored.  All bug reports should
232 be filed under the Samba 3.3 product in the project's Bugzilla
233 database (https://bugzilla.samba.org/).
234
235
236 ======================================================================
237 == Our Code, Our Bugs, Our Responsibility.
238 == The Samba Team
239 ======================================================================
240
241
242 ----------------------------------------------------------------------
243
244
245                    ==============================
246                    Release Notes for Samba 3.3.12
247                             March 8, 2010
248                    ==============================
249
250
251 This is a security release in order to address CVE-2010-0728.
252
253
254 o  CVE-2010-0728:
255    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
256    was added to fix a problem with Linux asynchronous IO handling.
257    This code introduced a bad security flaw on Linux platforms if the
258    binaries were built on Linux platforms with libcap support.
259    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
260    capabilities, allowing all file system access to be allowed
261    even when permissions should have denied access.
262
263
264 Changes since 3.3.11
265 --------------------
266
267
268 o   Jeremy Allison <jra@samba.org>
269     * BUG 7222: Fix for CVE-2010-0728.
270
271
272 ######################################################################
273 Reporting bugs & Development Discussion
274 #######################################
275
276 Please discuss this release on the samba-technical mailing list or by
277 joining the #samba-technical IRC channel on irc.freenode.net.
278
279 If you do report problems then please try to send high quality
280 feedback. If you don't provide vital information to help us track down
281 the problem then you will probably be ignored.  All bug reports should
282 be filed under the Samba 3.3 product in the project's Bugzilla
283 database (https://bugzilla.samba.org/).
284
285
286 ======================================================================
287 == Our Code, Our Bugs, Our Responsibility.
288 == The Samba Team
289 ======================================================================
290
291
292 ----------------------------------------------------------------------
293
294
295                    ==============================
296                    Release Notes for Samba 3.3.11
297                          February 26, 2010
298                    ==============================
299
300
301 This is the latest bugfix release of the Samba 3.3 series.
302
303 Major enhancements in Samba 3.3.11 include:
304
305    o "wide links" and "unix extensions" are incompatible (bug #7104).
306    o Fix failing of smbd to respond to a read or a write caused by
307      Linux asynchronous IO (aio) (bug #7067).
308
309
310 ######################################################################
311 Changes
312 #######
313
314 Changes since 3.3.10
315 --------------------
316
317
318 o   Jeremy Allison <jra@samba.org>
319     * BUG 6557: Fix vfs_full_audit.
320     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
321     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
322     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
323       Linux asynchronous IO (aio).
324     * BUG 7072: Fix unlocking of accounts from ldap.
325     * BUG 7104: "wide links" and "unix extensions" are incompatible.
326     * BUG 7122: Fix reading of large browselist.
327     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
328     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
329       value(s) error when "mangling method = hash".
330
331
332 o   Günther Deschner <gd@samba.org>
333     * BUG 7043: Fix crash bug in "SMBC_parse_path".
334
335
336 o   Volker Lendecke <vl@samba.org>
337     * BUG 5626: Fix build on AIX.
338     * BUG 5885: Fix bogus ip address in SWAT.
339     * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
340       server.
341
342
343 o   Stefan Metzmacher <metze@samba.org>
344     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
345     * BUG 7170: Fix handling of external domains in setups with one way trusts.
346
347
348 o   William Jojo <w.jojo@hvcc.edu>
349     * BUG 7052: Fix DFS on AIX (maybe others).
350
351
352 o   Bo Yang <boyang@samba.org>
353     * BUG 7106: Fix malformed require_membership_of_sid.
354
355
356 ######################################################################
357 Reporting bugs & Development Discussion
358 #######################################
359
360 Please discuss this release on the samba-technical mailing list or by
361 joining the #samba-technical IRC channel on irc.freenode.net.
362
363 If you do report problems then please try to send high quality
364 feedback. If you don't provide vital information to help us track down
365 the problem then you will probably be ignored.  All bug reports should
366 be filed under the Samba 3.3 product in the project's Bugzilla
367 database (https://bugzilla.samba.org/).
368
369
370 ======================================================================
371 == Our Code, Our Bugs, Our Responsibility.
372 == The Samba Team
373 ======================================================================
374
375
376 ----------------------------------------------------------------------
377
378
379                    ==============================
380                    Release Notes for Samba 3.3.10
381                          January 14, 2010
382                    ==============================
383
384
385 This is the latest bugfix release of the Samba 3.3 series.
386
387 Major enhancements in Samba 3.3.10 include:
388
389    o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202).
390    o Fix smbd crashes in dns_register_smbd_reply (bug #6696).
391    o Fix Winbind crashes when queried from nss (bug #6889).
392    o Fix Winbind crash when retrieving empty group members (bug #7014).
393    o Fix interdomain trusts with Win2008R2 (bug #6697).
394
395
396 ######################################################################
397 Changes
398 #######
399
400 Changes since 3.3.9
401 -------------------
402
403
404 o   Michael Adam <obnox@samba.org>
405     * BUG 6910: Fix "idmap backend" with multiple LDAP servers specified.
406
407
408 o   Jeremy Allison <jra@samba.org>
409     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
410     * BUG 6696: Fix smbd crashes (signal 11) in dns_register_smbd_reply.
411     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
412     * BUG 6829: Fix special characters in smbclient output.
413     * BUG 6867: trans2findnext returns reply_nterror(req, ntstatus) in a
414       directory with a lot of files.
415     * BUG 6875: Fix operations on OS/2 clients.
416     * BUG 6880: Fix listing of workgroup servers.
417     * BUG 6939: Fix long filenames when "mangling method = hash" is set.
418     * BUG 7005: "mangling method = hash" truncates files with dot '. '
419       character.
420
421
422 o   Olaf Flebbe <o.flebbe@science-computing.de>
423     * BUG 6805: Correctly handle aio_error() and errno.
424
425
426 o   Günther Deschner <gd@samba.org>
427     * BUG 6697: Fix interdomain trusts with Win2008R2.
428     * BUG 6868: Support building of cifs.upcall with Heimdal as well with MIT.
429     * BUG 6889: Fix Winbind crashes when queried from nss.
430     * BUG 6929: Fix build with recent Heimdal.
431     * Fix the build of the winbind krb5 locator plugin.
432     * Fix compile of winbind_krb5_locator with recent Heimdal versions.
433     * Fix the build on Mac OS X 10.6.2.
434
435
436 o   Jeff Layton <jlayton@redhat.com>
437     * BUG 6810: Backport support for finding alternate credcaches.
438     * Use pid value from kernel to determine KRB5CCNAME to use in cifs.upcall.
439
440
441 o   Volker Lendecke <vl@samba.org>
442     * BUG 6338: 'net rpc trustdom list' always displays "none".
443     * BUG 6793: Fix segfault in winbindd_pam_auth.
444     * BUG 6850: Fix shadow copy display on Windows 7.
445     * BUG 6973: Fix a segfault in 'net'.
446     * Fix the build of cifs.upcall.
447
448
449 o   Jim McDonough <jmcd@samba.org>
450     * BUG 7014: Fix Winbind crash when retrieving empty group members.
451
452
453 o   Stefan Metzmacher <metze@samba.org>
454     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value.
455     * BUG 6642: Fix opening the quota magic file.
456     * BUG 6856: Fix the build of the GPFS VFS module with headers only.
457     * BUG 6919: Fix remote quota management.
458
459
460 o   Timothy Miller <theosib@gmail.com>
461     * BUG 6696: Fix smbd crashes when using mdns (not avahi) support.
462
463
464 o   Andrew Tridgell <tridge@samba.org>
465     * BUG 6918: Fix krb5 build problem on Ubuntu Karmic.
466
467
468 o   Jelmer Vernooij <jelmer@samba.org>
469     * 6918: Fix the build with krb5-client-1.7-6.1.
470
471
472 o   Bo Yang <boyang@samba.org>
473     * BUG 6811: pam_winbind references freed memory.
474     * BUG 6826: Don't fail authentication when one or some group of
475       require-membership-of is invalid.
476     * BUG 6840: Fix crash in pam_winbind.
477
478
479 ######################################################################
480 Reporting bugs & Development Discussion
481 #######################################
482
483 Please discuss this release on the samba-technical mailing list or by
484 joining the #samba-technical IRC channel on irc.freenode.net.
485
486 If you do report problems then please try to send high quality
487 feedback. If you don't provide vital information to help us track down
488 the problem then you will probably be ignored.  All bug reports should
489 be filed under the Samba 3.3 product in the project's Bugzilla
490 database (https://bugzilla.samba.org/).
491
492
493 ======================================================================
494 == Our Code, Our Bugs, Our Responsibility.
495 == The Samba Team
496 ======================================================================
497
498
499 ----------------------------------------------------------------------
500
501
502                    =============================
503                    Release Notes for Samba 3.3.9
504                          October, 15  2009
505                    =============================
506
507
508 This is the latest bugfix release of the Samba 3.3 series.
509
510 Major enhancements in Samba 3.3.9 include:
511
512    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
513    o Fix file corruption using smbclient with NT4 server (bug #6606).
514    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
515    o Fix SAMR server for Winbind access (bug #6504).
516
517
518 ######################################################################
519 Changes
520 #######
521
522 Changes since 3.3.8
523 -------------------
524
525 o   Michael Adam <obnox@samba.org>
526     * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
527     * BUG 6692: Fix mount.cifs segfault.
528
529
530 o   Jeremy Allison <jra@samba.org>
531     * BUG 6504: Fix SAMR server for Winbind access.
532     * BUG 6769: Symlink unlink does nothing.
533     * BUG 6776: Fix core dump when running overlapping Byte Lock test.
534     * BUG 6781: Fix renaming of subfolders in Explorer view.
535
536
537 o   Yannick Bergeron <burgergold@hotmail.com>
538     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
539
540
541 o   Günther Deschner <gd@samba.org>
542     * BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
543     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
544     * BUG 6700: Use DNS domain name when needing to guess server principal.
545     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
546     * BUG 6789: Remove unrequired dependency on popt for [u]mount.cifs.
547
548
549 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
550     * BUG 6690: Fix error check.
551
552
553 o   Volker Lendecke <vl@samba.org>
554     * BUG 5886: Fix password change propagation.
555     * BUG 6349: Initialize domain info struct.
556     * BUG 6585: Fix unqualified "net join".
557     * BUG 6606: Fix file corruption using smbclient with NT4 server.
558     * BUG 6646: Correctly chew keepalive packets.
559     * BUG 6785: Only ever handle one event after a select call.
560     * BUG 6797: Fix a memleak in libwbclient.
561
562
563 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
564     * BUG 6532: Fix domain enumeration if master browser has space in name.
565
566
567 o   Stefan Metzmacher <metze@samba.org>
568     * BUG 6627: Raise the timeout for lsa_Lookup*() calls
569       from 10 to 35 seconds.
570     * BUG 6664: Make sure we don't truncate the session key to 8 bytes.
571     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
572
573
574 o   Simo Sorce <idra@samba.org>
575     * BUG 6693: Check we read off the complete event from inotify.
576
577
578 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
579     * BUG 5879: Update LDAP schema for Netscape DS 5.
580
581
582 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
583     * BUG 6420: Fix 'net' crash when attempting to join a
584       domain.
585
586
587 o   Bo Yang <boyang@samba.org>
588     * BUG 6615: Fix browsing DFS when using kerberos in libsmbclient.
589     * BUG 6735: Don't overwrite password in pam_winbind.
590
591
592 ######################################################################
593 Reporting bugs & Development Discussion
594 #######################################
595
596 Please discuss this release on the samba-technical mailing list or by
597 joining the #samba-technical IRC channel on irc.freenode.net.
598
599 If you do report problems then please try to send high quality
600 feedback. If you don't provide vital information to help us track down
601 the problem then you will probably be ignored.  All bug reports should
602 be filed under the Samba 3.3 product in the project's Bugzilla
603 database (https://bugzilla.samba.org/).
604
605
606 ======================================================================
607 == Our Code, Our Bugs, Our Responsibility.
608 == The Samba Team
609 ======================================================================
610
611
612 ----------------------------------------------------------------------
613
614
615                    =============================
616                    Release Notes for Samba 3.3.8
617                           October, 1  2009
618                    =============================
619
620
621 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
622 and CVE-2009-2906.
623
624    o CVE-2009-2813:
625      In all versions of Samba later than 3.0.11, connecting to the home
626      share of a user will use the root of the filesystem
627      as the home directory if this user is misconfigured to have
628      an empty home directory in /etc/passwd.
629
630    o CVE-2009-2948:
631      If mount.cifs is installed as a setuid program, a user can pass it a
632      credential or password path to which he or she does not have access and
633      then use the --verbose option to view the first line of that file.
634      All known Samba versions are affected.
635
636    o CVE-2009-2906:
637      Specially crafted SMB requests on authenticated SMB connections can
638      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
639
640
641 ######################################################################
642 Changes
643 #######
644
645 Changes since 3.3.7
646 -------------------
647
648
649 o   Jeremy Allison <jra@samba.org>
650     * BUG 6763: Fix for CVE-2009-2813.
651     * BUG 6768: Fix for CVE-2009-2906.
652
653
654 o   Jeff Layton <jlayton@redhat.com>
655     * Fix for CVE-2009-2948.
656
657
658 ######################################################################
659 Reporting bugs & Development Discussion
660 #######################################
661
662 Please discuss this release on the samba-technical mailing list or by
663 joining the #samba-technical IRC channel on irc.freenode.net.
664
665 If you do report problems then please try to send high quality
666 feedback. If you don't provide vital information to help us track down
667 the problem then you will probably be ignored.  All bug reports should
668 be filed under the Samba 3.3 product in the project's Bugzilla
669 database (https://bugzilla.samba.org/).
670
671
672 ======================================================================
673 == Our Code, Our Bugs, Our Responsibility.
674 == The Samba Team
675 ======================================================================
676
677
678 ----------------------------------------------------------------------
679
680
681                    =============================
682                    Release Notes for Samba 3.3.7
683                           July, 29  2009
684                    =============================
685
686
687 This is the latest bugfix release of the Samba 3.3 series.
688
689
690 ######################################################################
691 Changes
692 #######
693
694
695 Changes since 3.3.6:
696 --------------------
697
698
699 o   Jeremy Allison <jra@samba.org>
700     * BUG 6421: Fix POSIX read-only open on read-only shares.
701     * BUG 6476: Fix smbd zombies in memory when using [x]inetd.
702     * BUG 6487: Add missing DFS call in trans2 mkdir call.
703     * BUG 6520: Fix time stamps when "unix extensions = yes".
704
705
706 o   Günther Deschner <gd@samba.org>
707     * BUG 6253: Use correct value for password expiry calculation in
708       pam_winbind.
709     * BUG 6340: Fix segfault when cleartext trustdom pwd could not be retrieved.
710     * BUG 6451: Use right access bits in net/libnetapi user rename.
711     * BUG 6484: Fix _lsa_LookupNames2() server implementation which always
712       returned a NULL sid_array.
713
714
715 o   Björn Jacke <bj@sernet.de>
716     * BUG 6497: Fix configure error.
717
718
719 o   Volker Lendecke <vl@samba.org>
720     * BUG 6498: Add workaround for MS KB932762.
721
722
723 o   Jim McDonough <jmcd@samba.org>
724     * BUG 6481: Don't require "Modify property" perms to unjoin.
725
726
727 o   Stefan Metzmacher <metze@samba.org>
728     * BUG 6526: Let parent_dirname() correctly return toplevel filenames.
729
730
731 o   Bo Yang <boyang@samba.org>
732     * BUG 6560: Fix handling of UPN.
733
734
735 ######################################################################
736 Reporting bugs & Development Discussion
737 #######################################
738
739 Please discuss this release on the samba-technical mailing list or by
740 joining the #samba-technical IRC channel on irc.freenode.net.
741
742 If you do report problems then please try to send high quality
743 feedback. If you don't provide vital information to help us track down
744 the problem then you will probably be ignored.  All bug reports should
745 be filed under the Samba 3.3 product in the project's Bugzilla
746 database (https://bugzilla.samba.org/).
747
748
749 ======================================================================
750 == Our Code, Our Bugs, Our Responsibility.
751 == The Samba Team
752 ======================================================================
753
754
755 ----------------------------------------------------------------------
756
757
758                    =============================
759                    Release Notes for Samba 3.3.6
760                           June, 23  2009
761                    =============================
762
763
764 This is a security release in order to address CVE-2009-1888.
765
766    o CVE-2009-1888:
767      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
768      data value can potentially affect access control when "dos filemode"
769      is set to "yes".
770
771
772 ######################################################################
773 Changes
774 #######
775
776
777 Changes since 3.3.5:
778 --------------------
779
780
781 o   Jeremy Allison <jra@samba.org>
782     * BUG 6488: Fix for CVE-2009-1888.
783
784
785 ######################################################################
786 Reporting bugs & Development Discussion
787 #######################################
788
789 Please discuss this release on the samba-technical mailing list or by
790 joining the #samba-technical IRC channel on irc.freenode.net.
791
792 If you do report problems then please try to send high quality
793 feedback. If you don't provide vital information to help us track down
794 the problem then you will probably be ignored.  All bug reports should
795 be filed under the Samba 3.3 product in the project's Bugzilla
796 database (https://bugzilla.samba.org/).
797
798
799 ======================================================================
800 == Our Code, Our Bugs, Our Responsibility.
801 == The Samba Team
802 ======================================================================
803
804
805 ----------------------------------------------------------------------
806
807
808                    =============================
809                    Release Notes for Samba 3.3.5
810                           June, 16  2009
811                    =============================
812
813
814 This is the latest bugfix release of the Samba 3.3 series.
815
816 Major enhancements in Samba 3.3.5 include:
817
818     o Fix SAMR and LSA checks (bug #6089, #6289)
819     o Fix posix acls when setting an ACL without explicit ACE for the
820       owner (bug #2346).
821     o Fix joining of Win7 into Samba domain (bug #6099).
822     o Fix joining of Win2000 SP4 clients (bug #6301).
823
824
825 ######################################################################
826 Changes
827 #######
828
829
830 Changes since 3.3.4:
831 --------------------
832
833
834 o   Michael Adam <obnox@samba.org>
835     * BUG 6320: Handle registry config source in file_list.
836     * BUG 6415: Filter out of range mappings in default idmap config in
837       idmap_tdb.
838     * BUG 6416: Filter out of range mappings in default idmap config in
839       idmap_tdb2.
840     * BUG 6417: Filter out of range mappings in default idmap config in
841       idmap_ldap.
842     * Prevent infinite include nesting.
843     * Mark registry shares without path unavailable.
844
845
846 o   Jeremy Allison <jra@samba.org>
847     * BUG 6089: Revert the extra SAMR and LSA checks.
848     * BUG 6099: Fix joining of Win7 into Samba domain.
849     * BUG 6289: Revert the extra SAMR and LSA checks.
850     * BUG 6297: Owner of sticky directory cannot delete files created by
851       others.
852     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
853     * BUG 6330: Fix DFS on AIX.
854
855
856 o   Guenther Deschner <gd@samba.org>
857     * BUG 6099: Fix joining of Win7 into Samba domain.
858     * BUG 6157: Fix handling of multi-value attribute "uid".
859     * BUG 6301: Fix joining of Win2000 SP4 clients.
860     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
861     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
862     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
863
864
865 o   Björn Jacke <bj@sernet.de>
866     * Also handle DirX return codes.
867
868
869 o   Volker Lendecke <vl@samba.org>
870     * BUG 6336: Fix 'net groupmap set' segfault.
871     * BUG 6361: Make --rcfile work in smbget.
872     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
873       directory.
874     * BUG 6382: Fix case insensitive access to DFS links.
875     * BUG 6441: Fix the compile with --enable-dnssd.
876     * BUG 6449: 'net rap user add' crashes without -C option.
877     * Fix Coverity ID 897.
878     * Do not crash in ctdbd_traverse if ctdbd is not around.
879     * Fix a race condition in winbind leading to a panic.
880
881
882 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
883     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
884
885
886 o   Stefan Metzmacher <metze@samba.org>
887     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
888       owner.
889
890
891 o   D.L. Meyer <dlmeyer@uiuc.edu>
892     * BUG 5832: Fix build on RHEL when ccache is not available.
893
894
895 o   Andreas Schneider <mail@cynapses.org>
896     * Some man pam_winbind improvements.
897
898
899 o   Karolin Seeger <kseeger@samba.org>
900     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
901
902
903 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
904     * Zero an uninitialized array.
905
906
907 ######################################################################
908 Reporting bugs & Development Discussion
909 #######################################
910
911 Please discuss this release on the samba-technical mailing list or by
912 joining the #samba-technical IRC channel on irc.freenode.net.
913
914 If you do report problems then please try to send high quality
915 feedback. If you don't provide vital information to help us track down
916 the problem then you will probably be ignored.  All bug reports should
917 be filed under the Samba 3.3 product in the project's Bugzilla
918 database (https://bugzilla.samba.org/).
919
920
921 ======================================================================
922 == Our Code, Our Bugs, Our Responsibility.
923 == The Samba Team
924 ======================================================================
925
926
927 ----------------------------------------------------------------------
928
929
930                    =============================
931                    Release Notes for Samba 3.3.4
932                           April, 29  2009
933                    =============================
934
935
936 This is the latest bugfix release of the Samba 3.3 series.
937
938 Major enhancements in Samba 3.3.4 include:
939
940     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
941     o Fix samr_OpenDomain access checks (bug #6089).
942     o Fix usrmgr.exe creating a user (bug #6243).
943
944
945 ######################################################################
946 Changes
947 #######
948
949
950 Changes since 3.3.3:
951 --------------------
952
953
954 o   Michael Adam <obnox@samba.org>
955     * net conf: Save share name as given, not as lower case only.
956     * Prevent creation of registry keys containing the '/' character.
957
958
959 o   Jeremy Allison <jra@samba.org>
960     * BUG 6089: Fix samr_OpenDomain access checks.
961     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
962       "msdfs root" set to "yes".
963     * BUG 6279: Fix Winbind crash.
964     * Allow pdbedit to change a user rid/sid.
965     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
966     * Don't access a freed structure when logging off and re-using a vuid.
967
968
969 o   Günther Deschner <gd@samba.org>
970     * BUG 5329: Add "net rpc service delete/create".
971     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
972       freed.
973     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
974     * BUG 6286: Call init function for builtin idmap modules before probing for
975       them as shared modules.
976     * Try to to fix password_expired flag handling.
977     * Make sure to grey out change fields in the netdomjoin-gui when not
978       running as root.
979
980
981 o   Jim McDonough <jmcd@samba.org>
982     * Don't look up local user for remote changes, even when root.
983
984
985 o   Volker Lendecke <vl@samba.org>
986     * BUG 6243: Fix usrmgr.exe creating a user.
987     * Use procid_str in debug messages for better cluster-debuggability.
988     * Use cluster-aware procid_is_me instead of comparing pids.
989     * Fix smbd crash for close_on_completion.
990     * Fix a memleak in an unlikely error path in change_notify_create().
991     * Do not use the file system GET_REAL_FILENAME for mangled names.
992
993
994 o   Stefan Metzmacher <metze@samba.org>
995     * Fix a crash bug if we timeout in net rpc trustdom list.
996     * Add '--request-timeout' option to net.
997
998
999 o   Martin Schwenke <martin@meltin.net>
1000     * In net_conf_import, start a transaction when importing a single share.
1001
1002
1003 o   Simo Sorce <ssorce@redhat.com>
1004     * Fix writing of roaming profiles with "profile acls" set to "yes".
1005
1006
1007 ######################################################################
1008 Reporting bugs & Development Discussion
1009 #######################################
1010
1011 Please discuss this release on the samba-technical mailing list or by
1012 joining the #samba-technical IRC channel on irc.freenode.net.
1013
1014 If you do report problems then please try to send high quality
1015 feedback. If you don't provide vital information to help us track down
1016 the problem then you will probably be ignored.  All bug reports should
1017 be filed under the Samba 3.3 product in the project's Bugzilla
1018 database (https://bugzilla.samba.org/).
1019
1020
1021 ======================================================================
1022 == Our Code, Our Bugs, Our Responsibility.
1023 == The Samba Team
1024 ======================================================================
1025
1026
1027 ----------------------------------------------------------------------
1028
1029
1030                    =============================
1031                    Release Notes for Samba 3.3.3
1032                             April, 1 2009
1033                    =============================
1034
1035 This is the latest bugfix release release of the Samba 3.3 series.
1036
1037 Major enhancements in Samba 3.3.3 include:
1038
1039     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
1040       correctly (bug #6195).
1041     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
1042     o Fix "map readonly" (bug #6186).
1043
1044
1045 ######################################################################
1046 Changes
1047 #######
1048
1049
1050 Changes since 3.3.2:
1051 --------------------
1052
1053
1054 o   Michael Adam <obnox@samba.org>
1055     * BUG 6195: Don't let smbd child processes panic.
1056     * Add backend_requires_messaging() method to libsmbconf.
1057     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
1058     * Fall back to file backend when no valid backend was found.
1059     * Fix a memleak in dbwrap_rbt.
1060     * Provide transaction_start|commit|cancel fns for the registry tdb.
1061     * Speed up "net conf drop".
1062     * Speed up "net conf import".
1063     * Add transactions to the libsmbconf API.
1064     * Reduce memory usage of "net conf import".
1065     * Registry cleanup.
1066     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
1067     * Fix build of pam_winbind.so with static linking.
1068     * Tidy up some convert_string_internal error cases.
1069
1070
1071 o   Jeremy Allison <jra@samba.org>
1072     * BUG 6186: Fix map readonly.
1073     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
1074       correctly.
1075     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
1076     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
1077       to run elections.
1078     * Allow DFS client paths to work when POSIX pathnames have been
1079       selected.
1080     * Try and fix the build farm RAW-STREAMS errors.
1081     * Ensure files starting with multiple dots are hidden.
1082
1083
1084 o   Günther Deschner <gd@samba.org>
1085     * BUG 6102: NetQueryDisplayInformation could return wrong information.
1086     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
1087     * Fix notify_printer_status_byname.
1088     * Fix Coverity IDs 722, 762, 774, 775, 776.
1089
1090
1091 o   Björn Jacke <bj@sernet.de>
1092     * Fix build on old Heimdal based systems.
1093     * Fix compile warning.
1094     * Use parentheses in if condition to make negation clear.
1095
1096
1097 o   Andy Kelk <andy@mopoke.co.uk>
1098     * Add dirsort module.
1099
1100
1101 o   Steve Langasek <vorlon@debian.org>
1102     * BUG 6147: Fix detection of the GNU ld version.
1103
1104
1105 o   Volker Lendecke <vl@samba.org>
1106     * BUG 6097: Fix smbd segfault.
1107     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
1108       members.
1109     * BUG 6139: Add missing whitespace in mount.cifs error message.
1110     * Fix a malloc/talloc mismatch when cli_initialise() fails.
1111     * Fix a valgrind error.
1112     * Speed up "net conf list".
1113     * Add sorted subkey cache.
1114     * Use StrCaseCmp in the dirsort module.
1115     * Document the dirsort module.
1116     * Fix the build on HP/UX.
1117     * Disable dns_sd by default.
1118     * Add avahi detection to configure.
1119     * Add event avahi binding.
1120     * Use avahi to register _smb._tcp in smbd.
1121     * Fix two memleaks in the encryption code.
1122     * Fix a scary "fill_share_mode_lock failed" message.
1123
1124
1125 o   Derrell Lipman <derrell@dworkin.(none)>
1126     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
1127       errno.
1128
1129
1130 o   Stefan Metzmacher <metze@samba.org>
1131     * Don't use reserved words in smbconftort.
1132     * Fix smb signing for fragmented trans/trans2/nttrans requests.
1133
1134
1135 o   Tim Prouty <tprouty@samba.org>
1136     * Parse_packet can return NULL which is then dereferenced in
1137       match_mailslot_name.
1138
1139
1140 o   Timur <timur@FreeBSD.org>
1141     * Format the header check for netinet/ip.h more nicely.
1142     * Fix detection of netinet/ip.h on FreeBSD.
1143
1144
1145 o   Alexander Zagrebin <alexz@visp.ru>
1146     * Missing break in conversion function prevents tdb password database
1147       update.
1148
1149
1150 ######################################################################
1151 Reporting bugs & Development Discussion
1152 #######################################
1153
1154 Please discuss this release on the samba-technical mailing list or by
1155 joining the #samba-technical IRC channel on irc.freenode.net.
1156
1157 If you do report problems then please try to send high quality
1158 feedback. If you don't provide vital information to help us track down
1159 the problem then you will probably be ignored.  All bug reports should
1160 be filed under the Samba 3.3 product in the project's Bugzilla
1161 database (https://bugzilla.samba.org/).
1162
1163
1164 ======================================================================
1165 == Our Code, Our Bugs, Our Responsibility.
1166 == The Samba Team
1167 ======================================================================
1168
1169
1170 ----------------------------------------------------------------------
1171
1172
1173                    =============================
1174                    Release Notes for Samba 3.3.2
1175                            March, 12 2009
1176                    =============================
1177
1178 This is the latest bugfix release release of the Samba 3.3 series.
1179
1180 Major enhancements in Samba 3.3.2 include:
1181
1182      * Fix "force group" (bug #6155).
1183      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
1184      * Fix guest authentication in setups with "security = share" and
1185       "guest ok = yes" when Winbind is running.
1186      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
1187
1188
1189 ######################################################################
1190 Changes
1191 #######
1192
1193
1194 Changes since 3.3.1:
1195 --------------------
1196
1197
1198 o   Jeremy Allison <jra@samba.org>
1199     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
1200     * BUG 6154: Make ZFS honor admin users.
1201     * BUG 6155: Fix "force group".
1202     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
1203     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
1204     * Fix some NetBSD warnings.
1205     * Fix bug in processing of open modes in POSIX open.
1206     * Fix use of streams modules with CIFSFS client.
1207     * Ensure ACL modules work with POSIX paths.
1208     * Use fsp->posix_open in preference if we have it.
1209     * Fix more POSIX path lstat calls.
1210
1211
1212 o   Andrew Tridgell <tridge@samba.org>
1213     * Fix a bug in message handling for the change notify code.
1214
1215
1216 o   Steven Danneman <steven.danneman@isilon.com>
1217     * Fix guest authentication in setups with "security = share" and "guest ok =
1218       yes" when Winbind is running.
1219
1220
1221 o   Steve French <smfrench@gmail.com>
1222     * BUG 4640: Fix guest mounts in mount.cifs.
1223     * Fix displaying the version string properly when no other parameters passed
1224       in in mount.cifs.
1225
1226
1227 o   Björn Jacke <bj@sernet.de>
1228     * Prefer gssapi header files from subdirectory.
1229
1230
1231 o   Volker Lendecke <vl@samba.org>
1232     * BUG 6124: Fix the build on IRIX.
1233     * BUG 6176: winbindd -n should disable the winbind idmap cache.
1234     * Add a vfs_preopen module to hide fs latencies.
1235     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
1236     * Fix a valgrind error / segfault in dns_register_smbd().
1237
1238
1239 o   Stefan Metzmacher <metze@samba.org>
1240     * Fix build on SLES8.
1241     * Decremented by 1 for ntcancel requests.
1242
1243
1244 o   Tim Prouty <tprouty@samba.org>
1245     * Fix creation of core files.
1246
1247
1248 o   Dan Sledz <dan.sledz@isilon.com>
1249     * Fix first mapping of uids/gids in Winbind.
1250
1251
1252 o   Bo Yang <boyang@novell.com>
1253     * Initialize the id_map status in idmap_ldap to avoid surprise.
1254     * Fix initialization of idmap status.
1255
1256
1257 ######################################################################
1258 Reporting bugs & Development Discussion
1259 #######################################
1260
1261 Please discuss this release on the samba-technical mailing list or by
1262 joining the #samba-technical IRC channel on irc.freenode.net.
1263
1264 If you do report problems then please try to send high quality
1265 feedback. If you don't provide vital information to help us track down
1266 the problem then you will probably be ignored.  All bug reports should
1267 be filed under the Samba 3.3 product in the project's Bugzilla
1268 database (https://bugzilla.samba.org/).
1269
1270
1271 ======================================================================
1272 == Our Code, Our Bugs, Our Responsibility.
1273 == The Samba Team
1274 ======================================================================
1275
1276
1277 ----------------------------------------------------------------------
1278
1279
1280                    =============================
1281                    Release Notes for Samba 3.3.1
1282                           February, 24 2009
1283                    =============================
1284
1285 This is the latest bugfix release release of the Samba 3.3 series.
1286
1287 Major enhancements in Samba 3.3.1 include:
1288
1289      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
1290      * Fix renaming/deleting of files using Windows clients (bug #6082).
1291      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
1292      * Fix remotely adding a share via the Windows MMC.
1293
1294
1295 ######################################################################
1296 Changes
1297 #######
1298
1299 smb.conf changes
1300 ----------------
1301
1302     Parameter Name                      Description     Default
1303     --------------                      -----------     -------
1304     ldap ssl ads                        New             No
1305
1306
1307 Changes since 3.3.0:
1308 --------------------
1309
1310
1311 o   Jeremy Allison <jra@samba.org>
1312     * BUG 6082: Fix renaming/deleting of files using Windows clients.
1313     * BUG 6069: Fix build with too many arguments.
1314     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
1315     * BUG 6099: Try to fix domain join of Win7 Beta.
1316     * BUG 6117: Fix core dump of pdbedit -a.
1317     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
1318       filesystem.
1319     * Fix Coverity IDs 115, 116, 117, 602.
1320     * Fix warning (bad handler prototype).
1321     * Unify the detection of the timespec code in configure.in, and the
1322       application of it in time.c.
1323     * Correctly use chroot().
1324     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
1325       read from the rpc packet in spoolss is under that size.
1326     * Backport the semantics of when to delete alternate data streams on a file
1327       truncate.
1328     * Fix printf warnings.
1329     * Fix warnings on Solaris.
1330
1331
1332 o   Michael Adam <obnox@samba.org>
1333     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
1334     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
1335       requested.
1336     * Fix 'getent passwd' to allocate new uids.
1337     * Fix 'getent group' to allocate new gids.
1338     * Remove check for sharename being a username in 'net conf
1339       addshare'.
1340
1341
1342 o   Guenther Deschner <gd@samba.org>
1343     * Fix Coverity ID 848.
1344     * Remove unused ENUM_HND from 'net'.
1345     * Fix getform command asprintf return code in rpcclient.
1346     * Fix memleak in get_remote_printer_publishing_data().
1347     * Remove duplicate prototypes for generated rpc server functions.
1348
1349
1350 o   Holger Hetterich <hhetter@novell.com>
1351     * Enable total anonymization in vfs_smb_traffic_analyzer.
1352
1353
1354 o   Bjoern Jacke <bj@sernet.de>
1355     * Fix build with external dns_sd libraries.
1356     * Fix configure check "sub-second timestamps without struct timespec".
1357     * Add configure check for AIX style sub-second resolution support.
1358     * Add configure check for Tru64 sub-second timestamp resolution.
1359     * Add Tru64 sub-second resolution timestamp support.
1360     * Enable IPv6 support for NetBSD and FreeBSD.
1361     * Use correct BSD evironment variable.
1362
1363
1364 o   Guenter Kukkukk <linux@kukkukk.com>
1365     * Don't try and delete a default ACL from a file.
1366
1367
1368 o   Volker Lendecke <vl@samba.org>
1369     * BUG 5798: CFLAGS info lost in configure.
1370     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
1371     * Fix remotely adding a share via the Windows MMC.
1372     * Avoid valgrind errors.
1373     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
1374     * Fix resume handle for _samr_EnumDomainGroups.
1375     * Fix a buffer handling bug when adding lots of registry keys.
1376     * Fix a O(n^2) algorithm in regdb_fetch_keys().
1377
1378
1379 o   Jeff Layton <jlayton@redhat.com>
1380     * Initialize rc to 0 in main in mount.cifs.
1381
1382
1383 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1384     * BUG 6069: Add a fstatvfs function for libsmbclient.
1385     * Eliminate compiler warnings.
1386
1387
1388 o   Glenn Machin <gmachin@sandia.gov>
1389     * Don't miss an absolute pathname as a kerberos keytab path.
1390
1391
1392 o   Stefan Metzmacher <metze@samba.org>
1393     * BUG 6100: Implement _netr_LogonGetCapabilities() with
1394       NT_STATUS_NOT_IMPLEMENTED.
1395     * Make Samba work with older ctdb versions.
1396     * Add S-1-22-X-Y sids to the local token.
1397
1398
1399 o   Lars Mueller <lars@samba.org>
1400     * Conditional install of the cifs.upcall man page.
1401     * Adjust regex to match variable names including underscores.
1402
1403
1404 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
1405     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
1406     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
1407
1408
1409 o   Ted Percival <ted.percival@quest.com>
1410     * Fix a crash during name resolution.
1411
1412
1413 o   Tim Prouty <tprouty@samba.org>
1414     * Fix "assignment discards qualifiers from pointer target type"
1415       warnings.
1416     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
1417
1418
1419 o   Karolin Seeger <kseeger@samba.org>
1420     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
1421     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
1422
1423
1424 o   Dan Sledz <dsledz@isilon.com>
1425     * Fix double free caused by incorrect talloc_steal usage.
1426
1427
1428 o   Simo Sorce <idra@samba.org>
1429     * Build ldbrename.
1430
1431
1432 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
1433     * Make nmbd check all available interfaces for WINS before failing.
1434
1435
1436 o   Miguel Suarez <Miguel.Suarez@stratus.com>
1437     * Fix compilation of vfs_default on systems that do not support utimes().
1438
1439
1440 o   Yasuma Takeda <yasuma@osstech.co.jp>
1441     * BUG 5920: Fix the calculation of the memcpy length.
1442     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
1443
1444
1445 o   Bo Yang <boyang@novell.com>
1446     * Make libsmbclient work with DFS.
1447
1448
1449 ######################################################################
1450 Reporting bugs & Development Discussion
1451 #######################################
1452
1453 Please discuss this release on the samba-technical mailing list or by
1454 joining the #samba-technical IRC channel on irc.freenode.net.
1455
1456 If you do report problems then please try to send high quality
1457 feedback. If you don't provide vital information to help us track down
1458 the problem then you will probably be ignored.  All bug reports should
1459 be filed under the Samba 3.3 product in the project's Bugzilla
1460 database (https://bugzilla.samba.org/).
1461
1462
1463 ======================================================================
1464 == Our Code, Our Bugs, Our Responsibility.
1465 == The Samba Team
1466 ======================================================================
1467
1468
1469 ----------------------------------------------------------------------
1470
1471
1472                    =============================
1473                    Release Notes for Samba 3.3.0
1474                           January, 27 2009
1475                    =============================
1476
1477 This is the first stable release of Samba 3.3.0.
1478
1479 Major enhancements in Samba 3.3.0 include:
1480
1481  General changes:
1482  o The passdb tdbsam version has been raised.
1483
1484  Configuration/installation:
1485  o Splitting of library directory into library directory and separate
1486    modules directory.
1487  o The default value of "ldap ssl" has been changed to "start tls".
1488
1489  File Serving:
1490  o Extended Cluster support.
1491  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
1492    to store NTFS ACLs on Samba file servers.
1493
1494  Winbind:
1495  o Simplified idmap configuration.
1496  o New idmap backends "adex" and "hash".
1497  o Added new parameter "winbind reconnect delay".
1498  o Added support for user and group aliasing.
1499  o Added support for multiple domains to idmap_ad.
1500
1501  Administrative tools:
1502  o The destination "all" of smbcontrol does now affect all running
1503    daemons including nmbd and winbindd.
1504  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
1505  o The 'net' utility can now use kerberos for joining and authentication.
1506  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
1507
1508  Libraries:
1509  o NetApi library implements various new calls for User- and Group
1510    Account Management.
1511  o libsmbclient does now determine case sensitivity based on file system
1512    attributes.
1513
1514
1515 General changes
1516 ===============
1517
1518 The passdb tdbsam version has been raised as among other things the RID counter
1519 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
1520 "passdb backend = tdbsam" working in clustered environments.
1521
1522 Please note that an updated passdb.tdb file is _not_ compatible with Samba
1523 versions before 3.3.0! Please backup your passdb.tdb file if
1524 you use "passdb backend = tdbsam". That can be achieved by running
1525
1526 'tdbbackup /etc/samba/passdb.tdb'
1527
1528 before the update.
1529
1530
1531 Configure changes
1532 =================
1533
1534 The configure option "--with-libdir" has been removed. The library
1535 directory can still be specified by using the existing "--libdir" option.
1536 A new option "--with-modulesdir" has been added to allow the specification
1537 of a separate directory for the shared modules.
1538
1539
1540 Configuration changes
1541 =====================
1542
1543 The default value of "ldap ssl" has been changed to "start tls". This means,
1544 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
1545 communicating with directory servers by default. If your directory servers
1546 do not support this extended operation, you will have to set
1547 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
1548 anymore!
1549
1550
1551 Winbind idmap backend changes
1552 =============================
1553
1554 The idmap configuration has changed with version 3.3 to something that
1555 allows a smoother upgrade path from pre-3.0.25 configurations that use
1556 "idmap backend". The reason for this change is that to many, also to Samba
1557 developers, the 3.0.25 style configuration with "idmap config" turned out
1558 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
1559 parameter, instead with "idmap backend" the default idmap backend is
1560 specified.
1561
1562 Accordingly, the "idmap config <domain> : default = yes" setting is no
1563 longer being looked at.
1564
1565 The alloc backend defaults to the default backend, which should be able to
1566 allocate IDs. In the default distribution the tdb and ldap backends can
1567 allocate, the ad and rid backends can not. The idmap alloc range is now
1568 being set with the "old" parameters "idmap uid" and "idmap gid".
1569
1570 The "idmap domains" parameter has been removed.
1571
1572
1573 winbind reconnect delay
1574 =======================
1575
1576 This is a new parameter which specifies the number of seconds the Winbind
1577 daemon will wait between attempts to contact a Domain controller for a domain
1578 that is determined to be down or not contactable.
1579
1580
1581 Winbind's Name Aliasing
1582 =======================
1583
1584 Name aliasing in Winbind is a feature that allows an administrator to
1585 map a fully qualified user or group name from a Windows domain to a
1586 convenient short name for Unix access.  This is similar to the username
1587 map functionality supported by smbd but is primary intended for
1588 clients and servers making use of Winbind's PAM and NSS libraries.
1589
1590 For example, the user "DOMAIN\fred" has been mapped to the Unix name
1591 "freddie".
1592
1593    $ getent passwd "DOMAIN\fred"
1594    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1595
1596    $ getent passwd freddie
1597    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1598
1599 The name aliasing support is provided by individual nss_info plugins.
1600 For example, the new "adex" plugin reads the uid attribute from Active
1601 Directory to make a short login name to the fully qualified name.
1602 While the new "hash" module utilizes a local file to map "short_name
1603 = QUALIFIED\name".  Both user and group name mapping is supported.
1604 Please refer to the "winbind nss info" option in smb.conf(5) and
1605 to individual plugin man pages for further details.
1606
1607
1608 idmap_hash
1609 ==========
1610
1611 The idmap_hash plugin provides similar support as the idmap_rid
1612 module.  However, uids and gids are generated from the full domain
1613 SID using a hashing algorithm that maps the lower 19 bits from the user
1614 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
1615 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
1616 uid or gid that is consistent across machines and provides support for
1617 trusted domains.
1618
1619 Please refer to the idmap_hash(8) man page for more details.
1620
1621
1622 idmap_adex
1623 ==========
1624
1625 The adex idmap/nss_info plugin is an adaptation of the Likewise
1626 Enterprise plugin with support for OU based cells removed
1627 (since the Windows pieces to manage the cells are not available).
1628
1629 This plugin supports
1630
1631       * The RFC2307 schema for users and groups.
1632       * Connections to trusted domains
1633       * Global catalog searches
1634       * Cross forest trusts
1635       * User and group aliases
1636
1637 Prerequisite: Add the following attributes to the Partial Attribute
1638 Set in global catalog:
1639
1640       * uidNumber
1641       * uid
1642       * gidNumber
1643
1644 A basic config using the current trunk code would look like:
1645
1646 [global]
1647         idmap backend = adex
1648         idmap uid = 10000 - 29999
1649         idmap gid = 10000 - 29999
1650         winbind nss info = adex
1651
1652         winbind normalize names = yes
1653         winbind refresh tickets = yes
1654         template homedir = /home/%D/%U
1655         template shell = /bin/bash
1656
1657 Please refer to the idmap_adex(8) man page for more details.
1658
1659
1660 Libraries
1661 =========
1662
1663 libsmbclient will now treat file names case-sensitive by default if the filesystem
1664 we are connecting to supports case sensitivity. This change of behavior is
1665 considered a bug fix, as it was previously possible to accidentally overwrite a
1666 file that had the same case-insensitive name but a different case-sensitive name
1667 as a previously-existing file, while creating a new file.
1668
1669 If it is not possible to detect if the filesystem supports case sensitivity,
1670 the user-specified option value will be used.
1671
1672
1673 ######################################################################
1674 Changes
1675 #######
1676
1677 smb.conf changes
1678 ----------------
1679
1680     Parameter Name                      Description     Default
1681     --------------                      -----------     -------
1682     cups connection timeout             New             30
1683     idmap config DOM:range              Removed
1684     idmap domains                       Removed
1685     init logon delayed hosts            New             ""
1686     init logon delay                    New             100
1687     ldap ssl                            Changed Default start tls
1688     share modes                         Deprecated
1689     winbind reconnect delay             New             30
1690
1691
1692 Changes since 3.3.0rc2:
1693 -----------------------
1694
1695
1696 o   Jeremy Allison <jra@samba.org>
1697     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
1698     * BUG 5979: Fix level 2 oplocks being granted improperly.
1699     * BUG 5980: Race condition when granting level2 oplocks can cause break
1700       notify to be missed.
1701     * BUG 5986: Editing a stream is broken (rename problems).
1702     * BUG 5990: Strict allocate should be checked before ftruncate.
1703     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
1704     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
1705     * BUG 6017: Fix magic scripts.
1706     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
1707       CTDB.
1708     * BUG 6021: smbclient du command does not recuse properly.
1709     * BUG 6024: Deprecate the "share modes" parameter.
1710     * BUG 6030: Add missing <th> header in Status page.
1711     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
1712     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
1713     * Fix gcc 4.3.2 warnings.
1714     * Fix more asprintf errors and error code paths.
1715     * Attempt to fix crash seen with new CUPS async printcap loading code.
1716     * Add winbindd_reinit_after_fork(), cleaning out all possible events
1717       in a forked child.
1718     * Make winbindd_cm.c use winbindd_reinit_after_fork().
1719     * Fix race condition in alarm lock processing.
1720     * Fixes crash bug in SWAT.
1721
1722
1723 o   Michael Adam <obnox@samba.org>
1724     * Fix build of pam_winbind.so on older Linux systems.
1725     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
1726     * Prevent access to root filesystem when connecting with empty service name.
1727     * Fix distclean target and add realdistclean target in the docs build.
1728     * Add manpage for idmap_tdb2.
1729     * Clarify idmap manpages.
1730
1731
1732 o   Kai Blin <kai@samba.org>
1733     * BUG 5953: Fix smbclient crashes.
1734
1735
1736 o   Gerald (Jerry) Carter <jerry@samba.org>
1737     * Fix "allow trusted domain" so it disables trusted domains.
1738     * Return immediately on a failed GC connection in ads_connect.
1739
1740
1741 o   SATOH Fumiyasu <fumiyas@osstech.jp>
1742     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
1743     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
1744     * Fix a compile-time warning.
1745
1746
1747 o   Holger Hetterich <hhetter@novell.com>
1748     * Add a simple tdb integrity check to tdbtool.
1749
1750
1751 o   Björn Jacke <bj@sernet.de>
1752     * Correct the description of the "ldap timeout" parameter.
1753
1754
1755 o   Volker Lendecke <vl@samba.org>
1756     * BUG 5913: Fix build error with at least GCC 4.2.2.
1757     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
1758     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
1759     * BUG 5965: Fix creation of the first share using SWAT.
1760     * BUG 5969: Optimize smbclient put command.
1761     * BUG 6012: Add "get_real_filename" to full_audit.
1762     * BUG 6014: Fix segfault when calling mget without arguments.
1763     * Fix a spinning smbd when printing.
1764     * Fix a memory leak in cups_pull_comment_location.
1765     * Fix a valgrind error.
1766     * Fix a "ignoring function call result" warning.
1767     * Fix some C++ warnings.
1768     * Fix an ancient uninitialized variable read.
1769     * Fix a bad memleak in vfs_full_audit.
1770
1771
1772 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1773     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
1774     * Determine case sensitivity based on file system attributes.
1775
1776
1777 o   Stefan Metzmacher <metze@samba.org>
1778     * net_status: Use dbwrap to open sessionid.tdb.
1779     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
1780     * Make marshalling struct samu from and to a buffer more generic.
1781     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
1782     * Register the client connection via CTDB_CONTROL_TCP_ADD.
1783     * Don't need to call messaging_reinit() twice.
1784     * Raise TDBSAM_VERSION.
1785     * Add manpage for vfs_fileid.
1786     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
1787     * Recreate the per domain check_online_event without relying on global
1788       state.
1789     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
1790     * Re-add 'fileid:algorithm' option to vfs_fileid.
1791     * Fix CTDB IPv6 support in cluster setups.
1792     * Reinit_after_fork() should reinit the event context before the
1793       messaging context.
1794     * Fix PCAP support in socket_wrapper.
1795
1796
1797 o   Lars Müller <lars@samba.org>
1798     * Tweak with pam defines of older Linux versions.
1799
1800
1801 o   Tim Prouty <tprouty@samba.org>
1802     * Fix stream marshalling to return the correct streaminfo status.
1803     * Allow renames of streams via NTRENAME and fix stream error codes on
1804       rename.
1805     * Remove a few unnecessary checks from the streams xattr module.
1806     * Remove a few unnecessary checks from the streams depot module and fix to
1807       work with NTRENAME.
1808
1809
1810 o   Andreas Schneider <anschneider@suse.de>
1811     * Fix a segfault if ? is there but the options are NULL.
1812     * Avoid flooding of syslog with failing pam_putenv messages.
1813
1814
1815 o   Karolin Seeger <kseeger@samba.org>
1816     * BUG 6000: Avoid bashism in perfcount.init.
1817     * Change default value of "ldap ssl" to "start tls".
1818     * Update version number in the manpages.
1819     * Fix several small issues and typos in the manpages.
1820     * Check if Unix account exists before asking for the password in smbpasswd.
1821
1822
1823 o   Todd Stecher <todd.stecher@gmail.com>
1824     * Fix memory leaks and other fixes found by Coverity.
1825
1826
1827 o   Bo Yang <boyang@novell.com>
1828     * Clean event context after child is forked.
1829     * Fix broken krb5 refresh chain.
1830     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1831     * Refresh sequence number as soon as possible.
1832     * Don't set child->requests to NULL in parent after fork.
1833     * Don't send message to any other child in child process.
1834     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1835
1836
1837
1838 "Changes since" sections of 3.3 previews and release candidates follow:
1839 =======================================================================
1840
1841 Changes since 3.3.0rc1:
1842 ------------------------
1843
1844 o   Jeremy Allison <jra@samba.org>
1845     * BUG 1254: Fix "write list" in setups using "security = share".
1846     * BUG 5937: Fix filenames with "*" char hiding other files.
1847     * BUG 5953: Fix segfaults in smbclient.
1848     * Fix usrmgr opening a user object as non-root.
1849
1850
1851 o   Michael Adam <obnox@samba.org>
1852     * BUG 3661: Add support for trusted domains to idmap_ad.
1853     * Fix default backend handling for ad backends.
1854     * Fix potential segfault in vfs_tsmsm.
1855     * Fix several RHEL CTDB packaging issues.
1856
1857
1858 o   Guenther Deschner <gd@samba.org>
1859     * BUG 5957: Do not abort rename process on valid rename script.
1860     * Fix various potential memleaks in samr_SetUserInfo.
1861     * Fix access bits in netapi.
1862
1863
1864 o   Steve French <stevef@smf-t60p.smfdom>
1865     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1866     * variable
1867
1868
1869 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1870     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1871     * Vars for signals must be volatile sig_atomic_t.
1872
1873
1874 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1875     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1876       GPFS.
1877
1878
1879 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1880     * BUG 5928: Fix 'testparm --version'.
1881
1882
1883 o   Jeff Layton <jlayton@redhat.com>
1884     * Allow mounts to ipv6 capable servers in mount.cifs.
1885
1886
1887 o   Volker Lendecke <vl@samba.org>
1888     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1889       non-encrypted packet with the crypto state set.
1890     * Fix error code when smbclient puts a file over an existing directory.
1891     * Pass the get_real_filename operation through the VFS.
1892
1893
1894 o   Stefan Metzmacher <metze@samba.org>
1895     * BUG 5749: Re-set acctflags while joining.
1896     * Fix several issues concerning Alternate Data Streams.
1897     * Fix valgrind bug lp_parm_const_string().
1898     * Fix setting of trust passwords using 'net rpc trustdom add'.
1899     * Correctly detect if the current dc is the closest one.
1900
1901
1902 o   Tim Prouty <tprouty@samba.org>
1903     * Fix a delete on close divergence from windows.
1904
1905
1906 o   Dan Sledz <dsledz@isilon.com>
1907     * Fix logging to syslog.
1908
1909
1910 o   Yasuma Takeda <yasuma@osstech.co.jp>
1911     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1912
1913
1914 o   Bo Yang <boyang@novell.com>
1915     * Fix script installmo.sh when no .po file exists.
1916
1917
1918 ----------------------------------------------------
1919
1920 Changes since 3.3.0pre2:
1921 ------------------------
1922
1923 o   Michael Adam <obnox@samba.org>
1924     * Fix eventlog crash.
1925     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1926     * Add domain prefix to username in lookup_groupmem().
1927     * Honour "winbind use default domain" in lookup_groupmem().
1928     * Sanely handle NULL domain in add_member().
1929     * Don't list the domain twice when expanding internal aliases.
1930     * Prevent negative GM/ cache entries due to broken connections.
1931     * Use the reconnect methods instead of the rpc methods directly.
1932
1933
1934 o   Jeremy Allison <jra@samba.org>
1935     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1936     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1937     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1938     * BUG 5825: Fix account locking with an LDAP backend.
1939     * BUG 5826: Fix truncated filenames when accessing old servers.
1940     * BUG 5873: Fix ACL inheritance.
1941     * BUG 5889: Fix "delete veto files = no".
1942     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1943       list".
1944     * BUG 5900: Fix vfs_readonly.
1945     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1946     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1947       libnss_wins.
1948     * BUG 5914: Fix redefinition of struct name_list.
1949     * Correctly fix smbclient to terminate on eof from server.
1950     * Fix client timeout when searching for a large number of cups printers.
1951     * Unify access checks for lsa server functions.
1952     * Remove the requirement for ldap call made as root.
1953     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1954     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1955       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1956     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1957     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1958     * Use fxattr calls whenever possible (trying to work around the strange
1959       Linux kernel oplock bug).
1960
1961
1962 o   Kai Blin <kai@samba.org>
1963     * BUG 5892: Fix net rap printq info documentation.
1964     * Add placeholder functions to libwbclient.
1965
1966
1967 o   Gerald (Jerry) Carter <jerry@samba.org>
1968     * Use the same prerequisite for DDNS update as Windows XP.
1969     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1970
1971
1972 o   Steven Danneman <steven.danneman@isilon.com>
1973     * Add options to manage identity mapping entries to wbinfo and Winbind.
1974     * Fix to allow setting of NULL DACL/SACL.
1975
1976
1977 o   Guenther Deschner <gd@samba.org>
1978     * BUG 5888: Fix remote rpc service management.
1979     * Ensure consistency when reporting password complexity.
1980     * Fix _lsa_GetUserName.
1981     * Fix access check in _samr_QuerySecurity().
1982     * _samr_DeleteUser needs to wipe out the user_handle on success.
1983     * NetGroupEnum_r needs to handle servers with no groups.
1984     * Fix numerous netapi issues.
1985     * Add support for partial and delta netlogon replication in
1986       "net rpc vampire".
1987     * Add automatic machine password update in Winbind for member servers.
1988     * Add German internalization for pam_winbind.
1989     * Add Winbind krb5 locator plugin manpage.
1990     * Add new wbclient wbcLookupDomainControllerEx call.
1991     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1992       named pipe.
1993     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1994       parsing.
1995     * Fix Winbind password change code for Windows 2000 DCs.
1996     * Fix PNP_HwProfInfo NDR parsing.
1997     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1998     * Add automatic home directory creation for pam_winbind.
1999
2000
2001 o   Mathias Dietz <MDIETZ@de.ibm.com>
2002     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
2003
2004
2005 o   Dina Fine <dina@exanet.com>
2006     * BUG 5908: Fix internal change notify on share directories.
2007
2008
2009 o   Nils Goroll <nils.goroll@hamburg.de>
2010     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
2011     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
2012
2013
2014 o   Jeff Layton <jlayton@redhat.com>
2015     * Have uppercase_string return success on NULL pointer in mount.cifs.
2016     * Make mount.cifs return codes match the return codes for /bin/mount.
2017
2018
2019 o   Volker Lendecke <vl@samba.org>
2020     * BUG 5691: Fig smbd panic on Solaris.
2021     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
2022     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
2023     * Fix the offset checks in the trans routines (CVE-2008-4314).
2024     * Fix a potential NULL deref in found by the IBM Checker.
2025     * Fix an uninitialized variable found by the IBM Checker.
2026     * Fix an unlikely memleak found by the IBM Checker.
2027     * Fix some missing error handlings.
2028     * Add workaround for domain joins using a netbios name which is different
2029       from the hostname.
2030     * Fix a valgrind error in idmap_ad_sids_to_unixids().
2031     * Make memcache_add_talloc NULL out the source pointer.
2032     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
2033     * Fix memleak in calculate_next_machine_pwd_change.
2034
2035
2036 o   Jeff Layton <jlayton@redhat.com>
2037     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
2038
2039
2040 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
2041     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
2042
2043
2044 o   Stefan Metzmacher <metze@samba.org>
2045     * Return an error instead of crashing when no realm is given.
2046
2047
2048 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
2049     * 5901: Fix default value for streams_depot location.
2050
2051
2052 o   Tim Prouty <tim.prouty@isilon.com>
2053     * Fix several build warnings.
2054
2055
2056 o   Andreas Schneider <mail@cynapses.org>
2057     * Delete the krb5 ccname variable from the PAM environment if set.
2058     * Add a function out of pam_sm_close_session to delete the credentials.
2059     * Fix circular dependency error with autoconf 2.6.3.
2060
2061
2062 o   Davide Sfriso <sfriso@virgilio.it>
2063     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
2064
2065
2066 o   Dan Sledz <dsledz@isilon.com>
2067     * Add FreeBSD configure check for backtrace_symbols.
2068     * Allow SYSLOG_FACILITY to be modified with a new configure option called
2069       --with-syslog-facility.
2070
2071
2072 o   Joe Smith <yasumoto7@gmail.com>
2073     * Fix typo in source/utils/net_rap.c.
2074
2075
2076 o   Martin Schwenke <martin@meltin.net>
2077     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
2078     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
2079       compile time rather than install time.
2080
2081
2082 o   Yasuma Takeda <yasuma@osstech.co.jp>
2083     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
2084
2085
2086 o   Bo Yang <boyang@novell.com>
2087     * Fix broken msgids in ntstatus_errors.
2088     * i18n/l10n pam_winbind
2089
2090
2091 ----------------------------------------------------
2092
2093 Changes since 3.3.0pre1:
2094 ------------------------
2095
2096 o   Michael Adam <obnox@samba.org>
2097
2098     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
2099     * BUG 5507: Fix several issues in the RHEL SPEC file.
2100
2101
2102 o   Jeremy Allison <jra@samba.org>
2103     * BUG 5729: Explicitly allow "-valid".
2104     * BUG 5737: Fix winbindd crash in an unusual failure mode.
2105     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
2106     * BUG 5762: Fix opening of mangled directory name (resulted
2107       'is a stream name').
2108     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
2109     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
2110       disposition.
2111     * BUG 5797: Fix moving of readonly files.
2112     * Fix crashes when looking up a non-existant uid.
2113     * Fix getting/setting of NT ACLs on a file.
2114     * Add st_birthtime and friends for accurate create times on *BSD
2115       and MacOSX).
2116     * Fix the wcache_invalidate_samlogon calls.
2117     * Clarify usage of "force create mode".
2118     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
2119       mappings.
2120     * Write times code update.
2121     * Add experimental version of VFS module acl_xattr.
2122     * Fix rename_open_files.
2123     * Make SMB traffic analyzer VFS module more efficient.
2124
2125
2126 o   Gerald W. Carter <jerry@samba.org>
2127     * Fix segfault when calling nss_get_info() with a NULL ads structure.
2128     * Add support for name aliasing in Winbind.
2129     * Add the idmap/nss-info provider from Likewise Open.
2130     * Allow an admin to define the "uid" attribute for a RFC2307
2131       user object in AD to be the username alias.
2132     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
2133     * Add new idmap backend "hash".
2134
2135
2136 o   Steven Danneman <steven.danneman@isilon.com>
2137     * Fix build warnings.
2138     * Cleanup of DC enumeration in get_dcs().
2139
2140
2141 o   Guenther Deschner <gd@samba.org>
2142     * BUG 5710: Fix changing of machine account passwords.
2143     * BUG 5784: Fix pam_winbind build issue on Solaris.
2144     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
2145     * Fix double installation of cifs.upcall.
2146     * Add change-user-password command to wbinfo.
2147     * Fix segfault in _srvsvc_NetShareAdd.
2148
2149
2150 o   James Ding <ding_cc@hotmail.com>
2151     * BUG 5736: Fix Winbind crash bug with trusted domains.
2152
2153
2154 o   Ephi Dror <Ephi.Dror@datadomain.com>
2155     * Correct the netsamlogon_clear_cached_user function.
2156
2157
2158 o   Holger Hetterich <hhetter@novell.com>
2159     * Add new VFS module to analyze SMB traffic to record write and read
2160       operations on the Samba server.
2161
2162
2163 o   Jeff Layton <jlayton@redhat.com>
2164     * Fix build warnings in cifs.upcall.
2165
2166
2167 o   Volker Lendecke <vl@sernet.de>
2168     * BUG 5707: Do proper error handling if the socket is closed.
2169     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
2170     * Fix Coverity IDs 587 and 589.
2171     * Increase the default positive idmap cache time to a week.
2172     * Fix calculation of useable_space for trans2 and nttrans replies.
2173     * Add mapping of generic bits when setting an NFSv4 ACL.
2174
2175
2176 o   Stefan Metzmacher <metze@samba.org>
2177     * Some write time fixes.
2178
2179
2180 o   Karolin Seeger <kseeger@samba.org>
2181     * Add new parameter "cups connection timeout".
2182
2183
2184 o   Simo Sorce <idra@samba.org>
2185     * Fix enumeration of nested group memberships in Winbind.
2186       This affected only setups using "security = ads".
2187
2188
2189 o   Timur <timur@FreeBSD.org>
2190     * Fix cut and paste error in quota code.
2191     * Fix display of POSIX ACLs.
2192     * Fix aio on FreeBSD.
2193
2194
2195 o   Andrew Tridgell <tridge@samba.org>
2196     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
2197     * Avoid a race condition in glibc between AIO and setresuid().
2198     * Add missing become root for AIO operations.
2199     * Fix an errno handling bug that could lead to an infinite loop.
2200     * Fix logic of tsmsm_sendfile().
2201     * Fix handling of arbitrary new PAC types.
2202     * Fix segfault on startup with trusted domains.
2203     * Fix segfault on the CTDB destructor code.
2204     * Fix memory leak.
2205     * Re-add "winbind:ignore domains".
2206
2207
2208 o   Jelmer Vernooij <jelmer@samba.org>
2209     * Fix segfault (Debian bug #431696).
2210
2211
2212 o   Qiao Yang <geoyang@ironport.com>
2213     * Fix a memleak.
2214
2215
2216 ######################################################################
2217 Reporting bugs & Development Discussion
2218 #######################################
2219
2220 Please discuss this release on the samba-technical mailing list or by
2221 joining the #samba-technical IRC channel on irc.freenode.net.
2222
2223 If you do report problems then please try to send high quality
2224 feedback. If you don't provide vital information to help us track down
2225 the problem then you will probably be ignored.  All bug reports should
2226 be filed under the Samba 3.3 product in the project's Bugzilla
2227 database (https://bugzilla.samba.org/).
2228
2229
2230 ======================================================================
2231 == Our Code, Our Bugs, Our Responsibility.
2232 == The Samba Team
2233 ======================================================================
2234