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