WHATSNEW: Complete release notes.
[Samba.git] / WHATSNEW.txt
blobca66189aaa219148016fc6302f891dad1365a777
1                    =============================
2                    Release Notes for Samba 3.4.3
3                          October 29, 2009
4                    =============================
7 This is the latest stable release of Samba 3.4.
9 Major enhancements in Samba 3.4.3 include:
11    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
12    o Fix file corruption using smbclient with NT4 server (bug #6606).
13    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
16 ######################################################################
17 Changes
18 #######
20 Changes since 3.4.2
21 -------------------
24 o   Jeremy Allison <jra@samba.org>
25     * BUG 6529: Offline files conflict with Vista and Office 2003.
26     * BUG 6726: SIVAL should have been an SVAL.
27     * BUG 6769: Fix symlink unlink.
28     * BUG 6774: smbd crashes if "aio write behind" is set.
29     * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
30     * BUG 6781: Fix renaming subfolders in Explorer view.
31     * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
32     * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
33     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
34     * BUG 6829: Fix displaying of multibyte characters in smbclient.
37 o   Günther Deschner <gd@samba.org>
38     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
39     * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
42 o   Olaf Flebbe <o.flebbe@science-computing.de>
43     * BUG 6772: Allow outstanding_aio_calls to be decremented.
44     * BUG 6804: Fix hpux compiler issue.
45     * BUG 6805: Correctly handle aio_error() and errno.
48 o   Björn Jacke <bj@sernet.de>
49     * BUG 6704: Fix syntax error in avahi configure test.
50     * BUG 6728: BSD needs sys/sysctl.h included to build properly.
51     * BUG 6824: Fix avahi activation.
52     * QNX doesn't know uint - replace with uint_t.
55 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
56     * BUG 6690: Fix wrong error check in profile.
59 o   Marc Aurele La France <tsi@ualberta.ca>
60     * BUG 6707: Fix an occasional segfault in config file parsing.
63 o   Jeff Layton <jlayton@redhat.com>
64     * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
67 o   Volker Lendecke <vl@samba.org>
68     * BUG 6606: Fix file corruption using smbclient with NT4 server.
69     * BUG 6703: Allow smbstatus as non-root.
70     * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
71     * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
72     * BUG 6793: Fix segfault in winbindd_pam_auth.
73     * BUG 6797: Fix a memleak in libwbclient.
74     * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
75     * Fix an uninitialized variable.
76     * Only ever handle one event after a select call.
79 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
80     * BUG 6532: Fix domain enumeration if master browser has space in name.
83 o   Stefan Metzmacher <metze@samba.org>
84     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
87 o   Buchan Milne <bgmilne@mandriva.org>
88     * BUG 6791: Fix linking order in cifs.upcall.
91 o   Lars Müller <lars@samba.org>
92     * BUG 6710: Adjust regex to match variable names including underscores.
93     * Conditional install of the cifs.upcall man page.
96 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
97     * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
98       a symbolic link.
101 o   Karolin Seeger <kseeger@samba.org>
102     * Fix warning occuring when building the manpages.
105 o   Simo Sorce <ssorce@redhat.com>
106     * BUG 6764: Fix timeval calculation.
109 o   Bo Yang <boyang@samba.org>
110     * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
111       might use the old password and new password.
112     * BUG 6811: Fix reference to freed memory in pam_winbind.
113     * BUG 6826: Don't fail authentication when one or some group of
114       require-membership-of is invalid.
115     * BUG 6840: Fix crash in pam_winbind.
118 ######################################################################
119 Reporting bugs & Development Discussion
120 #######################################
122 Please discuss this release on the samba-technical mailing list or by
123 joining the #samba-technical IRC channel on irc.freenode.net.
125 If you do report problems then please try to send high quality
126 feedback. If you don't provide vital information to help us track down
127 the problem then you will probably be ignored.  All bug reports should
128 be filed under the Samba 3.4 product in the project's Bugzilla
129 database (https://bugzilla.samba.org/).
132 ======================================================================
133 == Our Code, Our Bugs, Our Responsibility.
134 == The Samba Team
135 ======================================================================
138 Release notes for older versions follow:
139 ----------------------------------------
141                    =============================
142                    Release Notes for Samba 3.4.2
143                           October 1, 2009
144                    =============================
147 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
148 and CVE-2009-2906.
150    o CVE-2009-2813:
151      In all versions of Samba later than 3.0.11, connecting to the home
152      share of a user will use the root of the filesystem
153      as the home directory if this user is misconfigured to have
154      an empty home directory in /etc/passwd.
156    o CVE-2009-2948:
157      If mount.cifs is installed as a setuid program, a user can pass it a
158      credential or password path to which he or she does not have access and
159      then use the --verbose option to view the first line of that file.
160      All known Samba versions are affected.
162    o CVE-2009-2906:
163      Specially crafted SMB requests on authenticated SMB connections can
164      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
167 ######################################################################
168 Changes
169 #######
171 Changes since 3.4.1
172 -------------------
175 o   Jeremy Allison <jra@samba.org>
176     * BUG 6763: Fix for CVE-2009-2813.
177     * BUG 6768: Fix for CVE-2009-2906.
180 o   Jeff Layton <jlayton@redhat.com>
181     * Fix for CVE-2009-2948.
184 ######################################################################
185 Reporting bugs & Development Discussion
186 #######################################
188 Please discuss this release on the samba-technical mailing list or by
189 joining the #samba-technical IRC channel on irc.freenode.net.
191 If you do report problems then please try to send high quality
192 feedback. If you don't provide vital information to help us track down
193 the problem then you will probably be ignored.  All bug reports should
194 be filed under the Samba 3.4 product in the project's Bugzilla
195 database (https://bugzilla.samba.org/).
198 ======================================================================
199 == Our Code, Our Bugs, Our Responsibility.
200 == The Samba Team
201 ======================================================================
204 ----------------------------------------------------------------------
207                    =============================
208                    Release Notes for Samba 3.4.1
209                          September 9, 2009
210                    =============================
213 This is the latest stable release of Samba 3.4.
216 Major enhancements in Samba 3.4.1 include:
218    o Fix authentication on member servers without Winbind (bug #6650).
219    o Nautilus fails to copy files from an SMB share (bug #6649).
220    o Fix connections of Win98 clients (bug #6551).
221    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
222    o Fix Winbind authentication issue (bug #6646).
225 ######################################################################
226 Changes
227 #######
229 Changes since 3.4.0
230 -------------------
233 o   Michael Adam <obnox@samba.org>
234     * BUG 6650: Fix authentication on member servers without Winbind.
237 o   Jeremy Allison <jra@samba.org>
238     * BUG 6437: Make open_udp_socket() IPv6 clean.
239     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
240       NT_TRANSACT_CREATE.
241     * BUG 6551: Fix connections of Win98 clients.
242     * BUG 6564: SetPrinter fails (panics) as non root.
243     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
244     * BUG 6649: Nautilus fails to copy files from an SMB share.
245     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
246     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
249 o   Yannick Bergeron <burgergold@hotmail.com>
250     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
251       allow AIX to call sys_getgrouplist only once.
254 o   Günther Deschner <gd@samba.org>
255     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
256     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
257     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
258     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
261 o   Olaf Flebbe <flebbe@nix.science-computing.de>
262     * BUG 6655: Fix 'smbcontrol smbd ping'.
265 o   Björn Jacke <bj@sernet.de>
266     * BUG 6105: Make linking of rpcclient --as-needed safe.
269 o   Matt Kraai <mkraai@beckman.com>
270     * BUG 6630: Fix opening of sockets on QNX.
273 o   Robert LeBlanc <robert@leblancnet.us>
274     * BUG 6700: Use dns domain name when needing to guess server principal.
277 o   Volker Lendecke <vl@samba.org>
278     * BUG 5886: Fix password change propagation with ldapsam.
279     * BUG 6585: Fix unqualified "net join".
280     * BUG 6611: Fix a valgrind error in chain_reply.
281     * BUG 6646: Fix Winbind authentication issue.
282     * Fix linking on Solaris.
285 o   Stefan Metzmacher <metze@samba.org>
286     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
287     * BUG 6532: Fix the build with external talloc.
288     * BUG 6538: Cancel all locks that are made before the first failure.
289     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
290     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
291     * BUG 6664: Fix truncation of the session key.
294 o   Tim Prouty <tprouty@samba.org>
295     * BUG 6620: Fix a bug in renames of directories.
298 o   Rusty Russell <rusty@rustcorp.com.au>
299     * BUG 6601: Avoid global fd limits.
302 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
303     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
306 o   Simo Sorce <idra@samba.org>
307     * BUG 6693: Check we read off the complete event from inotify.
310 o   Peter Volkov <pva@gentoo.org>
311     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
314 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
315     * BUG 5879: Update LDAP schema for Netscape DS 5.
318 o   Bo Yang <boyang@samba.org>
319     * BUG 6560: Fix lookupname.
320     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
321     * BUG 6688: Fix crash in 'net usershare list'.
324 ######################################################################
325 Reporting bugs & Development Discussion
326 #######################################
328 Please discuss this release on the samba-technical mailing list or by
329 joining the #samba-technical IRC channel on irc.freenode.net.
331 If you do report problems then please try to send high quality
332 feedback. If you don't provide vital information to help us track down
333 the problem then you will probably be ignored.  All bug reports should
334 be filed under the Samba 3.4 product in the project's Bugzilla
335 database (https://bugzilla.samba.org/).
338 ======================================================================
339 == Our Code, Our Bugs, Our Responsibility.
340 == The Samba Team
341 ======================================================================
343 ----------------------------------------------------------------------
345                    =============================
346                    Release Notes for Samba 3.4.0
347                            July 3, 2009
348                    =============================
351 This is the first stable release of Samba 3.4.
354 Major enhancements in Samba 3.4.0 include:
355 ------------------------------------------
357 Configuration changes:
358 o The default passdb backend has been changed to 'tdbsam'!
360 General changes:
361 o Samba4 and Samba3 sources are included in the tarball
363 Authentication Changes:
364 o Changed the way smbd handles untrusted domain names given during user
365   authentication.
367 Printing Changes:
368 o Various fixes including printer change notificiation for Samba spoolss
369   print servers.
371 Internal changes:
372 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
373   and spoolss) were replaced by autogenerated code based on PIDL.
374 o Samba3 and Samba4 do now share a common tevent library.
375 o The code has been cleaned up and the major basic interfaces are shared with
376   Samba4 now.
377 o An asynchronous API has been added.
380 Configuration changes
381 =====================
383 !!! ATTENTION !!!
384 The default passdb backend has been changed to 'tdbsam'! That breaks existing
385 setups using the 'smbpasswd' backend without explicit declaration! Please use
386 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
387 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
388 tdbsam'.
390 The 'tdbsam' backend is much more flexible concerning per user settings
391 like 'profile path' or 'home directory' and there are some commands which do not
392 work with the 'smbpasswd' backend at all.
395 General Changes
396 ===============
398 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
399 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
400 are included in the tarball. The merged build is possible in Samba 3.4.0, but
401 disabled by default. To learn more about the merged build,
402 please see http://wiki.samba.org/index.php/Franky.
404 According to this one, there is no "source" directory included in the tarball at
405 all. Samba3 sources are located in "source3", Samba4 sources are located in
406 "source4". The libraries have been moved to the toplevel directory.
408 To build plain Samba3, please change to "source3" and start the build as usual.
409 To build Samba4 as well, please use the "--enable-merged-build" configure
410 option.
413 Authentication Changes
414 ======================
416 Previously, when Samba was a domain member and a client was connecting using an
417 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
418 domain to the primary domain smbd was a member of and attempt authentication
419 using that DOMAIN\user name.  This differed from how a Windows member server
420 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
421 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
422 where smbd is acting as a domain member server this will be WORKSTATION\user.
423 Thus, smbd will never assume that an incoming user name which is not qualified
424 with the same primary domain, is part of smbd's primary domain.
426 While this behavior matches Windows, it may break some workflows which depended
427 on smbd to always pass through bogus names to the DC for verification.  A new
428 parameter "map untrusted to domain" can be enabled to revert to the legacy
429 behavior.
432 Printing Changes
433 ================
435 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
436 several printing issues including printer change notificiation on Samba print
437 servers and will stabilize the printing functionality generally.
438 The support for spoolss printing with Windows Vista has been improved.
441 Internal Changes
442 ================
444 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
445 spoolss) were replaced by autogenerated code based on PIDL.
446 So Günther Deschner finally corrected one of the biggest mistakes in the
447 development of Samba: Hand-marshalled RPC stubs.
449 Thanks a lot! :-)
451 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
453 The code has been cleaned up and Samba3 and Samba4 do share the major basic
454 interfaces now. That is why the libraries were moved to the toplevel directory.
455 That is one of the first steps to share code and minimize the gap between
456 these two versions.
458 An asynchronous API has been added.
461 ######################################################################
462 Changes
463 #######
465 smb.conf changes
466 ----------------
468    Parameter Name                      Description     Default
469    --------------                      -----------     -------
471    access based share enum             New             No
472    dedicated keytab file               New             ""
473    kerberos method                     New             default
474    map untrusted to domain             New             No
475    max open files                      Changed Default auto detected
476    passdb backend                      Changed Default tdbsam
477    perfcount module                    New             ""
478    use kerberos keytab                 Removed
481 New [sub]commands
482 -----------------
484    net eventlog                 Import/dump/export native win32 eventlog files.
485    net rpc service create       Create a new service.
486    net rpc service delete       Delete an existing service.
489 New configure options
490 ---------------------
492 --enable-external-libtalloc     Enable external talloc
493 --enable-merged-build           Build Samba 4 as well
494 --enable-gnutls                 Turn on gnutls support
495 --with-statedir=DIR             Where to put persistent state files
496 --with-cachedir=DIR             Where to put temporary cache files
497 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
498 --with-selftest-shrdir=DIR      The share directory that make test will be run
499                                 against
500 --with-selftest-custom-conf=PATH
501                                 An optional custom smb.conf that is included in
502                                 the server smb.conf during make test
503 --with-wbclient                 Use external wbclient
504 --with-included-popt            Use bundled popt library, not from system
505 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
506 --with-sqlite3                  SQLITE3 backend support
507 --with-pthreads                 Include pthreads
508 --with-setproctitle             Search for setproctitle support
511 Commit Highlights
512 =================
515 o   Steven Danneman <steven.danneman@isilon.com>
516     * Change the way smbd handles untrusted domain names given during user
517       authentication.
520 o   Guenther Deschner <gd@samba.org>
521     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
522       and spoolss by autogenerated code based on PIDL.
523     * Fix several printing issues and improve support for printer change
524       notificiations.
525     * Add 'net eventlog'.
528 o   Volker Lendecke <vl@samba.org>
529     * Add asynchronous API.
532 o   Stefan Metzmacher <metze@samba.org>
533     * Make Samba3 and Samba4 share a tevent library.
536 o   Dan Sledz <dsledz@isilon.com>
537     * Add two new parameters to control how we verify kerberos tickets.
540 o   Danny Tylman <danny.tylman@insightix.com>
541     * Add 'net rpc service' subcommands 'create' and 'delete'.
544 o   Jelmer Vernooij <jelmer@samba.org>
545     * Make merged build possible.
546     * Move common libraries to the shared lib/ directory.
549 Changes since 3.4.0rc1
550 ----------------------
553 o    Jeremy Allison <jra@samba.org>
554      * BUG 6520: Fix time stamps when "unix extensions = yes".
557 o    Michael Adam <obnox@samba.org>
558      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
559      * BUG 6521: Fix building tevent_ntstatus without config.h.
560      * BUG 6531: Fix pid file name.
563 o    Guenther Deschner <gd@samba.org>
564      * BUG 6512: Fix support for enumerating user forms.
567 o    Bjoern Jacke <bj@sernet.de>
568      * BUG 6497: Fix calling of 'test' in configure.
569      * BUG 6459: Fix build of pam_smbpass on some distributions.
572 o    Volker Lendecke <vl@samba.org>
573      * BUG 6431: Local groups from 3.0 setups no longer found.
574      * BUG 6498: Add workaround for MS KB932762.
577 o    David Markey <admin@dmarkey.com>
578      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
581 o    Jim McDonough <jmcd@samba.org>
582      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
583        not.
586 o    Stefan Metzmacher <metze@samba.org>
587      * BUG 6526: Fix notifies in the share root directory.
590 o    Bo Yang <boyang@samba.org>
591      * BUG 6499: Fix building of pam_smbpass.
594 Changes since 3.4.0pre2
595 -----------------------
598 o   Jeremy Allison <jra@samba.org>
599     * BUG 6297: Owner of sticky directory cannot delete files created by
600       others.
601     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
602     * BUG 6487: Add missing DFS call in trans2 mkdir call.
603     * BUG 6488: acl_group_override() call in posix acls references an
604       uninitialized variable.
607 o   Günther Deschner <gd@samba.org>
608     * BUG 4296: Clean up group membership while deleting a user.
609     * BUG 5456: Fix "net ads testjoin".
610     * BUG 6253: Use correct value for password expiry calculation in
611       pam_winbind.
612     * BUG 6305: Correctly prompt for a password when a username was given.
613     * BUG 6451: net/libnetapi user rename using wrong access bits.
614     * BUG 6458: Fix uninitialized variable in local_password_change().
615     * BUG 6465: Fix enumeration of empty aliases.
618 o   Volker Lendecke <vl@samba.org>
619     * BUG 4699: Remove pidfile on clean shutdown.
620     * BUG 6349: Initialize domain info struct.
621     * BUG 6449: 'net rap user add' crashes without -C option.
624 o   David Markey <admin@dmarkey.com>
625     * BUG 6328: Add support for multiple rights to
626       "net sam rights grant/revoke".
629 o   Andreas Schneider <mail@cynapses.org>
630     * Improve pam_winbind documentation.
633 o   Simo Sorce <idra@samba.org>
634     * BUG 6081: Make it possible to change machine account sids.
635     * BUG 6333: Consolidate create/delete account paths in pdbedit.
636     * BUG 6584: Allow DOM\user when changing passwords remotely.
639 o   Jelmer Vernooij <jelmer@samba.org>
640     * Remove outdated Debian package sources.
643 Changes since 3.4.0pre1
644 -----------------------
647 o   Jeremy Allison <jra@samba.org>
648     * BUG 6291: Fix 'force user'.
649     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
650       malloced memory.
651     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
652     * BUG 6330: Fix DFS on AIX.
653     * Fix a bunch of compiler warnings about wrong format types.
654     * Fix the core of the SAMR access functions.
655     * Fix SAMR server for winbindd access.
658 o   Michael Adam <obnox@samba.org>
659     * BUG 4271: testparm should not print includes.
660     * BUG 6292: Update config.guess from gnu.org.
661     * BUG 6320: Handle registry config source in file_list.
662     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
663     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
664     * BUG 6415: Filter out of range mappings in default idmap config
665       (idmap_tdb).
666     * BUG 6416: Filter out of range mappings in default idmap config
667       (idmap_tdb2).
668     * BUG 6417: Filter out of range mappings in default idmap config
669       (idmap_ldap).
670     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
671     * Hide "config backend" from swat.
672     * Fix linking with --disable-shared-libs.
675 o   Steven Danneman <steven.danneman@isilon.com>
676     * Fix issue with missing entries when enumerating directories.
677     * Map NULL domains to our global sam name.
680 o   Günther Deschner <gd@samba.org>
681     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
682       access checks.
683     * BUG 6099: Fix NETLOGON credential chain.
684     * BUG 6253: Use correct value for password expiry calculation.
685     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
686     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
687       retrieved.
688     * BUG 6372: usermanager only displaying 1024 groups and aliases.
689     * Fix driver upload for Xerox 4110 PS printer driver.
690     * Add "net dom renamecomputer" to rename machines in a domain.
691     * Inspect the correct computername string before enabling/disabling the
692       change button in netdomjoin-gui.
693     * Fix join prompt dialog test in netdomjoin-gui.
694     * Only gray out labels when not root and not connecting to remote
695       machines (netdomjoin-gui).
696     * Allow to switch between workgroups/domains with the same name
697       (netdomjoin-gui).
698     * Add NetShutdownInit and NetShutdownAbort.
699     * Fix samr access checks.
700     * Add a security model to LSA.
701     * Fix nss_wrapper build for Solaris.
704 o   Geza Gemes <geza@kzsdabas.hu>
705     * BUG 6136: New AFS syscall conventions.
708 o   Ole Hansen <ole@redvw.com>
709     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
710       and IPv6 addresses
713 o   Björn Jacke <bj@sernet.de>
714     * Also handle DirX return codes.
717 o   Steve Langasek <vorlon@debian.org>
718     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
721 o   Volker Lendecke <vl@samba.org>
722     * BUG 5681: Do not limit the number of network interfaces.
723     * BUG 6157: Fix handling of multi-value attribute "uid".
724     * BUG 6302: Give the VFS a chance to read from 0-byte files.
725     * BUG 6336: Fix segfault in 'net groupmap set'.
726     * BUG 6361: Make --rcfile work in smbget.
727     * Do not crash in ctdbd_traverse if ctdbd is not around.
728     * Fix Coverity ID 897.
729     * Fix a race condition in vfs_aio_fork with gpfs share modes.
730     * Fix bug disclosed by lock8 torture test.
731     * Fix a race condition in winbind leading to a panic.
732     * Attempt to fix a Debian build problem.
735 o   Jim McDonough <jmcd@samba.org>
736     * Detect tight loop in tdb_find().
739 o   Stefan Metzmacher <metze@samba.org>
740     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
741       owner.
744 o   Tim Prouty <tprouty@samba.org>
745     * Fix chained sesssetupAndX/tconn messages.
746     * Fix strict locking with chained reads.
747     * Fix two bugs in sendfile.
750 o   Slava Semushin <php-coder@altlinux.ru>
751     * Fix memory leak.
752     * Fix file descriptor leak.
755 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
756     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
757     * Always allocate memory in dptr_ReadDirName.
760 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
761     * Fix 'net' crash during domain join.
764 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
765     * Zero an uninitialized array.
766     * Allow child processes to exit gracefully if we are out of fds.
769 ######################################################################
770 Reporting bugs & Development Discussion
771 #######################################
773 Please discuss this release on the samba-technical mailing list or by
774 joining the #samba-technical IRC channel on irc.freenode.net.
776 If you do report problems then please try to send high quality
777 feedback. If you don't provide vital information to help us track down
778 the problem then you will probably be ignored.  All bug reports should
779 be filed under the Samba 3.4 product in the project's Bugzilla
780 database (https://bugzilla.samba.org/).
783 ======================================================================
784 == Our Code, Our Bugs, Our Responsibility.
785 == The Samba Team
786 ======================================================================