s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted support
[Samba.git] / WHATSNEW.txt
blob90f0e885699cd2a281054f7dbec0c53fb7dd261a
1                    =============================
2                    Release Notes for Samba 3.4.6
3                          , 2010
4                    =============================
7 This is the latest stable release of Samba 3.4.
9 Major enhancements in Samba 3.4.6 include:
11    o
13 ######################################################################
14 Changes
15 #######
17 Changes since 3.4.5
18 -------------------
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.5
48                          January 19, 2010
49                    =============================
52 This is the latest stable release of Samba 3.4.
54 Major enhancements in Samba 3.4.5 include:
56    o Fix memory in leak in smbd (bug #7020).
57    o Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202).
60 ######################################################################
61 Changes
62 #######
64 Changes since 3.4.4
65 -------------------
68 o   Jeremy Allison <jra@samba.org>
69     * BUG 5202: Fix changing of ACLs on writable files with "dos filemode=yes".
70     * BUG 7020: Fix memory leak in smbd.
71     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
72     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
75 o   Günther Deschner <gd@samba.org>
76     * BUG 7043: Fix crash bug in "SMBC_parse_path".
79 o   Volker Lendecke <vl@samba.org>
80     * BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS
81       server.
84 o   Stefan Metzmacher <metze@samba.org>
85     * BUG 6642: Fix opening the quota magic file.
86     * BUG 6919: Fix remote quota management.
89 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
90     * BUG 7034: Fix internal error caused by vfs_cap.
93 ######################################################################
94 Reporting bugs & Development Discussion
95 #######################################
97 Please discuss this release on the samba-technical mailing list or by
98 joining the #samba-technical IRC channel on irc.freenode.net.
100 If you do report problems then please try to send high quality
101 feedback. If you don't provide vital information to help us track down
102 the problem then you will probably be ignored.  All bug reports should
103 be filed under the Samba 3.4 product in the project's Bugzilla
104 database (https://bugzilla.samba.org/).
107 ======================================================================
108 == Our Code, Our Bugs, Our Responsibility.
109 == The Samba Team
110 ======================================================================
113 ----------------------------------------------------------------------
116                    =============================
117                    Release Notes for Samba 3.4.4
118                          January 7, 2009
119                    =============================
122 This is the latest stable release of Samba 3.4.
124 Major enhancements in Samba 3.4.4 include:
126    o Fix interdomain trust relationships with Win2008R2 (bug #6697).
127    o Fix Winbind crashes when queried from nss (bug #6889).
128    o Fix Winbind crash when retrieving empty group members (bug #7014).
129    o Fix "UID range full" error in Winbind (bug #6901).
130    o Fix multiple LDAP servers in "idmap backend" and "idmap alloc
131      backend" (bug #6910).
134 ######################################################################
135 Changes
136 #######
138 Changes since 3.4.3
139 -------------------
141 o   Michael Adam <obnox@samba.org>
142     * BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time.
143     * BUG 6901: Fix "UID range full" error in Winbind.
144     * BUG 6910: Fix multiple LDAP servers in "idmap backend" and "idmap alloc
145       backend".
148 o   Jeremy Allison <jra@samba.org>
149     * BUG 6828: Fix infinite timeout when byte lock held outside of samba.
150     * BUG 6837: Fix "Too many open files" message when trying to access a large
151       number of files with Windows 7.
152     * BUG 6841: Fix "map acl inherit = yes".
153     * BUG 6867: Fix listing of directories with a lot of files.
154     * BUG 6875: Fix DOS attributes on OS/2 clients.
155     * BUG 6880: Fix listing of workgroup servers in libsmbclient.
156     * BUG 6898: Samba duplicates file content on appending.
157     * BUG 6939: Fix long filenames with "mangling method = hash".
158     * BUG 7005: Fix "mangle method = hash" truncates files with dot "."
159       character.
162 o   Kai Blin <kai@samba.org>
163     * BUG 4832: Fix iconv checks.
166 o   Günther Deschner <gd@samba.org>
167     * BUG 6697: Fix interdomain trust relationships with Win2008R2.
168     * BUG 6868: Support building with Heimdal we well as with MIT.
169     * BUG 6889: Fix Winbind crashes when queried from nss.
170     * BUG 6929: Fix build with recent heimdal.
171     * Fix the build of the winbind krb5 locator plugin.
172     * Fix enumprinter key client and server.
175 o   Volker Lendecke <vl@samba.org>
176     * BUG 6338: Do not always display "none" in 'net rpc trustdom list'.
177     * BUG 6850: Fix shadow copy display on Windows 7.
178     * BUG 6981: Fix paged search with DirX LDAP server.
179     * BUG 6982: Remove erroneous out of memory error path in lookup_sid.
180     * BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids.
183 o   Jim McDonough <jmcd@samba.org>
184     * BUG 6967: Fix 'net ads join' with OU.
185     * BUG 7014: Fix Winbind crash when retrieving empty group members.
188 o   Andrew Tridgell <tridge@samba.org>
189     * BUG 6918: Fix krb5 build problem on Ubuntu karmic.
192 ######################################################################
193 Reporting bugs & Development Discussion
194 #######################################
196 Please discuss this release on the samba-technical mailing list or by
197 joining the #samba-technical IRC channel on irc.freenode.net.
199 If you do report problems then please try to send high quality
200 feedback. If you don't provide vital information to help us track down
201 the problem then you will probably be ignored.  All bug reports should
202 be filed under the Samba 3.4 product in the project's Bugzilla
203 database (https://bugzilla.samba.org/).
206 ======================================================================
207 == Our Code, Our Bugs, Our Responsibility.
208 == The Samba Team
209 ======================================================================
212 ----------------------------------------------------------------------
215                    =============================
216                    Release Notes for Samba 3.4.3
217                          October 29, 2009
218                    =============================
221 This is the latest stable release of Samba 3.4.
223 Major enhancements in Samba 3.4.3 include:
225    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
226    o Fix file corruption using smbclient with NT4 server (bug #6606).
227    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
230 ######################################################################
231 Changes
232 #######
234 Changes since 3.4.2
235 -------------------
238 o   Jeremy Allison <jra@samba.org>
239     * BUG 6529: Offline files conflict with Vista and Office 2003.
240     * BUG 6726: SIVAL should have been an SVAL.
241     * BUG 6769: Fix symlink unlink.
242     * BUG 6774: smbd crashes if "aio write behind" is set.
243     * BUG 6776: Fix core dump caused by running overlapping Byte Lock test.
244     * BUG 6781: Fix renaming subfolders in Explorer view.
245     * BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6".
246     * BUG 6796: Deleting an event context on shutdown can cause smbd to crash.
247     * BUG 6828: Fix infinite timeout when byte lock held outside of Samba.
248     * BUG 6829: Fix displaying of multibyte characters in smbclient.
251 o   Günther Deschner <gd@samba.org>
252     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
253     * BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
256 o   Olaf Flebbe <o.flebbe@science-computing.de>
257     * BUG 6772: Allow outstanding_aio_calls to be decremented.
258     * BUG 6804: Fix hpux compiler issue.
259     * BUG 6805: Correctly handle aio_error() and errno.
262 o   Björn Jacke <bj@sernet.de>
263     * BUG 6704: Fix syntax error in avahi configure test.
264     * BUG 6728: BSD needs sys/sysctl.h included to build properly.
265     * BUG 6824: Fix avahi activation.
266     * QNX doesn't know uint - replace with uint_t.
269 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
270     * BUG 6690: Fix wrong error check in profile.
273 o   Marc Aurele La France <tsi@ualberta.ca>
274     * BUG 6707: Fix an occasional segfault in config file parsing.
277 o   Jeff Layton <jlayton@redhat.com>
278     * BUG 6810: Add support for finding alternate credcaches to cifs.upcall.
281 o   Volker Lendecke <vl@samba.org>
282     * BUG 6606: Fix file corruption using smbclient with NT4 server.
283     * BUG 6703: Allow smbstatus as non-root.
284     * BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
285     * BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
286     * BUG 6793: Fix segfault in winbindd_pam_auth.
287     * BUG 6797: Fix a memleak in libwbclient.
288     * BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
289     * Fix an uninitialized variable.
290     * Only ever handle one event after a select call.
293 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
294     * BUG 6532: Fix domain enumeration if master browser has space in name.
297 o   Stefan Metzmacher <metze@samba.org>
298     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
301 o   Buchan Milne <bgmilne@mandriva.org>
302     * BUG 6791: Fix linking order in cifs.upcall.
305 o   Lars Müller <lars@samba.org>
306     * BUG 6710: Adjust regex to match variable names including underscores.
307     * Conditional install of the cifs.upcall man page.
310 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
311     * BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
312       a symbolic link.
315 o   Karolin Seeger <kseeger@samba.org>
316     * Fix warning occuring when building the manpages.
319 o   Simo Sorce <ssorce@redhat.com>
320     * BUG 6764: Fix timeval calculation.
323 o   Bo Yang <boyang@samba.org>
324     * BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules
325       might use the old password and new password.
326     * BUG 6811: Fix reference to freed memory in pam_winbind.
327     * BUG 6826: Don't fail authentication when one or some group of
328       require-membership-of is invalid.
329     * BUG 6840: Fix crash in pam_winbind.
332 ######################################################################
333 Reporting bugs & Development Discussion
334 #######################################
336 Please discuss this release on the samba-technical mailing list or by
337 joining the #samba-technical IRC channel on irc.freenode.net.
339 If you do report problems then please try to send high quality
340 feedback. If you don't provide vital information to help us track down
341 the problem then you will probably be ignored.  All bug reports should
342 be filed under the Samba 3.4 product in the project's Bugzilla
343 database (https://bugzilla.samba.org/).
346 ======================================================================
347 == Our Code, Our Bugs, Our Responsibility.
348 == The Samba Team
349 ======================================================================
352 ----------------------------------------------------------------------
355                    =============================
356                    Release Notes for Samba 3.4.2
357                           October 1, 2009
358                    =============================
361 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
362 and CVE-2009-2906.
364    o CVE-2009-2813:
365      In all versions of Samba later than 3.0.11, connecting to the home
366      share of a user will use the root of the filesystem
367      as the home directory if this user is misconfigured to have
368      an empty home directory in /etc/passwd.
370    o CVE-2009-2948:
371      If mount.cifs is installed as a setuid program, a user can pass it a
372      credential or password path to which he or she does not have access and
373      then use the --verbose option to view the first line of that file.
374      All known Samba versions are affected.
376    o CVE-2009-2906:
377      Specially crafted SMB requests on authenticated SMB connections can
378      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
381 ######################################################################
382 Changes
383 #######
385 Changes since 3.4.1
386 -------------------
389 o   Jeremy Allison <jra@samba.org>
390     * BUG 6763: Fix for CVE-2009-2813.
391     * BUG 6768: Fix for CVE-2009-2906.
394 o   Jeff Layton <jlayton@redhat.com>
395     * Fix for CVE-2009-2948.
398 ######################################################################
399 Reporting bugs & Development Discussion
400 #######################################
402 Please discuss this release on the samba-technical mailing list or by
403 joining the #samba-technical IRC channel on irc.freenode.net.
405 If you do report problems then please try to send high quality
406 feedback. If you don't provide vital information to help us track down
407 the problem then you will probably be ignored.  All bug reports should
408 be filed under the Samba 3.4 product in the project's Bugzilla
409 database (https://bugzilla.samba.org/).
412 ======================================================================
413 == Our Code, Our Bugs, Our Responsibility.
414 == The Samba Team
415 ======================================================================
418 ----------------------------------------------------------------------
421                    =============================
422                    Release Notes for Samba 3.4.1
423                          September 9, 2009
424                    =============================
427 This is the latest stable release of Samba 3.4.
430 Major enhancements in Samba 3.4.1 include:
432    o Fix authentication on member servers without Winbind (bug #6650).
433    o Nautilus fails to copy files from an SMB share (bug #6649).
434    o Fix connections of Win98 clients (bug #6551).
435    o Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697).
436    o Fix Winbind authentication issue (bug #6646).
439 ######################################################################
440 Changes
441 #######
443 Changes since 3.4.0
444 -------------------
447 o   Michael Adam <obnox@samba.org>
448     * BUG 6650: Fix authentication on member servers without Winbind.
451 o   Jeremy Allison <jra@samba.org>
452     * BUG 6437: Make open_udp_socket() IPv6 clean.
453     * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
454       NT_TRANSACT_CREATE.
455     * BUG 6551: Fix connections of Win98 clients.
456     * BUG 6564: SetPrinter fails (panics) as non root.
457     * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
458     * BUG 6649: Nautilus fails to copy files from an SMB share.
459     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
460     * BUG 6673: Fix 'smbpasswd' with "unix password sync = yes".
463 o   Yannick Bergeron <burgergold@hotmail.com>
464     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
465       allow AIX to call sys_getgrouplist only once.
468 o   Günther Deschner <gd@samba.org>
469     * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
470     * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
471     * BUG 6680: Fix authentication failure from Windows 7 when domain joined.
472     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
475 o   Olaf Flebbe <flebbe@nix.science-computing.de>
476     * BUG 6655: Fix 'smbcontrol smbd ping'.
479 o   Björn Jacke <bj@sernet.de>
480     * BUG 6105: Make linking of rpcclient --as-needed safe.
483 o   Matt Kraai <mkraai@beckman.com>
484     * BUG 6630: Fix opening of sockets on QNX.
487 o   Robert LeBlanc <robert@leblancnet.us>
488     * BUG 6700: Use dns domain name when needing to guess server principal.
491 o   Volker Lendecke <vl@samba.org>
492     * BUG 5886: Fix password change propagation with ldapsam.
493     * BUG 6585: Fix unqualified "net join".
494     * BUG 6611: Fix a valgrind error in chain_reply.
495     * BUG 6646: Fix Winbind authentication issue.
496     * Fix linking on Solaris.
499 o   Stefan Metzmacher <metze@samba.org>
500     * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
501     * BUG 6532: Fix the build with external talloc.
502     * BUG 6538: Cancel all locks that are made before the first failure.
503     * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
504     * BUG 6651: Fix smbd SIGSEGV when breaking oplocks.
505     * BUG 6664: Fix truncation of the session key.
508 o   Tim Prouty <tprouty@samba.org>
509     * BUG 6620: Fix a bug in renames of directories.
512 o   Rusty Russell <rusty@rustcorp.com.au>
513     * BUG 6601: Avoid global fd limits.
516 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
517     * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient.
520 o   Simo Sorce <idra@samba.org>
521     * BUG 6693: Check we read off the complete event from inotify.
524 o   Peter Volkov <pva@gentoo.org>
525     * BUG 6105: Make linking of cifs.upcall --as-needed safe.
528 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
529     * BUG 5879: Update LDAP schema for Netscape DS 5.
532 o   Bo Yang <boyang@samba.org>
533     * BUG 6560: Fix lookupname.
534     * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
535     * BUG 6688: Fix crash in 'net usershare list'.
538 ######################################################################
539 Reporting bugs & Development Discussion
540 #######################################
542 Please discuss this release on the samba-technical mailing list or by
543 joining the #samba-technical IRC channel on irc.freenode.net.
545 If you do report problems then please try to send high quality
546 feedback. If you don't provide vital information to help us track down
547 the problem then you will probably be ignored.  All bug reports should
548 be filed under the Samba 3.4 product in the project's Bugzilla
549 database (https://bugzilla.samba.org/).
552 ======================================================================
553 == Our Code, Our Bugs, Our Responsibility.
554 == The Samba Team
555 ======================================================================
557 ----------------------------------------------------------------------
559                    =============================
560                    Release Notes for Samba 3.4.0
561                            July 3, 2009
562                    =============================
565 This is the first stable release of Samba 3.4.
568 Major enhancements in Samba 3.4.0 include:
569 ------------------------------------------
571 Configuration changes:
572 o The default passdb backend has been changed to 'tdbsam'!
574 General changes:
575 o Samba4 and Samba3 sources are included in the tarball
577 Authentication Changes:
578 o Changed the way smbd handles untrusted domain names given during user
579   authentication.
581 Printing Changes:
582 o Various fixes including printer change notificiation for Samba spoolss
583   print servers.
585 Internal changes:
586 o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
587   and spoolss) were replaced by autogenerated code based on PIDL.
588 o Samba3 and Samba4 do now share a common tevent library.
589 o The code has been cleaned up and the major basic interfaces are shared with
590   Samba4 now.
591 o An asynchronous API has been added.
594 Configuration changes
595 =====================
597 !!! ATTENTION !!!
598 The default passdb backend has been changed to 'tdbsam'! That breaks existing
599 setups using the 'smbpasswd' backend without explicit declaration! Please use
600 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
601 backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
602 tdbsam'.
604 The 'tdbsam' backend is much more flexible concerning per user settings
605 like 'profile path' or 'home directory' and there are some commands which do not
606 work with the 'smbpasswd' backend at all.
609 General Changes
610 ===============
612 On the way towards a standalone Samba AD domain controller, Samba3 and Samba4
613 branches can be built as "merged" build. That's why Samba3 and Samba4 sources
614 are included in the tarball. The merged build is possible in Samba 3.4.0, but
615 disabled by default. To learn more about the merged build,
616 please see http://wiki.samba.org/index.php/Franky.
618 According to this one, there is no "source" directory included in the tarball at
619 all. Samba3 sources are located in "source3", Samba4 sources are located in
620 "source4". The libraries have been moved to the toplevel directory.
622 To build plain Samba3, please change to "source3" and start the build as usual.
623 To build Samba4 as well, please use the "--enable-merged-build" configure
624 option.
627 Authentication Changes
628 ======================
630 Previously, when Samba was a domain member and a client was connecting using an
631 untrusted domain name, such as BOGUS\user smbd would remap the untrusted
632 domain to the primary domain smbd was a member of and attempt authentication
633 using that DOMAIN\user name.  This differed from how a Windows member server
634 would behave.  Now, smbd will replace the BOGUS name with it's SAM name.  In
635 the case where smbd is acting as a PDC this will be DOMAIN\user.  In the case
636 where smbd is acting as a domain member server this will be WORKSTATION\user.
637 Thus, smbd will never assume that an incoming user name which is not qualified
638 with the same primary domain, is part of smbd's primary domain.
640 While this behavior matches Windows, it may break some workflows which depended
641 on smbd to always pass through bogus names to the DC for verification.  A new
642 parameter "map untrusted to domain" can be enabled to revert to the legacy
643 behavior.
646 Printing Changes
647 ================
649 The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
650 several printing issues including printer change notificiation on Samba print
651 servers and will stabilize the printing functionality generally.
652 The support for spoolss printing with Windows Vista has been improved.
655 Internal Changes
656 ================
658 The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and
659 spoolss) were replaced by autogenerated code based on PIDL.
660 So Günther Deschner finally corrected one of the biggest mistakes in the
661 development of Samba: Hand-marshalled RPC stubs.
663 Thanks a lot! :-)
665 Samba3 and Samba4 do now share a common tevent library for fd and timer events.
667 The code has been cleaned up and Samba3 and Samba4 do share the major basic
668 interfaces now. That is why the libraries were moved to the toplevel directory.
669 That is one of the first steps to share code and minimize the gap between
670 these two versions.
672 An asynchronous API has been added.
675 ######################################################################
676 Changes
677 #######
679 smb.conf changes
680 ----------------
682    Parameter Name                      Description     Default
683    --------------                      -----------     -------
685    access based share enum             New             No
686    dedicated keytab file               New             ""
687    kerberos method                     New             default
688    map untrusted to domain             New             No
689    max open files                      Changed Default auto detected
690    passdb backend                      Changed Default tdbsam
691    perfcount module                    New             ""
692    use kerberos keytab                 Removed
695 New [sub]commands
696 -----------------
698    net eventlog                 Import/dump/export native win32 eventlog files.
699    net rpc service create       Create a new service.
700    net rpc service delete       Delete an existing service.
703 New configure options
704 ---------------------
706 --enable-external-libtalloc     Enable external talloc
707 --enable-merged-build           Build Samba 4 as well
708 --enable-gnutls                 Turn on gnutls support
709 --with-statedir=DIR             Where to put persistent state files
710 --with-cachedir=DIR             Where to put temporary cache files
711 --with-ncalprcdir=DIR           Where to put ncalrpc sockets
712 --with-selftest-shrdir=DIR      The share directory that make test will be run
713                                 against
714 --with-selftest-custom-conf=PATH
715                                 An optional custom smb.conf that is included in
716                                 the server smb.conf during make test
717 --with-wbclient                 Use external wbclient
718 --with-included-popt            Use bundled popt library, not from system
719 --with-libiconv=BASEDIR         Use libiconv in BASEDIR/lib and BASEDIR/include
720 --with-sqlite3                  SQLITE3 backend support
721 --with-pthreads                 Include pthreads
722 --with-setproctitle             Search for setproctitle support
725 Commit Highlights
726 =================
729 o   Steven Danneman <steven.danneman@isilon.com>
730     * Change the way smbd handles untrusted domain names given during user
731       authentication.
734 o   Guenther Deschner <gd@samba.org>
735     * Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog
736       and spoolss by autogenerated code based on PIDL.
737     * Fix several printing issues and improve support for printer change
738       notificiations.
739     * Add 'net eventlog'.
742 o   Volker Lendecke <vl@samba.org>
743     * Add asynchronous API.
746 o   Stefan Metzmacher <metze@samba.org>
747     * Make Samba3 and Samba4 share a tevent library.
750 o   Dan Sledz <dsledz@isilon.com>
751     * Add two new parameters to control how we verify kerberos tickets.
754 o   Danny Tylman <danny.tylman@insightix.com>
755     * Add 'net rpc service' subcommands 'create' and 'delete'.
758 o   Jelmer Vernooij <jelmer@samba.org>
759     * Make merged build possible.
760     * Move common libraries to the shared lib/ directory.
763 Changes since 3.4.0rc1
764 ----------------------
767 o    Jeremy Allison <jra@samba.org>
768      * BUG 6520: Fix time stamps when "unix extensions = yes".
771 o    Michael Adam <obnox@samba.org>
772      * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
773      * BUG 6521: Fix building tevent_ntstatus without config.h.
774      * BUG 6531: Fix pid file name.
777 o    Guenther Deschner <gd@samba.org>
778      * BUG 6512: Fix support for enumerating user forms.
781 o    Bjoern Jacke <bj@sernet.de>
782      * BUG 6497: Fix calling of 'test' in configure.
783      * BUG 6459: Fix build of pam_smbpass on some distributions.
786 o    Volker Lendecke <vl@samba.org>
787      * BUG 6431: Local groups from 3.0 setups no longer found.
788      * BUG 6498: Add workaround for MS KB932762.
791 o    David Markey <admin@dmarkey.com>
792      * BUG 6514: Improve error message in 'net' when smb.conf is not available.
795 o    Jim McDonough <jmcd@samba.org>
796      * BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain
797        not.
800 o    Stefan Metzmacher <metze@samba.org>
801      * BUG 6526: Fix notifies in the share root directory.
804 o    Bo Yang <boyang@samba.org>
805      * BUG 6499: Fix building of pam_smbpass.
808 Changes since 3.4.0pre2
809 -----------------------
812 o   Jeremy Allison <jra@samba.org>
813     * BUG 6297: Owner of sticky directory cannot delete files created by
814       others.
815     * BUG 6476: Fix smbd-zombies in memory when using [x]inetd.
816     * BUG 6487: Add missing DFS call in trans2 mkdir call.
817     * BUG 6488: acl_group_override() call in posix acls references an
818       uninitialized variable.
821 o   Günther Deschner <gd@samba.org>
822     * BUG 4296: Clean up group membership while deleting a user.
823     * BUG 5456: Fix "net ads testjoin".
824     * BUG 6253: Use correct value for password expiry calculation in
825       pam_winbind.
826     * BUG 6305: Correctly prompt for a password when a username was given.
827     * BUG 6451: net/libnetapi user rename using wrong access bits.
828     * BUG 6458: Fix uninitialized variable in local_password_change().
829     * BUG 6465: Fix enumeration of empty aliases.
832 o   Volker Lendecke <vl@samba.org>
833     * BUG 4699: Remove pidfile on clean shutdown.
834     * BUG 6349: Initialize domain info struct.
835     * BUG 6449: 'net rap user add' crashes without -C option.
838 o   David Markey <admin@dmarkey.com>
839     * BUG 6328: Add support for multiple rights to
840       "net sam rights grant/revoke".
843 o   Andreas Schneider <mail@cynapses.org>
844     * Improve pam_winbind documentation.
847 o   Simo Sorce <idra@samba.org>
848     * BUG 6081: Make it possible to change machine account sids.
849     * BUG 6333: Consolidate create/delete account paths in pdbedit.
850     * BUG 6584: Allow DOM\user when changing passwords remotely.
853 o   Jelmer Vernooij <jelmer@samba.org>
854     * Remove outdated Debian package sources.
857 Changes since 3.4.0pre1
858 -----------------------
861 o   Jeremy Allison <jra@samba.org>
862     * BUG 6291: Fix 'force user'.
863     * BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on
864       malloced memory.
865     * BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event.
866     * BUG 6330: Fix DFS on AIX.
867     * Fix a bunch of compiler warnings about wrong format types.
868     * Fix the core of the SAMR access functions.
869     * Fix SAMR server for winbindd access.
872 o   Michael Adam <obnox@samba.org>
873     * BUG 4271: testparm should not print includes.
874     * BUG 6292: Update config.guess from gnu.org.
875     * BUG 6320: Handle registry config source in file_list.
876     * BUG 6371: Unsuccessful 'net conf setparm' leaves empty share.
877     * BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids.
878     * BUG 6415: Filter out of range mappings in default idmap config
879       (idmap_tdb).
880     * BUG 6416: Filter out of range mappings in default idmap config
881       (idmap_tdb2).
882     * BUG 6417: Filter out of range mappings in default idmap config
883       (idmap_ldap).
884     * Add dbwrap_tool - a tdb tool that is CTDB-aware.
885     * Hide "config backend" from swat.
886     * Fix linking with --disable-shared-libs.
889 o   Steven Danneman <steven.danneman@isilon.com>
890     * Fix issue with missing entries when enumerating directories.
891     * Map NULL domains to our global sam name.
894 o   Günther Deschner <gd@samba.org>
895     * BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo
896       access checks.
897     * BUG 6099: Fix NETLOGON credential chain.
898     * BUG 6253: Use correct value for password expiry calculation.
899     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
900     * BUG 6340: Don't segfault when cleartext trustdom pwd could not be
901       retrieved.
902     * BUG 6372: usermanager only displaying 1024 groups and aliases.
903     * Fix driver upload for Xerox 4110 PS printer driver.
904     * Add "net dom renamecomputer" to rename machines in a domain.
905     * Inspect the correct computername string before enabling/disabling the
906       change button in netdomjoin-gui.
907     * Fix join prompt dialog test in netdomjoin-gui.
908     * Only gray out labels when not root and not connecting to remote
909       machines (netdomjoin-gui).
910     * Allow to switch between workgroups/domains with the same name
911       (netdomjoin-gui).
912     * Add NetShutdownInit and NetShutdownAbort.
913     * Fix samr access checks.
914     * Add a security model to LSA.
915     * Fix nss_wrapper build for Solaris.
918 o   Geza Gemes <geza@kzsdabas.hu>
919     * BUG 6136: New AFS syscall conventions.
922 o   Ole Hansen <ole@redvw.com>
923     * BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4
924       and IPv6 addresses
927 o   Björn Jacke <bj@sernet.de>
928     * Also handle DirX return codes.
931 o   Steve Langasek <vorlon@debian.org>
932     * BUG 4831: Don't call openlog() or closelog() from pam_smbpass.
935 o   Volker Lendecke <vl@samba.org>
936     * BUG 5681: Do not limit the number of network interfaces.
937     * BUG 6157: Fix handling of multi-value attribute "uid".
938     * BUG 6302: Give the VFS a chance to read from 0-byte files.
939     * BUG 6336: Fix segfault in 'net groupmap set'.
940     * BUG 6361: Make --rcfile work in smbget.
941     * Do not crash in ctdbd_traverse if ctdbd is not around.
942     * Fix Coverity ID 897.
943     * Fix a race condition in vfs_aio_fork with gpfs share modes.
944     * Fix bug disclosed by lock8 torture test.
945     * Fix a race condition in winbind leading to a panic.
946     * Attempt to fix a Debian build problem.
949 o   Jim McDonough <jmcd@samba.org>
950     * Detect tight loop in tdb_find().
953 o   Stefan Metzmacher <metze@samba.org>
954     * BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
955       owner.
958 o   Tim Prouty <tprouty@samba.org>
959     * Fix chained sesssetupAndX/tconn messages.
960     * Fix strict locking with chained reads.
961     * Fix two bugs in sendfile.
964 o   Slava Semushin <php-coder@altlinux.ru>
965     * Fix memory leak.
966     * Fix file descriptor leak.
969 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
970     * Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
971     * Always allocate memory in dptr_ReadDirName.
974 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
975     * Fix 'net' crash during domain join.
978 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
979     * Zero an uninitialized array.
980     * Allow child processes to exit gracefully if we are out of fds.
983 ######################################################################
984 Reporting bugs & Development Discussion
985 #######################################
987 Please discuss this release on the samba-technical mailing list or by
988 joining the #samba-technical IRC channel on irc.freenode.net.
990 If you do report problems then please try to send high quality
991 feedback. If you don't provide vital information to help us track down
992 the problem then you will probably be ignored.  All bug reports should
993 be filed under the Samba 3.4 product in the project's Bugzilla
994 database (https://bugzilla.samba.org/).
997 ======================================================================
998 == Our Code, Our Bugs, Our Responsibility.
999 == The Samba Team
1000 ======================================================================