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