WHATSNEW: Update changes since 3.4.12.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.4.13
3                           April 21, 2011
4                    ==============================
5
6
7 This is the latest stable release of Samba 3.4.
8
9 Major enhancements in Samba 3.4.13 include:
10
11 o  Fix Winbind crash caused by null pointer reference (bug #8086).
12 o  Fix incorrect timeout handling in ncacn_ip_tcp client code (bug #8085).
13
14
15 Changes since 3.4.12
16 --------------------
17
18
19 o   Günther Deschner <gd@samba.org>
20     * BUG 8085: Fix incorrect timeout handling in ncacn_ip_tcp client code.
21
22
23 o   Volker Lendecke <vl@samba.org>
24     * BUG 8086: Fix Winbind crash caused by null pointer reference.
25
26
27 o   Sergey Korsak <skif@1plus1.net>
28     * BUG 8099: setpwent() actually does endpwent() on FreeBSD.
29
30
31 ######################################################################
32 Reporting bugs & Development Discussion
33 #######################################
34
35 Please discuss this release on the samba-technical mailing list or by
36 joining the #samba-technical IRC channel on irc.freenode.net.
37
38 If you do report problems then please try to send high quality
39 feedback. If you don't provide vital information to help us track down
40 the problem then you will probably be ignored.  All bug reports should
41 be filed under the Samba 3.4 product in the project's Bugzilla
42 database (https://bugzilla.samba.org/).
43
44
45 ======================================================================
46 == Our Code, Our Bugs, Our Responsibility.
47 == The Samba Team
48 ======================================================================
49
50
51 Release notes for older versions follow:
52 ----------------------------------------
53
54                    ==============================
55                    Release Notes for Samba 3.4.12
56                          February 28, 2011
57                    ==============================
58
59
60 This is a security release in order to address CVE-2011-0719.
61
62
63 o  CVE-2011-0719:
64    All current released versions of Samba are vulnerable to
65    a denial of service caused by memory corruption. Range
66    checks on file descriptors being used in the FD_SET macro
67    were not present allowing stack corruption. This can cause
68    the Samba code to crash or to loop attempting to select
69    on a bad file descriptor set.
70
71
72 Changes since 3.4.11
73 --------------------
74
75
76 o   Jeremy Allison <jra@samba.org>
77     * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
78
79
80 ######################################################################
81 Reporting bugs & Development Discussion
82 #######################################
83
84 Please discuss this release on the samba-technical mailing list or by
85 joining the #samba-technical IRC channel on irc.freenode.net.
86
87 If you do report problems then please try to send high quality
88 feedback. If you don't provide vital information to help us track down
89 the problem then you will probably be ignored.  All bug reports should
90 be filed under the Samba 3.4 product in the project's Bugzilla
91 database (https://bugzilla.samba.org/).
92
93
94 ======================================================================
95 == Our Code, Our Bugs, Our Responsibility.
96 == The Samba Team
97 ======================================================================
98
99
100 ----------------------------------------------------------------------
101
102
103                    ==============================
104                    Release Notes for Samba 3.4.11
105                           January 23 2011
106                    ==============================
107
108
109 This is the latest stable release of Samba 3.4. It addresses the following
110 issue introduced with Samba 3.4.10:
111
112    o Fix connecting to port-139 only servers (bug 7881).
113
114
115 Changes since 3.4.10
116 --------------------
117
118 o   Volker Lendecke <vl@samba.org>
119     * BUG 7881: Fix connecting to port-139 only servers.
120
121
122 ######################################################################
123 Reporting bugs & Development Discussion
124 #######################################
125
126 Please discuss this release on the samba-technical mailing list or by
127 joining the #samba-technical IRC channel on irc.freenode.net.
128
129 If you do report problems then please try to send high quality
130 feedback. If you don't provide vital information to help us track down
131 the problem then you will probably be ignored.  All bug reports should
132 be filed under the Samba 3.4 product in the project's Bugzilla
133 database (https://bugzilla.samba.org/).
134
135
136 ======================================================================
137 == Our Code, Our Bugs, Our Responsibility.
138 == The Samba Team
139 ======================================================================
140
141
142 ----------------------------------------------------------------------
143
144
145                    ==============================
146                    Release Notes for Samba 3.4.10
147                           January 22, 2011
148                    ==============================
149
150
151 This is the latest stable release of Samba 3.4.
152
153 Major enhancements in Samba 3.4.10 include:
154
155    o Fix smbd coredump (bug #7617).
156    o Fix Winbind internal error (bug #7636).
157    o Fix flaky Winbind against w2k8 (bug #7881).
158
159
160 Changes since 3.4.9
161 -------------------
162
163 o   Michael Adam <obnox@samba.org>
164     * BUG 7507: init_sam_from_ldap stores group in sid2uid cache.
165
166
167 o   Jeremy Allison <jra@samba.org>
168     * BUG 7577: Fix SPNEGO auth when contacting Win7 system using Microsoft Live
169       Sign-in Assistant.
170     * BUG 7590: Fix offline login in Winbind.
171     * BUG 7617: Fix smbd coredump.
172     * BUG 7636: Fix Winbind internal error.
173     * BUG 7892: Fix stale lock in open_file_fchmod().
174
175
176 o   Andrew Bartlett <abartlet@samba.org>
177     * BUG 7356: Fix 'net ads dns register' in Win 2008 R2 domains.
178
179
180 o   Björn Baumbach <bb@sernet.de>
181     * BUG 7875: Fix 'nmbd --port'.
182     * BUG 7880: Make 'rpcclient deldriver' delete drivers for all architectures.
183
184
185 o   Günther Deschner <gd@samba.org>
186     * BUG 7341: Fix Winbind over IPv6.
187     * BUG 7417: Fix 'net rpc user password' command.
188     * BUG 7418: Fix 'net rpc printer list' command.
189     * BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
190     * BUG 7541: Fix smbd crash caused by "%D" in "printer admin" option.
191     * BUG 7568: Make sure cm_connect_lsa_tcp does not reset the secure channel.
192
193
194 o   Olaf Flebbe <o.flebbe@science-computing.de>
195     * BUG 7421: Fix build on AIX 6.1.
196
197
198 o   Björn Jacke <bj@sernet.de>
199     * BUG 7821: Set Tru64 cc's PIC switch right.
200
201
202 o   Volker Lendecke <vl@samba.org>
203     * BUG 7066: Fix "Your Password expires today" message for users from trusted
204       domains.
205     * BUG 7262: Fix EnumDomainAliases when no aliases are in LDAP.
206     * BUG 7336: Enable idmap_passdb module build as shared.
207     * BUG 7715: Stop using the write cache after an oplock break: Stop using the
208       write cache after an oplock break.
209     * BUG 7800: Make winbind recover from a signing error.
210     * BUG 7881: Fix flaky Winbind against w2k8.
211
212
213 o   Jim McDonough <jmcd@samba.org>
214     * BUG 7280: Fix loading of auto printers with registry config.
215
216
217 o   Stefan Metzmacher <metze@samba.org>
218     * BUG 7607: Fix buffer over-read in pidl generated client code.
219     * BUG 7896: Fix 'net rpc user rename'.
220
221
222 o   Andreas Schneider <asn@samba.org>
223     * BUG 7423: Add EN ISO 216, A0 and A1 to builtin forms.
224     * BUG 7538: Backport fixes for GUID_from_data_blob.
225
226
227 o   Andrew Tridgell <tridge@samba.org>
228     * BUG 7538: Backport fixes for GUID_from_data_blob.
229
230
231 ######################################################################
232 Reporting bugs & Development Discussion
233 #######################################
234
235 Please discuss this release on the samba-technical mailing list or by
236 joining the #samba-technical IRC channel on irc.freenode.net.
237
238 If you do report problems then please try to send high quality
239 feedback. If you don't provide vital information to help us track down
240 the problem then you will probably be ignored.  All bug reports should
241 be filed under the Samba 3.4 product in the project's Bugzilla
242 database (https://bugzilla.samba.org/).
243
244
245 ======================================================================
246 == Our Code, Our Bugs, Our Responsibility.
247 == The Samba Team
248 ======================================================================
249
250
251 ----------------------------------------------------------------------
252
253
254                    =============================
255                    Release Notes for Samba 3.4.9
256                          September 14, 2010
257                    =============================
258
259
260 This is a security release in order to address CVE-2010-3069.
261
262
263 o  CVE-2010-3069:
264    All current released versions of Samba are vulnerable to
265    a buffer overrun vulnerability. The sid_parse() function
266    (and related dom_sid_parse() function in the source4 code)
267    do not correctly check their input lengths when reading a
268    binary representation of a Windows SID (Security ID). This
269    allows a malicious client to send a sid that can overflow
270    the stack variable that is being used to store the SID in the
271    Samba smbd server.
272
273
274 Changes since 3.4.8
275 -------------------
276
277
278 o   Jeremy Allison <jra@samba.org>
279     * BUG 7669: Fix for CVE-2010-3069.
280
281
282 o   Andrew Bartlett <abartlet@samba.org>
283     * BUG 7669: Fix for CVE-2010-3069.
284
285
286 ######################################################################
287 Reporting bugs & Development Discussion
288 #######################################
289
290 Please discuss this release on the samba-technical mailing list or by
291 joining the #samba-technical IRC channel on irc.freenode.net.
292
293 If you do report problems then please try to send high quality
294 feedback. If you don't provide vital information to help us track down
295 the problem then you will probably be ignored.  All bug reports should
296 be filed under the Samba 3.4 product in the project's Bugzilla
297 database (https://bugzilla.samba.org/).
298
299
300 ======================================================================
301 == Our Code, Our Bugs, Our Responsibility.
302 == The Samba Team
303 ======================================================================
304
305
306 ----------------------------------------------------------------------
307
308
309                    =============================
310                    Release Notes for Samba 3.4.8
311                            May 11, 2010
312                    =============================
313
314
315 This is the latest stable release of Samba 3.4.
316
317 Major enhancements in Samba 3.4.8 include:
318
319    o Fix Winbind reconnection to it's own domain (bug #7295).
320    o Fix an uninitialized variable read in smbd (bug #7254).
321    o Fix smbd crash with CUPS printers and no [printers] share defined
322      (bug #7297).
323    o Fix NULL pointer dereference in smbd (bug #7229).
324
325
326 Changes since 3.4.7
327 -------------------
328
329
330 o   Michael Adam <obnox@samba.org>
331     * BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
332       present.
333
334
335 o   Jeremy Allison <jra@samba.org>
336     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
337     * BUG 7255: Fix "printer admin" functionality.
338     * BUG 7288: Fix SMB job IDs in CUPS job names.
339     * BUG 7297: Fix smbd crash with CUPS printers and no [printers] share
340       defined.
341     * BUG 7310: Fix DOS attribute inconsistency with MS Office.
342
343
344 o   Kai Blin <kai@samba.org>
345     * BUG 7290: Fix core dump in 'ntlm_auth'.
346
347
348 o   Günther Deschner <gd@samba.org>
349     * BUG 6727: Fix printing issues.
350     * BUG 7176: Fix incorrect format of device mode strings.
351     * BUG 7256: Fix value-needed calculation in_spoolss_EnumPrinterData().
352     * BUG 7277: Fix exporting printers via 'cupsaddsmb' command.
353
354
355 o   Björn Jacke <bj@sernet.de>
356     * BUG 7352: Fix different definitions of TIME_T_MAX.
357
358
359 o   Michael Karcher <samba@mkarcher.dialup.fu-berlin.de>
360     * BUG 7269: Fix job management commands for CUPS queues.
361
362
363 o   Jeff Layton <jlayton@redhat.com>
364     * BUG 6853: Fix race condition in mount.cifs that allows user to replace
365       mountpoint with a symlink.
366
367
368 o   Volker Lendecke <vl@samba.org>
369     * BUG 5198: Fix parsing of the gecos field.
370     * BUG 5626: Fix build on AIX.
371     * BUG 7229: Fix NULL pointer dereference in smbd.
372     * BUG 7254: Fix an uninitialized variable read in smbd found by Laurent
373       Gaffié from Stratsec.
374     * BUG 7326: Fix writing with vfs_full_audit.
375
376
377 o   Derrell Lipman <derrell@dworkin.(none)>
378     * BUG 7345: Fix incomplete description of function return values in
379       libsmbclient.h.
380
381
382 o   Jim McDonough <jmcd@samba.org>
383     * BUG 7378:  Display an error on 'net conf import' failures.
384
385
386 o   Roel van Meer <rolek@alt001.com>
387     * BUG 6814: Fix valgrind warning.
388
389
390 o   Stefan Metzmacher <metze@samba.org>
391     * BUG 7159: Fix handling of bad server data returns in client rpc_transport.
392     * BUG 7170: Never mark external domains as internal.
393     * BUG 7295: Fix Winbind reconnection to it's own domain.
394     * BUG 7316: Make sure we don't try rpc requests against unaccessable
395       domains.
396     * BUG 7317: Fix problems with SIGCHLD handling in Winbind.
397
398
399 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
400     * BUG 1206: Fix segfault in vfs_netatalk.
401
402
403 o   Bo Yang <boyang@samba.org>
404     * BUG 7206: Fix duplicate signal handler.
405
406
407 ######################################################################
408 Reporting bugs & Development Discussion
409 #######################################
410
411 Please discuss this release on the samba-technical mailing list or by
412 joining the #samba-technical IRC channel on irc.freenode.net.
413
414 If you do report problems then please try to send high quality
415 feedback. If you don't provide vital information to help us track down
416 the problem then you will probably be ignored.  All bug reports should
417 be filed under the Samba 3.4 product in the project's Bugzilla
418 database (https://bugzilla.samba.org/).
419
420
421 ======================================================================
422 == Our Code, Our Bugs, Our Responsibility.
423 == The Samba Team
424 ======================================================================
425
426
427 ----------------------------------------------------------------------
428
429
430                    =============================
431                    Release Notes for Samba 3.4.7
432                             March 8, 2010
433                    =============================
434
435
436 This is a security release in order to address CVE-2010-0728.
437
438
439 o  CVE-2010-0728:
440    In Samba releases 3.5.0, 3.4.6 and 3.3.11, new code
441    was added to fix a problem with Linux asynchronous IO handling.
442    This code introduced a bad security flaw on Linux platforms if the
443    binaries were built on Linux platforms with libcap support.
444    The flaw caused all smbd processes to inherit CAP_DAC_OVERRIDE
445    capabilities, allowing all file system access to be allowed
446    even when permissions should have denied access.
447
448
449 Changes since 3.4.6
450 -------------------
451
452
453 o   Jeremy Allison <jra@samba.org>
454     * BUG 7222: Fix for CVE-2010-0728.
455
456
457 ######################################################################
458 Reporting bugs & Development Discussion
459 #######################################
460
461 Please discuss this release on the samba-technical mailing list or by
462 joining the #samba-technical IRC channel on irc.freenode.net.
463
464 If you do report problems then please try to send high quality
465 feedback. If you don't provide vital information to help us track down
466 the problem then you will probably be ignored.  All bug reports should
467 be filed under the Samba 3.4 product in the project's Bugzilla
468 database (https://bugzilla.samba.org/).
469
470
471 ======================================================================
472 == Our Code, Our Bugs, Our Responsibility.
473 == The Samba Team
474 ======================================================================
475
476
477 ----------------------------------------------------------------------
478
479
480                    =============================
481                    Release Notes for Samba 3.4.6
482                          February 24, 2010
483                    =============================
484
485
486 This is the latest stable release of Samba 3.4.
487
488 Major enhancements in Samba 3.4.6 include:
489
490    o "wide links" and "unix extensions" are incompatible (bug #7104).
491    o Fix printing with 64 bit clients (bug #6888).
492    o Fix core dump on Ubuntu 8.04 64 bit (bug #7063).
493    o Fix failing of smbd to respond to a read or a write caused by
494      Linux asynchronous IO (aio) (bug #7067).
495    o Fix string buffer overflow causing heap corruption in smbd (bug #7096).
496
497
498 ######################################################################
499 Changes
500 #######
501
502 Changes since 3.4.5
503 -------------------
504
505
506 o   Michael Adam <obnox@samba.org>
507     * Make idmap cache persistent for "ldapsam:trusted".
508     * Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
509       only the persistent idmap cache.
510     * Shortcut uid_to_sid when "ldapsam:trusted = yes".
511
512
513 o   Jeremy Allison <jra@samba.org>
514     * BUG 6557: Fix vfs_full_audit.
515     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
516     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
517       Linux asynchronous IO (aio).
518     * BUG 7072: Fix unlocking of accounts from ldap.
519     * BUG 7081: Fix vfs_expand_msdfs.
520     * BUG 7104: "wide links" and "unix extensions" are incompatible.
521     * BUG 7122: Fix reading of large browselist.
522     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
523     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
524       value(s) error when "mangling method = hash".
525
526
527 o   Steven Danneman <steven.danneman@isilon.com>
528     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
529
530
531 o   Günther Deschner <gd@samba.org>
532     * BUG 6888: Fix printing with 64 bit clients.
533     * BUG 7130: Fix listing of printjobs in Windows 7.
534     * BUG 7136: Spoolss getprinterdriver2 level 101 marshalling is bad.
535
536
537 o   William Jojo <w.jojo@hvcc.edu>
538     * BUG 7052: Fix DFS on AIX (maybe others).
539
540
541 o   Jeff Layton <jlayton@redhat.com>
542     * BUG 6868: Fix crash bug in 'cifs.upcall'.
543
544
545 o   Volker Lendecke <vl@samba.org>
546     * BUG 5885: Fix bogus ip address in SWAT.
547     * BUG 6981: Fix large paged search with DirX LDAP servers.
548     * BUG 7068: Fix pdb_search crash as non-root user.
549     * Make pdb_copy_sam_account also copy the group sid.
550
551
552 o   Stefan Metzmacher <metze@samba.org>
553     * BUG 6157: Use the first "uid" value.
554     * BUG 6888: Fix printing with 64 bit clients.
555     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
556     * Shortcut gid_to_sid when "ldapsam:trusted = yes".
557     * Speed up pdb_get_group_sid().
558     * Try to build the full unix_pw structure with ldapsam:trusted support.
559     * Optimize ldapsam_alias_memberships() and cache ldap searches.
560
561
562 o   Lars Müller <lars@samba.org>
563     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
564     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
565
566
567 o   Bo Yang <boyang@samba.org>
568     * BUG 7106: Fix malformed require_membership_of_sid.
569
570
571 ######################################################################
572 Reporting bugs & Development Discussion
573 #######################################
574
575 Please discuss this release on the samba-technical mailing list or by
576 joining the #samba-technical IRC channel on irc.freenode.net.
577
578 If you do report problems then please try to send high quality
579 feedback. If you don't provide vital information to help us track down
580 the problem then you will probably be ignored.  All bug reports should
581 be filed under the Samba 3.4 product in the project's Bugzilla
582 database (https://bugzilla.samba.org/).
583
584
585 ======================================================================
586 == Our Code, Our Bugs, Our Responsibility.
587 == The Samba Team
588 ======================================================================
589
590
591 ----------------------------------------------------------------------
592
593
594                    =============================
595                    Release Notes for Samba 3.4.5
596                          January 19, 2010
597                    =============================
598
599
600 This is the latest stable release of Samba 3.4.
601
602 Major enhancements in Samba 3.4.5 include:
603
604    o Fix memory in leak in smbd (bug #7020).
605    o Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202).
606
607
608 ######################################################################
609 Changes
610 #######
611
612 Changes since 3.4.4
613 -------------------
614
615
616 o   Jeremy Allison <jra@samba.org>
617     * BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
618     * BUG 7020: Fix memory leak in smbd.
619     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
620     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
621
622
623 o   Günther Deschner <gd@samba.org>
624     * BUG 7043: Fix crash bug in "SMBC_parse_path".
625
626
627 o   Volker Lendecke <vl@samba.org>
628     * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
629       server.
630
631
632 o   Stefan Metzmacher <metze@samba.org>
633     * BUG 6642: Fix opening the quota magic file.
634     * BUG 6919: Fix remote quota management.
635
636
637 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
638     * BUG 7034: Fix internal error caused by vfs_cap.
639
640
641 ######################################################################
642 Reporting bugs & Development Discussion
643 #######################################
644
645 Please discuss this release on the samba-technical mailing list or by
646 joining the #samba-technical IRC channel on irc.freenode.net.
647
648 If you do report problems then please try to send high quality
649 feedback. If you don't provide vital information to help us track down
650 the problem then you will probably be ignored.  All bug reports should
651 be filed under the Samba 3.4 product in the project's Bugzilla
652 database (https://bugzilla.samba.org/).
653
654
655 ======================================================================
656 == Our Code, Our Bugs, Our Responsibility.
657 == The Samba Team
658 ======================================================================
659
660
661 ----------------------------------------------------------------------
662
663
664                    =============================
665                    Release Notes for Samba 3.4.4
666                          January 7, 2009
667                    =============================
668
669
670 This is the latest stable release of Samba 3.4.
671
672 Major enhancements in Samba 3.4.4 include:
673
674    o Fix interdomain trust relationships with Win2008R2 (bug #6697).
675    o Fix Winbind crashes when queried from nss (bug #6889).
676    o Fix Winbind crash when retrieving empty group members (bug #7014).
677    o Fix "UID range full" error in Winbind (bug #6901).
678    o Fix multiple LDAP servers in "idmap backend" and "idmap alloc
679      backend" (bug #6910).
680
681
682 ######################################################################
683 Changes
684 #######
685
686 Changes since 3.4.3
687 -------------------
688
689 o   Michael Adam <obnox@samba.org>
690     * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
691     * BUG 6901: Fix "UID range full" error in Winbind.
692     * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc
693       backend".
694
695
696 o   Jeremy Allison <jra@samba.org>
697     * BUG 6828: Fix infinite timeout when byte lock held outside of samba.
698     * BUG 6837: Fix "Too many open files" message when trying to access a large
699       number of files with Windows 7.
700     * BUG 6841: Fix "map acl inherit = yes".
701     * BUG 6867: Fix listing of directories with a lot of files.
702     * BUG 6875: Fix DOS attributes on OS/2 clients.
703     * BUG 6880: Fix listing of workgroup servers in libsmbclient.
704     * BUG 6898: Samba duplicates file content on appending.
705     * BUG 6939: Fix long filenames with "mangling method = hash".
706     * BUG 7005: Fix "mangle method = hash" truncates files with dot "."
707       character.
708
709
710 o   Kai Blin <kai@samba.org>
711     * BUG 4832: Fix iconv checks.
712
713
714 o   Günther Deschner <gd@samba.org>
715     * BUG 6697: Fix interdomain trust relationships with Win2008R2.
716     * BUG 6868: Support building with Heimdal we well as with MIT.
717     * BUG 6889: Fix Winbind crashes when queried from nss.
718     * BUG 6929: Fix build with recent heimdal.
719     * Fix the build of the winbind krb5 locator plugin.
720     * Fix enumprinter key client and server.
721
722
723 o   Volker Lendecke <vl@samba.org>
724     * BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
725     * BUG 6850: Fix shadow copy display on Windows 7.
726     * BUG 6981: Fix paged search with DirX LDAP server.
727     * BUG 6982: Remove erroneous out of memory error path in lookup_sid.
728     * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
729
730
731 o   Jim McDonough <jmcd@samba.org>
732     * BUG 6967: Fix 'net ads join' with OU.
733     * BUG 7014: Fix Winbind crash when retrieving empty group members.
734
735
736 o   Andrew Tridgell <tridge@samba.org>
737     * BUG 6918: Fix krb5 build problem on Ubuntu karmic.
738
739
740 ######################################################################
741 Reporting bugs & Development Discussion
742 #######################################
743
744 Please discuss this release on the samba-technical mailing list or by
745 joining the #samba-technical IRC channel on irc.freenode.net.
746
747 If you do report problems then please try to send high quality
748 feedback. If you don't provide vital information to help us track down
749 the problem then you will probably be ignored.  All bug reports should
750 be filed under the Samba 3.4 product in the project's Bugzilla
751 database (https://bugzilla.samba.org/).
752
753
754 ======================================================================
755 == Our Code, Our Bugs, Our Responsibility.
756 == The Samba Team
757 ======================================================================
758
759
760 ----------------------------------------------------------------------
761
762
763                    =============================
764                    Release Notes for Samba 3.4.3
765                          October 29, 2009
766                    =============================
767
768
769 This is the latest stable release of Samba 3.4.
770
771 Major enhancements in Samba 3.4.3 include:
772
773    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
774    o Fix file corruption using smbclient with NT4 server (bug #6606).
775    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
776
777
778 ######################################################################
779 Changes
780 #######
781
782 Changes since 3.4.2
783 -------------------
784
785
786 o   Jeremy Allison <jra@samba.org>
787     * BUG 6529: Offline files conflict with Vista and Office 2003.
788     * BUG 6726: SIVAL should have been an SVAL.
789     * BUG 6769: Fix symlink unlink.
790     * BUG 6774: smbd crashes if "aio write behind" is set.
791     * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
792     * BUG 6781: Fix renaming subfolders in Explorer view.
793     * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
794     * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
795     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
796     * BUG 6829: Fix displaying of multibyte characters in smbclient.
797
798
799 o   Günther Deschner <gd@samba.org>
800     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
801     * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
802
803
804 o   Olaf Flebbe <o.flebbe@science-computing.de>
805     * BUG 6772: Allow outstanding_aio_calls to be decremented.
806     * BUG 6804: Fix hpux compiler issue.
807     * BUG 6805: Correctly handle aio_error() and errno.
808
809
810 o   Björn Jacke <bj@sernet.de>
811     * BUG 6704: Fix syntax error in avahi configure test.
812     * BUG 6728: BSD needs sys/sysctl.h included to build properly.
813     * BUG 6824: Fix avahi activation.
814     * QNX doesn't know uint - replace with uint_t.
815
816
817 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
818     * BUG 6690: Fix wrong error check in profile.
819
820
821 o   Marc Aurele La France <tsi@ualberta.ca>
822     * BUG 6707: Fix an occasional segfault in config file parsing.
823
824
825 o   Jeff Layton <jlayton@redhat.com>
826     * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
827
828
829 o   Volker Lendecke <vl@samba.org>
830     * BUG 6606: Fix file corruption using smbclient with NT4 server.
831     * BUG 6703: Allow smbstatus as non-root.
832     * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
833     * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
834     * BUG 6793: Fix segfault in winbindd_pam_auth.
835     * BUG 6797: Fix a memleak in libwbclient.
836     * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
837     * Fix an uninitialized variable.
838     * Only ever handle one event after a select call.
839
840
841 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
842     * BUG 6532: Fix domain enumeration if master browser has space in name.
843
844
845 o   Stefan Metzmacher <metze@samba.org>
846     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
847
848
849 o   Buchan Milne <bgmilne@mandriva.org>
850     * BUG 6791: Fix linking order in cifs.upcall.
851
852
853 o   Lars Müller <lars@samba.org>
854     * BUG 6710: Adjust regex to match variable names including underscores.
855     * Conditional install of the cifs.upcall man page.
856
857
858 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
859     * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
860       a symbolic link.
861
862
863 o   Karolin Seeger <kseeger@samba.org>
864     * Fix warning occuring when building the manpages.
865
866
867 o   Simo Sorce <ssorce@redhat.com>
868     * BUG 6764: Fix timeval calculation.
869
870
871 o   Bo Yang <boyang@samba.org>
872     * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
873       might use the old password and new password.
874     * BUG 6811: Fix reference to freed memory in pam_winbind.
875     * BUG 6826: Don't fail authentication when one or some group of
876       require-membership-of is invalid.
877     * BUG 6840: Fix crash in pam_winbind.
878
879
880 ######################################################################
881 Reporting bugs & Development Discussion
882 #######################################
883
884 Please discuss this release on the samba-technical mailing list or by
885 joining the #samba-technical IRC channel on irc.freenode.net.
886
887 If you do report problems then please try to send high quality
888 feedback. If you don't provide vital information to help us track down
889 the problem then you will probably be ignored.  All bug reports should
890 be filed under the Samba 3.4 product in the project's Bugzilla
891 database (https://bugzilla.samba.org/).
892
893
894 ======================================================================
895 == Our Code, Our Bugs, Our Responsibility.
896 == The Samba Team
897 ======================================================================
898
899
900 ----------------------------------------------------------------------
901
902
903                    =============================
904                    Release Notes for Samba 3.4.2
905                           October 1, 2009
906                    =============================
907
908
909 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
910 and CVE-2009-2906.
911
912    o CVE-2009-2813:
913      In all versions of Samba later than 3.0.11, connecting to the home
914      share of a user will use the root of the filesystem
915      as the home directory if this user is misconfigured to have
916      an empty home directory in /etc/passwd.
917
918    o CVE-2009-2948:
919      If mount.cifs is installed as a setuid program, a user can pass it a
920      credential or password path to which he or she does not have access and
921      then use the --verbose option to view the first line of that file.
922      All known Samba versions are affected.
923
924    o CVE-2009-2906:
925      Specially crafted SMB requests on authenticated SMB connections can
926      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
927
928
929 ######################################################################
930 Changes
931 #######
932
933 Changes since 3.4.1
934 -------------------
935
936
937 o   Jeremy Allison <jra@samba.org>
938     * BUG 6763: Fix for CVE-2009-2813.
939     * BUG 6768: Fix for CVE-2009-2906.
940
941
942 o   Jeff Layton <jlayton@redhat.com>
943     * Fix for CVE-2009-2948.
944
945
946 ######################################################################
947 Reporting bugs & Development Discussion
948 #######################################
949
950 Please discuss this release on the samba-technical mailing list or by
951 joining the #samba-technical IRC channel on irc.freenode.net.
952
953 If you do report problems then please try to send high quality
954 feedback. If you don't provide vital information to help us track down
955 the problem then you will probably be ignored.  All bug reports should
956 be filed under the Samba 3.4 product in the project's Bugzilla
957 database (https://bugzilla.samba.org/).
958
959
960 ======================================================================
961 == Our Code, Our Bugs, Our Responsibility.
962 == The Samba Team
963 ======================================================================
964
965
966 ----------------------------------------------------------------------
967
968
969                    =============================
970                    Release Notes for Samba 3.4.1
971                          September 9, 2009
972                    =============================
973
974
975 This is the latest stable release of Samba 3.4.
976
977
978 Major enhancements in Samba 3.4.1 include:
979
980    o Fix authentication on member servers without Winbind (bug #6650).
981    o Nautilus fails to copy files from an SMB share (bug #6649).
982    o Fix connections of Win98 clients (bug #6551).
983    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
984    o Fix Winbind authentication issue (bug #6646).
985
986
987 ######################################################################
988 Changes
989 #######
990
991 Changes since 3.4.0
992 -------------------
993
994
995 o   Michael Adam <obnox@samba.org>
996     * BUG 6650: Fix authentication on member servers without Winbind.
997
998
999 o   Jeremy Allison <jra@samba.org>
1000     * BUG 6437: Make open_udp_socket() IPv6 clean.
1001     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
1002       NT_TRANSACT_CREATE.
1003     * BUG 6551: Fix connections of Win98 clients.
1004     * BUG 6564: SetPrinter fails (panics) as non root.
1005     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
1006     * BUG 6649: Nautilus fails to copy files from an SMB share.
1007     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
1008     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
1009
1010
1011 o   Yannick Bergeron <burgergold@hotmail.com>
1012     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
1013       allow AIX to call sys_getgrouplist only once.
1014
1015
1016 o   Günther Deschner <gd@samba.org>
1017     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
1018     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
1019     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
1020     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
1021
1022
1023 o   Olaf Flebbe <flebbe@nix.science-computing.de>
1024     * BUG 6655: Fix 'smbcontrol smbd ping'.
1025
1026
1027 o   Björn Jacke <bj@sernet.de>
1028     * BUG 6105: Make linking of rpcclient --as-needed safe.
1029
1030
1031 o   Matt Kraai <mkraai@beckman.com>
1032     * BUG 6630: Fix opening of sockets on QNX.
1033
1034
1035 o   Robert LeBlanc <robert@leblancnet.us>
1036     * BUG 6700: Use dns domain name when needing to guess server principal.
1037
1038
1039 o   Volker Lendecke <vl@samba.org>
1040     * BUG 5886: Fix password change propagation with ldapsam.
1041     * BUG 6585: Fix unqualified "net join".
1042     * BUG 6611: Fix a valgrind error in chain_reply.
1043     * BUG 6646: Fix Winbind authentication issue.
1044     * Fix linking on Solaris.
1045
1046
1047 o   Stefan Metzmacher <metze@samba.org>
1048     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
1049     * BUG 6532: Fix the build with external talloc.
1050     * BUG 6538: Cancel all locks that are made before the first failure.
1051     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
1052     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
1053     * BUG 6664: Fix truncation of the session key.
1054
1055
1056 o   Tim Prouty <tprouty@samba.org>
1057     * BUG 6620: Fix a bug in renames of directories.
1058
1059
1060 o   Rusty Russell <rusty@rustcorp.com.au>
1061     * BUG 6601: Avoid global fd limits.
1062
1063
1064 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1065     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
1066
1067
1068 o   Simo Sorce <idra@samba.org>
1069     * BUG 6693: Check we read off the complete event from inotify.
1070
1071
1072 o   Peter Volkov <pva@gentoo.org>
1073     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
1074
1075
1076 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
1077     * BUG 5879: Update LDAP schema for Netscape DS 5.
1078
1079
1080 o   Bo Yang <boyang@samba.org>
1081     * BUG 6560: Fix lookupname.
1082     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
1083     * BUG 6688: Fix crash in 'net usershare list'.
1084
1085
1086 ######################################################################
1087 Reporting bugs & Development Discussion
1088 #######################################
1089
1090 Please discuss this release on the samba-technical mailing list or by
1091 joining the #samba-technical IRC channel on irc.freenode.net.
1092
1093 If you do report problems then please try to send high quality
1094 feedback. If you don't provide vital information to help us track down
1095 the problem then you will probably be ignored.  All bug reports should
1096 be filed under the Samba 3.4 product in the project's Bugzilla
1097 database (https://bugzilla.samba.org/).
1098
1099
1100 ======================================================================
1101 == Our Code, Our Bugs, Our Responsibility.
1102 == The Samba Team
1103 ======================================================================
1104
1105 ----------------------------------------------------------------------
1106
1107                    =============================
1108                    Release Notes for Samba 3.4.0
1109                            July 3, 2009
1110                    =============================
1111
1112
1113 This is the first stable release of Samba 3.4.
1114
1115
1116 Major enhancements in Samba 3.4.0 include:
1117 ------------------------------------------
1118
1119 Configuration changes:
1120 o The default passdb backend has been changed to 'tdbsam'!
1121
1122 General changes:
1123 o Samba4 and Samba3 sources are included in the tarball
1124
1125 Authentication Changes:
1126 o Changed the way smbd handles untrusted domain names given during user
1127   authentication.
1128
1129 Printing Changes:
1130 o Various fixes including printer change notificiation for Samba spoolss
1131   print servers.
1132
1133 Internal changes:
1134 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
1135   and spoolss) were replaced by autogenerated code based on PIDL.
1136 o Samba3 and Samba4 do now share a common tevent library.
1137 o The code has been cleaned up and the major basic interfaces are shared with
1138   Samba4 now.
1139 o An asynchronous API has been added.
1140
1141
1142 Configuration changes
1143 =====================
1144
1145 !!! ATTENTION !!!
1146 The default passdb backend has been changed to 'tdbsam'! That breaks existing
1147 setups using the 'smbpasswd' backend without explicit declaration! Please use
1148 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
1149 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
1150 tdbsam'.
1151
1152 The 'tdbsam' backend is much more flexible concerning per user settings
1153 like 'profile path' or 'home directory' and there are some commands which do not
1154 work with the 'smbpasswd' backend at all.
1155
1156
1157 General Changes
1158 ===============
1159
1160 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
1161 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
1162 are included in the tarball. The merged build is possible in Samba 3.4.0, but
1163 disabled by default. To learn more about the merged build,
1164 please see http://wiki.samba.org/index.php/Franky.
1165
1166 According to this one, there is no "source" directory included in the tarball at
1167 all. Samba3 sources are located in "source3", Samba4 sources are located in
1168 "source4". The libraries have been moved to the toplevel directory.
1169
1170 To build plain Samba3, please change to "source3" and start the build as usual.
1171 To build Samba4 as well, please use the "--enable-merged-build" configure
1172 option.
1173
1174
1175 Authentication Changes
1176 ======================
1177
1178 Previously, when Samba was a domain member and a client was connecting using an
1179 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
1180 domain to the primary domain smbd was a member of and attempt authentication
1181 using that DOMAIN\user name.  This differed from how a Windows member server
1182 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
1183 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
1184 where smbd is acting as a domain member server this will be WORKSTATION\user.
1185 Thus, smbd will never assume that an incoming user name which is not qualified
1186 with the same primary domain, is part of smbd's primary domain.
1187
1188 While this behavior matches Windows, it may break some workflows which depended
1189 on smbd to always pass through bogus names to the DC for verification.  A new
1190 parameter "map untrusted to domain" can be enabled to revert to the legacy
1191 behavior.
1192
1193
1194 Printing Changes
1195 ================
1196
1197 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
1198 several printing issues including printer change notificiation on Samba print
1199 servers and will stabilize the printing functionality generally.
1200 The support for spoolss printing with Windows Vista has been improved.
1201
1202
1203 Internal Changes
1204 ================
1205
1206 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
1207 spoolss) were replaced by autogenerated code based on PIDL.
1208 So Günther Deschner finally corrected one of the biggest mistakes in the
1209 development of Samba: Hand-marshalled RPC stubs.
1210
1211 Thanks a lot! :-)
1212
1213 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
1214
1215 The code has been cleaned up and Samba3 and Samba4 do share the major basic
1216 interfaces now. That is why the libraries were moved to the toplevel directory.
1217 That is one of the first steps to share code and minimize the gap between
1218 these two versions.
1219
1220 An asynchronous API has been added.
1221
1222
1223 ######################################################################
1224 Changes
1225 #######
1226
1227 smb.conf changes
1228 ----------------
1229
1230    Parameter Name                      Description     Default
1231    --------------                      -----------     -------
1232
1233    access based share enum             New             No
1234    dedicated keytab file               New             ""
1235    kerberos method                     New             default
1236    map untrusted to domain             New             No
1237    max open files                      Changed Default auto detected
1238    passdb backend                      Changed Default tdbsam
1239    perfcount module                    New             ""
1240    use kerberos keytab                 Removed
1241
1242
1243 New [sub]commands
1244 -----------------
1245
1246    net eventlog                 Import/dump/export native win32 eventlog files.
1247    net rpc service create       Create a new service.
1248    net rpc service delete       Delete an existing service.
1249
1250
1251 New configure options
1252 ---------------------
1253
1254 --enable-external-libtalloc     Enable external talloc
1255 --enable-merged-build           Build Samba 4 as well
1256 --enable-gnutls                 Turn on gnutls support
1257 --with-statedir=DIR             Where to put persistent state files
1258 --with-cachedir=DIR             Where to put temporary cache files
1259 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
1260 --with-selftest-shrdir=DIR      The share directory that make test will be run
1261                                 against
1262 --with-selftest-custom-conf=PATH
1263                                 An optional custom smb.conf that is included in
1264                                 the server smb.conf during make test
1265 --with-wbclient                 Use external wbclient
1266 --with-included-popt            Use bundled popt library, not from system
1267 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
1268 --with-sqlite3                  SQLITE3 backend support
1269 --with-pthreads                 Include pthreads
1270 --with-setproctitle             Search for setproctitle support
1271
1272
1273 Commit Highlights
1274 =================
1275
1276
1277 o   Steven Danneman <steven.danneman@isilon.com>
1278     * Change the way smbd handles untrusted domain names given during user
1279       authentication.
1280
1281
1282 o   Guenther Deschner <gd@samba.org>
1283     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
1284       and spoolss by autogenerated code based on PIDL.
1285     * Fix several printing issues and improve support for printer change
1286       notificiations.
1287     * Add 'net eventlog'.
1288
1289
1290 o   Volker Lendecke <vl@samba.org>
1291     * Add asynchronous API.
1292
1293
1294 o   Stefan Metzmacher <metze@samba.org>
1295     * Make Samba3 and Samba4 share a tevent library.
1296
1297
1298 o   Dan Sledz <dsledz@isilon.com>
1299     * Add two new parameters to control how we verify kerberos tickets.
1300
1301
1302 o   Danny Tylman <danny.tylman@insightix.com>
1303     * Add 'net rpc service' subcommands 'create' and 'delete'.
1304
1305
1306 o   Jelmer Vernooij <jelmer@samba.org>
1307     * Make merged build possible.
1308     * Move common libraries to the shared lib/ directory.
1309
1310
1311 Changes since 3.4.0rc1
1312 ----------------------
1313
1314
1315 o    Jeremy Allison <jra@samba.org>
1316      * BUG 6520: Fix time stamps when "unix extensions = yes".
1317
1318
1319 o    Michael Adam <obnox@samba.org>
1320      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
1321      * BUG 6521: Fix building tevent_ntstatus without config.h.
1322      * BUG 6531: Fix pid file name.
1323
1324
1325 o    Guenther Deschner <gd@samba.org>
1326      * BUG 6512: Fix support for enumerating user forms.
1327
1328
1329 o    Bjoern Jacke <bj@sernet.de>
1330      * BUG 6497: Fix calling of 'test' in configure.
1331      * BUG 6459: Fix build of pam_smbpass on some distributions.
1332
1333
1334 o    Volker Lendecke <vl@samba.org>
1335      * BUG 6431: Local groups from 3.0 setups no longer found.
1336      * BUG 6498: Add workaround for MS KB932762.
1337
1338
1339 o    David Markey <admin@dmarkey.com>
1340      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
1341
1342
1343 o    Jim McDonough <jmcd@samba.org>
1344      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
1345        not.
1346
1347
1348 o    Stefan Metzmacher <metze@samba.org>
1349      * BUG 6526: Fix notifies in the share root directory.
1350
1351
1352 o    Bo Yang <boyang@samba.org>
1353      * BUG 6499: Fix building of pam_smbpass.
1354
1355
1356 Changes since 3.4.0pre2
1357 -----------------------
1358
1359
1360 o   Jeremy Allison <jra@samba.org>
1361     * BUG 6297: Owner of sticky directory cannot delete files created by
1362       others.
1363     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
1364     * BUG 6487: Add missing DFS call in trans2 mkdir call.
1365     * BUG 6488: acl_group_override() call in posix acls references an
1366       uninitialized variable.
1367
1368
1369 o   Günther Deschner <gd@samba.org>
1370     * BUG 4296: Clean up group membership while deleting a user.
1371     * BUG 5456: Fix "net ads testjoin".
1372     * BUG 6253: Use correct value for password expiry calculation in
1373       pam_winbind.
1374     * BUG 6305: Correctly prompt for a password when a username was given.
1375     * BUG 6451: net/libnetapi user rename using wrong access bits.
1376     * BUG 6458: Fix uninitialized variable in local_password_change().
1377     * BUG 6465: Fix enumeration of empty aliases.
1378
1379
1380 o   Volker Lendecke <vl@samba.org>
1381     * BUG 4699: Remove pidfile on clean shutdown.
1382     * BUG 6349: Initialize domain info struct.
1383     * BUG 6449: 'net rap user add' crashes without -C option.
1384
1385
1386 o   David Markey <admin@dmarkey.com>
1387     * BUG 6328: Add support for multiple rights to
1388       "net sam rights grant/revoke".
1389
1390
1391 o   Andreas Schneider <mail@cynapses.org>
1392     * Improve pam_winbind documentation.
1393
1394
1395 o   Simo Sorce <idra@samba.org>
1396     * BUG 6081: Make it possible to change machine account sids.
1397     * BUG 6333: Consolidate create/delete account paths in pdbedit.
1398     * BUG 6584: Allow DOM\user when changing passwords remotely.
1399
1400
1401 o   Jelmer Vernooij <jelmer@samba.org>
1402     * Remove outdated Debian package sources.
1403
1404
1405 Changes since 3.4.0pre1
1406 -----------------------
1407
1408
1409 o   Jeremy Allison <jra@samba.org>
1410     * BUG 6291: Fix 'force user'.
1411     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
1412       malloced memory.
1413     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
1414     * BUG 6330: Fix DFS on AIX.
1415     * Fix a bunch of compiler warnings about wrong format types.
1416     * Fix the core of the SAMR access functions.
1417     * Fix SAMR server for winbindd access.
1418
1419
1420 o   Michael Adam <obnox@samba.org>
1421     * BUG 4271: testparm should not print includes.
1422     * BUG 6292: Update config.guess from gnu.org.
1423     * BUG 6320: Handle registry config source in file_list.
1424     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
1425     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
1426     * BUG 6415: Filter out of range mappings in default idmap config
1427       (idmap_tdb).
1428     * BUG 6416: Filter out of range mappings in default idmap config
1429       (idmap_tdb2).
1430     * BUG 6417: Filter out of range mappings in default idmap config
1431       (idmap_ldap).
1432     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
1433     * Hide "config backend" from swat.
1434     * Fix linking with --disable-shared-libs.
1435
1436
1437 o   Steven Danneman <steven.danneman@isilon.com>
1438     * Fix issue with missing entries when enumerating directories.
1439     * Map NULL domains to our global sam name.
1440
1441
1442 o   Günther Deschner <gd@samba.org>
1443     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
1444       access checks.
1445     * BUG 6099: Fix NETLOGON credential chain.
1446     * BUG 6253: Use correct value for password expiry calculation.
1447     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
1448     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
1449       retrieved.
1450     * BUG 6372: usermanager only displaying 1024 groups and aliases.
1451     * Fix driver upload for Xerox 4110 PS printer driver.
1452     * Add "net dom renamecomputer" to rename machines in a domain.
1453     * Inspect the correct computername string before enabling/disabling the
1454       change button in netdomjoin-gui.
1455     * Fix join prompt dialog test in netdomjoin-gui.
1456     * Only gray out labels when not root and not connecting to remote
1457       machines (netdomjoin-gui).
1458     * Allow to switch between workgroups/domains with the same name
1459       (netdomjoin-gui).
1460     * Add NetShutdownInit and NetShutdownAbort.
1461     * Fix samr access checks.
1462     * Add a security model to LSA.
1463     * Fix nss_wrapper build for Solaris.
1464
1465
1466 o   Geza Gemes <geza@kzsdabas.hu>
1467     * BUG 6136: New AFS syscall conventions.
1468
1469
1470 o   Ole Hansen <ole@redvw.com>
1471     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
1472       and IPv6 addresses
1473
1474
1475 o   Björn Jacke <bj@sernet.de>
1476     * Also handle DirX return codes.
1477
1478
1479 o   Steve Langasek <vorlon@debian.org>
1480     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
1481
1482
1483 o   Volker Lendecke <vl@samba.org>
1484     * BUG 5681: Do not limit the number of network interfaces.
1485     * BUG 6157: Fix handling of multi-value attribute "uid".
1486     * BUG 6302: Give the VFS a chance to read from 0-byte files.
1487     * BUG 6336: Fix segfault in 'net groupmap set'.
1488     * BUG 6361: Make --rcfile work in smbget.
1489     * Do not crash in ctdbd_traverse if ctdbd is not around.
1490     * Fix Coverity ID 897.
1491     * Fix a race condition in vfs_aio_fork with gpfs share modes.
1492     * Fix bug disclosed by lock8 torture test.
1493     * Fix a race condition in winbind leading to a panic.
1494     * Attempt to fix a Debian build problem.
1495
1496
1497 o   Jim McDonough <jmcd@samba.org>
1498     * Detect tight loop in tdb_find().
1499
1500
1501 o   Stefan Metzmacher <metze@samba.org>
1502     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
1503       owner.
1504
1505
1506 o   Tim Prouty <tprouty@samba.org>
1507     * Fix chained sesssetupAndX/tconn messages.
1508     * Fix strict locking with chained reads.
1509     * Fix two bugs in sendfile.
1510
1511
1512 o   Slava Semushin <php-coder@altlinux.ru>
1513     * Fix memory leak.
1514     * Fix file descriptor leak.
1515
1516
1517 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
1518     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
1519     * Always allocate memory in dptr_ReadDirName.
1520
1521
1522 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
1523     * Fix 'net' crash during domain join.
1524
1525
1526 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
1527     * Zero an uninitialized array.
1528     * Allow child processes to exit gracefully if we are out of fds.
1529
1530
1531 ######################################################################
1532 Reporting bugs & Development Discussion
1533 #######################################
1534
1535 Please discuss this release on the samba-technical mailing list or by
1536 joining the #samba-technical IRC channel on irc.freenode.net.
1537
1538 If you do report problems then please try to send high quality
1539 feedback. If you don't provide vital information to help us track down
1540 the problem then you will probably be ignored.  All bug reports should
1541 be filed under the Samba 3.4 product in the project's Bugzilla
1542 database (https://bugzilla.samba.org/).
1543
1544
1545 ======================================================================
1546 == Our Code, Our Bugs, Our Responsibility.
1547 == The Samba Team
1548 ======================================================================
1549