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