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