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