WHATSNEW: Start release notes for 3.4.5.
[Samba.git] / WHATSNEW.txt
blob5c2d63a826be6e204f604705bbd16788493bd935
1                    =============================
2                    Release Notes for Samba 3.4.5
3                          January , 2010
4                    =============================
7 This is the latest stable release of Samba 3.4.
9 Major enhancements in Samba 3.4.5 include:
11    o 
14 ######################################################################
15 Changes
16 #######
18 Changes since 3.4.4
19 -------------------
23 ######################################################################
24 Reporting bugs & Development Discussion
25 #######################################
27 Please discuss this release on the samba-technical mailing list or by
28 joining the #samba-technical IRC channel on irc.freenode.net.
30 If you do report problems then please try to send high quality
31 feedback. If you don't provide vital information to help us track down
32 the problem then you will probably be ignored.  All bug reports should
33 be filed under the Samba 3.4 product in the project's Bugzilla
34 database (https://bugzilla.samba.org/).
37 ======================================================================
38 == Our Code, Our Bugs, Our Responsibility.
39 == The Samba Team
40 ======================================================================
43 Release notes for older versions follow:
44 ----------------------------------------
46                    =============================
47                    Release Notes for Samba 3.4.4
48                          January 7, 2009
49                    =============================
52 This is the latest stable release of Samba 3.4.
54 Major enhancements in Samba 3.4.4 include:
56    o Fix interdomain trust relationships with Win2008R2 (bug #6697).
57    o Fix Winbind crashes when queried from nss (bug #6889).
58    o Fix Winbind crash when retrieving empty group members (bug #7014).
59    o Fix "UID range full" error in Winbind (bug #6901).
60    o Fix multiple LDAP servers in "idmap backend" and "idmap alloc
61      backend" (bug #6910).
64 ######################################################################
65 Changes
66 #######
68 Changes since 3.4.3
69 -------------------
71 o   Michael Adam <obnox@samba.org>
72     * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
73     * BUG 6901: Fix "UID range full" error in Winbind.
74     * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc
75       backend".
78 o   Jeremy Allison <jra@samba.org>
79     * BUG 6828: Fix infinite timeout when byte lock held outside of samba.
80     * BUG 6837: Fix "Too many open files" message when trying to access a large
81       number of files with Windows 7.
82     * BUG 6841: Fix "map acl inherit = yes".
83     * BUG 6867: Fix listing of directories with a lot of files.
84     * BUG 6875: Fix DOS attributes on OS/2 clients.
85     * BUG 6880: Fix listing of workgroup servers in libsmbclient.
86     * BUG 6898: Samba duplicates file content on appending.
87     * BUG 6939: Fix long filenames with "mangling method = hash".
88     * BUG 7005: Fix "mangle method = hash" truncates files with dot "."
89       character.
92 o   Kai Blin <kai@samba.org>
93     * BUG 4832: Fix iconv checks.
96 o   Günther Deschner <gd@samba.org>
97     * BUG 6697: Fix interdomain trust relationships with Win2008R2.
98     * BUG 6868: Support building with Heimdal we well as with MIT.
99     * BUG 6889: Fix Winbind crashes when queried from nss.
100     * BUG 6929: Fix build with recent heimdal.
101     * Fix the build of the winbind krb5 locator plugin.
102     * Fix enumprinter key client and server.
105 o   Volker Lendecke <vl@samba.org>
106     * BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
107     * BUG 6850: Fix shadow copy display on Windows 7.
108     * BUG 6981: Fix paged search with DirX LDAP server.
109     * BUG 6982: Remove erroneous out of memory error path in lookup_sid.
110     * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
113 o   Jim McDonough <jmcd@samba.org>
114     * BUG 6967: Fix 'net ads join' with OU.
115     * BUG 7014: Fix Winbind crash when retrieving empty group members.
118 o   Andrew Tridgell <tridge@samba.org>
119     * BUG 6918: Fix krb5 build problem on Ubuntu karmic.
122 ######################################################################
123 Reporting bugs & Development Discussion
124 #######################################
126 Please discuss this release on the samba-technical mailing list or by
127 joining the #samba-technical IRC channel on irc.freenode.net.
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/).
136 ======================================================================
137 == Our Code, Our Bugs, Our Responsibility.
138 == The Samba Team
139 ======================================================================
142 ----------------------------------------------------------------------
145                    =============================
146                    Release Notes for Samba 3.4.3
147                          October 29, 2009
148                    =============================
151 This is the latest stable release of Samba 3.4.
153 Major enhancements in Samba 3.4.3 include:
155    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
156    o Fix file corruption using smbclient with NT4 server (bug #6606).
157    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
160 ######################################################################
161 Changes
162 #######
164 Changes since 3.4.2
165 -------------------
168 o   Jeremy Allison <jra@samba.org>
169     * BUG 6529: Offline files conflict with Vista and Office 2003.
170     * BUG 6726: SIVAL should have been an SVAL.
171     * BUG 6769: Fix symlink unlink.
172     * BUG 6774: smbd crashes if "aio write behind" is set.
173     * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
174     * BUG 6781: Fix renaming subfolders in Explorer view.
175     * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
176     * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
177     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
178     * BUG 6829: Fix displaying of multibyte characters in smbclient.
181 o   Günther Deschner <gd@samba.org>
182     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
183     * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
186 o   Olaf Flebbe <o.flebbe@science-computing.de>
187     * BUG 6772: Allow outstanding_aio_calls to be decremented.
188     * BUG 6804: Fix hpux compiler issue.
189     * BUG 6805: Correctly handle aio_error() and errno.
192 o   Björn Jacke <bj@sernet.de>
193     * BUG 6704: Fix syntax error in avahi configure test.
194     * BUG 6728: BSD needs sys/sysctl.h included to build properly.
195     * BUG 6824: Fix avahi activation.
196     * QNX doesn't know uint - replace with uint_t.
199 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
200     * BUG 6690: Fix wrong error check in profile.
203 o   Marc Aurele La France <tsi@ualberta.ca>
204     * BUG 6707: Fix an occasional segfault in config file parsing.
207 o   Jeff Layton <jlayton@redhat.com>
208     * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
211 o   Volker Lendecke <vl@samba.org>
212     * BUG 6606: Fix file corruption using smbclient with NT4 server.
213     * BUG 6703: Allow smbstatus as non-root.
214     * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
215     * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
216     * BUG 6793: Fix segfault in winbindd_pam_auth.
217     * BUG 6797: Fix a memleak in libwbclient.
218     * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
219     * Fix an uninitialized variable.
220     * Only ever handle one event after a select call.
223 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
224     * BUG 6532: Fix domain enumeration if master browser has space in name.
227 o   Stefan Metzmacher <metze@samba.org>
228     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
231 o   Buchan Milne <bgmilne@mandriva.org>
232     * BUG 6791: Fix linking order in cifs.upcall.
235 o   Lars Müller <lars@samba.org>
236     * BUG 6710: Adjust regex to match variable names including underscores.
237     * Conditional install of the cifs.upcall man page.
240 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
241     * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
242       a symbolic link.
245 o   Karolin Seeger <kseeger@samba.org>
246     * Fix warning occuring when building the manpages.
249 o   Simo Sorce <ssorce@redhat.com>
250     * BUG 6764: Fix timeval calculation.
253 o   Bo Yang <boyang@samba.org>
254     * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
255       might use the old password and new password.
256     * BUG 6811: Fix reference to freed memory in pam_winbind.
257     * BUG 6826: Don't fail authentication when one or some group of
258       require-membership-of is invalid.
259     * BUG 6840: Fix crash in pam_winbind.
262 ######################################################################
263 Reporting bugs & Development Discussion
264 #######################################
266 Please discuss this release on the samba-technical mailing list or by
267 joining the #samba-technical IRC channel on irc.freenode.net.
269 If you do report problems then please try to send high quality
270 feedback. If you don't provide vital information to help us track down
271 the problem then you will probably be ignored.  All bug reports should
272 be filed under the Samba 3.4 product in the project's Bugzilla
273 database (https://bugzilla.samba.org/).
276 ======================================================================
277 == Our Code, Our Bugs, Our Responsibility.
278 == The Samba Team
279 ======================================================================
282 ----------------------------------------------------------------------
285                    =============================
286                    Release Notes for Samba 3.4.2
287                           October 1, 2009
288                    =============================
291 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
292 and CVE-2009-2906.
294    o CVE-2009-2813:
295      In all versions of Samba later than 3.0.11, connecting to the home
296      share of a user will use the root of the filesystem
297      as the home directory if this user is misconfigured to have
298      an empty home directory in /etc/passwd.
300    o CVE-2009-2948:
301      If mount.cifs is installed as a setuid program, a user can pass it a
302      credential or password path to which he or she does not have access and
303      then use the --verbose option to view the first line of that file.
304      All known Samba versions are affected.
306    o CVE-2009-2906:
307      Specially crafted SMB requests on authenticated SMB connections can
308      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
311 ######################################################################
312 Changes
313 #######
315 Changes since 3.4.1
316 -------------------
319 o   Jeremy Allison <jra@samba.org>
320     * BUG 6763: Fix for CVE-2009-2813.
321     * BUG 6768: Fix for CVE-2009-2906.
324 o   Jeff Layton <jlayton@redhat.com>
325     * Fix for CVE-2009-2948.
328 ######################################################################
329 Reporting bugs & Development Discussion
330 #######################################
332 Please discuss this release on the samba-technical mailing list or by
333 joining the #samba-technical IRC channel on irc.freenode.net.
335 If you do report problems then please try to send high quality
336 feedback. If you don't provide vital information to help us track down
337 the problem then you will probably be ignored.  All bug reports should
338 be filed under the Samba 3.4 product in the project's Bugzilla
339 database (https://bugzilla.samba.org/).
342 ======================================================================
343 == Our Code, Our Bugs, Our Responsibility.
344 == The Samba Team
345 ======================================================================
348 ----------------------------------------------------------------------
351                    =============================
352                    Release Notes for Samba 3.4.1
353                          September 9, 2009
354                    =============================
357 This is the latest stable release of Samba 3.4.
360 Major enhancements in Samba 3.4.1 include:
362    o Fix authentication on member servers without Winbind (bug #6650).
363    o Nautilus fails to copy files from an SMB share (bug #6649).
364    o Fix connections of Win98 clients (bug #6551).
365    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
366    o Fix Winbind authentication issue (bug #6646).
369 ######################################################################
370 Changes
371 #######
373 Changes since 3.4.0
374 -------------------
377 o   Michael Adam <obnox@samba.org>
378     * BUG 6650: Fix authentication on member servers without Winbind.
381 o   Jeremy Allison <jra@samba.org>
382     * BUG 6437: Make open_udp_socket() IPv6 clean.
383     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
384       NT_TRANSACT_CREATE.
385     * BUG 6551: Fix connections of Win98 clients.
386     * BUG 6564: SetPrinter fails (panics) as non root.
387     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
388     * BUG 6649: Nautilus fails to copy files from an SMB share.
389     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
390     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
393 o   Yannick Bergeron <burgergold@hotmail.com>
394     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
395       allow AIX to call sys_getgrouplist only once.
398 o   Günther Deschner <gd@samba.org>
399     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
400     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
401     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
402     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
405 o   Olaf Flebbe <flebbe@nix.science-computing.de>
406     * BUG 6655: Fix 'smbcontrol smbd ping'.
409 o   Björn Jacke <bj@sernet.de>
410     * BUG 6105: Make linking of rpcclient --as-needed safe.
413 o   Matt Kraai <mkraai@beckman.com>
414     * BUG 6630: Fix opening of sockets on QNX.
417 o   Robert LeBlanc <robert@leblancnet.us>
418     * BUG 6700: Use dns domain name when needing to guess server principal.
421 o   Volker Lendecke <vl@samba.org>
422     * BUG 5886: Fix password change propagation with ldapsam.
423     * BUG 6585: Fix unqualified "net join".
424     * BUG 6611: Fix a valgrind error in chain_reply.
425     * BUG 6646: Fix Winbind authentication issue.
426     * Fix linking on Solaris.
429 o   Stefan Metzmacher <metze@samba.org>
430     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
431     * BUG 6532: Fix the build with external talloc.
432     * BUG 6538: Cancel all locks that are made before the first failure.
433     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
434     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
435     * BUG 6664: Fix truncation of the session key.
438 o   Tim Prouty <tprouty@samba.org>
439     * BUG 6620: Fix a bug in renames of directories.
442 o   Rusty Russell <rusty@rustcorp.com.au>
443     * BUG 6601: Avoid global fd limits.
446 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
447     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
450 o   Simo Sorce <idra@samba.org>
451     * BUG 6693: Check we read off the complete event from inotify.
454 o   Peter Volkov <pva@gentoo.org>
455     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
458 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
459     * BUG 5879: Update LDAP schema for Netscape DS 5.
462 o   Bo Yang <boyang@samba.org>
463     * BUG 6560: Fix lookupname.
464     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
465     * BUG 6688: Fix crash in 'net usershare list'.
468 ######################################################################
469 Reporting bugs & Development Discussion
470 #######################################
472 Please discuss this release on the samba-technical mailing list or by
473 joining the #samba-technical IRC channel on irc.freenode.net.
475 If you do report problems then please try to send high quality
476 feedback. If you don't provide vital information to help us track down
477 the problem then you will probably be ignored.  All bug reports should
478 be filed under the Samba 3.4 product in the project's Bugzilla
479 database (https://bugzilla.samba.org/).
482 ======================================================================
483 == Our Code, Our Bugs, Our Responsibility.
484 == The Samba Team
485 ======================================================================
487 ----------------------------------------------------------------------
489                    =============================
490                    Release Notes for Samba 3.4.0
491                            July 3, 2009
492                    =============================
495 This is the first stable release of Samba 3.4.
498 Major enhancements in Samba 3.4.0 include:
499 ------------------------------------------
501 Configuration changes:
502 o The default passdb backend has been changed to 'tdbsam'!
504 General changes:
505 o Samba4 and Samba3 sources are included in the tarball
507 Authentication Changes:
508 o Changed the way smbd handles untrusted domain names given during user
509   authentication.
511 Printing Changes:
512 o Various fixes including printer change notificiation for Samba spoolss
513   print servers.
515 Internal changes:
516 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
517   and spoolss) were replaced by autogenerated code based on PIDL.
518 o Samba3 and Samba4 do now share a common tevent library.
519 o The code has been cleaned up and the major basic interfaces are shared with
520   Samba4 now.
521 o An asynchronous API has been added.
524 Configuration changes
525 =====================
527 !!! ATTENTION !!!
528 The default passdb backend has been changed to 'tdbsam'! That breaks existing
529 setups using the 'smbpasswd' backend without explicit declaration! Please use
530 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
531 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
532 tdbsam'.
534 The 'tdbsam' backend is much more flexible concerning per user settings
535 like 'profile path' or 'home directory' and there are some commands which do not
536 work with the 'smbpasswd' backend at all.
539 General Changes
540 ===============
542 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
543 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
544 are included in the tarball. The merged build is possible in Samba 3.4.0, but
545 disabled by default. To learn more about the merged build,
546 please see http://wiki.samba.org/index.php/Franky.
548 According to this one, there is no "source" directory included in the tarball at
549 all. Samba3 sources are located in "source3", Samba4 sources are located in
550 "source4". The libraries have been moved to the toplevel directory.
552 To build plain Samba3, please change to "source3" and start the build as usual.
553 To build Samba4 as well, please use the "--enable-merged-build" configure
554 option.
557 Authentication Changes
558 ======================
560 Previously, when Samba was a domain member and a client was connecting using an
561 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
562 domain to the primary domain smbd was a member of and attempt authentication
563 using that DOMAIN\user name.  This differed from how a Windows member server
564 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
565 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
566 where smbd is acting as a domain member server this will be WORKSTATION\user.
567 Thus, smbd will never assume that an incoming user name which is not qualified
568 with the same primary domain, is part of smbd's primary domain.
570 While this behavior matches Windows, it may break some workflows which depended
571 on smbd to always pass through bogus names to the DC for verification.  A new
572 parameter "map untrusted to domain" can be enabled to revert to the legacy
573 behavior.
576 Printing Changes
577 ================
579 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
580 several printing issues including printer change notificiation on Samba print
581 servers and will stabilize the printing functionality generally.
582 The support for spoolss printing with Windows Vista has been improved.
585 Internal Changes
586 ================
588 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
589 spoolss) were replaced by autogenerated code based on PIDL.
590 So Günther Deschner finally corrected one of the biggest mistakes in the
591 development of Samba: Hand-marshalled RPC stubs.
593 Thanks a lot! :-)
595 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
597 The code has been cleaned up and Samba3 and Samba4 do share the major basic
598 interfaces now. That is why the libraries were moved to the toplevel directory.
599 That is one of the first steps to share code and minimize the gap between
600 these two versions.
602 An asynchronous API has been added.
605 ######################################################################
606 Changes
607 #######
609 smb.conf changes
610 ----------------
612    Parameter Name                      Description     Default
613    --------------                      -----------     -------
615    access based share enum             New             No
616    dedicated keytab file               New             ""
617    kerberos method                     New             default
618    map untrusted to domain             New             No
619    max open files                      Changed Default auto detected
620    passdb backend                      Changed Default tdbsam
621    perfcount module                    New             ""
622    use kerberos keytab                 Removed
625 New [sub]commands
626 -----------------
628    net eventlog                 Import/dump/export native win32 eventlog files.
629    net rpc service create       Create a new service.
630    net rpc service delete       Delete an existing service.
633 New configure options
634 ---------------------
636 --enable-external-libtalloc     Enable external talloc
637 --enable-merged-build           Build Samba 4 as well
638 --enable-gnutls                 Turn on gnutls support
639 --with-statedir=DIR             Where to put persistent state files
640 --with-cachedir=DIR             Where to put temporary cache files
641 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
642 --with-selftest-shrdir=DIR      The share directory that make test will be run
643                                 against
644 --with-selftest-custom-conf=PATH
645                                 An optional custom smb.conf that is included in
646                                 the server smb.conf during make test
647 --with-wbclient                 Use external wbclient
648 --with-included-popt            Use bundled popt library, not from system
649 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
650 --with-sqlite3                  SQLITE3 backend support
651 --with-pthreads                 Include pthreads
652 --with-setproctitle             Search for setproctitle support
655 Commit Highlights
656 =================
659 o   Steven Danneman <steven.danneman@isilon.com>
660     * Change the way smbd handles untrusted domain names given during user
661       authentication.
664 o   Guenther Deschner <gd@samba.org>
665     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
666       and spoolss by autogenerated code based on PIDL.
667     * Fix several printing issues and improve support for printer change
668       notificiations.
669     * Add 'net eventlog'.
672 o   Volker Lendecke <vl@samba.org>
673     * Add asynchronous API.
676 o   Stefan Metzmacher <metze@samba.org>
677     * Make Samba3 and Samba4 share a tevent library.
680 o   Dan Sledz <dsledz@isilon.com>
681     * Add two new parameters to control how we verify kerberos tickets.
684 o   Danny Tylman <danny.tylman@insightix.com>
685     * Add 'net rpc service' subcommands 'create' and 'delete'.
688 o   Jelmer Vernooij <jelmer@samba.org>
689     * Make merged build possible.
690     * Move common libraries to the shared lib/ directory.
693 Changes since 3.4.0rc1
694 ----------------------
697 o    Jeremy Allison <jra@samba.org>
698      * BUG 6520: Fix time stamps when "unix extensions = yes".
701 o    Michael Adam <obnox@samba.org>
702      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
703      * BUG 6521: Fix building tevent_ntstatus without config.h.
704      * BUG 6531: Fix pid file name.
707 o    Guenther Deschner <gd@samba.org>
708      * BUG 6512: Fix support for enumerating user forms.
711 o    Bjoern Jacke <bj@sernet.de>
712      * BUG 6497: Fix calling of 'test' in configure.
713      * BUG 6459: Fix build of pam_smbpass on some distributions.
716 o    Volker Lendecke <vl@samba.org>
717      * BUG 6431: Local groups from 3.0 setups no longer found.
718      * BUG 6498: Add workaround for MS KB932762.
721 o    David Markey <admin@dmarkey.com>
722      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
725 o    Jim McDonough <jmcd@samba.org>
726      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
727        not.
730 o    Stefan Metzmacher <metze@samba.org>
731      * BUG 6526: Fix notifies in the share root directory.
734 o    Bo Yang <boyang@samba.org>
735      * BUG 6499: Fix building of pam_smbpass.
738 Changes since 3.4.0pre2
739 -----------------------
742 o   Jeremy Allison <jra@samba.org>
743     * BUG 6297: Owner of sticky directory cannot delete files created by
744       others.
745     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
746     * BUG 6487: Add missing DFS call in trans2 mkdir call.
747     * BUG 6488: acl_group_override() call in posix acls references an
748       uninitialized variable.
751 o   Günther Deschner <gd@samba.org>
752     * BUG 4296: Clean up group membership while deleting a user.
753     * BUG 5456: Fix "net ads testjoin".
754     * BUG 6253: Use correct value for password expiry calculation in
755       pam_winbind.
756     * BUG 6305: Correctly prompt for a password when a username was given.
757     * BUG 6451: net/libnetapi user rename using wrong access bits.
758     * BUG 6458: Fix uninitialized variable in local_password_change().
759     * BUG 6465: Fix enumeration of empty aliases.
762 o   Volker Lendecke <vl@samba.org>
763     * BUG 4699: Remove pidfile on clean shutdown.
764     * BUG 6349: Initialize domain info struct.
765     * BUG 6449: 'net rap user add' crashes without -C option.
768 o   David Markey <admin@dmarkey.com>
769     * BUG 6328: Add support for multiple rights to
770       "net sam rights grant/revoke".
773 o   Andreas Schneider <mail@cynapses.org>
774     * Improve pam_winbind documentation.
777 o   Simo Sorce <idra@samba.org>
778     * BUG 6081: Make it possible to change machine account sids.
779     * BUG 6333: Consolidate create/delete account paths in pdbedit.
780     * BUG 6584: Allow DOM\user when changing passwords remotely.
783 o   Jelmer Vernooij <jelmer@samba.org>
784     * Remove outdated Debian package sources.
787 Changes since 3.4.0pre1
788 -----------------------
791 o   Jeremy Allison <jra@samba.org>
792     * BUG 6291: Fix 'force user'.
793     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
794       malloced memory.
795     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
796     * BUG 6330: Fix DFS on AIX.
797     * Fix a bunch of compiler warnings about wrong format types.
798     * Fix the core of the SAMR access functions.
799     * Fix SAMR server for winbindd access.
802 o   Michael Adam <obnox@samba.org>
803     * BUG 4271: testparm should not print includes.
804     * BUG 6292: Update config.guess from gnu.org.
805     * BUG 6320: Handle registry config source in file_list.
806     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
807     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
808     * BUG 6415: Filter out of range mappings in default idmap config
809       (idmap_tdb).
810     * BUG 6416: Filter out of range mappings in default idmap config
811       (idmap_tdb2).
812     * BUG 6417: Filter out of range mappings in default idmap config
813       (idmap_ldap).
814     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
815     * Hide "config backend" from swat.
816     * Fix linking with --disable-shared-libs.
819 o   Steven Danneman <steven.danneman@isilon.com>
820     * Fix issue with missing entries when enumerating directories.
821     * Map NULL domains to our global sam name.
824 o   Günther Deschner <gd@samba.org>
825     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
826       access checks.
827     * BUG 6099: Fix NETLOGON credential chain.
828     * BUG 6253: Use correct value for password expiry calculation.
829     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
830     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
831       retrieved.
832     * BUG 6372: usermanager only displaying 1024 groups and aliases.
833     * Fix driver upload for Xerox 4110 PS printer driver.
834     * Add "net dom renamecomputer" to rename machines in a domain.
835     * Inspect the correct computername string before enabling/disabling the
836       change button in netdomjoin-gui.
837     * Fix join prompt dialog test in netdomjoin-gui.
838     * Only gray out labels when not root and not connecting to remote
839       machines (netdomjoin-gui).
840     * Allow to switch between workgroups/domains with the same name
841       (netdomjoin-gui).
842     * Add NetShutdownInit and NetShutdownAbort.
843     * Fix samr access checks.
844     * Add a security model to LSA.
845     * Fix nss_wrapper build for Solaris.
848 o   Geza Gemes <geza@kzsdabas.hu>
849     * BUG 6136: New AFS syscall conventions.
852 o   Ole Hansen <ole@redvw.com>
853     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
854       and IPv6 addresses
857 o   Björn Jacke <bj@sernet.de>
858     * Also handle DirX return codes.
861 o   Steve Langasek <vorlon@debian.org>
862     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
865 o   Volker Lendecke <vl@samba.org>
866     * BUG 5681: Do not limit the number of network interfaces.
867     * BUG 6157: Fix handling of multi-value attribute "uid".
868     * BUG 6302: Give the VFS a chance to read from 0-byte files.
869     * BUG 6336: Fix segfault in 'net groupmap set'.
870     * BUG 6361: Make --rcfile work in smbget.
871     * Do not crash in ctdbd_traverse if ctdbd is not around.
872     * Fix Coverity ID 897.
873     * Fix a race condition in vfs_aio_fork with gpfs share modes.
874     * Fix bug disclosed by lock8 torture test.
875     * Fix a race condition in winbind leading to a panic.
876     * Attempt to fix a Debian build problem.
879 o   Jim McDonough <jmcd@samba.org>
880     * Detect tight loop in tdb_find().
883 o   Stefan Metzmacher <metze@samba.org>
884     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
885       owner.
888 o   Tim Prouty <tprouty@samba.org>
889     * Fix chained sesssetupAndX/tconn messages.
890     * Fix strict locking with chained reads.
891     * Fix two bugs in sendfile.
894 o   Slava Semushin <php-coder@altlinux.ru>
895     * Fix memory leak.
896     * Fix file descriptor leak.
899 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
900     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
901     * Always allocate memory in dptr_ReadDirName.
904 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
905     * Fix 'net' crash during domain join.
908 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
909     * Zero an uninitialized array.
910     * Allow child processes to exit gracefully if we are out of fds.
913 ######################################################################
914 Reporting bugs & Development Discussion
915 #######################################
917 Please discuss this release on the samba-technical mailing list or by
918 joining the #samba-technical IRC channel on irc.freenode.net.
920 If you do report problems then please try to send high quality
921 feedback. If you don't provide vital information to help us track down
922 the problem then you will probably be ignored.  All bug reports should
923 be filed under the Samba 3.4 product in the project's Bugzilla
924 database (https://bugzilla.samba.org/).
927 ======================================================================
928 == Our Code, Our Bugs, Our Responsibility.
929 == The Samba Team
930 ======================================================================