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