s3-build: really fix build of winbind_krb5_locator.
[Samba.git] / WHATSNEW.txt
blob0285af89cb26b5016d39df85baa94e85e4f8300b
1                    ==============================
2                    Release Notes for Samba 3.3.10
3                           2009
4                    ==============================
7 This is the latest bugfix release of the Samba 3.3 series.
9 Major enhancements in Samba 3.3.10 include:
11    o
13 ######################################################################
14 Changes
15 #######
17 Changes since 3.3.9
18 -------------------
22 ######################################################################
23 Reporting bugs & Development Discussion
24 #######################################
26 Please discuss this release on the samba-technical mailing list or by
27 joining the #samba-technical IRC channel on irc.freenode.net.
29 If you do report problems then please try to send high quality
30 feedback. If you don't provide vital information to help us track down
31 the problem then you will probably be ignored.  All bug reports should
32 be filed under the Samba 3.3 product in the project's Bugzilla
33 database (https://bugzilla.samba.org/).
36 ======================================================================
37 == Our Code, Our Bugs, Our Responsibility.
38 == The Samba Team
39 ======================================================================
42 Release notes for older releases follow:
43 ----------------------------------------
45                    =============================
46                    Release Notes for Samba 3.3.9
47                          October, 15  2009
48                    =============================
51 This is the latest bugfix release of the Samba 3.3 series.
53 Major enhancements in Samba 3.3.9 include:
55    o Fix trust relationships to windows 2008 (2008 r2) (bug #6711).
56    o Fix file corruption using smbclient with NT4 server (bug #6606).
57    o Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680).
58    o Fix SAMR server for Winbind access (bug #6504).
61 ######################################################################
62 Changes
63 #######
65 Changes since 3.3.8
66 -------------------
68 o   Michael Adam <obnox@samba.org>
69     * BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache().
70     * BUG 6692: Fix mount.cifs segfault.
73 o   Jeremy Allison <jra@samba.org>
74     * BUG 6504: Fix SAMR server for Winbind access.
75     * BUG 6769: Symlink unlink does nothing.
76     * BUG 6776: Fix core dump when running overlapping Byte Lock test.
77     * BUG 6781: Fix renaming of subfolders in Explorer view.
80 o   Yannick Bergeron <burgergold@hotmail.com>
81     * Increase the max_grp value to 128 (AIX NGROUPS_MAX value).
84 o   Günther Deschner <gd@samba.org>
85     * BUG 6680: Fix Windows 7 share access (which defaults to NTLMv2).
86     * BUG 6697: Fix interdomain trusts with Windows 2008 R2 DCs.
87     * BUG 6700: Use DNS domain name when needing to guess server principal.
88     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
89     * BUG 6789: Remove unrequired dependency on popt for [u]mount.cifs.
92 o   Andrew Klosterman <andrew.klosterman+samba_bugzilla@gmail.com>
93     * BUG 6690: Fix error check.
96 o   Volker Lendecke <vl@samba.org>
97     * BUG 5886: Fix password change propagation.
98     * BUG 6349: Initialize domain info struct.
99     * BUG 6585: Fix unqualified "net join".
100     * BUG 6606: Fix file corruption using smbclient with NT4 server.
101     * BUG 6646: Correctly chew keepalive packets.
102     * BUG 6785: Only ever handle one event after a select call.
103     * BUG 6797: Fix a memleak in libwbclient.
106 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
107     * BUG 6532: Fix domain enumeration if master browser has space in name.
110 o   Stefan Metzmacher <metze@samba.org>
111     * BUG 6627: Raise the timeout for lsa_Lookup*() calls
112       from 10 to 35 seconds.
113     * BUG 6664: Make sure we don't truncate the session key to 8 bytes.
114     * BUG 6711: Fix trust relationships to windows 2008 (2008 r2).
117 o   Simo Sorce <idra@samba.org>
118     * BUG 6693: Check we read off the complete event from inotify.
121 o   TAKEDA Yasuma <yasuma@osstech.co.jp>
122     * BUG 5879: Update LDAP schema for Netscape DS 5.
125 o   Kumar Thangavelu <Kumar.Thangavelu@riverbed.com>
126     * BUG 6420: Fix 'net' crash when attempting to join a
127       domain.
130 o   Bo Yang <boyang@samba.org>
131     * BUG 6615: Fix browsing DFS when using kerberos in libsmbclient.
132     * BUG 6735: Don't overwrite password in pam_winbind.
135 ######################################################################
136 Reporting bugs & Development Discussion
137 #######################################
139 Please discuss this release on the samba-technical mailing list or by
140 joining the #samba-technical IRC channel on irc.freenode.net.
142 If you do report problems then please try to send high quality
143 feedback. If you don't provide vital information to help us track down
144 the problem then you will probably be ignored.  All bug reports should
145 be filed under the Samba 3.3 product in the project's Bugzilla
146 database (https://bugzilla.samba.org/).
149 ======================================================================
150 == Our Code, Our Bugs, Our Responsibility.
151 == The Samba Team
152 ======================================================================
155 ----------------------------------------------------------------------
158                    =============================
159                    Release Notes for Samba 3.3.8
160                           October, 1  2009
161                    =============================
164 This is a security release in order to address CVE-2009-2813, CVE-2009-2948
165 and CVE-2009-2906.
167    o CVE-2009-2813:
168      In all versions of Samba later than 3.0.11, connecting to the home
169      share of a user will use the root of the filesystem
170      as the home directory if this user is misconfigured to have
171      an empty home directory in /etc/passwd.
173    o CVE-2009-2948:
174      If mount.cifs is installed as a setuid program, a user can pass it a
175      credential or password path to which he or she does not have access and
176      then use the --verbose option to view the first line of that file.
177      All known Samba versions are affected.
179    o CVE-2009-2906:
180      Specially crafted SMB requests on authenticated SMB connections can
181      send smbd into a 100% CPU loop, causing a DoS on the Samba server.
184 ######################################################################
185 Changes
186 #######
188 Changes since 3.3.7
189 -------------------
192 o   Jeremy Allison <jra@samba.org>
193     * BUG 6763: Fix for CVE-2009-2813.
194     * BUG 6768: Fix for CVE-2009-2906.
197 o   Jeff Layton <jlayton@redhat.com>
198     * Fix for CVE-2009-2948.
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.7
226                           July, 29  2009
227                    =============================
230 This is the latest bugfix release of the Samba 3.3 series.
233 ######################################################################
234 Changes
235 #######
238 Changes since 3.3.6:
239 --------------------
242 o   Jeremy Allison <jra@samba.org>
243     * BUG 6421: Fix POSIX read-only open on read-only shares.
244     * BUG 6476: Fix smbd zombies in memory when using [x]inetd.
245     * BUG 6487: Add missing DFS call in trans2 mkdir call.
246     * BUG 6520: Fix time stamps when "unix extensions = yes".
249 o   Günther Deschner <gd@samba.org>
250     * BUG 6253: Use correct value for password expiry calculation in
251       pam_winbind.
252     * BUG 6340: Fix segfault when cleartext trustdom pwd could not be retrieved.
253     * BUG 6451: Use right access bits in net/libnetapi user rename.
254     * BUG 6484: Fix _lsa_LookupNames2() server implementation which always
255       returned a NULL sid_array.
258 o   Björn Jacke <bj@sernet.de>
259     * BUG 6497: Fix configure error.
262 o   Volker Lendecke <vl@samba.org>
263     * BUG 6498: Add workaround for MS KB932762.
266 o   Jim McDonough <jmcd@samba.org>
267     * BUG 6481: Don't require "Modify property" perms to unjoin.
270 o   Stefan Metzmacher <metze@samba.org>
271     * BUG 6526: Let parent_dirname() correctly return toplevel filenames.
274 o   Bo Yang <boyang@samba.org>
275     * BUG 6560: Fix handling of UPN.
278 ######################################################################
279 Reporting bugs & Development Discussion
280 #######################################
282 Please discuss this release on the samba-technical mailing list or by
283 joining the #samba-technical IRC channel on irc.freenode.net.
285 If you do report problems then please try to send high quality
286 feedback. If you don't provide vital information to help us track down
287 the problem then you will probably be ignored.  All bug reports should
288 be filed under the Samba 3.3 product in the project's Bugzilla
289 database (https://bugzilla.samba.org/).
292 ======================================================================
293 == Our Code, Our Bugs, Our Responsibility.
294 == The Samba Team
295 ======================================================================
298 ----------------------------------------------------------------------
301                    =============================
302                    Release Notes for Samba 3.3.6
303                           June, 23  2009
304                    =============================
307 This is a security release in order to address CVE-2009-1888.
309    o CVE-2009-1888:
310      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
311      data value can potentially affect access control when "dos filemode"
312      is set to "yes".
315 ######################################################################
316 Changes
317 #######
320 Changes since 3.3.5:
321 --------------------
324 o   Jeremy Allison <jra@samba.org>
325     * BUG 6488: Fix for CVE-2009-1888.
328 ######################################################################
329 Reporting bugs & Development Discussion
330 #######################################
332 Please discuss this release on the samba-technical mailing list or by
333 joining the #samba-technical IRC channel on irc.freenode.net.
335 If you do report problems then please try to send high quality
336 feedback. If you don't provide vital information to help us track down
337 the problem then you will probably be ignored.  All bug reports should
338 be filed under the Samba 3.3 product in the project's Bugzilla
339 database (https://bugzilla.samba.org/).
342 ======================================================================
343 == Our Code, Our Bugs, Our Responsibility.
344 == The Samba Team
345 ======================================================================
348 ----------------------------------------------------------------------
351                    =============================
352                    Release Notes for Samba 3.3.5
353                           June, 16  2009
354                    =============================
357 This is the latest bugfix release of the Samba 3.3 series.
359 Major enhancements in Samba 3.3.5 include:
361     o Fix SAMR and LSA checks (bug #6089, #6289)
362     o Fix posix acls when setting an ACL without explicit ACE for the
363       owner (bug #2346).
364     o Fix joining of Win7 into Samba domain (bug #6099).
365     o Fix joining of Win2000 SP4 clients (bug #6301).
368 ######################################################################
369 Changes
370 #######
373 Changes since 3.3.4:
374 --------------------
377 o   Michael Adam <obnox@samba.org>
378     * BUG 6320: Handle registry config source in file_list.
379     * BUG 6415: Filter out of range mappings in default idmap config in
380       idmap_tdb.
381     * BUG 6416: Filter out of range mappings in default idmap config in
382       idmap_tdb2.
383     * BUG 6417: Filter out of range mappings in default idmap config in
384       idmap_ldap.
385     * Prevent infinite include nesting.
386     * Mark registry shares without path unavailable.
389 o   Jeremy Allison <jra@samba.org>
390     * BUG 6089: Revert the extra SAMR and LSA checks.
391     * BUG 6099: Fix joining of Win7 into Samba domain.
392     * BUG 6289: Revert the extra SAMR and LSA checks.
393     * BUG 6297: Owner of sticky directory cannot delete files created by
394       others.
395     * BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event.
396     * BUG 6330: Fix DFS on AIX.
399 o   Guenther Deschner <gd@samba.org>
400     * BUG 6099: Fix joining of Win7 into Samba domain.
401     * BUG 6157: Fix handling of multi-value attribute "uid".
402     * BUG 6301: Fix joining of Win2000 SP4 clients.
403     * BUG 6309: Support remote unjoining of Windows 2003 or greater.
404     * BUG 6372: Fix usermanager only displaying 1024 groups and aliases.
405     * BUG 6465: Fix enumeration of empty aliases (ldb backend).
408 o   Björn Jacke <bj@sernet.de>
409     * Also handle DirX return codes.
412 o   Volker Lendecke <vl@samba.org>
413     * BUG 6336: Fix 'net groupmap set' segfault.
414     * BUG 6361: Make --rcfile work in smbget.
415     * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a
416       directory.
417     * BUG 6382: Fix case insensitive access to DFS links.
418     * BUG 6441: Fix the compile with --enable-dnssd.
419     * BUG 6449: 'net rap user add' crashes without -C option.
420     * Fix Coverity ID 897.
421     * Do not crash in ctdbd_traverse if ctdbd is not around.
422     * Fix a race condition in winbind leading to a panic.
425 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
426     * BUG 5897: Fix shutdown script example in the smb.conf manpage.
429 o   Stefan Metzmacher <metze@samba.org>
430     * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the
431       owner.
434 o   D.L. Meyer <dlmeyer@uiuc.edu>
435     * BUG 5832: Fix build on RHEL when ccache is not available.
438 o   Andreas Schneider <mail@cynapses.org>
439     * Some man pam_winbind improvements.
442 o   Karolin Seeger <kseeger@samba.org>
443     * BUG 5835: Add keyutils-devel to build requires to fix build on RHEL.
446 o   Marc VanHeyningen <marc.vanheyningen@isilon.com>
447     * Zero an uninitialized array.
450 ######################################################################
451 Reporting bugs & Development Discussion
452 #######################################
454 Please discuss this release on the samba-technical mailing list or by
455 joining the #samba-technical IRC channel on irc.freenode.net.
457 If you do report problems then please try to send high quality
458 feedback. If you don't provide vital information to help us track down
459 the problem then you will probably be ignored.  All bug reports should
460 be filed under the Samba 3.3 product in the project's Bugzilla
461 database (https://bugzilla.samba.org/).
464 ======================================================================
465 == Our Code, Our Bugs, Our Responsibility.
466 == The Samba Team
467 ======================================================================
470 ----------------------------------------------------------------------
473                    =============================
474                    Release Notes for Samba 3.3.4
475                           April, 29  2009
476                    =============================
479 This is the latest bugfix release of the Samba 3.3 series.
481 Major enhancements in Samba 3.3.4 include:
483     o Fix domain logins for WinXP clients pre SP3 (bug #6263).
484     o Fix samr_OpenDomain access checks (bug #6089).
485     o Fix usrmgr.exe creating a user (bug #6243).
488 ######################################################################
489 Changes
490 #######
493 Changes since 3.3.3:
494 --------------------
497 o   Michael Adam <obnox@samba.org>
498     * net conf: Save share name as given, not as lower case only.
499     * Prevent creation of registry keys containing the '/' character.
502 o   Jeremy Allison <jra@samba.org>
503     * BUG 6089: Fix samr_OpenDomain access checks.
504     * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with
505       "msdfs root" set to "yes".
506     * BUG 6279: Fix Winbind crash.
507     * Allow pdbedit to change a user rid/sid.
508     * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
509     * Don't access a freed structure when logging off and re-using a vuid.
512 o   Günther Deschner <gd@samba.org>
513     * BUG 5329: Add "net rpc service delete/create".
514     * BUG 6238: Make sure wbcLogoffUserParams are properly initialized before
515       freed.
516     * BUG 6263: Fix domain logins for WinXP clients pre SP3.
517     * BUG 6286: Call init function for builtin idmap modules before probing for
518       them as shared modules.
519     * Try to to fix password_expired flag handling.
520     * Make sure to grey out change fields in the netdomjoin-gui when not
521       running as root.
524 o   Jim McDonough <jmcd@samba.org>
525     * Don't look up local user for remote changes, even when root.
528 o   Volker Lendecke <vl@samba.org>
529     * BUG 6243: Fix usrmgr.exe creating a user.
530     * Use procid_str in debug messages for better cluster-debuggability.
531     * Use cluster-aware procid_is_me instead of comparing pids.
532     * Fix smbd crash for close_on_completion.
533     * Fix a memleak in an unlikely error path in change_notify_create().
534     * Do not use the file system GET_REAL_FILENAME for mangled names.
537 o   Stefan Metzmacher <metze@samba.org>
538     * Fix a crash bug if we timeout in net rpc trustdom list.
539     * Add '--request-timeout' option to net.
542 o   Martin Schwenke <martin@meltin.net>
543     * In net_conf_import, start a transaction when importing a single share.
546 o   Simo Sorce <ssorce@redhat.com>
547     * Fix writing of roaming profiles with "profile acls" set to "yes".
550 ######################################################################
551 Reporting bugs & Development Discussion
552 #######################################
554 Please discuss this release on the samba-technical mailing list or by
555 joining the #samba-technical IRC channel on irc.freenode.net.
557 If you do report problems then please try to send high quality
558 feedback. If you don't provide vital information to help us track down
559 the problem then you will probably be ignored.  All bug reports should
560 be filed under the Samba 3.3 product in the project's Bugzilla
561 database (https://bugzilla.samba.org/).
564 ======================================================================
565 == Our Code, Our Bugs, Our Responsibility.
566 == The Samba Team
567 ======================================================================
570 ----------------------------------------------------------------------
573                    =============================
574                    Release Notes for Samba 3.3.3
575                             April, 1 2009
576                    =============================
578 This is the latest bugfix release release of the Samba 3.3 series.
580 Major enhancements in Samba 3.3.3 include:
582     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
583       correctly (bug #6195).
584     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
585     o Fix "map readonly" (bug #6186).
588 ######################################################################
589 Changes
590 #######
593 Changes since 3.3.2:
594 --------------------
597 o   Michael Adam <obnox@samba.org>
598     * BUG 6195: Don't let smbd child processes panic.
599     * Add backend_requires_messaging() method to libsmbconf.
600     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
601     * Fall back to file backend when no valid backend was found.
602     * Fix a memleak in dbwrap_rbt.
603     * Provide transaction_start|commit|cancel fns for the registry tdb.
604     * Speed up "net conf drop".
605     * Speed up "net conf import".
606     * Add transactions to the libsmbconf API.
607     * Reduce memory usage of "net conf import".
608     * Registry cleanup.
609     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
610     * Fix build of pam_winbind.so with static linking.
611     * Tidy up some convert_string_internal error cases.
614 o   Jeremy Allison <jra@samba.org>
615     * BUG 6186: Fix map readonly.
616     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
617       correctly.
618     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
619     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
620       to run elections.
621     * Allow DFS client paths to work when POSIX pathnames have been
622       selected.
623     * Try and fix the build farm RAW-STREAMS errors.
624     * Ensure files starting with multiple dots are hidden.
627 o   Günther Deschner <gd@samba.org>
628     * BUG 6102: NetQueryDisplayInformation could return wrong information.
629     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
630     * Fix notify_printer_status_byname.
631     * Fix Coverity IDs 722, 762, 774, 775, 776.
634 o   Björn Jacke <bj@sernet.de>
635     * Fix build on old Heimdal based systems.
636     * Fix compile warning.
637     * Use parentheses in if condition to make negation clear.
640 o   Andy Kelk <andy@mopoke.co.uk>
641     * Add dirsort module.
644 o   Steve Langasek <vorlon@debian.org>
645     * BUG 6147: Fix detection of the GNU ld version.
648 o   Volker Lendecke <vl@samba.org>
649     * BUG 6097: Fix smbd segfault.
650     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
651       members.
652     * BUG 6139: Add missing whitespace in mount.cifs error message.
653     * Fix a malloc/talloc mismatch when cli_initialise() fails.
654     * Fix a valgrind error.
655     * Speed up "net conf list".
656     * Add sorted subkey cache.
657     * Use StrCaseCmp in the dirsort module.
658     * Document the dirsort module.
659     * Fix the build on HP/UX.
660     * Disable dns_sd by default.
661     * Add avahi detection to configure.
662     * Add event avahi binding.
663     * Use avahi to register _smb._tcp in smbd.
664     * Fix two memleaks in the encryption code.
665     * Fix a scary "fill_share_mode_lock failed" message.
668 o   Derrell Lipman <derrell@dworkin.(none)>
669     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
670       errno.
673 o   Stefan Metzmacher <metze@samba.org>
674     * Don't use reserved words in smbconftort.
675     * Fix smb signing for fragmented trans/trans2/nttrans requests.
678 o   Tim Prouty <tprouty@samba.org>
679     * Parse_packet can return NULL which is then dereferenced in
680       match_mailslot_name.
683 o   Timur <timur@FreeBSD.org>
684     * Format the header check for netinet/ip.h more nicely.
685     * Fix detection of netinet/ip.h on FreeBSD.
688 o   Alexander Zagrebin <alexz@visp.ru>
689     * Missing break in conversion function prevents tdb password database
690       update.
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.2
718                            March, 12 2009
719                    =============================
721 This is the latest bugfix release release of the Samba 3.3 series.
723 Major enhancements in Samba 3.3.2 include:
725      * Fix "force group" (bug #6155).
726      * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
727      * Fix guest authentication in setups with "security = share" and
728       "guest ok = yes" when Winbind is running.
729      * Fix corruptions of source path in tar mode of smbclient (bug #6161).
732 ######################################################################
733 Changes
734 #######
737 Changes since 3.3.1:
738 --------------------
741 o   Jeremy Allison <jra@samba.org>
742     * BUG 6082: Fix renaming and deleting of directories using Windows clients.
743     * BUG 6154: Make ZFS honor admin users.
744     * BUG 6155: Fix "force group".
745     * BUG 6160: Fix saving of files on Samba share using MS Office 2007.
746     * BUG 6161: Fix corruptions of source path in tar mode of smbclient.
747     * Fix some NetBSD warnings.
748     * Fix bug in processing of open modes in POSIX open.
749     * Fix use of streams modules with CIFSFS client.
750     * Ensure ACL modules work with POSIX paths.
751     * Use fsp->posix_open in preference if we have it.
752     * Fix more POSIX path lstat calls.
755 o   Andrew Tridgell <tridge@samba.org>
756     * Fix a bug in message handling for the change notify code.
759 o   Steven Danneman <steven.danneman@isilon.com>
760     * Fix guest authentication in setups with "security = share" and "guest ok =
761       yes" when Winbind is running.
764 o   Steve French <smfrench@gmail.com>
765     * BUG 4640: Fix guest mounts in mount.cifs.
766     * Fix displaying the version string properly when no other parameters passed
767       in in mount.cifs.
770 o   Björn Jacke <bj@sernet.de>
771     * Prefer gssapi header files from subdirectory.
774 o   Volker Lendecke <vl@samba.org>
775     * BUG 6124: Fix the build on IRIX.
776     * BUG 6176: winbindd -n should disable the winbind idmap cache.
777     * Add a vfs_preopen module to hide fs latencies.
778     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
779     * Fix a valgrind error / segfault in dns_register_smbd().
782 o   Stefan Metzmacher <metze@samba.org>
783     * Fix build on SLES8.
784     * Decremented by 1 for ntcancel requests.
787 o   Tim Prouty <tprouty@samba.org>
788     * Fix creation of core files.
791 o   Dan Sledz <dan.sledz@isilon.com>
792     * Fix first mapping of uids/gids in Winbind.
795 o   Bo Yang <boyang@novell.com>
796     * Initialize the id_map status in idmap_ldap to avoid surprise.
797     * Fix initialization of idmap status.
800 ######################################################################
801 Reporting bugs & Development Discussion
802 #######################################
804 Please discuss this release on the samba-technical mailing list or by
805 joining the #samba-technical IRC channel on irc.freenode.net.
807 If you do report problems then please try to send high quality
808 feedback. If you don't provide vital information to help us track down
809 the problem then you will probably be ignored.  All bug reports should
810 be filed under the Samba 3.3 product in the project's Bugzilla
811 database (https://bugzilla.samba.org/).
814 ======================================================================
815 == Our Code, Our Bugs, Our Responsibility.
816 == The Samba Team
817 ======================================================================
820 ----------------------------------------------------------------------
823                    =============================
824                    Release Notes for Samba 3.3.1
825                           February, 24 2009
826                    =============================
828 This is the latest bugfix release release of the Samba 3.3 series.
830 Major enhancements in Samba 3.3.1 include:
832      * Fix net ads join when "ldap ssl = start tls" (bug #6073).
833      * Fix renaming/deleting of files using Windows clients (bug #6082).
834      * Fix renaming/deleting a "not matching/resolving" symlink (bug #6090).
835      * Fix remotely adding a share via the Windows MMC.
838 ######################################################################
839 Changes
840 #######
842 smb.conf changes
843 ----------------
845     Parameter Name                      Description     Default
846     --------------                      -----------     -------
847     ldap ssl ads                        New             No
850 Changes since 3.3.0:
851 --------------------
854 o   Jeremy Allison <jra@samba.org>
855     * BUG 6082: Fix renaming/deleting of files using Windows clients.
856     * BUG 6069: Fix build with too many arguments.
857     * BUG 6090: Fix renaming/deleting a "not matching/resolving" symlink.
858     * BUG 6099: Try to fix domain join of Win7 Beta.
859     * BUG 6117: Fix core dump of pdbedit -a.
860     * BUG 6133: Fix deletion of non-ACL files on Solaris/ZFS/NFSv4 ACL
861       filesystem.
862     * Fix Coverity IDs 115, 116, 117, 602.
863     * Fix warning (bad handler prototype).
864     * Unify the detection of the timespec code in configure.in, and the
865       application of it in time.c.
866     * Correctly use chroot().
867     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure that "offered"
868       read from the rpc packet in spoolss is under that size.
869     * Backport the semantics of when to delete alternate data streams on a file
870       truncate.
871     * Fix printf warnings.
872     * Fix warnings on Solaris.
875 o   Michael Adam <obnox@samba.org>
876     * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
877     * BUG 6073: Prevent ads_connect() from using SSL unless explicitly
878       requested.
879     * Fix 'getent passwd' to allocate new uids.
880     * Fix 'getent group' to allocate new gids.
881     * Remove check for sharename being a username in 'net conf
882       addshare'.
885 o   Guenther Deschner <gd@samba.org>
886     * Fix Coverity ID 848.
887     * Remove unused ENUM_HND from 'net'.
888     * Fix getform command asprintf return code in rpcclient.
889     * Fix memleak in get_remote_printer_publishing_data().
890     * Remove duplicate prototypes for generated rpc server functions.
893 o   Holger Hetterich <hhetter@novell.com>
894     * Enable total anonymization in vfs_smb_traffic_analyzer.
897 o   Bjoern Jacke <bj@sernet.de>
898     * Fix build with external dns_sd libraries.
899     * Fix configure check "sub-second timestamps without struct timespec".
900     * Add configure check for AIX style sub-second resolution support.
901     * Add configure check for Tru64 sub-second timestamp resolution.
902     * Add Tru64 sub-second resolution timestamp support.
903     * Enable IPv6 support for NetBSD and FreeBSD.
904     * Use correct BSD evironment variable.
907 o   Guenter Kukkukk <linux@kukkukk.com>
908     * Don't try and delete a default ACL from a file.
911 o   Volker Lendecke <vl@samba.org>
912     * BUG 5798: CFLAGS info lost in configure.
913     * Fix Coverity IDs 740, 742, 744, 745, 876, 879, 880.
914     * Fix remotely adding a share via the Windows MMC.
915     * Avoid valgrind errors.
916     * Fix 'net rpc join' for users with the SeMachineAccountPrivilege.
917     * Fix resume handle for _samr_EnumDomainGroups.
918     * Fix a buffer handling bug when adding lots of registry keys.
919     * Fix a O(n^2) algorithm in regdb_fetch_keys().
922 o   Jeff Layton <jlayton@redhat.com>
923     * Initialize rc to 0 in main in mount.cifs.
926 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
927     * BUG 6069: Add a fstatvfs function for libsmbclient.
928     * Eliminate compiler warnings.
931 o   Glenn Machin <gmachin@sandia.gov>
932     * Don't miss an absolute pathname as a kerberos keytab path.
935 o   Stefan Metzmacher <metze@samba.org>
936     * BUG 6100: Implement _netr_LogonGetCapabilities() with
937       NT_STATUS_NOT_IMPLEMENTED.
938     * Make Samba work with older ctdb versions.
939     * Add S-1-22-X-Y sids to the local token.
942 o   Lars Mueller <lars@samba.org>
943     * Conditional install of the cifs.upcall man page.
944     * Adjust regex to match variable names including underscores.
947 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
948     * BUG 4370: Clean-up entries in /etc/mtab after unmount.
949     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
952 o   Ted Percival <ted.percival@quest.com>
953     * Fix a crash during name resolution.
956 o   Tim Prouty <tprouty@samba.org>
957     * Fix "assignment discards qualifiers from pointer target type"
958       warnings.
959     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
962 o   Karolin Seeger <kseeger@samba.org>
963     * Change "ldap ssl:ads" parameter to "ldap ssl ads".
964     * Add manpages for vfs_acl_xattr and vfs_acl_tdb.
967 o   Dan Sledz <dsledz@isilon.com>
968     * Fix double free caused by incorrect talloc_steal usage.
971 o   Simo Sorce <idra@samba.org>
972     * Build ldbrename.
975 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
976     * Make nmbd check all available interfaces for WINS before failing.
979 o   Miguel Suarez <Miguel.Suarez@stratus.com>
980     * Fix compilation of vfs_default on systems that do not support utimes().
983 o   Yasuma Takeda <yasuma@osstech.co.jp>
984     * BUG 5920: Fix the calculation of the memcpy length.
985     * BUG 6098: Fix ads_find_dc() in setups with "security = domain".
988 o   Bo Yang <boyang@novell.com>
989     * Make libsmbclient work with DFS.
992 ######################################################################
993 Reporting bugs & Development Discussion
994 #######################################
996 Please discuss this release on the samba-technical mailing list or by
997 joining the #samba-technical IRC channel on irc.freenode.net.
999 If you do report problems then please try to send high quality
1000 feedback. If you don't provide vital information to help us track down
1001 the problem then you will probably be ignored.  All bug reports should
1002 be filed under the Samba 3.3 product in the project's Bugzilla
1003 database (https://bugzilla.samba.org/).
1006 ======================================================================
1007 == Our Code, Our Bugs, Our Responsibility.
1008 == The Samba Team
1009 ======================================================================
1012 ----------------------------------------------------------------------
1015                    =============================
1016                    Release Notes for Samba 3.3.0
1017                           January, 27 2009
1018                    =============================
1020 This is the first stable release of Samba 3.3.0.
1022 Major enhancements in Samba 3.3.0 include:
1024  General changes:
1025  o The passdb tdbsam version has been raised.
1027  Configuration/installation:
1028  o Splitting of library directory into library directory and separate
1029    modules directory.
1030  o The default value of "ldap ssl" has been changed to "start tls".
1032  File Serving:
1033  o Extended Cluster support.
1034  o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
1035    to store NTFS ACLs on Samba file servers.
1037  Winbind:
1038  o Simplified idmap configuration.
1039  o New idmap backends "adex" and "hash".
1040  o Added new parameter "winbind reconnect delay".
1041  o Added support for user and group aliasing.
1042  o Added support for multiple domains to idmap_ad.
1044  Administrative tools:
1045  o The destination "all" of smbcontrol does now affect all running
1046    daemons including nmbd and winbindd.
1047  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
1048  o The 'net' utility can now use kerberos for joining and authentication.
1049  o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
1051  Libraries:
1052  o NetApi library implements various new calls for User- and Group
1053    Account Management.
1054  o libsmbclient does now determine case sensitivity based on file system
1055    attributes.
1058 General changes
1059 ===============
1061 The passdb tdbsam version has been raised as among other things the RID counter
1062 has been moved from the winbindd_idmap.tdb to the passdb.tdb file to make
1063 "passdb backend = tdbsam" working in clustered environments.
1065 Please note that an updated passdb.tdb file is _not_ compatible with Samba
1066 versions before 3.3.0! Please backup your passdb.tdb file if
1067 you use "passdb backend = tdbsam". That can be achieved by running
1069 'tdbbackup /etc/samba/passdb.tdb'
1071 before the update.
1074 Configure changes
1075 =================
1077 The configure option "--with-libdir" has been removed. The library
1078 directory can still be specified by using the existing "--libdir" option.
1079 A new option "--with-modulesdir" has been added to allow the specification
1080 of a separate directory for the shared modules.
1083 Configuration changes
1084 =====================
1086 The default value of "ldap ssl" has been changed to "start tls". This means,
1087 Samba will use the LDAPv3 StartTLS extended operation (RFC2830) for
1088 communicating with directory servers by default. If your directory servers
1089 do not support this extended operation, you will have to set
1090 "ldap ssl = no". Otherwise, Samba could not contact the directory servers
1091 anymore!
1094 Winbind idmap backend changes
1095 =============================
1097 The idmap configuration has changed with version 3.3 to something that
1098 allows a smoother upgrade path from pre-3.0.25 configurations that use
1099 "idmap backend". The reason for this change is that to many, also to Samba
1100 developers, the 3.0.25 style configuration with "idmap config" turned out
1101 to be very complex. Version 3.3 no longer deprecates the "idmap backend"
1102 parameter, instead with "idmap backend" the default idmap backend is
1103 specified.
1105 Accordingly, the "idmap config <domain> : default = yes" setting is no
1106 longer being looked at.
1108 The alloc backend defaults to the default backend, which should be able to
1109 allocate IDs. In the default distribution the tdb and ldap backends can
1110 allocate, the ad and rid backends can not. The idmap alloc range is now
1111 being set with the "old" parameters "idmap uid" and "idmap gid".
1113 The "idmap domains" parameter has been removed.
1116 winbind reconnect delay
1117 =======================
1119 This is a new parameter which specifies the number of seconds the Winbind
1120 daemon will wait between attempts to contact a Domain controller for a domain
1121 that is determined to be down or not contactable.
1124 Winbind's Name Aliasing
1125 =======================
1127 Name aliasing in Winbind is a feature that allows an administrator to
1128 map a fully qualified user or group name from a Windows domain to a
1129 convenient short name for Unix access.  This is similar to the username
1130 map functionality supported by smbd but is primary intended for
1131 clients and servers making use of Winbind's PAM and NSS libraries.
1133 For example, the user "DOMAIN\fred" has been mapped to the Unix name
1134 "freddie".
1136    $ getent passwd "DOMAIN\fred"
1137    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1139    $ getent passwd freddie
1140    freddie:x:1000:1001:Fred Jones:/home/freddie:/bin/bash
1142 The name aliasing support is provided by individual nss_info plugins.
1143 For example, the new "adex" plugin reads the uid attribute from Active
1144 Directory to make a short login name to the fully qualified name.
1145 While the new "hash" module utilizes a local file to map "short_name
1146 = QUALIFIED\name".  Both user and group name mapping is supported.
1147 Please refer to the "winbind nss info" option in smb.conf(5) and
1148 to individual plugin man pages for further details.
1151 idmap_hash
1152 ==========
1154 The idmap_hash plugin provides similar support as the idmap_rid
1155 module.  However, uids and gids are generated from the full domain
1156 SID using a hashing algorithm that maps the lower 19 bits from the user
1157 or group RID to bits 0 - 19 in the Unix id and hashes 96 bits from
1158 the domain SID to bits 20 - 30 in the Unix id.  The result is a 31 bit
1159 uid or gid that is consistent across machines and provides support for
1160 trusted domains.
1162 Please refer to the idmap_hash(8) man page for more details.
1165 idmap_adex
1166 ==========
1168 The adex idmap/nss_info plugin is an adaptation of the Likewise
1169 Enterprise plugin with support for OU based cells removed
1170 (since the Windows pieces to manage the cells are not available).
1172 This plugin supports
1174       * The RFC2307 schema for users and groups.
1175       * Connections to trusted domains
1176       * Global catalog searches
1177       * Cross forest trusts
1178       * User and group aliases
1180 Prerequisite: Add the following attributes to the Partial Attribute
1181 Set in global catalog:
1183       * uidNumber
1184       * uid
1185       * gidNumber
1187 A basic config using the current trunk code would look like:
1189 [global]
1190         idmap backend = adex
1191         idmap uid = 10000 - 29999
1192         idmap gid = 10000 - 29999
1193         winbind nss info = adex
1195         winbind normalize names = yes
1196         winbind refresh tickets = yes
1197         template homedir = /home/%D/%U
1198         template shell = /bin/bash
1200 Please refer to the idmap_adex(8) man page for more details.
1203 Libraries
1204 =========
1206 libsmbclient will now treat file names case-sensitive by default if the filesystem
1207 we are connecting to supports case sensitivity. This change of behavior is
1208 considered a bug fix, as it was previously possible to accidentally overwrite a
1209 file that had the same case-insensitive name but a different case-sensitive name
1210 as a previously-existing file, while creating a new file.
1212 If it is not possible to detect if the filesystem supports case sensitivity,
1213 the user-specified option value will be used.
1216 ######################################################################
1217 Changes
1218 #######
1220 smb.conf changes
1221 ----------------
1223     Parameter Name                      Description     Default
1224     --------------                      -----------     -------
1225     cups connection timeout             New             30
1226     idmap config DOM:range              Removed
1227     idmap domains                       Removed
1228     init logon delayed hosts            New             ""
1229     init logon delay                    New             100
1230     ldap ssl                            Changed Default start tls
1231     share modes                         Deprecated
1232     winbind reconnect delay             New             30
1235 Changes since 3.3.0rc2:
1236 -----------------------
1239 o   Jeremy Allison <jra@samba.org>
1240     * BUG 4308: Fix corrupting of file ACLs during Excel save operations.
1241     * BUG 5979: Fix level 2 oplocks being granted improperly.
1242     * BUG 5980: Race condition when granting level2 oplocks can cause break
1243       notify to be missed.
1244     * BUG 5986: Editing a stream is broken (rename problems).
1245     * BUG 5990: Strict allocate should be checked before ftruncate.
1246     * BUG 6009: Setting "min receivefile size = 1" breaks writes.
1247     * BUG 6016: Alternate Data Streams / Extended Attributes seem to conflict.
1248     * BUG 6017: Fix magic scripts.
1249     * BUG 6019: Fix file corruption in Clustered SMB/NFS environment managed via
1250       CTDB.
1251     * BUG 6021: smbclient du command does not recuse properly.
1252     * BUG 6024: Deprecate the "share modes" parameter.
1253     * BUG 6030: Add missing <th> header in Status page.
1254     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
1255     * BUG 6040: Calling Samba print server with an aliased DNS-name fails.
1256     * Fix gcc 4.3.2 warnings.
1257     * Fix more asprintf errors and error code paths.
1258     * Attempt to fix crash seen with new CUPS async printcap loading code.
1259     * Add winbindd_reinit_after_fork(), cleaning out all possible events
1260       in a forked child.
1261     * Make winbindd_cm.c use winbindd_reinit_after_fork().
1262     * Fix race condition in alarm lock processing.
1263     * Fixes crash bug in SWAT.
1266 o   Michael Adam <obnox@samba.org>
1267     * Fix build of pam_winbind.so on older Linux systems.
1268     * Packaging RHEL-CTDB: Fix build of [u]mount.cifs.
1269     * Prevent access to root filesystem when connecting with empty service name.
1270     * Fix distclean target and add realdistclean target in the docs build.
1271     * Add manpage for idmap_tdb2.
1272     * Clarify idmap manpages.
1275 o   Kai Blin <kai@samba.org>
1276     * BUG 5953: Fix smbclient crashes.
1279 o   Gerald (Jerry) Carter <jerry@samba.org>
1280     * Fix "allow trusted domain" so it disables trusted domains.
1281     * Return immediately on a failed GC connection in ads_connect.
1284 o   SATOH Fumiyasu <fumiyas@osstech.jp>
1285     * Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit.
1286     * Fix SIGBUS on non-x86 CPUs in libsmbclient.
1287     * Fix a compile-time warning.
1290 o   Holger Hetterich <hhetter@novell.com>
1291     * Add a simple tdb integrity check to tdbtool.
1294 o   Björn Jacke <bj@sernet.de>
1295     * Correct the description of the "ldap timeout" parameter.
1298 o   Volker Lendecke <vl@samba.org>
1299     * BUG 5913: Fix build error with at least GCC 4.2.2.
1300     * BUG 5933: Fix incrementing/decrementing of num_validated_vuids.
1301     * BUG 5953: Make cli_send_smb_direct_writeX use writev.
1302     * BUG 5965: Fix creation of the first share using SWAT.
1303     * BUG 5969: Optimize smbclient put command.
1304     * BUG 6012: Add "get_real_filename" to full_audit.
1305     * BUG 6014: Fix segfault when calling mget without arguments.
1306     * Fix a spinning smbd when printing.
1307     * Fix a memory leak in cups_pull_comment_location.
1308     * Fix a valgrind error.
1309     * Fix a "ignoring function call result" warning.
1310     * Fix some C++ warnings.
1311     * Fix an ancient uninitialized variable read.
1312     * Fix a bad memleak in vfs_full_audit.
1315 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1316     * BUG 6022: Make smbc_urlencode and smbc_urldecode in libsmbclient.
1317     * Determine case sensitivity based on file system attributes.
1320 o   Stefan Metzmacher <metze@samba.org>
1321     * net_status: Use dbwrap to open sessionid.tdb.
1322     * Fix dbwrap_store_uint32() to match dbwrap_store_int32().
1323     * Make marshalling struct samu from and to a buffer more generic.
1324     * Store the next rid counter in passdb.tdb instead of winbind_idmap.tdb.
1325     * Register the client connection via CTDB_CONTROL_TCP_ADD.
1326     * Don't need to call messaging_reinit() twice.
1327     * Raise TDBSAM_VERSION.
1328     * Add manpage for vfs_fileid.
1329     * Rename 'fd_event' to 'winbindd_fd_event' to avoid confusion.
1330     * Recreate the per domain check_online_event without relying on global
1331       state.
1332     * Handle the smb signing states the same in the krb5 and ntlmssp cases.
1333     * Re-add 'fileid:algorithm' option to vfs_fileid.
1334     * Fix CTDB IPv6 support in cluster setups.
1335     * Reinit_after_fork() should reinit the event context before the
1336       messaging context.
1337     * Fix PCAP support in socket_wrapper.
1340 o   Lars Müller <lars@samba.org>
1341     * Tweak with pam defines of older Linux versions.
1344 o   Tim Prouty <tprouty@samba.org>
1345     * Fix stream marshalling to return the correct streaminfo status.
1346     * Allow renames of streams via NTRENAME and fix stream error codes on
1347       rename.
1348     * Remove a few unnecessary checks from the streams xattr module.
1349     * Remove a few unnecessary checks from the streams depot module and fix to
1350       work with NTRENAME.
1353 o   Andreas Schneider <anschneider@suse.de>
1354     * Fix a segfault if ? is there but the options are NULL.
1355     * Avoid flooding of syslog with failing pam_putenv messages.
1358 o   Karolin Seeger <kseeger@samba.org>
1359     * BUG 6000: Avoid bashism in perfcount.init.
1360     * Change default value of "ldap ssl" to "start tls".
1361     * Update version number in the manpages.
1362     * Fix several small issues and typos in the manpages.
1363     * Check if Unix account exists before asking for the password in smbpasswd.
1366 o   Todd Stecher <todd.stecher@gmail.com>
1367     * Fix memory leaks and other fixes found by Coverity.
1370 o   Bo Yang <boyang@novell.com>
1371     * Clean event context after child is forked.
1372     * Fix broken krb5 refresh chain.
1373     * Set entry->refresh_time to make ccache_regain_all_now() work correctly.
1374     * Refresh sequence number as soon as possible.
1375     * Don't set child->requests to NULL in parent after fork.
1376     * Don't send message to any other child in child process.
1377     * Fix bug in get_dc_name_via_netlogon(), null pointer reference.
1381 "Changes since" sections of 3.3 previews and release candidates follow:
1382 =======================================================================
1384 Changes since 3.3.0rc1:
1385 ------------------------
1387 o   Jeremy Allison <jra@samba.org>
1388     * BUG 1254: Fix "write list" in setups using "security = share".
1389     * BUG 5937: Fix filenames with "*" char hiding other files.
1390     * BUG 5953: Fix segfaults in smbclient.
1391     * Fix usrmgr opening a user object as non-root.
1394 o   Michael Adam <obnox@samba.org>
1395     * BUG 3661: Add support for trusted domains to idmap_ad.
1396     * Fix default backend handling for ad backends.
1397     * Fix potential segfault in vfs_tsmsm.
1398     * Fix several RHEL CTDB packaging issues.
1401 o   Guenther Deschner <gd@samba.org>
1402     * BUG 5957: Do not abort rename process on valid rename script.
1403     * Fix various potential memleaks in samr_SetUserInfo.
1404     * Fix access bits in netapi.
1407 o   Steve French <stevef@smf-t60p.smfdom>
1408     * BUG 5934: Use USER environment in mount.cifs when no user is specified.
1409     * variable
1412 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1413     * BUG 5688: LPQ process is orphaned if socket address parameter is invalid.
1414     * Vars for signals must be volatile sig_atomic_t.
1417 o   Henning Henkel <henning.henkel@fh-furtwangen.de>
1418     * BUG 5929: Fix build of vfs_prealloc with option --with-cluster-support and
1419       GPFS.
1422 o   Tomasz Krasuski <kr0tki@poczta.onet.pl>
1423     * BUG 5928: Fix 'testparm --version'.
1426 o   Jeff Layton <jlayton@redhat.com>
1427     * Allow mounts to ipv6 capable servers in mount.cifs.
1430 o   Volker Lendecke <vl@samba.org>
1431     * Fix crash bug when freeing a non-malloc'ed buffer if the client sends a
1432       non-encrypted packet with the crypto state set.
1433     * Fix error code when smbclient puts a file over an existing directory.
1434     * Pass the get_real_filename operation through the VFS.
1437 o   Stefan Metzmacher <metze@samba.org>
1438     * BUG 5749: Re-set acctflags while joining.
1439     * Fix several issues concerning Alternate Data Streams.
1440     * Fix valgrind bug lp_parm_const_string().
1441     * Fix setting of trust passwords using 'net rpc trustdom add'.
1442     * Correctly detect if the current dc is the closest one.
1445 o   Tim Prouty <tprouty@samba.org>
1446     * Fix a delete on close divergence from windows.
1449 o   Dan Sledz <dsledz@isilon.com>
1450     * Fix logging to syslog.
1453 o   Yasuma Takeda <yasuma@osstech.co.jp>
1454     * BUG 5944: Fix starting of nmbd with "socket address" set to "".
1457 o   Bo Yang <boyang@novell.com>
1458     * Fix script installmo.sh when no .po file exists.
1461 ----------------------------------------------------
1463 Changes since 3.3.0pre2:
1464 ------------------------
1466 o   Michael Adam <obnox@samba.org>
1467     * Fix eventlog crash.
1468     * Make keytab filename argument mandatory to "net rpc vampire keytab".
1469     * Add domain prefix to username in lookup_groupmem().
1470     * Honour "winbind use default domain" in lookup_groupmem().
1471     * Sanely handle NULL domain in add_member().
1472     * Don't list the domain twice when expanding internal aliases.
1473     * Prevent negative GM/ cache entries due to broken connections.
1474     * Use the reconnect methods instead of the rpc methods directly.
1477 o   Jeremy Allison <jra@samba.org>
1478     * BUG 5080: Fix access to cups-printers with cups 1.3.4.
1479     * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
1480     * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
1481     * BUG 5825: Fix account locking with an LDAP backend.
1482     * BUG 5826: Fix truncated filenames when accessing old servers.
1483     * BUG 5873: Fix ACL inheritance.
1484     * BUG 5889: Fix "delete veto files = no".
1485     * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog
1486       list".
1487     * BUG 5900: Fix vfs_readonly.
1488     * BUG 5903: Fix breaking of file contents in vfs_streams_xattr.
1489     * BUG 5904: Fix SIGABRT while servicing getaddrinfo() request caused by
1490       libnss_wins.
1491     * BUG 5914: Fix redefinition of struct name_list.
1492     * Correctly fix smbclient to terminate on eof from server.
1493     * Fix client timeout when searching for a large number of cups printers.
1494     * Unify access checks for lsa server functions.
1495     * Remove the requirement for ldap call made as root.
1496     * Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
1497     * Fix net rpc vampire, based on an *amazing* piece of debugging work by
1498       "Cooper S. Blake" <the_analogkid@yahoo.com>.
1499     * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
1500     * Add vfs_acl_tdb.c module to do ACLs completely in userspace.
1501     * Use fxattr calls whenever possible (trying to work around the strange
1502       Linux kernel oplock bug).
1505 o   Kai Blin <kai@samba.org>
1506     * BUG 5892: Fix net rap printq info documentation.
1507     * Add placeholder functions to libwbclient.
1510 o   Gerald (Jerry) Carter <jerry@samba.org>
1511     * Use the same prerequisite for DDNS update as Windows XP.
1512     * Make "lwinet ads dns register" honor the "interfaces" parameter.
1515 o   Steven Danneman <steven.danneman@isilon.com>
1516     * Add options to manage identity mapping entries to wbinfo and Winbind.
1517     * Fix to allow setting of NULL DACL/SACL.
1520 o   Guenther Deschner <gd@samba.org>
1521     * BUG 5888: Fix remote rpc service management.
1522     * Ensure consistency when reporting password complexity.
1523     * Fix _lsa_GetUserName.
1524     * Fix access check in _samr_QuerySecurity().
1525     * _samr_DeleteUser needs to wipe out the user_handle on success.
1526     * NetGroupEnum_r needs to handle servers with no groups.
1527     * Fix numerous netapi issues.
1528     * Add support for partial and delta netlogon replication in
1529       "net rpc vampire".
1530     * Add automatic machine password update in Winbind for member servers.
1531     * Add German internalization for pam_winbind.
1532     * Add Winbind krb5 locator plugin manpage.
1533     * Add new wbclient wbcLookupDomainControllerEx call.
1534     * Use autogenerated DCE/RPC routines for one more call on SVCCTL
1535       named pipe.
1536     * Use autogenerated NBT routines from Samba4 for Mailslot/CLDAP
1537       parsing.
1538     * Fix Winbind password change code for Windows 2000 DCs.
1539     * Fix PNP_HwProfInfo NDR parsing.
1540     * Add wbclient wbcLogonUser and wbcLogoffUserEx functions.
1541     * Add automatic home directory creation for pam_winbind.
1544 o   Mathias Dietz <MDIETZ@de.ibm.com>
1545     * Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so.
1548 o   Dina Fine <dina@exanet.com>
1549     * BUG 5908: Fix internal change notify on share directories.
1552 o   Nils Goroll <nils.goroll@hamburg.de>
1553     * BUG 5135: Prevent calling POSIX ACL vfs methods on zfs share.
1554     * BUG 5446: Prevent calling POSIX ACL vfs methods on zfs share.
1557 o   Jeff Layton <jlayton@redhat.com>
1558     * Have uppercase_string return success on NULL pointer in mount.cifs.
1559     * Make mount.cifs return codes match the return codes for /bin/mount.
1562 o   Volker Lendecke <vl@samba.org>
1563     * BUG 5691: Fig smbd panic on Solaris.
1564     * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights".
1565     * BUG 5860: safe_strcpy gives a nasty error message for overlong strings.
1566     * Fix the offset checks in the trans routines (CVE-2008-4314).
1567     * Fix a potential NULL deref in found by the IBM Checker.
1568     * Fix an uninitialized variable found by the IBM Checker.
1569     * Fix an unlikely memleak found by the IBM Checker.
1570     * Fix some missing error handlings.
1571     * Add workaround for domain joins using a netbios name which is different
1572       from the hostname.
1573     * Fix a valgrind error in idmap_ad_sids_to_unixids().
1574     * Make memcache_add_talloc NULL out the source pointer.
1575     * Fix memleak in memcache_add_talloc found by Martin Zielinski <mz@seh.de>.
1576     * Fix memleak in calculate_next_machine_pwd_change.
1579 o   Jeff Layton <jlayton@redhat.com>
1580     * mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog.
1583 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
1584     * BUG 5805: Don't close stdout when calling setup_logging multiple times.
1587 o   Stefan Metzmacher <metze@samba.org>
1588     * Return an error instead of crashing when no realm is given.
1591 o   TAKAHASHI Motonobu <monyo@samba.gr.jp>
1592     * 5901: Fix default value for streams_depot location.
1595 o   Tim Prouty <tim.prouty@isilon.com>
1596     * Fix several build warnings.
1599 o   Andreas Schneider <mail@cynapses.org>
1600     * Delete the krb5 ccname variable from the PAM environment if set.
1601     * Add a function out of pam_sm_close_session to delete the credentials.
1602     * Fix circular dependency error with autoconf 2.6.3.
1605 o   Davide Sfriso <sfriso@virgilio.it>
1606     * BUG 5906: Fix Winbind crash bug during 'getent group' on PDC.
1609 o   Dan Sledz <dsledz@isilon.com>
1610     * Add FreeBSD configure check for backtrace_symbols.
1611     * Allow SYSLOG_FACILITY to be modified with a new configure option called
1612       --with-syslog-facility.
1615 o   Joe Smith <yasumoto7@gmail.com>
1616     * Fix typo in source/utils/net_rap.c.
1619 o   Martin Schwenke <martin@meltin.net>
1620     * Prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty.
1621     * Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built at
1622       compile time rather than install time.
1625 o   Yasuma Takeda <yasuma@osstech.co.jp>
1626     * BUG 5909: Fix MS-DFS links containing multibyte characters on Vista.
1629 o   Bo Yang <boyang@novell.com>
1630     * Fix broken msgids in ntstatus_errors.
1631     * i18n/l10n pam_winbind
1634 ----------------------------------------------------
1636 Changes since 3.3.0pre1:
1637 ------------------------
1639 o   Michael Adam <obnox@samba.org>
1641     * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
1642     * BUG 5507: Fix several issues in the RHEL SPEC file.
1645 o   Jeremy Allison <jra@samba.org>
1646     * BUG 5729: Explicitly allow "-valid".
1647     * BUG 5737: Fix winbindd crash in an unusual failure mode.
1648     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
1649     * BUG 5762: Fix opening of mangled directory name (resulted
1650       'is a stream name').
1651     * BUG 5783: Fix FindFirst where search pattern == mangled filename.
1652     * BUG 5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file
1653       disposition.
1654     * BUG 5797: Fix moving of readonly files.
1655     * Fix crashes when looking up a non-existant uid.
1656     * Fix getting/setting of NT ACLs on a file.
1657     * Add st_birthtime and friends for accurate create times on *BSD
1658       and MacOSX).
1659     * Fix the wcache_invalidate_samlogon calls.
1660     * Clarify usage of "force create mode".
1661     * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
1662       mappings.
1663     * Write times code update.
1664     * Add experimental version of VFS module acl_xattr.
1665     * Fix rename_open_files.
1666     * Make SMB traffic analyzer VFS module more efficient.
1669 o   Gerald W. Carter <jerry@samba.org>
1670     * Fix segfault when calling nss_get_info() with a NULL ads structure.
1671     * Add support for name aliasing in Winbind.
1672     * Add the idmap/nss-info provider from Likewise Open.
1673     * Allow an admin to define the "uid" attribute for a RFC2307
1674       user object in AD to be the username alias.
1675     * Add new idmap backend "adex" to support RFC2307 enabled AD forests.
1676     * Add new idmap backend "hash".
1679 o   Steven Danneman <steven.danneman@isilon.com>
1680     * Fix build warnings.
1681     * Cleanup of DC enumeration in get_dcs().
1684 o   Guenther Deschner <gd@samba.org>
1685     * BUG 5710: Fix changing of machine account passwords.
1686     * BUG 5784: Fix pam_winbind build issue on Solaris.
1687     * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
1688     * Fix double installation of cifs.upcall.
1689     * Add change-user-password command to wbinfo.
1690     * Fix segfault in _srvsvc_NetShareAdd.
1693 o   James Ding <ding_cc@hotmail.com>
1694     * BUG 5736: Fix Winbind crash bug with trusted domains.
1697 o   Ephi Dror <Ephi.Dror@datadomain.com>
1698     * Correct the netsamlogon_clear_cached_user function.
1701 o   Holger Hetterich <hhetter@novell.com>
1702     * Add new VFS module to analyze SMB traffic to record write and read
1703       operations on the Samba server.
1706 o   Jeff Layton <jlayton@redhat.com>
1707     * Fix build warnings in cifs.upcall.
1710 o   Volker Lendecke <vl@sernet.de>
1711     * BUG 5707: Do proper error handling if the socket is closed.
1712     * BUG 5778: Don't define 'strlcat' and 'strlcpy' if it's already defined.
1713     * Fix Coverity IDs 587 and 589.
1714     * Increase the default positive idmap cache time to a week.
1715     * Fix calculation of useable_space for trans2 and nttrans replies.
1716     * Add mapping of generic bits when setting an NFSv4 ACL.
1719 o   Stefan Metzmacher <metze@samba.org>
1720     * Some write time fixes.
1723 o   Karolin Seeger <kseeger@samba.org>
1724     * Add new parameter "cups connection timeout".
1727 o   Simo Sorce <idra@samba.org>
1728     * Fix enumeration of nested group memberships in Winbind.
1729       This affected only setups using "security = ads".
1732 o   Timur <timur@FreeBSD.org>
1733     * Fix cut and paste error in quota code.
1734     * Fix display of POSIX ACLs.
1735     * Fix aio on FreeBSD.
1738 o   Andrew Tridgell <tridge@samba.org>
1739     * Fix permissions of group_mapping.ldb (CVE-2008-3789).
1740     * Avoid a race condition in glibc between AIO and setresuid().
1741     * Add missing become root for AIO operations.
1742     * Fix an errno handling bug that could lead to an infinite loop.
1743     * Fix logic of tsmsm_sendfile().
1744     * Fix handling of arbitrary new PAC types.
1745     * Fix segfault on startup with trusted domains.
1746     * Fix segfault on the CTDB destructor code.
1747     * Fix memory leak.
1748     * Re-add "winbind:ignore domains".
1751 o   Jelmer Vernooij <jelmer@samba.org>
1752     * Fix segfault (Debian bug #431696).
1755 o   Qiao Yang <geoyang@ironport.com>
1756     * Fix a memleak.
1759 ######################################################################
1760 Reporting bugs & Development Discussion
1761 #######################################
1763 Please discuss this release on the samba-technical mailing list or by
1764 joining the #samba-technical IRC channel on irc.freenode.net.
1766 If you do report problems then please try to send high quality
1767 feedback. If you don't provide vital information to help us track down
1768 the problem then you will probably be ignored.  All bug reports should
1769 be filed under the Samba 3.3 product in the project's Bugzilla
1770 database (https://bugzilla.samba.org/).
1773 ======================================================================
1774 == Our Code, Our Bugs, Our Responsibility.
1775 == The Samba Team
1776 ======================================================================