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