s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not be retrieved.
[Samba.git] / WHATSNEW.txt
blob70fdb8eae8e47a7883048bbb1f74b877e851bf11
1                    =============================
2                    Release Notes for Samba 3.3.5
3                           June, 16  2009
4                    =============================
7 This is the latest bugfix release of the Samba 3.3 series.
9 Major enhancements in Samba 3.3.5 include:
11     o Fix SAMR and LSA checks (bug #6089, #6289)
12     o Fix posix acls when setting an ACL without explicit ACE for the
13       owner (bug #2346).
14     o Fix joining of Win7 into Samba domain (bug #6099).
15     o Fix joining of Win2000 SP4 clients (bug #6301).
18 ######################################################################
19 Changes
20 #######
23 Changes since 3.3.4:
24 --------------------
27 o   Michael Adam <obnox@samba.org>
28     * BUG 6320: Handle registry config source in file_list.
29     * BUG 6415: Filter out of range mappings in default idmap config in
30       idmap_tdb.
31     * BUG 6416: Filter out of range mappings in default idmap config in
32       idmap_tdb2.
33     * BUG 6417: Filter out of range mappings in default idmap config in
34       idmap_ldap.
35     * Prevent infinite include nesting.
36     * Mark registry shares without path unavailable.
39 o   Jeremy Allison <jra@samba.org>
40     * BUG 6089: Revert the extra SAMR and LSA checks.
41     * BUG 6099: Fix joining of Win7 into Samba domain.
42     * BUG 6289: Revert the extra SAMR and LSA checks.
43     * BUG 6297: Owner of sticky directory cannot delete files created by
44       others.
45     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
46     * BUG 6330: Fix DFS on AIX.
49 o   Guenther Deschner <gd@samba.org>
50     * BUG 6099: Fix joining of Win7 into Samba domain.
51     * BUG 6157: Fix handling of multi-value attribute "uid".
52     * BUG 6301: Fix joining of Win2000 SP4 clients.
53     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
54     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
55     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
58 o   Björn Jacke <bj@sernet.de>
59     * Also handle DirX return codes.
62 o   Volker Lendecke <vl@samba.org>
63     * BUG 6336: Fix 'net groupmap set' segfault.
64     * BUG 6361: Make --rcfile work in smbget.
65     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
66       directory.
67     * BUG 6382: Fix case insensitive access to DFS links.
68     * BUG 6441: Fix the compile with --enable-dnssd.
69     * BUG 6449: 'net rap user add' crashes without -C option.
70     * Fix Coverity ID 897.
71     * Do not crash in ctdbd_traverse if ctdbd is not around.
72     * Fix a race condition in winbind leading to a panic.
75 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
76     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
79 o   Stefan Metzmacher <metze@samba.org>
80     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
81       owner.
84 o   D.L. Meyer <dlmeyer@uiuc.edu>
85     * BUG 5832: Fix build on RHEL when ccache is not available.
88 o   Andreas Schneider <mail@cynapses.org>
89     * Some man pam_winbind improvements.
92 o   Karolin Seeger <kseeger@samba.org>
93     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
96 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
97     * Zero an uninitialized array.
100 ######################################################################
101 Reporting bugs & Development Discussion
102 #######################################
104 Please discuss this release on the samba-technical mailing list or by
105 joining the #samba-technical IRC channel on irc.freenode.net.
107 If you do report problems then please try to send high quality
108 feedback. If you don't provide vital information to help us track down
109 the problem then you will probably be ignored.  All bug reports should
110 be filed under the Samba 3.3 product in the project's Bugzilla
111 database (https://bugzilla.samba.org/).
114 ======================================================================
115 == Our Code, Our Bugs, Our Responsibility.
116 == The Samba Team
117 ======================================================================
120 Release notes for older releases follow:
121 ----------------------------------------
124                    =============================
125                    Release Notes for Samba 3.3.4
126                           April, 29  2009
127                    =============================
130 This is the latest bugfix release of the Samba 3.3 series.
132 Major enhancements in Samba 3.3.4 include:
134     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
135     o Fix samr_OpenDomain access checks (bug #6089).
136     o Fix usrmgr.exe creating a user (bug #6243).
139 ######################################################################
140 Changes
141 #######
144 Changes since 3.3.3:
145 --------------------
148 o   Michael Adam <obnox@samba.org>
149     * net conf: Save share name as given, not as lower case only.
150     * Prevent creation of registry keys containing the '/' character.
153 o   Jeremy Allison <jra@samba.org>
154     * BUG 6089: Fix samr_OpenDomain access checks.
155     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
156       "msdfs root" set to "yes".
157     * BUG 6279: Fix Winbind crash.
158     * Allow pdbedit to change a user rid/sid.
159     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
160     * Don't access a freed structure when logging off and re-using a vuid.
163 o   Günther Deschner <gd@samba.org>
164     * BUG 5329: Add "net rpc service delete/create".
165     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
166       freed.
167     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
168     * BUG 6286: Call init function for builtin idmap modules before probing for
169       them as shared modules.
170     * Try to to fix password_expired flag handling.
171     * Make sure to grey out change fields in the netdomjoin-gui when not
172       running as root.
175 o   Jim McDonough <jmcd@samba.org>
176     * Don't look up local user for remote changes, even when root.
179 o   Volker Lendecke <vl@samba.org>
180     * BUG 6243: Fix usrmgr.exe creating a user.
181     * Use procid_str in debug messages for better cluster-debuggability.
182     * Use cluster-aware procid_is_me instead of comparing pids.
183     * Fix smbd crash for close_on_completion.
184     * Fix a memleak in an unlikely error path in change_notify_create().
185     * Do not use the file system GET_REAL_FILENAME for mangled names.
188 o   Stefan Metzmacher <metze@samba.org>
189     * Fix a crash bug if we timeout in net rpc trustdom list.
190     * Add '--request-timeout' option to net.
193 o   Martin Schwenke <martin@meltin.net>
194     * In net_conf_import, start a transaction when importing a single share.
197 o   Simo Sorce <ssorce@redhat.com>
198     * Fix writing of roaming profiles with "profile acls" set to "yes".
201 ######################################################################
202 Reporting bugs & Development Discussion
203 #######################################
205 Please discuss this release on the samba-technical mailing list or by
206 joining the #samba-technical IRC channel on irc.freenode.net.
208 If you do report problems then please try to send high quality
209 feedback. If you don't provide vital information to help us track down
210 the problem then you will probably be ignored.  All bug reports should
211 be filed under the Samba 3.3 product in the project's Bugzilla
212 database (https://bugzilla.samba.org/).
215 ======================================================================
216 == Our Code, Our Bugs, Our Responsibility.
217 == The Samba Team
218 ======================================================================
221 ----------------------------------------------------------------------
224                    =============================
225                    Release Notes for Samba 3.3.3
226                             April, 1 2009
227                    =============================
229 This is the latest bugfix release release of the Samba 3.3 series.
231 Major enhancements in Samba 3.3.3 include:
233     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
234       correctly (bug #6195).
235     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
236     o Fix "map readonly" (bug #6186).
239 ######################################################################
240 Changes
241 #######
244 Changes since 3.3.2:
245 --------------------
248 o   Michael Adam <obnox@samba.org>
249     * BUG 6195: Don't let smbd child processes panic.
250     * Add backend_requires_messaging() method to libsmbconf.
251     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
252     * Fall back to file backend when no valid backend was found.
253     * Fix a memleak in dbwrap_rbt.
254     * Provide transaction_start|commit|cancel fns for the registry tdb.
255     * Speed up "net conf drop".
256     * Speed up "net conf import".
257     * Add transactions to the libsmbconf API.
258     * Reduce memory usage of "net conf import".
259     * Registry cleanup.
260     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
261     * Fix build of pam_winbind.so with static linking.
262     * Tidy up some convert_string_internal error cases.
265 o   Jeremy Allison <jra@samba.org>
266     * BUG 6186: Fix map readonly.
267     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
268       correctly.
269     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
270     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
271       to run elections.
272     * Allow DFS client paths to work when POSIX pathnames have been
273       selected.
274     * Try and fix the build farm RAW-STREAMS errors.
275     * Ensure files starting with multiple dots are hidden.
278 o   Günther Deschner <gd@samba.org>
279     * BUG 6102: NetQueryDisplayInformation could return wrong information.
280     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
281     * Fix notify_printer_status_byname.
282     * Fix Coverity IDs 722, 762, 774, 775, 776.
285 o   Björn Jacke <bj@sernet.de>
286     * Fix build on old Heimdal based systems.
287     * Fix compile warning.
288     * Use parentheses in if condition to make negation clear.
291 o   Andy Kelk <andy@mopoke.co.uk>
292     * Add dirsort module.
295 o   Steve Langasek <vorlon@debian.org>
296     * BUG 6147: Fix detection of the GNU ld version.
299 o   Volker Lendecke <vl@samba.org>
300     * BUG 6097: Fix smbd segfault.
301     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
302       members.
303     * BUG 6139: Add missing whitespace in mount.cifs error message.
304     * Fix a malloc/talloc mismatch when cli_initialise() fails.
305     * Fix a valgrind error.
306     * Speed up "net conf list".
307     * Add sorted subkey cache.
308     * Use StrCaseCmp in the dirsort module.
309     * Document the dirsort module.
310     * Fix the build on HP/UX.
311     * Disable dns_sd by default.
312     * Add avahi detection to configure.
313     * Add event avahi binding.
314     * Use avahi to register _smb._tcp in smbd.
315     * Fix two memleaks in the encryption code.
316     * Fix a scary "fill_share_mode_lock failed" message.
319 o   Derrell Lipman <derrell@dworkin.(none)>
320     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
321       errno.
324 o   Stefan Metzmacher <metze@samba.org>
325     * Don't use reserved words in smbconftort.
326     * Fix smb signing for fragmented trans/trans2/nttrans requests.
329 o   Tim Prouty <tprouty@samba.org>
330     * Parse_packet can return NULL which is then dereferenced in
331       match_mailslot_name.
334 o   Timur <timur@FreeBSD.org>
335     * Format the header check for netinet/ip.h more nicely.
336     * Fix detection of netinet/ip.h on FreeBSD.
339 o   Alexander Zagrebin <alexz@visp.ru>
340     * Missing break in conversion function prevents tdb password database
341       update.
344 ######################################################################
345 Reporting bugs & Development Discussion
346 #######################################
348 Please discuss this release on the samba-technical mailing list or by
349 joining the #samba-technical IRC channel on irc.freenode.net.
351 If you do report problems then please try to send high quality
352 feedback. If you don't provide vital information to help us track down
353 the problem then you will probably be ignored.  All bug reports should
354 be filed under the Samba 3.3 product in the project's Bugzilla
355 database (https://bugzilla.samba.org/).
358 ======================================================================
359 == Our Code, Our Bugs, Our Responsibility.
360 == The Samba Team
361 ======================================================================
364 ----------------------------------------------------------------------
367                    =============================
368                    Release Notes for Samba 3.3.2
369                            March, 12 2009
370                    =============================
372 This is the latest bugfix release release of the Samba 3.3 series.
374 Major enhancements in Samba 3.3.2 include:
376      * Fix "force group" (bug #6155).
377      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
378      * Fix guest authentication in setups with "security = share" and
379       "guest ok = yes" when Winbind is running.
380      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
383 ######################################################################
384 Changes
385 #######
388 Changes since 3.3.1:
389 --------------------
392 o   Jeremy Allison <jra@samba.org>
393     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
394     * BUG 6154: Make ZFS honor admin users.
395     * BUG 6155: Fix "force group".
396     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
397     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
398     * Fix some NetBSD warnings.
399     * Fix bug in processing of open modes in POSIX open.
400     * Fix use of streams modules with CIFSFS client.
401     * Ensure ACL modules work with POSIX paths.
402     * Use fsp->posix_open in preference if we have it.
403     * Fix more POSIX path lstat calls.
406 o   Andrew Tridgell <tridge@samba.org>
407     * Fix a bug in message handling for the change notify code.
410 o   Steven Danneman <steven.danneman@isilon.com>
411     * Fix guest authentication in setups with "security = share" and "guest ok =
412       yes" when Winbind is running.
415 o   Steve French <smfrench@gmail.com>
416     * BUG 4640: Fix guest mounts in mount.cifs.
417     * Fix displaying the version string properly when no other parameters passed
418       in in mount.cifs.
421 o   Björn Jacke <bj@sernet.de>
422     * Prefer gssapi header files from subdirectory.
425 o   Volker Lendecke <vl@samba.org>
426     * BUG 6124: Fix the build on IRIX.
427     * BUG 6176: winbindd -n should disable the winbind idmap cache.
428     * Add a vfs_preopen module to hide fs latencies.
429     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
430     * Fix a valgrind error / segfault in dns_register_smbd().
433 o   Stefan Metzmacher <metze@samba.org>
434     * Fix build on SLES8.
435     * Decremented by 1 for ntcancel requests.
438 o   Tim Prouty <tprouty@samba.org>
439     * Fix creation of core files.
442 o   Dan Sledz <dan.sledz@isilon.com>
443     * Fix first mapping of uids/gids in Winbind.
446 o   Bo Yang <boyang@novell.com>
447     * Initialize the id_map status in idmap_ldap to avoid surprise.
448     * Fix initialization of idmap status.
451 ######################################################################
452 Reporting bugs & Development Discussion
453 #######################################
455 Please discuss this release on the samba-technical mailing list or by
456 joining the #samba-technical IRC channel on irc.freenode.net.
458 If you do report problems then please try to send high quality
459 feedback. If you don't provide vital information to help us track down
460 the problem then you will probably be ignored.  All bug reports should
461 be filed under the Samba 3.3 product in the project's Bugzilla
462 database (https://bugzilla.samba.org/).
465 ======================================================================
466 == Our Code, Our Bugs, Our Responsibility.
467 == The Samba Team
468 ======================================================================
471 ----------------------------------------------------------------------
474                    =============================
475                    Release Notes for Samba 3.3.1
476                           February, 24 2009
477                    =============================
479 This is the latest bugfix release release of the Samba 3.3 series.
481 Major enhancements in Samba 3.3.1 include:
483      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
484      * Fix renaming/deleting of files using Windows clients (bug #6082).
485      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
486      * Fix remotely adding a share via the Windows MMC.
489 ######################################################################
490 Changes
491 #######
493 smb.conf changes
494 ----------------
496     Parameter Name                      Description     Default
497     --------------                      -----------     -------
498     ldap ssl ads                        New             No
501 Changes since 3.3.0:
502 --------------------
505 o   Jeremy Allison <jra@samba.org>
506     * BUG 6082: Fix renaming/deleting of files using Windows clients.
507     * BUG 6069: Fix build with too many arguments.
508     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
509     * BUG 6099: Try to fix domain join of Win7 Beta.
510     * BUG 6117: Fix core dump of pdbedit -a.
511     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
512       filesystem.
513     * Fix Coverity IDs 115, 116, 117, 602.
514     * Fix warning (bad handler prototype).
515     * Unify the detection of the timespec code in configure.in, and the
516       application of it in time.c.
517     * Correctly use chroot().
518     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
519       read from the rpc packet in spoolss is under that size.
520     * Backport the semantics of when to delete alternate data streams on a file
521       truncate.
522     * Fix printf warnings.
523     * Fix warnings on Solaris.
526 o   Michael Adam <obnox@samba.org>
527     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
528     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
529       requested.
530     * Fix 'getent passwd' to allocate new uids.
531     * Fix 'getent group' to allocate new gids.
532     * Remove check for sharename being a username in 'net conf
533       addshare'.
536 o   Guenther Deschner <gd@samba.org>
537     * Fix Coverity ID 848.
538     * Remove unused ENUM_HND from 'net'.
539     * Fix getform command asprintf return code in rpcclient.
540     * Fix memleak in get_remote_printer_publishing_data().
541     * Remove duplicate prototypes for generated rpc server functions.
544 o   Holger Hetterich <hhetter@novell.com>
545     * Enable total anonymization in vfs_smb_traffic_analyzer.
548 o   Bjoern Jacke <bj@sernet.de>
549     * Fix build with external dns_sd libraries.
550     * Fix configure check "sub-second timestamps without struct timespec".
551     * Add configure check for AIX style sub-second resolution support.
552     * Add configure check for Tru64 sub-second timestamp resolution.
553     * Add Tru64 sub-second resolution timestamp support.
554     * Enable IPv6 support for NetBSD and FreeBSD.
555     * Use correct BSD evironment variable.
558 o   Guenter Kukkukk <linux@kukkukk.com>
559     * Don't try and delete a default ACL from a file.
562 o   Volker Lendecke <vl@samba.org>
563     * BUG 5798: CFLAGS info lost in configure.
564     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
565     * Fix remotely adding a share via the Windows MMC.
566     * Avoid valgrind errors.
567     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
568     * Fix resume handle for _samr_EnumDomainGroups.
569     * Fix a buffer handling bug when adding lots of registry keys.
570     * Fix a O(n^2) algorithm in regdb_fetch_keys().
573 o   Jeff Layton <jlayton@redhat.com>
574     * Initialize rc to 0 in main in mount.cifs.
577 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
578     * BUG 6069: Add a fstatvfs function for libsmbclient.
579     * Eliminate compiler warnings.
582 o   Glenn Machin <gmachin@sandia.gov>
583     * Don't miss an absolute pathname as a kerberos keytab path.
586 o   Stefan Metzmacher <metze@samba.org>
587     * BUG 6100: Implement _netr_LogonGetCapabilities() with
588       NT_STATUS_NOT_IMPLEMENTED.
589     * Make Samba work with older ctdb versions.
590     * Add S-1-22-X-Y sids to the local token.
593 o   Lars Mueller <lars@samba.org>
594     * Conditional install of the cifs.upcall man page.
595     * Adjust regex to match variable names including underscores.
598 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
599     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
600     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
603 o   Ted Percival <ted.percival@quest.com>
604     * Fix a crash during name resolution.
607 o   Tim Prouty <tprouty@samba.org>
608     * Fix "assignment discards qualifiers from pointer target type"
609       warnings.
610     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
613 o   Karolin Seeger <kseeger@samba.org>
614     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
615     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
618 o   Dan Sledz <dsledz@isilon.com>
619     * Fix double free caused by incorrect talloc_steal usage.
622 o   Simo Sorce <idra@samba.org>
623     * Build ldbrename.
626 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
627     * Make nmbd check all available interfaces for WINS before failing.
630 o   Miguel Suarez <Miguel.Suarez@stratus.com>
631     * Fix compilation of vfs_default on systems that do not support utimes().
634 o   Yasuma Takeda <yasuma@osstech.co.jp>
635     * BUG 5920: Fix the calculation of the memcpy length.
636     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
639 o   Bo Yang <boyang@novell.com>
640     * Make libsmbclient work with DFS.
643 ######################################################################
644 Reporting bugs & Development Discussion
645 #######################################
647 Please discuss this release on the samba-technical mailing list or by
648 joining the #samba-technical IRC channel on irc.freenode.net.
650 If you do report problems then please try to send high quality
651 feedback. If you don't provide vital information to help us track down
652 the problem then you will probably be ignored.  All bug reports should
653 be filed under the Samba 3.3 product in the project's Bugzilla
654 database (https://bugzilla.samba.org/).
657 ======================================================================
658 == Our Code, Our Bugs, Our Responsibility.
659 == The Samba Team
660 ======================================================================
663 ----------------------------------------------------------------------
666                    =============================
667                    Release Notes for Samba 3.3.0
668                           January, 27 2009
669                    =============================
671 This is the first stable release of Samba 3.3.0.
673 Major enhancements in Samba 3.3.0 include:
675  General changes:
676  o The passdb tdbsam version has been raised.
678  Configuration/installation:
679  o Splitting of library directory into library directory and separate
680    modules directory.
681  o The default value of "ldap ssl" has been changed to "start tls".
683  File Serving:
684  o Extended Cluster support.
685  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
686    to store NTFS ACLs on Samba file servers.
688  Winbind:
689  o Simplified idmap configuration.
690  o New idmap backends "adex" and "hash".
691  o Added new parameter "winbind reconnect delay".
692  o Added support for user and group aliasing.
693  o Added support for multiple domains to idmap_ad.
695  Administrative tools:
696  o The destination "all" of smbcontrol does now affect all running
697    daemons including nmbd and winbindd.
698  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
699  o The 'net' utility can now use kerberos for joining and authentication.
700  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
702  Libraries:
703  o NetApi library implements various new calls for User- and Group
704    Account Management.
705  o libsmbclient does now determine case sensitivity based on file system
706    attributes.
709 General changes
710 ===============
712 The passdb tdbsam version has been raised as among other things the RID counter
713 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
714 "passdb backend = tdbsam" working in clustered environments.
716 Please note that an updated passdb.tdb file is _not_ compatible with Samba
717 versions before 3.3.0! Please backup your passdb.tdb file if
718 you use "passdb backend = tdbsam". That can be achieved by running
720 'tdbbackup /etc/samba/passdb.tdb'
722 before the update.
725 Configure changes
726 =================
728 The configure option "--with-libdir" has been removed. The library
729 directory can still be specified by using the existing "--libdir" option.
730 A new option "--with-modulesdir" has been added to allow the specification
731 of a separate directory for the shared modules.
734 Configuration changes
735 =====================
737 The default value of "ldap ssl" has been changed to "start tls". This means,
738 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
739 communicating with directory servers by default. If your directory servers
740 do not support this extended operation, you will have to set
741 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
742 anymore!
745 Winbind idmap backend changes
746 =============================
748 The idmap configuration has changed with version 3.3 to something that
749 allows a smoother upgrade path from pre-3.0.25 configurations that use
750 "idmap backend". The reason for this change is that to many, also to Samba
751 developers, the 3.0.25 style configuration with "idmap config" turned out
752 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
753 parameter, instead with "idmap backend" the default idmap backend is
754 specified.
756 Accordingly, the "idmap config <domain> : default = yes" setting is no
757 longer being looked at.
759 The alloc backend defaults to the default backend, which should be able to
760 allocate IDs. In the default distribution the tdb and ldap backends can
761 allocate, the ad and rid backends can not. The idmap alloc range is now
762 being set with the "old" parameters "idmap uid" and "idmap gid".
764 The "idmap domains" parameter has been removed.
767 winbind reconnect delay
768 =======================
770 This is a new parameter which specifies the number of seconds the Winbind
771 daemon will wait between attempts to contact a Domain controller for a domain
772 that is determined to be down or not contactable.
775 Winbind's Name Aliasing
776 =======================
778 Name aliasing in Winbind is a feature that allows an administrator to
779 map a fully qualified user or group name from a Windows domain to a
780 convenient short name for Unix access.  This is similar to the username
781 map functionality supported by smbd but is primary intended for
782 clients and servers making use of Winbind's PAM and NSS libraries.
784 For example, the user "DOMAIN\fred" has been mapped to the Unix name
785 "freddie".
787    $ getent passwd "DOMAIN\fred"
788    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
790    $ getent passwd freddie
791    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
793 The name aliasing support is provided by individual nss_info plugins.
794 For example, the new "adex" plugin reads the uid attribute from Active
795 Directory to make a short login name to the fully qualified name.
796 While the new "hash" module utilizes a local file to map "short_name
797 = QUALIFIED\name".  Both user and group name mapping is supported.
798 Please refer to the "winbind nss info" option in smb.conf(5) and
799 to individual plugin man pages for further details.
802 idmap_hash
803 ==========
805 The idmap_hash plugin provides similar support as the idmap_rid
806 module.  However, uids and gids are generated from the full domain
807 SID using a hashing algorithm that maps the lower 19 bits from the user
808 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
809 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
810 uid or gid that is consistent across machines and provides support for
811 trusted domains.
813 Please refer to the idmap_hash(8) man page for more details.
816 idmap_adex
817 ==========
819 The adex idmap/nss_info plugin is an adaptation of the Likewise
820 Enterprise plugin with support for OU based cells removed
821 (since the Windows pieces to manage the cells are not available).
823 This plugin supports
825       * The RFC2307 schema for users and groups.
826       * Connections to trusted domains
827       * Global catalog searches
828       * Cross forest trusts
829       * User and group aliases
831 Prerequisite: Add the following attributes to the Partial Attribute
832 Set in global catalog:
834       * uidNumber
835       * uid
836       * gidNumber
838 A basic config using the current trunk code would look like:
840 [global]
841         idmap backend = adex
842         idmap uid = 10000 - 29999
843         idmap gid = 10000 - 29999
844         winbind nss info = adex
846         winbind normalize names = yes
847         winbind refresh tickets = yes
848         template homedir = /home/%D/%U
849         template shell = /bin/bash
851 Please refer to the idmap_adex(8) man page for more details.
854 Libraries
855 =========
857 libsmbclient will now treat file names case-sensitive by default if the filesystem
858 we are connecting to supports case sensitivity. This change of behavior is
859 considered a bug fix, as it was previously possible to accidentally overwrite a
860 file that had the same case-insensitive name but a different case-sensitive name
861 as a previously-existing file, while creating a new file.
863 If it is not possible to detect if the filesystem supports case sensitivity,
864 the user-specified option value will be used.
867 ######################################################################
868 Changes
869 #######
871 smb.conf changes
872 ----------------
874     Parameter Name                      Description     Default
875     --------------                      -----------     -------
876     cups connection timeout             New             30
877     idmap config DOM:range              Removed
878     idmap domains                       Removed
879     init logon delayed hosts            New             ""
880     init logon delay                    New             100
881     ldap ssl                            Changed Default start tls
882     share modes                         Deprecated
883     winbind reconnect delay             New             30
886 Changes since 3.3.0rc2:
887 -----------------------
890 o   Jeremy Allison <jra@samba.org>
891     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
892     * BUG 5979: Fix level 2 oplocks being granted improperly.
893     * BUG 5980: Race condition when granting level2 oplocks can cause break
894       notify to be missed.
895     * BUG 5986: Editing a stream is broken (rename problems).
896     * BUG 5990: Strict allocate should be checked before ftruncate.
897     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
898     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
899     * BUG 6017: Fix magic scripts.
900     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
901       CTDB.
902     * BUG 6021: smbclient du command does not recuse properly.
903     * BUG 6024: Deprecate the "share modes" parameter.
904     * BUG 6030: Add missing <th> header in Status page.
905     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
906     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
907     * Fix gcc 4.3.2 warnings.
908     * Fix more asprintf errors and error code paths.
909     * Attempt to fix crash seen with new CUPS async printcap loading code.
910     * Add winbindd_reinit_after_fork(), cleaning out all possible events
911       in a forked child.
912     * Make winbindd_cm.c use winbindd_reinit_after_fork().
913     * Fix race condition in alarm lock processing.
914     * Fixes crash bug in SWAT.
917 o   Michael Adam <obnox@samba.org>
918     * Fix build of pam_winbind.so on older Linux systems.
919     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
920     * Prevent access to root filesystem when connecting with empty service name.
921     * Fix distclean target and add realdistclean target in the docs build.
922     * Add manpage for idmap_tdb2.
923     * Clarify idmap manpages.
926 o   Kai Blin <kai@samba.org>
927     * BUG 5953: Fix smbclient crashes.
930 o   Gerald (Jerry) Carter <jerry@samba.org>
931     * Fix "allow trusted domain" so it disables trusted domains.
932     * Return immediately on a failed GC connection in ads_connect.
935 o   SATOH Fumiyasu <fumiyas@osstech.jp>
936     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
937     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
938     * Fix a compile-time warning.
941 o   Holger Hetterich <hhetter@novell.com>
942     * Add a simple tdb integrity check to tdbtool.
945 o   Björn Jacke <bj@sernet.de>
946     * Correct the description of the "ldap timeout" parameter.
949 o   Volker Lendecke <vl@samba.org>
950     * BUG 5913: Fix build error with at least GCC 4.2.2.
951     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
952     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
953     * BUG 5965: Fix creation of the first share using SWAT.
954     * BUG 5969: Optimize smbclient put command.
955     * BUG 6012: Add "get_real_filename" to full_audit.
956     * BUG 6014: Fix segfault when calling mget without arguments.
957     * Fix a spinning smbd when printing.
958     * Fix a memory leak in cups_pull_comment_location.
959     * Fix a valgrind error.
960     * Fix a "ignoring function call result" warning.
961     * Fix some C++ warnings.
962     * Fix an ancient uninitialized variable read.
963     * Fix a bad memleak in vfs_full_audit.
966 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
967     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
968     * Determine case sensitivity based on file system attributes.
971 o   Stefan Metzmacher <metze@samba.org>
972     * net_status: Use dbwrap to open sessionid.tdb.
973     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
974     * Make marshalling struct samu from and to a buffer more generic.
975     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
976     * Register the client connection via CTDB_CONTROL_TCP_ADD.
977     * Don't need to call messaging_reinit() twice.
978     * Raise TDBSAM_VERSION.
979     * Add manpage for vfs_fileid.
980     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
981     * Recreate the per domain check_online_event without relying on global
982       state.
983     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
984     * Re-add 'fileid:algorithm' option to vfs_fileid.
985     * Fix CTDB IPv6 support in cluster setups.
986     * Reinit_after_fork() should reinit the event context before the
987       messaging context.
988     * Fix PCAP support in socket_wrapper.
991 o   Lars Müller <lars@samba.org>
992     * Tweak with pam defines of older Linux versions.
995 o   Tim Prouty <tprouty@samba.org>
996     * Fix stream marshalling to return the correct streaminfo status.
997     * Allow renames of streams via NTRENAME and fix stream error codes on
998       rename.
999     * Remove a few unnecessary checks from the streams xattr module.
1000     * Remove a few unnecessary checks from the streams depot module and fix to
1001       work with NTRENAME.
1004 o   Andreas Schneider <anschneider@suse.de>
1005     * Fix a segfault if ? is there but the options are NULL.
1006     * Avoid flooding of syslog with failing pam_putenv messages.
1009 o   Karolin Seeger <kseeger@samba.org>
1010     * BUG 6000: Avoid bashism in perfcount.init.
1011     * Change default value of "ldap ssl" to "start tls".
1012     * Update version number in the manpages.
1013     * Fix several small issues and typos in the manpages.
1014     * Check if Unix account exists before asking for the password in smbpasswd.
1017 o   Todd Stecher <todd.stecher@gmail.com>
1018     * Fix memory leaks and other fixes found by Coverity.
1021 o   Bo Yang <boyang@novell.com>
1022     * Clean event context after child is forked.
1023     * Fix broken krb5 refresh chain.
1024     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1025     * Refresh sequence number as soon as possible.
1026     * Don't set child->requests to NULL in parent after fork.
1027     * Don't send message to any other child in child process.
1028     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1032 "Changes since" sections of 3.3 previews and release candidates follow:
1033 =======================================================================
1035 Changes since 3.3.0rc1:
1036 ------------------------
1038 o   Jeremy Allison <jra@samba.org>
1039     * BUG 1254: Fix "write list" in setups using "security = share".
1040     * BUG 5937: Fix filenames with "*" char hiding other files.
1041     * BUG 5953: Fix segfaults in smbclient.
1042     * Fix usrmgr opening a user object as non-root.
1045 o   Michael Adam <obnox@samba.org>
1046     * BUG 3661: Add support for trusted domains to idmap_ad.
1047     * Fix default backend handling for ad backends.
1048     * Fix potential segfault in vfs_tsmsm.
1049     * Fix several RHEL CTDB packaging issues.
1052 o   Guenther Deschner <gd@samba.org>
1053     * BUG 5957: Do not abort rename process on valid rename script.
1054     * Fix various potential memleaks in samr_SetUserInfo.
1055     * Fix access bits in netapi.
1058 o   Steve French <stevef@smf-t60p.smfdom>
1059     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1060     * variable
1063 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1064     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1065     * Vars for signals must be volatile sig_atomic_t.
1068 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1069     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1070       GPFS.
1073 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1074     * BUG 5928: Fix 'testparm --version'.
1077 o   Jeff Layton <jlayton@redhat.com>
1078     * Allow mounts to ipv6 capable servers in mount.cifs.
1081 o   Volker Lendecke <vl@samba.org>
1082     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1083       non-encrypted packet with the crypto state set.
1084     * Fix error code when smbclient puts a file over an existing directory.
1085     * Pass the get_real_filename operation through the VFS.
1088 o   Stefan Metzmacher <metze@samba.org>
1089     * BUG 5749: Re-set acctflags while joining.
1090     * Fix several issues concerning Alternate Data Streams.
1091     * Fix valgrind bug lp_parm_const_string().
1092     * Fix setting of trust passwords using 'net rpc trustdom add'.
1093     * Correctly detect if the current dc is the closest one.
1096 o   Tim Prouty <tprouty@samba.org>
1097     * Fix a delete on close divergence from windows.
1100 o   Dan Sledz <dsledz@isilon.com>
1101     * Fix logging to syslog.
1104 o   Yasuma Takeda <yasuma@osstech.co.jp>
1105     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1108 o   Bo Yang <boyang@novell.com>
1109     * Fix script installmo.sh when no .po file exists.
1112 ----------------------------------------------------
1114 Changes since 3.3.0pre2:
1115 ------------------------
1117 o   Michael Adam <obnox@samba.org>
1118     * Fix eventlog crash.
1119     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1120     * Add domain prefix to username in lookup_groupmem().
1121     * Honour "winbind use default domain" in lookup_groupmem().
1122     * Sanely handle NULL domain in add_member().
1123     * Don't list the domain twice when expanding internal aliases.
1124     * Prevent negative GM/ cache entries due to broken connections.
1125     * Use the reconnect methods instead of the rpc methods directly.
1128 o   Jeremy Allison <jra@samba.org>
1129     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1130     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1131     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1132     * BUG 5825: Fix account locking with an LDAP backend.
1133     * BUG 5826: Fix truncated filenames when accessing old servers.
1134     * BUG 5873: Fix ACL inheritance.
1135     * BUG 5889: Fix "delete veto files = no".
1136     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1137       list".
1138     * BUG 5900: Fix vfs_readonly.
1139     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1140     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1141       libnss_wins.
1142     * BUG 5914: Fix redefinition of struct name_list.
1143     * Correctly fix smbclient to terminate on eof from server.
1144     * Fix client timeout when searching for a large number of cups printers.
1145     * Unify access checks for lsa server functions.
1146     * Remove the requirement for ldap call made as root.
1147     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1148     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1149       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1150     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1151     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1152     * Use fxattr calls whenever possible (trying to work around the strange
1153       Linux kernel oplock bug).
1156 o   Kai Blin <kai@samba.org>
1157     * BUG 5892: Fix net rap printq info documentation.
1158     * Add placeholder functions to libwbclient.
1161 o   Gerald (Jerry) Carter <jerry@samba.org>
1162     * Use the same prerequisite for DDNS update as Windows XP.
1163     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1166 o   Steven Danneman <steven.danneman@isilon.com>
1167     * Add options to manage identity mapping entries to wbinfo and Winbind.
1168     * Fix to allow setting of NULL DACL/SACL.
1171 o   Guenther Deschner <gd@samba.org>
1172     * BUG 5888: Fix remote rpc service management.
1173     * Ensure consistency when reporting password complexity.
1174     * Fix _lsa_GetUserName.
1175     * Fix access check in _samr_QuerySecurity().
1176     * _samr_DeleteUser needs to wipe out the user_handle on success.
1177     * NetGroupEnum_r needs to handle servers with no groups.
1178     * Fix numerous netapi issues.
1179     * Add support for partial and delta netlogon replication in
1180       "net rpc vampire".
1181     * Add automatic machine password update in Winbind for member servers.
1182     * Add German internalization for pam_winbind.
1183     * Add Winbind krb5 locator plugin manpage.
1184     * Add new wbclient wbcLookupDomainControllerEx call.
1185     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1186       named pipe.
1187     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1188       parsing.
1189     * Fix Winbind password change code for Windows 2000 DCs.
1190     * Fix PNP_HwProfInfo NDR parsing.
1191     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1192     * Add automatic home directory creation for pam_winbind.
1195 o   Mathias Dietz <MDIETZ@de.ibm.com>
1196     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
1199 o   Dina Fine <dina@exanet.com>
1200     * BUG 5908: Fix internal change notify on share directories.
1203 o   Nils Goroll <nils.goroll@hamburg.de>
1204     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
1205     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
1208 o   Jeff Layton <jlayton@redhat.com>
1209     * Have uppercase_string return success on NULL pointer in mount.cifs.
1210     * Make mount.cifs return codes match the return codes for /bin/mount.
1213 o   Volker Lendecke <vl@samba.org>
1214     * BUG 5691: Fig smbd panic on Solaris.
1215     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
1216     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
1217     * Fix the offset checks in the trans routines (CVE-2008-4314).
1218     * Fix a potential NULL deref in found by the IBM Checker.
1219     * Fix an uninitialized variable found by the IBM Checker.
1220     * Fix an unlikely memleak found by the IBM Checker.
1221     * Fix some missing error handlings.
1222     * Add workaround for domain joins using a netbios name which is different
1223       from the hostname.
1224     * Fix a valgrind error in idmap_ad_sids_to_unixids().
1225     * Make memcache_add_talloc NULL out the source pointer.
1226     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
1227     * Fix memleak in calculate_next_machine_pwd_change.
1230 o   Jeff Layton <jlayton@redhat.com>
1231     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
1234 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1235     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
1238 o   Stefan Metzmacher <metze@samba.org>
1239     * Return an error instead of crashing when no realm is given.
1242 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
1243     * 5901: Fix default value for streams_depot location.
1246 o   Tim Prouty <tim.prouty@isilon.com>
1247     * Fix several build warnings.
1250 o   Andreas Schneider <mail@cynapses.org>
1251     * Delete the krb5 ccname variable from the PAM environment if set.
1252     * Add a function out of pam_sm_close_session to delete the credentials.
1253     * Fix circular dependency error with autoconf 2.6.3.
1256 o   Davide Sfriso <sfriso@virgilio.it>
1257     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
1260 o   Dan Sledz <dsledz@isilon.com>
1261     * Add FreeBSD configure check for backtrace_symbols.
1262     * Allow SYSLOG_FACILITY to be modified with a new configure option called
1263       --with-syslog-facility.
1266 o   Joe Smith <yasumoto7@gmail.com>
1267     * Fix typo in source/utils/net_rap.c.
1270 o   Martin Schwenke <martin@meltin.net>
1271     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
1272     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
1273       compile time rather than install time.
1276 o   Yasuma Takeda <yasuma@osstech.co.jp>
1277     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
1280 o   Bo Yang <boyang@novell.com>
1281     * Fix broken msgids in ntstatus_errors.
1282     * i18n/l10n pam_winbind
1285 ----------------------------------------------------
1287 Changes since 3.3.0pre1:
1288 ------------------------
1290 o   Michael Adam <obnox@samba.org>
1292     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
1293     * BUG 5507: Fix several issues in the RHEL SPEC file.
1296 o   Jeremy Allison <jra@samba.org>
1297     * BUG 5729: Explicitly allow "-valid".
1298     * BUG 5737: Fix winbindd crash in an unusual failure mode.
1299     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
1300     * BUG 5762: Fix opening of mangled directory name (resulted
1301       'is a stream name').
1302     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
1303     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
1304       disposition.
1305     * BUG 5797: Fix moving of readonly files.
1306     * Fix crashes when looking up a non-existant uid.
1307     * Fix getting/setting of NT ACLs on a file.
1308     * Add st_birthtime and friends for accurate create times on *BSD
1309       and MacOSX).
1310     * Fix the wcache_invalidate_samlogon calls.
1311     * Clarify usage of "force create mode".
1312     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
1313       mappings.
1314     * Write times code update.
1315     * Add experimental version of VFS module acl_xattr.
1316     * Fix rename_open_files.
1317     * Make SMB traffic analyzer VFS module more efficient.
1320 o   Gerald W. Carter <jerry@samba.org>
1321     * Fix segfault when calling nss_get_info() with a NULL ads structure.
1322     * Add support for name aliasing in Winbind.
1323     * Add the idmap/nss-info provider from Likewise Open.
1324     * Allow an admin to define the "uid" attribute for a RFC2307
1325       user object in AD to be the username alias.
1326     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
1327     * Add new idmap backend "hash".
1330 o   Steven Danneman <steven.danneman@isilon.com>
1331     * Fix build warnings.
1332     * Cleanup of DC enumeration in get_dcs().
1335 o   Guenther Deschner <gd@samba.org>
1336     * BUG 5710: Fix changing of machine account passwords.
1337     * BUG 5784: Fix pam_winbind build issue on Solaris.
1338     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
1339     * Fix double installation of cifs.upcall.
1340     * Add change-user-password command to wbinfo.
1341     * Fix segfault in _srvsvc_NetShareAdd.
1344 o   James Ding <ding_cc@hotmail.com>
1345     * BUG 5736: Fix Winbind crash bug with trusted domains.
1348 o   Ephi Dror <Ephi.Dror@datadomain.com>
1349     * Correct the netsamlogon_clear_cached_user function.
1352 o   Holger Hetterich <hhetter@novell.com>
1353     * Add new VFS module to analyze SMB traffic to record write and read
1354       operations on the Samba server.
1357 o   Jeff Layton <jlayton@redhat.com>
1358     * Fix build warnings in cifs.upcall.
1361 o   Volker Lendecke <vl@sernet.de>
1362     * BUG 5707: Do proper error handling if the socket is closed.
1363     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
1364     * Fix Coverity IDs 587 and 589.
1365     * Increase the default positive idmap cache time to a week.
1366     * Fix calculation of useable_space for trans2 and nttrans replies.
1367     * Add mapping of generic bits when setting an NFSv4 ACL.
1370 o   Stefan Metzmacher <metze@samba.org>
1371     * Some write time fixes.
1374 o   Karolin Seeger <kseeger@samba.org>
1375     * Add new parameter "cups connection timeout".
1378 o   Simo Sorce <idra@samba.org>
1379     * Fix enumeration of nested group memberships in Winbind.
1380       This affected only setups using "security = ads".
1383 o   Timur <timur@FreeBSD.org>
1384     * Fix cut and paste error in quota code.
1385     * Fix display of POSIX ACLs.
1386     * Fix aio on FreeBSD.
1389 o   Andrew Tridgell <tridge@samba.org>
1390     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
1391     * Avoid a race condition in glibc between AIO and setresuid().
1392     * Add missing become root for AIO operations.
1393     * Fix an errno handling bug that could lead to an infinite loop.
1394     * Fix logic of tsmsm_sendfile().
1395     * Fix handling of arbitrary new PAC types.
1396     * Fix segfault on startup with trusted domains.
1397     * Fix segfault on the CTDB destructor code.
1398     * Fix memory leak.
1399     * Re-add "winbind:ignore domains".
1402 o   Jelmer Vernooij <jelmer@samba.org>
1403     * Fix segfault (Debian bug #431696).
1406 o   Qiao Yang <geoyang@ironport.com>
1407     * Fix a memleak.
1410 ######################################################################
1411 Reporting bugs & Development Discussion
1412 #######################################
1414 Please discuss this release on the samba-technical mailing list or by
1415 joining the #samba-technical IRC channel on irc.freenode.net.
1417 If you do report problems then please try to send high quality
1418 feedback. If you don't provide vital information to help us track down
1419 the problem then you will probably be ignored.  All bug reports should
1420 be filed under the Samba 3.3 product in the project's Bugzilla
1421 database (https://bugzilla.samba.org/).
1424 ======================================================================
1425 == Our Code, Our Bugs, Our Responsibility.
1426 == The Samba Team
1427 ======================================================================