VERSION: Raise version number up to 3.0.36.
[Samba.git] / WHATSNEW.txt
blob01905e2d2176f5c6981d2f2a1d0970c18ff47cb0
1                    ==============================
2                    Release Notes for Samba 3.0.35
3                          June, 23 2009
4                    ==============================
7 This is a security release in order to address CVE-2009-1888.
9    o CVE-2009-1888:
10      In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
11      data value can potentially affect access control when "dos filemode"
12      is set to "yes".
15 ######################################################################
16 Changes
17 #######
19 Changes since 3.0.34
20 --------------------
23 o   Jeremy Allison <jra@samba.org>
24     * Fix for CVE-2009-1888.
27 ######################################################################
28 Reporting bugs & Development Discussion
29 #######################################
31 Please discuss this release on the samba-technical mailing list or by
32 joining the #samba-technical IRC channel on irc.freenode.net.
34 If you do report problems then please try to send high quality
35 feedback. If you don't provide vital information to help us track down
36 the problem then you will probably be ignored.  All bug reports should
37 be filed under the Samba 3.0 product in the project's Bugzilla
38 database (https://bugzilla.samba.org/).
41 ======================================================================
42 == Our Code, Our Bugs, Our Responsibility.
43 == The Samba Team
44 ======================================================================
47 Release notes for older releases follow:
48 -------------------------------------------------
50                    ==============================
51                    Release Notes for Samba 3.0.34
52                          January, 20 2009
53                    ==============================
56 This is a bug fix release of the Samba 3.0 series.
58 Major enhancements included in Samba 3.0.34 are:
60   o Fix update of machine account passwords.
61   o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
62   o Fix Winbind crashes.
63   o Correctly detect if the current dc is the closest one.
64   o Add saf_join_store() function to memorize the dc used at join time.
65     This avoids problems caused by replication delays shortly after domain
66     joins.
67   o Fix write list in setups using "security = share".
70 ######################################################################
71 Changes
72 #######
74 Changes since 3.0.33
75 --------------------
78 o   Michael Adam <obnox@samba.org>
79     * Fix linking cifs.upcall when nscd_flush_cache() is found.
80     * Fix smbd hanging on Solaris when winbindd closes socket.
81     * Use the reconnect methods instead of the rpc methods directly.
84 o   Jeremy Allison <jra@samba.org>
85     * BUG 1254: Fix write list in setups using "security = share".
86     * BUG 5052: Not work cancel inheritance on share.
87     * BUG 5729: Explicitly allow "-valid" parameter.
88     * BUG 5737: Fix Winbind crash in an unusual failure mode.
89     * BUG 5750: Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
90     * BUG 5751: Backport to fix showing of ACLson DFS with smbclient.
91     * BUG 5790: Fix returning STATUS_OBJECT_NAME_NOT_FOUND on set file
92       disposition call.
93     * BUG 5814: Fix core dump of Winbind while doing "rescan_trusted_domain".
94     * BUG 5873: Fix ACL inheritance.
95     * BUG 5914: Fix build failure (redefinition of struct name_list).
96     * BUG 5937: Fix filenames with "*" char hiding other files.
97     * BUG 6019: File corruption in Clustered SMB/NFS environment
98       managed via CTDB.
99     * BUG 6035: Fix possible race between fcntl F_SETLKW and alarm delivery.
100     * Remove unecessary msync.
101     * Rename cifs.spnego to cifs.upcall.
102     * Fix segfault when execution cifs.upcall without any arguments.
103     * Ensure we emit the notify message before renaming the open files.
104     * Fix use of DLIST_REMOVE.
105     * Cope with bad trans2mkdir requests from System in QNTC IBM SMB client.
106     * Fix memory leak in error path.
107     * Fix logic bug introduced in backport of ccache_regain_all_now.
110 o   Kai Blin <kai@samba.org>
111     * Reformat the WBFLAGS defines to prepare for adding a new flag.
112     * Put huge NTLMv2 blobs into extra_data on CRAP auth.
115 o   Günther Deschner <gd@samba.org>
116     * BUG 5710: Fix update of machine account passwords.
117     * Define NET_SRVPWSET2 call.
118     * Net should just use machine account creds when changing passwords.
119     * Fix net_io_q_srv_pwset2.
122 o   Carsten Dumke <carsten@cdumke.de>
123     * BUG 5892: Fix documentation of net rap printq info.
126 o   Dina Fine <dina@exanet.com>
127     * BUG 5908: Fix failing of internal change notify on share directory.
130 o   Steve French <stevef@smf-t60p.smfdom>
131     * Fix compile warning in cifs.upcall.
132     * Fix cifs.upcall manpage and comments.
135 o   Jeff Layton <jlayton@redhat.com>
136     * Build cifs.upcall by default on Linux.
137     * Fix negatively instantiate keys on error in cifs.upcall.
138     * Handle handle MSKRB5 OID properly in cifs.upcall.
139     * Bump SPNEGO msg version number and don't reject old versions in
140       cifs.upcall.
141     * Fix several problems when mounting subdirectories of shares in
142       mount.cifs.
143     * Don't prompt for password on krb5 mounts in mount.cifs.
144     * Have uppercase_string return success on NULL pointer in mount.cifs.
145     * Make return codes match the return codes for /bin/mount in mount.cifs.
146     * Use lock/unlock_mtab scheme from util-linux-ng mount prog.
149 o   Volker Lendecke <vl@samba.org>
150     * BUG 5965: Fix creation of the first share using SWAT.
151     * Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test.
154 o   David Leonard <David.Leonard@quest.com>
155     * BUG 4516: No IPv6 on Solaris 2.6.
158 o   Igor Mammedov <niallain@gmail.com>
159     * Add support for cifs.spnego helper into configure and Makefile.in.
160     * Add checks for spnego prereq keyutils.h and kerberos in configure.in.
161     * Add helper source for handling cifs kernel module upcall for kerberos
162       authorization.
163     * Add -c option to set service prefix to "cifs" in service principal by
164       default service prefix "host" is used.
165     * Add support for cifs.resolver upcall.
168 o   Stefan Metzmacher <metze@samba.org>
169     * Correctly detect if the current dc is the closest one.
170     * For CLDAP we need to use get_sorted_dc_list() to avoid recursion.
171     * Add fallback to return all dcs, when none is available in the requested
172       site.
173     * Add saf_join_store() function to memorize the dc used at join time.
174     * Return an error instead of crashing when no realm is given.
175     * Handle the SMB signing states the same in the krb5 and ntlmssp cases.
178 o   Andreas Schneider <mail@cynapses.org>
179     * Delete the krb5 ccname variable from the PAM environment if set.
180     * Fix the build of pam_winbind.
181     * Fix circular dependency error with autoconf 2.6.3.
184 o   Simo Sorce <idra@samba.org>
185     * Fix an ifdef check.
186     * Fix warning.
189 o   Yasuma Takeda <yasuma@osstech.co.jp>
190     * BUG 5909: Fix MS-DFS links inlcuding multibyte characters on Vista.
193 o   Andrew Tridgell <tridge@samba.org>
194     * Avoid a race condition in glibc between AIO and setresuid().
195     * Become root for AIO operations.
198 o   Bo Yang <boyang@novell.com>
199     * Don't set child->requests to NULL in parent after fork.
200     * Backport of the clean event context after fork and krb5
201       refresh chain fixes.
202     * Fix null pointer refrence in event context in backport from v3-3-test.
205 o   Qiao Yang <geoyang@ironport.com>
206     * Fix a memleak.
209 ######################################################################
210 Reporting bugs & Development Discussion
211 #######################################
213 Please discuss this release on the samba-technical mailing list or by
214 joining the #samba-technical IRC channel on irc.freenode.net.
216 If you do report problems then please try to send high quality
217 feedback. If you don't provide vital information to help us track down
218 the problem then you will probably be ignored.  All bug reports should
219 be filed under the Samba 3.0 product in the project's Bugzilla
220 database (https://bugzilla.samba.org/).
223 ======================================================================
224 == Our Code, Our Bugs, Our Responsibility.
225 == The Samba Team
226 ======================================================================
231                    ==============================
232                    Release Notes for Samba 3.0.33
233                          November, 27 2008
234                    ==============================
237 This is a security release in order to address CVE-2008-4314 ("Potential leak of
238 arbitrary memory contents").
240    o CVE-2008-4314
241      Samba 3.0.29 to 3.2.4 can potentially leak
242      arbitrary memory contents to malicious
243      clients.
245 The original security announcement for this and past advisories can
246 be found http://www.samba.org/samba/security/
248 ######################################################################
249 Changes
250 #######
252 Changes since 3.0.32
253 --------------------
256 o   Volker Lendecke <vl@samba.org>
257     * Fix for CVE-2008-4314.
260       --------------------------------------------------
261                    ===============================
262                    Release Notes for Samba 3.0.32
263                              Aug 25, 2008
264                    ===============================
266 This is a bug fix release of the Samba 3.0 production series
267 and is the version that servers should be run for all current
268 Samba 3.0 bug fixes.
270 User visible bug fixes in this release include:
272     o Prevent crash bug in Winbind caused by a race condition
273       when a child process becomes unresponsive.
274     o Fix interactive password prompting in the "net" command.
275     o Documentation clarifications and typographical fixes.
278 ######################################################################
279 Changes
280 #######
282 Changes since 3.0.31
283 --------------------
285 o   Michael Adam <obnox@samba.org>
286     * Docs fix for "password server" parameter.
287     * Fix IPC connections with interactive password prompt.
290 o   Jeremy Allison <jra@samba.org>
291     * BUG 5697: nmbd spins in reload_interfaces when only loopback
292       exists.
293     * Don't re-initialize a token when we already have one.
296 o   Gerald (Jerry) Carter <jerry@samba.org>
297     * When returning NSS_UNAVAIL from libnss_winbind, squash errno
298       to ENOENT.
301 o   Volker Lendecke <vl@samba.org>
302     * Fix a race condition in winbind leading to a crash.
305 o   Jim McDonough <jmcd@samba.org>
306     * Correct interaction between Winbind log files and the 
307       "log file" smb.conf parameter upon a reload.
310 o   Karolin Seeger <kseeger@samba.org>
311     * Fix scope description of the "printcap name" parameter in 
312       smb.conf(5).
313     * Fix typos in smbclient man page.
316 o   Bo Yang <boyang@novell.com>
317     * Allow %u parameters for print job username.
320 o   Christoph Zauner <christoph.zauner@sernet.de>
321     * Corrections to various man pages.
324       --------------------------------------------------
325                    ===============================
326                    Release Notes for Samba 3.0.31
327                              July 10, 2008
328                    ===============================
330 This is a bug fix release of the Samba 3.0 production series
331 and is the version that servers should be run for all current
332 Samba 3.0 bug fixes.
334 User visible bug fixes in this release include:
336     o Correct issues with running Winbind running on a Samba PDC.
337     o Problems with trusted Windows 2008 domains.
338     o Difficulty joining an NT4 or Windows 2000 AD domain.
341 ######################################################################
342 Changes
343 #######
345 Changes since 3.0.30
346 --------------------
348 o   Jeremy Allison <jra@samba.org>
349     * BUG 5504: Fix SIGTERM handling in Winbind children so that they
350       do not remove the unix domain socket used to field client requests.
351     * Split the winbindd_passdb backend into a 'builtin' and a 'sam'
352       backend.
353     * When allocating client buffers for large read/write - make sure we 
354       take account of the large read/write SMB headers as well as the buffer
355       space.
356     * Memory leak fixes in DC location code.
357     * BUG 5533: Winbindd fails to cope correctly with a workgroup name 
358       containing a '.'
359     * BUG 5555: Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine
360       account logon.
361     * BUG 5551: smbd recursing back into winbindd from a winbindd call.
362     * Fix usage message for "net rpc trustdom add".
363     * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.
364     * BUG 5578: Bad (non-Samba) use of strlcat gives error.
365     * Canonicalize servername in the printer functions to remove leading '\\' 
366       characters.
369 o   Alexander Bokovoy <ab@samba.org>
370     * Documentation build fixes.
371     * [DOCS] Fix use of smbconfoption in samba.entities.
374 o   Gerald (Jerry) Carter <jerry@samba.org>
375     * Return NULL in sitename_fetch() if gencache_init() fails.
378 o   Steven Danneman <steven.danneman@isilon.com>
379     * Use machine account and machine password from our domain when
380       contacting trusted domains.
381     * SPNEGO SPN fix when contacting trusted domains.
384 o   Guenther Deschner <gd@samba.org>
385     * BUG 5285: Fix libcap header mismatch.
386     * Fix joining NT4 domains.
387     * Don't let winbind getgroups crash when we have no gids in the
388       token.
389     * Fallback to level 24 pwd set while joining.
390     * Fix joining w2k domains in "security = ads".
391     * Fix pam_sm_chauthtok for storing modified cached creds.
394 o   SATOH Fumiyasu <fumiyas@osstech.co.jp> 
395     * BUG 5202: Re-activate "acl group control" parameter and make it
396       only apply to owning group.
399 o   <hkurma@datadomain.com>
400     * BUG 5531: Fix conversion of ns units when converting from
401       nttime to timespec.
404 o   Volker Lendecke <vl@samba.org>
405     * BUG 4974: Map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT in libsmbclient.
406     * Fix a segfault in base64_encode_data_blob.
409 o   William Jojo <jojowil@hvcc.edu>
410     * AIX build fixes.
413 o   Herb Lewis <herb@samba.org>
414     * ENODATA is not defined in freeBSD 4.6.2.
417 o   Jim McDonough <jmcd@samba.org>
418     * Don't reset password last set time just because the expired flag
419       is set to 0.
422 o   Karolin Seeger <kseeger@samba.org>
423     * Fix usage message for 'net idmap dump'.
424     * Miscellaneous man page fixes.
425     * BUG 4203: Samba3-HOWTO: Add improvements/fixes submitted by Pete Boyd.
428 o   John H Terpstra <jht@samba.org>
429     * Fixes to man pages.
430     * Add tdb file documentation.
433 o   Bo Yang <boyang@novell.com>
434     * Ensure that winbindd trusted domain children keep primary domain online
435       status up to date.
436     * Update cached creds during password change.
437     * Ensure that Winbind always uses set_domain_offline() to mark a domain
438       offline.
439     * Allow authentication and memory credential refresh after password change
440       from gdm/xdm.
443 o   Chere Zhou <czhou@isilon.com>
444     * Memory leak fixes.
447       --------------------------------------------------
448                    ===============================
449                    Release Notes for Samba 3.0.30
450                             May 28, 2008
451                    ===============================
453 This is a security release in order to address CVE-2008-1105 ("Boundary 
454 failure when parsing SMB responses can result in a buffer overrun").
456   o CVE-2008-1105
457     Specifically crafted SMB responses can result in a heap overflow 
458     in the Samba client code.  Because the server process, smbd, can 
459     itself act as a client during operations such as printer notification
460     and domain authentication,  this issue affects both Samba client 
461     and server installations.
462     
463 The original security announcement for this and past advisories can 
464 be found http://www.samba.org/samba/security/
467 ######################################################################
468 Changes
469 #######
471 Changes since 3.0.29
472 --------------------
474 o   Jeremy Allison <jra@samba.org>
475     * Fix for CVE-2008-1105.
478 o   Karolin Seeger <kseeger@samba.org>
479     * Remove man pages for ldb tools not included in Samba 3.0.
481       --------------------------------------------------
483                    ===============================
484                    Release Notes for Samba 3.0.29
485                             May 20, 2008
486                    ===============================
488 Major bug fixes included in Samba 3.0.29 are:
490   o Problems following domain trusts on a Samba DC.
491   o SMB Signing errors.
492   o Interoperability issues with Windows 2008 domains.
495 ######################################################################
496 Changes
497 #######
499 Changes since 3.0.28a
500 ---------------------
502 o   Michael Adam <obnox@samba.org>
503     * Fix build for pam_smbpass.
504     * Fix a crash in tdb_wrap_log().
507 o   Jeremy Allison <jra@samba.org>
508     * BUG 5267: Fix for nmbd termination problems when no interfaces 
509       found.
510     * BUG 5326: OS/2 servers give strange "high word" replies for 
511       print jobs.
512     * Remove MS-DFS check that required the target host be ourself.
513     * BUG 5372: Fix high CPU usage of cupsd on large print servers
514       by using more efficient CUPS queries in smbd.
515     * Rewrite integer wrap checks to deal with gcc 4.x optimizations.
516     * BUG 5095: Fix the enforcement of the "Manage Documents" access right.
517     * Don't free memory from getpass() in mount.cifs.
518     * BUG 5460: Fix MS-DFS referral problem in server code.
519     * Fix bug in Winbind that caused the parent to ignore dead children.
520     * Fix compile warnings.
523 o   Alexander Bokovoy <ab@samba.org>
524     * Fix build for pam_smbpass.
525     * Document build fixes.
528 o   Kai Blin <kai@samba.org>
529     * BUG 4235: Improve compliance to the Squid helper protocol.
530       Original patch from Pawel Worach <pawel.worach@gmail.com>.
533 o   Gerald (Jerry) Carter <jerry@samba.org>
534     * BUG 5107: Fix handling of large DNS replies on AIX and Solaris.
537 o   Glenn Curtis <gcurtis@likewisesoftware.com>
538     * Prevent cycle in Winbind's list of children when reaping dead processes.
541 o   Steven Danneman <steven.danneman@isilon.com>
542     * BUG 5419: Fix memory leak in ads_do_search_all_args() (merge from v3-2).
545 o   Guenther Deschner <gd@samba.org>
546     * Fix winbind NETLOGON credential chain on a samba dc for w2k8 trusts.
547     * Fix client connections and negotiation with Windows 2008 DCs
548       in member server code.
549     * Add NT_STATUS_DOWNGRADE_DETECTED error code (merge from v3-2).
550     * BUG 5430: Fix pam_winbind.so on Solaris (requires -lsocket).
551     * Re-add samr getdispinfoindex parsing which got lost in the glue commit.
552     * BUG 5461: Implement a very basic _samr_GetDisplayEnumerationIndex().
553       Corrects interop problem between Citrix PM and a Samba DC.
556 o   Bryan Kolodziej <bryan.kolodziej@allenlund.com>
557     * BUG 3840: Fix smbclient connecting to NetApp filers when using
558       whitespace in the user's password.
561 o   Volker Lendecke <vl@samba.org>
562     * BUG 4901: Fix behavior of "ldap passwd sync = only".
563     * BUG 5317: Fix debug output from domain_client_validate().
564     * BUG 5338: Fix format string bug in rpcclient.
565     * Ensure that "wbinfo -a trusted\\user%password" works correctly
566       on a Samba DC with trusts.
567     * BUG 5336: Fix SetUsetrInfo(level 25) to update the pwdLastSet 
568       attribute.
569     * BUG 5350: Fallback to anonymous sessions if not trust password
570       could be obtained on Samba DCs and member servers.
571     * BUG 5366: Fix password chat on Sun OpenSolaris (Nevada).
572     * Fix signing problem in the client with trans requests.
575 o   Björn Jacke <bj@sernet.de>
576     * Fix alignment bug hitting Solaris with "reset in zero vc" activated.
579 o   Jim McDonough <jmcd@samba.org>
580     * Fix build with glibc 2.8.
581     * Enable winbind child processes to do something with signals, in 
582       particular closing and reopening logs on SIGHUP.
585 o   Karolin Seeger <kseeger@samba.org>
586     * Documentation cleanup after merging docs from svn to git and 
587       back-porting from the v3-2 branch.
590 o   Rafal Szczesniak <mimir@samba.org>
591     * Add implementation of machine-authenticated connection to netlogon
592       pipe used when connecting to win2k and newer domain controllers.
595 o   Simo Sorce <idra@samba.org>
596     * Fix trusted users on a DC that uses the old idmap syntax.
599 o   Bo Yang <boyang@novell.com>
600     * Only have Winbind cache domain password policies that were
601       successfully retrieved.
604 o   Martin Zielinski <mz@seh.de>
605     * Fix alignment bug when marshalling printer data replies.
606     * Fix DeleteDriverDriverEx() checks to prevent removing in use files.
610       --------------------------------------------------
612                    ===============================
613                    Release Notes for Samba 3.0.28a
614                             Mar 8, 2008
615                    ===============================
617 Major bug fixes included in Samba 3.0.28a are:
619   o Failure to join Windows 2008 domains
620   o Windows Vista (including SP1 RC) interop issues
624 ######################################################################
625 Changes
626 #######
628 smb.conf changes
629 ----------------
631     Parameter Name                      Description     Default
632     --------------                      -----------     -------
633     administrative share                New             No
634     ldap debug level                    New             0
635     ldap debug threshold                New             10
638 Changes since 3.0.28
639 --------------------
641 o   Michael Adam <obnox@samba.org>
642     * Fix bug in version string's vendor tag.
643     * Prevent net getdomainsid from crashing when called as non-root.
644     * BUG 4801: Correctly implement LSA lookup levels for LookupNames.
645     * Fixes for internal LookupNames() calls for unqualified users and 
646       groups.
647     * Remove unnecessary functions when managing domain trust 
648       passwords.
649     * Fix winbindd on a Samba DC talking to a trusted domain DC
650       (again).
651     * Consolidate the detection of the machine_account_name when
652       obtaining trust credentials from the local database.
653     * Refactor trust account database routines and session key
654       management.
655     * Fix retrieval of trusted domain password policies when
656       authenticating a user (only when WBFLAG_PAM_GET_PWD is config
657       flags is set).
658     * Refactor Winbind's cm_connect_sam().
659     * Enable building the notify_fam module.
660     * Add "ldap debug level" and "ldap debug threshold" smb.conf options.
663 o   Jeremy Allison <jra@samba.org>
664     * Fix cut-n-paste bug when filling in form values for Printer
665       info.
666     * Fix SMB signing bug found by Volker.
667     * Create locking.tdb when running smbstatus before smbd to avoid
668       confusing error messages.
669     * Add a portable version of strlcpy and strlcat.
670     * BUG 4780: Cause user mounts to inherit uid= and gid= from the
671       calling user when called as non-root, except when overridden on
672       the command line.  Original patch by Steve Langasek.
673     * BUG 5802: Recent versions of Linux-PAM support localization of
674       user prompts, so Samba must use the C locale when invoking PAM
675     * Merge Vista principal detection changes by Andreas Schneider
676       from 3.2 branch.
677     * BUG 5121: Fix problems running unix passwd sync on streams based 
678       systems.
679     * BUG 4612: Fix smbd crash when connecting from an OS/2 client.
680     * Back port Volker's ACL fixes on newly create files form 3.2.
681     * Ensure that send_getdc_request() matches the 3.2 code base.
682     * BUG 3617: Fix crash in nmbd caused by referencing freed memory.
683     * Fixes for issues reported by IBM checker.
684     * Fixes for issues reported by Coverity.
685     * Back port Volker's fix for nlink count.
686     * Back port SAMR flag fixes from Matt Geddes
687       <musicalcarrion@gmail.com>.
688     * BUG 4929: Cope with protected ACL set correctly (based on work
689       from Jim McDonough).
690     * Fix ACL set bug when group being set is the primary group.
691     * Ensure NDR wire-reads of string types are always null
692       terminated.
693     * BUG 5247: Fix mget wildcard expansion in smbclient.
694     * Fix bug in SPNEGO negotiation.
695     * BUG 3617: Fix "Invalid read of size 4" errors.
696     * BUG 5267: Prevent nmbd from shutting down when no network
697       interfaces can be located.
700 o   Kai Blin <kai@samba.org>
701     * libsmb: Do not upper-case target name on NTLMv2 hash generation.
702     * Fix an incompatible pointer type warning.
705 o   Gerald Carter <jerry@samba.org>
706     * Restrict the enctypes in the generated krb5.conf files to
707       Win2003 types.
710 o   Steven Danneman <steven.danneman@isilon.com>
711     * Error path memory leak fixes.
714 o   Guenther Deschner <gd@samba.org>
715     * Fix PAC decoding from Vista SP1 client.
716     * Fix get_trust_creds() to return always an upper-cased krb5
717       principal.
718     * Back port additional fixes necessary for support Windows 2008
719       domain joins from the 3.2 branch.
722 o   Mathias Gug <mathiaz@ubuntu.com>
723     * BUG 5802: Recent versions of Linux-PAM support localization of
724       user prompts, so Samba must use the C locale when invoking PAM
727 o   Steve Langasek <vorlon@debian.org>
728     * BUG 3727: Fix smbpasswd abort when called by non-root user.
729     * BUG 4784: Prevent umount.cifs from allowing all users to unmount shares.
730     * BUG 5802: Recent versions of Linux-PAM support localization of
731       user prompts, so Samba must use the C locale when invoking PAM
734 o   Volker Lendecke <vl@samba.org>
735     * When allocating a new vuid, also avoid partial ones.  Also
736       fully invalidate intermediate ones.
737     * Fix error path exit in create_local_nt_token() to correctly roll 
738       back security contexts.
739     * Fix valgrind warnings in nmbd.
740     * Pointer initialization fixes in notify_marshall_changes().
741     * BUG 5208: Fix uninitialized variables in vfs_hpuxacl.c (reported 
742       by David Leonard <David.Leonard@quest.com>).
743     * Copy the 3.2 version of string_replace to 3.0.
744     * Port SMB_FS_OBJECTID_INFORMATION from 3.2 (Patch by Corinna
745       Vinschen).
746     * Memory leak fixes.
747     * Fix error code propagation from cli_session_setup_kerberos().
748     * BUG 5217: Fix inotify detection.
749     * BUG 5279: Correctly check return of rename().
750     * BUG 5252: Fix confusing error messages in mount.cifs.
751     * BUG 5307: Respect FAMChanged (Thanks to Ricardo Santos).
752     * Work around a handle leak in XP 64 bit.
755 o   Guenter Kukkukk <linux@kukkukk.com>
756     * OS/2 returns eclass == ERRDOS && ecode == ERRnofiles for a zero 
757       entry directory listing.
760 o   Tom Maher <tmaher@watson.org>
761     * BUG 5175: Support krb5 auth in smbcacls.
764 o   Hans Mayer <hans.mayer@ages.at>
765     * BUG 5141: Solaris 9 compile fix.
768 o   Stefan Metzmacher <metze@samba.org>
769     * Fix default printing system detection in libreplace. 
772 o   Laurent Pinchart <pinchart@skynet.be>
773     * BUG 5163: Return better error codes when a password cannot be
774       set in and LDAP directory.
777 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
778     * BUG 4866: Correct password routine detection on Solaris.
781 o   Andreas Schneider <anschneider@suse.de>
782     * Remove trailing slashes on server names when parsing input from
783       smbclient.
784     * Support Windows 2008 domain joins (variant of Todd Stecher's
785       original patch).
786     * Add "administrative share" service parameter for defining hidden
787       administrative shares that cannot be managed from Windows.
790 o   Karolin Seeger <kseeger@samba.org>
791     * Use the "ldap user suffix" when enumerating a users group
792       memberships.
795 o   Simo Sorce <idra@samba.org>
796     * Don't assume NULL termination when copying the principal name
797       in kerberos_get_default_realm_from_ccache().
798     * Fix winbindd running on a Samba DC (again).
801 o   Bo Yang <boyang@novell.com>
802     * Fix bad private_data pointer in winbindd_lookupname_async().
807                    ==============================
808                    Release Notes for Samba 3.0.28
809                             Dec 10, 2007
810                    ==============================
812 Samba 3.0.28 is a security release in order to address the following
813 defect:
815   o CVE-2007-6015
816     Boundary failure in GETDC mailslot processing can result in 
817     a buffer overrun
819 The original security announcement for this and past advisories can 
820 be found http://www.samba.org/samba/security/
822 ######################################################################
823 Changes
824 #######
826 Changes since 3.0.27a
827 ---------------------
829 o   Jeremy Allison <jra@samba.org>
830     * Fix for CVE-2007-6015.
832 o   Volker Lendecke <vl@samba.org>
833     * Fix for CVE-2007-6015.
834     * Add missing unbecome_root() calls in error path processing
835       when failing to add local groups in create_local_nt_token().
838       --------------------------------------------------
840                    ===============================
841                    Release Notes for Samba 3.0.27a
842                              Nov 20, 2007
843                    ===============================
845 Samba 3.0.27a is a bug fix release and is the current release
846 for production servers running the Samba 3.0 series.
848 Important fixes in 3.0.27a include:
850   o A crash bug regression experienced by smbfs clients caused
851     by the fix for CVE-2007-4572.
855 ######################################################################
856 Changes
857 #######
859 Changes since 3.0.27
860 --------------------
862 o   Michael Adam <obnox@samba.org>
863     * BUG 4308: Add missing become_root/unbecome_root around calls of 
864       add_aliases.  Add same changes in create_token_from_username()
865       surrounding the call to getsampwsid().
866     * BUG 5083: Make solarisacl_sys_acl_get_fd() return a result when 
867       there is one (thereby fixing a memleak).
868     * BUG 5023: Fix smbd's interaction with NFSv4 ACL compatible VFS 
869       plugins such as GPFS and ZFS.
872 o   Jeremy Allison <jra@samba.org>
873     * BUG 4978: Ensure that DOS attributes are copied with folders.
874     * Fix bug where tdb lock call interrupted with an alarm sig would 
875       not terminate and could lead to runaway smbd processes.
876     * Fix smbd crash bug which resulted from a regression in the patch
877       for CVE-2007-4572 patch.
878     * Prevent nmbd from adding non-initialized name to IP address
879       mappings to it's WINS database.
882 o   Dmitry Butskoy <buc@odusz.so-cdu.ru>
883     * Properly catch errors in the query_user() callback to avoid
884       generated struct passwd replies with zero length usernames.
887 o   Gerald (Jerry) Carter <jerry@samba.org>
888     * Prevent segv in winbindd running on a DC using the "idmap
889       backend" syntax.
892 o   Steve Langasek <vorlon@debian.org>
893     * BUG 4781: Allow cleaning of /etc/mtab by canonicalizing mountpoint.
896 o   Volker Lendecke <vl@samba.org>
897     * BUG 4028: Fix message popup sent via "smbclient -M".
898     * BUG 4984: Filename unix_convert() fixes for WinNT 4.0 clients.
901 o   Stefan Metzmacher <metze@samba.org>
902     * Fix crash bug in pidl generated client code caused by
903       [in,out,unique] pointers.
904     * Fix crash bug in the group mapping code.
907 o   Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
908     * Fixes for AIX quota support.
911 o   Tomasz Ostrowski <tometzky@batory.org.pl>
912     * BUG 4393: Prevent smbclient from dropping 0 bytes files from tar 
913       archives.
916 o   Simo Sorce <idra@samba.org>
917     * Fixes for internal idmap domain list when "winbind trusted
918       domains only" is enabled.
919     * Fix 32/64-bit compatibility issues in the winbind request/response
920       structures.
923 o   Martin Zielinski <mz@seh.de>
924     * Error code path fix for get_mydnsdomname().
928       --------------------------------------------------
930                    ==============================
931                    Release Notes for Samba 3.0.27
932                             Nov 15, 2007
933                    ==============================
935 Samba 3.0.27 is a security release in order to address the following
936 defects:
938   o CVE-2007-4572
939     Stack buffer overflow in nmbd's logon request processing.
941   o CVE-2007-5398
942     Remote code execution in Samba's WINS server daemon (nmbd) 
943     when processing name registration followed name query requests.
945 The original security announcement for this and past advisories can 
946 be found http://www.samba.org/samba/security/
948 ######################################################################
949 Changes
950 #######
952 Changes since 3.0.26a
953 ---------------------
955 o   Jeremy Allison <jra@samba.org>
956     * Fix for CVE-2007-4572.
957     * Fix for CVE-2007-5398.
960 o   Simo Sorce <idra@samba.org>
961     * Additional fixes for CVE-2007-4572.
964       --------------------------------------------------
965                    ===============================
966                    Release Notes for Samba 3.0.26a
967                              Sep 11, 2007
968                    ===============================
970 Major bug fixes included in Samba 3.0.26a are:
972   o Memory leaks in Winbind's IDMap manager.
975 ######################################################################
976 Changes
977 #######
979 Changes since 3.0.26
980 --------------------
982 o   Michael Adam <obnox@samba.org>
983     * Fix read_sock() semantics in wb_common.c to address "invalid
984       request size" errors in winbindd logs.
985     * Fix use of pwrite() in tdb IO code paths.
987      
988 o   Jeremy Allison <jra@samba.org>
989     * Fix logic error in timeout of blocking lock processing.
992 o   Guenther Deschner <gd@samba.org>
993     * Fix error code in the msrpc EnumerateDomainGroups() Winbind
994       method when a memory allocation fails.
995     * Fix Winbind initialization storms when contacting an older Samba DC.
997     
998 o   Volker Lendecke <vl@samba.org>
999     * Fix compile failure in NFSv4 VFS module.
1000     * Fix compile failures on True64.
1001     * Fix compile failure in unmaintained python bindings.
1002     * BUG 4917: Fix memory leaks in Winbind's idmap_ldap and
1003       idmap_cache backends.
1004     * Coverity fixes in the group mapping code.
1007 o   Derrell Lipman <derrell@samba.org>
1008     * Remove NetBIOS keepalives from libsmbclient and consolidate on
1009       the use of getpeername() when checking connection health.
1010     * Use formal syntax for invoking function pointers in
1011       libsmbclient.
1014 o   Lars Mueller <lars@samba.org>
1015     * Fixes for Winbind's AD site support when the host is not
1016       configured in any site or nor DC's are present within the host's
1017       configured site.
1020 o   Simo Sorce <idra@samba.org>
1021     * Debian packaging updates for 3.0.25c.
1022     * Add sanity checks for "smb ports" values.
1023     * Fix compile issues related to the VFS "open" method and newer
1024       glibc implementations.
1025     * Fix a segv in smbldap_set_creds() when using an anonymous
1026       connection.
1027     * BUG 4772: Fix us of ldap_base_dn for the idmap_ldap plugin.
1030 Release notes for older releases follow:
1032       --------------------------------------------------
1033                    ==============================
1034                    Release Notes for Samba 3.0.26
1035                              Sep 11, 2007
1036                    ==============================
1038 This is a security release of Samba 3.0 to address
1040   o CVE-2007-4138
1041         Versions: All Samba 3.0.25 releases
1042         Incorrect primary group assignment for
1043         domain users using the rfc2307 or sfu
1044         winbind nss info plugin.
1046 The original security announcement for this and past advisories
1047 can be found http://www.samba.org/samba/security/
1049 ######################################################################
1050 Changes
1051 #######
1053 Changes since 3.0.25c
1054 ---------------------
1056 o   Gerald (Jerry) Carter <jerry@samba.org>
1057     * Fix CVE-2007-4138 in the "winbind nss info = {sfu | rfc2307}"
1058       plugin (idmap_ad.c)
1061       --------------------------------------------------
1062                    ===============================
1063                    Release Notes for Samba 3.0.25c
1064                              Aug 20, 2007
1065                    ===============================
1067 Major bug fixes included in Samba 3.0.25c are:
1069   o File sharing with Widows 9x clients.
1070   o Winbind running out of file descriptors due to stalled 
1071     child processes.
1072   o MS-DFS inter-operability issues.
1075 ######################################################################
1076 Changes
1077 #######
1079 Changes since 3.0.25b
1080 ---------------------
1082 o   Michael Adam <obnox@samba.org>
1083     * Fix incorrect log messages in tdbbackup.
1084     * Fix a bug in pwrite error detection in tdb_expand_file().
1087 o   Jeremy Allison <jra@samba.org>
1088     * BUG 4711: Make cli_connect() return NT_STATUS codes.
1089     * Ensure we obey Unicode consortium restrictions.  Based on 
1090       patch from MORIYAMA Masayuki.
1091     * BUG 3204: Cope with stalled winbindd child processes and 
1092       prevent the parent winbindd process from running out of file  
1093       descriptors.
1094     * Fix realloc leak on failure case from Jim Meyering.
1095     * BUG 4759: Fix crash in ber_printf() caused invalid tag.
1096     * BUG 4763: Limit notify responses to client max buf size.      
1097     * BUG 4777: Doing a DFS traverse through a deep link could fail
1098       (not using explorer).
1099     * BUG 4779: Setting the allocation size updates the modified 
1100       time as a write does.
1101     * BUG 4308: Fix interaction with MS Excel and POSIX ACLs.
1102     * Fix POSIX unlink bug found by the Linux CIFS fs client.
1103     * Stop counting locks if we get a POSIX lock request.
1104     * Fix interaction between Linux CIFS fs client and Windows
1105       clients when the former tries to remove a file opened by the 
1106       latter.
1107     * Fix incorrect mapping of invalid resume names in FindNext 
1108       commands.
1109     * Cope with dead entries in the locking database tied to 
1110       non-existent processes (merge from 3.2-ctdb).
1111     * Fix MS-DFS related renaming bug in smbclient.
1112     * Fix for write cache corruption bug.
1113     * Fix invalid vuid from being returned by a failed call to
1114       cli_session_setup_spnego.().
1115     * Fixes for error mappings from NT_STATUS to the appropriate DOS
1116       error codes in reply_opeNXXX() calls.
1119 o   Ofir Azoulay <Ofir.Azoulay@expand.com>
1120     * Only look at errno set by SMB_VFS_CLOSE() if the call actually 
1121       failed.
1124 o   Alexander Bokovoy <ab@samba.org>
1125     * Fix vfs_readahead: transparent modules should always pass 
1126       through.
1129 o   David S. Collier-Brown <davecb@spamcop.net>
1130     * BUG 4897: Fix Solaris xattr misdeclarations.
1133 o   Guenther Deschner <gd@samba.org>
1134     * Remove redundant pointer checks when freeing memory in winbindd.
1135     * BUG 4408: Remove last traces of Heimdal KCM support.
1136     * Fix bug in user Krb5 ticket refresh feature in winbindd.
1137     * Fix Heimdal path in the krb5 renew routine.
1138     * Unused code cleanup in winbindd.
1141 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1142     * BUG 4750: smbc_telldir_ctx() was not returning a value useful 
1143       to smbc_lseekdir_ctx().
1146 o   Bjoern Jacke <bj@sernet.de>
1147     * Add support for Extended Attributes on Solaris.
1150 o   Matthijs Kooijman <matthijs@stdin.nl>
1151     * BUG 4836: Fix incorrect log message in the nss_info 
1152       plugin init call.
1153     * BUG 4849: Fix "net ads dns register" usage text.
1156 o   Volker Lendecke <vl@samba.org>
1157     * Port cli_connect() NT_STATUS fixes to smbmount.
1158     * Add notes about smbfs/cifs to usage() in smb[u]mount.
1159     * BUG 4792: Fix pidfile name bug.
1160     * Fix missing END_PROFILE() call in the SMBunlink reply.
1161     * Coverity fixes.
1162     * Correct logic error in change notify code that would result in 
1163       an endless loop.
1164     * Fix uninitialized reads in the spoolss GetPrinterData() replies.
1165     * Fix file overwrites from Windows 9x clients.
1168 o   Herb Lewis <herb@samba.org>
1169     * Unused code cleanup.
1170     * Avoid a crash in "net rpc info" when no username has 
1171       been specified.
1172     * Remove biconv detection on *BSD.
1175 o   Derrell Lipman <derrell@samba.org>
1176     * Get/Set ACL fixes in libsmbclient.
1179 o   Jan Martin <Jan.Martin@rwedea.com>
1180     * BUG 4860: Patches for fixing MS-DFS links with trailing 
1181       back slashes.
1184 o   Jim McDonough <jmcd@us.ibm.com>
1185     * BUG 4719: "Must change password" is not set from usrmgr.exe.
1188 o   Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
1189     * Ensure proper exit when nmbd is unable to reopen the wins.tdb.
1190     * Fix error path memleaks in the messaging subsystem.
1192       --------------------------------------------------
1193                    ===============================
1194                    Release Notes for Samba 3.0.25b
1195                              June 26, 2007
1196                    ===============================
1198 Major bug fixes included in Samba 3.0.25b are:
1200   o Offline caching of files with Windows XP/Vista clients.
1201   o Improper cleanup of expired or invalid byte range locks 
1202     on files.
1203   o Crashes is idmap_ldap and idmap_rid.
1206 Changes to 'net idmap dump'
1207 ===========================
1209 A change in command line syntax and behavior was introduced in the
1210 3.0.25 release series where the command 
1212   $ net idmap dump /.../path/to/idmap.tdb
1214 would overwrite the tdb instead of dumping its contents to standard 
1215 output as was the case in releases prior to Samba 3.0.25.  The 
1216 changed has been reverted in 3.0.25b and the semantics from 3.0.24
1217 and earlier releases have been restored.  
1220 ######################################################################
1221 Changes
1222 #######
1224 Changes since 3.0.25a
1225 ---------------------
1227 o   Jeremy Allison <jra@samba.org>
1228     * BUG 4655: Fix client parsing bug in spoolss EnumPrinterDataEx().
1229     * Ensure that proper oplock break requests occur during file open
1230       and performing internal checks for compatible open modes.
1231     * Fix offline file caching with Windows XP/Vista clients.
1232     * Coverity fixes.
1233     * Ensure that winbindd reports the correct client connection
1234       details in response to a SIGUSR2.
1235     * Fix timespec_current() to return the correct nano-second time.
1236     * Fix lock logic inconsistencies in tdb_traverse().
1237     * Remove restriction on string length for rpcclient commands.
1238     * BUG 4683: Fix LSA crash bug.
1239     * BUG 3204: Fix file descriptor leak in the parent winbindd when
1240       child processes hang.
1241     * Avoid calling rename_open_files() when the old and new names 
1242       are identical.
1243     * BUG 4689: Fix bug in new change notify code caused by not
1244       ignoring the max_params_return value and as a resulting
1245       returning truncated names.
1246     * Fix sync_file() to return NTSTATUS and return this on failure in
1247       the write reply path.
1248     * BUG 4678,4697: Fix token creation for clear text logins.  
1249     * BUG 4725: Don't crash when no eventlog names are defined in
1250       smb.conf.
1251     * Ensure we will always release any timeout handler on fsp close 
1252       or removal of oplock.
1255 o   Jacob Berkman <jberkman@novell.com>
1256     * BUG 4566: Pass password data to krb5_prompter.
1259 o   Gerald (Jerry) Carter <jerry@samba.org>
1260     * BUG 4579: Fix "wbinfo -t" when running winbindd on a Samba DC.
1263 o   Guenther Deschner <gd@samba.org>
1264     * BUG 4657: Fix compilation and linking of pam_smbpass.so.
1265     * Add more netlogon GetDcName() client calls.
1266     * Fix event based krb5 ticket refreshing in winbindd.
1268 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1269     * BUG 4720: Fix smbclient connections to share names containing 
1270       multibyte characters.
1273 o   Steve Langasek <vorlon@debian.org>
1274     * Allow SIGTERM to cause nmbd to exit on awaiting an interface 
1275       to come up.
1278 o   Volker Lendecke <vl@samba.org>
1279     * Fix record state check error when reviewing entries in nmbd's
1280       WINS database.
1281     * Revert 'net idmap dump' behavior to 3.0.24 behavior to fix change 
1282       in command line syntax that would overwrite winbindd_idmap.tdb.
1283       
1285 o   Justin Maggard <jmaggard@infrant.com>
1286     * Don't expire a password if it's explicitly set as ACB_PWNOTREQ.
1289 o   <mnix@wanm.com.au>
1290     * Fix old old bug in cli_smbwrite() (not incrementing data 
1291       being sent).
1294 o   Jens Nissen <jens.nissen@gmx.net>
1295     * BUG 4537: Fix smbtorture deny test2.
1298 o   James Peach <jpeach@apple.com>
1299     * Fix structure types in the vfs_catia NT_ACL operations.
1302 o   Doug Rudoff <doug_rudoff@isilon.com>
1303     * Ensure that the the lck struct for invalid locks are correctly
1304       saved and therefore cleaned up.
1307 o   Simo Sorce <idra@samba.org>
1308     * Updates for the packaging/Debian directory.
1309     * Add missing 'c' character to the list of shell safe characters.
1310     * BUG 4667 (partial): Fix crash bug in idmap_ldap.c.
1311     * Fix inconsistencies between creating machine and user accounts.
1312     * Fix bug deleting LDAP user accounts that used the account 
1313       objectclass as its structural basis.
1314     * BUG 2319: Ensure that smbspool correctly decodes %-encoded
1315       characters.
1316     * BUG 4624: Fix crashes in idmap_rid.
1319 Release notes for older releases follow:
1321       --------------------------------------------------
1322                    ===============================
1323                    Release Notes for Samba 3.0.25a
1324                              May 25, 2007
1325                    ===============================
1327 Major bug fixes included in Samba 3.0.25a are:
1329   o Missing supplementary Unix group membership when using "force 
1330     group".
1331   o Premature expiration of domain user passwords when using a 
1332     Samba domain controller.
1333   o Failure to open the Windows object picker against a server
1334     configured to use "security = domain".
1335   * Authentication failures when using security = server.
1338 Changes to MS-DFS Root Share Behavior
1339 =====================================
1341 Please be aware that the initial value for the "msdfs root" share 
1342 parameter was changed in the 3.0.25 release series and that this 
1343 option is now disabled by default.  Windows clients frequently require 
1344 a reboot in order to clear any cached information about MS-DFS
1345 root shares on a server and you may experience failures accessing
1346 file services on Samba 3.0.25 servers until the client reboot 
1347 is performed.  Alternately, you may explicitly re-enable the 
1348 parameter in smb.conf.   Please refer to the smb.conf(5) man page
1349 for more details.
1353 ######################################################################
1354 Changes
1355 #######
1357 Changes since 3.0.25
1358 --------------------
1360 o   Michael Adam <obnox@samba.org>
1361     * Fix logic in detection of the need to replace dlopen, et. al.
1362     * Add HP-UX ACL VFS module.
1363     * Fix build of Tru64 ACL VFS module.
1366 o   Jeremy Allison <jra@samba.org>
1367     * BUG 4622: Fix authentication failures in security = server.
1368     * Fix pointer marshalling in srvsvc parsing code.
1369     * BUG 4630: Fix conversion of 8 byte time_t and NT_TIME values.
1370     * Ensure that if we're blocked on a POSIX lock we know nothing
1371       about that we retry the lock every 10 seconds instead of waiting
1372       for the standard select timeout.
1373     * BUG 4637: Fix samlogon reply regression that broke domain logons.
1374     * Fix rename on open files and improved delete-on-close semantics.
1375     * Fix POSIX setfilepathinfo to use lstat.
1378 o   Alexander Bokovoy <ab@samba.org>
1379     * Add -pie support to Python's setup.py.
1380     * Strip STYPE_TEMPORARY and STYPE_HIDDEN when printing share
1381       listing from 'net rap shares".
1382     * Fix argument parsing in "net rap server domain".
1383    
1385 o   Gerald (Jerry) Carter <jerry@samba.org>
1386     * BUG 4616: Don't return a dns or forest name when replying to the
1387       DsGetPrimaryRoleInfo() and configured for security = domain.
1388     * Trim noise by removing redundant WARNING log message that would 
1389       flood at log level 2. 
1390     * Fix truncation of supplementary Unix groups when using "force group".
1393 o   Guenther Deschner <gd@samba.org>
1394     * Always fallback to NTLM authentication in pam_winbind when the 
1395       user's account has UF_DONT_REQUIRE_PREAUTH set.
1398 o   Steve French <sfrench@us.ibm.com> 
1399     * Valgrind fixes in mount.cifs.
1402 o   Volker Lendecke <vl@samba.org>
1403     * Fix crash bug in the Solaria ACL VFS module caused by
1404       uninitialized variables.
1407 o   Herb Lewis <herb@samba.org>
1408     * Update connection structure definition for tdbtool display
1409       output.
1412 o   Derrell Lipman <derrell@samba.org>
1413     * BUG 4601: Fix smbc_getxattr() to properly return the required
1414       size of the buffer needed to contain the extended attributes.
1415     * BUG 4599: Fix failure when setting attributes.
1416     * BUG 4634: Type of the size parameter to getpeername in
1417       libsmbclient code was wrong.
1418     * Fix libsmbclient interaction with links on Vista and properly
1419       detect non-NTSTATUS errors.
1420     
1422 o   Jim McDonough <jmcd@us.ibm.com>
1423     * BUG 4630: Fix special case of unix_to_nt_time() for TIME_T_MAX
1424       and the output from http_timestring().
1427 o   Stefan Metzmacher <metze@samba.org>
1428     * Merge gdb_backtrace script changes form SAMBA_4_0.
1431 o   Lars Mueller <lars@samba.org>
1432     * Allow idmap_ldap to be built as a shared lib.
1435 o   James Peach <jpeach@apple.com>
1436     * BUG 4426: Move FAM libraries from smbd to vfs_fam_notify.
1437     * BUG 2287: Replace unnecessary AC_TRY_RUN with AC_TRY_LINK.
1438     * BUG 4589: Fix typo in pdbedit output.
1441 o   Simo Sorce <idra@samba.org>
1442     * Short circuit Unix Users and Unix Groups Domain SID checks 
1443       in smbd to avoid unnecessary calls to winbindd.
1445       --------------------------------------------------
1446                    ==============================
1447                    Release Notes for Samba 3.0.25
1448                             May 14, 2007
1449                    ==============================
1451 The 3.0.25 release is an upgrade release over the 3.0.23/3.0.24 
1452 series which means that a substantial amount of development has 
1453 occurred and many new features have been added since the last
1454 Samba production release.  We would like to thank everyone in 
1455 the Samba community that help to test the preview snapshots and 
1456 release candidates.  We believe that the this production release 
1457 is in much better shape due to your help.  
1459 Major features included in the 3.0.25 code base include:
1461   o Significant improvements in the winbind off-line logon support.
1462   o Support for secure DDNS updates as part of the 'net ads join' 
1463     process.
1464   o Rewritten IdMap interface which allows for TTL based caching and 
1465     per domain backends.
1466   o New plug-in interface for the "winbind nss info" parameter.
1467   o New file change notify subsystem which is able to make use of 
1468     inotify on Linux.
1469   o Support for passing Windows security descriptors to a VFS 
1470     plug-in allowing for multiple Unix ACL implements to running side 
1471     by side on the Same server.
1472   o Improved compatibility with Windows Vista clients including 
1473     improved read performance with Linux servers.
1474   o Man pages for IdMap and VFS plug-ins.
1476 Security Fixes included in the Samba 3.0.25 release are:
1478   o CVE-2007-2444
1479         Versions: Samba 3.0.23d - 3.0.25pre2
1480         Local SID/Name translation bug can result in
1481         user privilege elevation
1483   o CVE-2007-2446
1484         Versions: Samba 3.0.0 - 3.0.24
1485         Multiple heap overflows allow remote code execution
1487   o CVE-2007-2447
1488         Versions: Samba 3.0.0 - 3.0.24
1489         Unescaped user input parameters are passed as
1490         arguments to /bin/sh allowing for remote command
1491         execution
1494 Off-line Logons and AD Site Support
1495 ===================================
1497 Winbind's capability to support offline logons has been greatly
1498 improved with the 3.0.25 release including support for locating 
1499 domain controllers asynchronously using Active Directory Site
1500 information.
1503 New IdMap Interface for Winbindd
1504 ================================
1506 The 3.0.25 release of Samba includes a rewritten IdMap interface
1507 for winbindd which replaces the "idmap backend" parameter.  Please 
1508 refer to the "idmap domains" description in the smb.conf(5) man 
1509 page for more details.
1512 Dynamic DNS Updates
1513 ===================
1515 The "net ads join" command is now able to register the host's DNS A
1516 records with Windows 2000 SP4 and 2003 DNS servers.  This 
1517 feature must be enabled at compile time using the --with-dnsupdate 
1518 when running the ./configure script.  There is also a related "net ads 
1519 dns" command for refreshing a host's records which could be launched
1520 from a dhcp client script when a new IP address is obtained.
1523 Support for Additional ACL Modules
1524 ==================================
1526 Samba's POSIX ACL support has been moved inside of the VFS layer 
1527 which means it is now possible to support multiple ACL implementations
1528 on the same server including NFSv4 and GPFS ACLs.
1531 VFS ReadAhead Plugin
1532 ====================
1534 Windows Vista introduces pipe-lined read support for improved 
1535 performance when transferring files.  The new vfs_readahead plugin
1536 allows Linux file servers to utilize additional Kernel buffers
1537 for caching files in order to avoid Disk I/O wait time when serving
1538 Vista clients.  If you experience poor read performance between 
1539 Linux servers and Vista clients, please test the vfs_readahead
1540 module by adding the following lines to the share definition
1541 in smb.conf:
1543 [file_share]
1544         vfs objects = readahead
1546 Note that this plugin will result in additional RAM requirements
1547 due to the increased amount of kernel buffer caches used by smbd.
1548 Please refer to vfs_readahead(8) for more information.
1551 Windows Vista, Office 2007, and Offline Files
1552 =============================================
1554 Research surrounding offline files, Windows Vista, and Microsoft 
1555 Office 2007 has revealed a incompatibility between these 
1556 applications and the "map acl inherit = no" setting in smb.conf.  
1557 Users requiring support client side caching (csc) and offline 
1558 files are encouraged to enable the "map acl inherit" for any 
1559 affected share definitions in the server's configuration.
1560 Future versions of Samba will enable this setting by default.
1562 Please refer to the smb.conf(5) man page for more details on 
1563 "map acl inherit".
1566 ######################################################################
1567 Changes
1568 #######
1570 smb.conf changes
1571 ----------------
1573     Parameter Name                      Description     Default
1574     --------------                      -----------     -------
1575     change notify timeout               Removed         n/a
1576     change notify                       New             Yes
1577     debug prefix timestamp              New             No
1578     fam change notify                   Removed         n/a
1579     idmap domains                       New             ""
1580     idmap alloc backend                 New             ""
1581     idmap cache time                    New             900
1582     idmap negative cache time           New             120
1583     kernel change notify                Per share       Yes
1584     lock spin count                     Removed         n/a
1585     max stat cache size                 Modified        1024KB
1586     msdfs root                          Modified        no
1587     printjob username                   New             %U
1588     winbind normalize names             New             no
1593 Changes since 3.0.25rc3
1594 -----------------------
1597 o   Jeremy Allison <jra@samba.org>
1598     * Fix memory corruption bug during string processing.
1599     * Instantiate idiom that malloc/tallocs of array of 0 elements
1600       returns NULL.
1601     * Fix marshalling bugs in samr code based on incorrect
1602       assumptions.
1603     * Fix DFS MS-RPC enumeration reply when we have no DFS shares.
1604     * Fix memory corruption when enumerating accounts in the 
1605       LsaPrivilege database.
1606     * Fixes for CVE-2007-2444, CVE-2007-2446, and CVE-2007-2447.
1609 o   Gerald (Jerry) Carter <jerry@samba.org>
1610     * Fix memory corruption when adding/removing members from Local 
1611       Groups.
1614 o   Guenther Deschner <gd@samba.org>
1615     * Prevent leaking on full NET_USER_INFO_3 structure memory on each
1616       cached login.
1617     * Plug memory leak in client SPNEGO session setup code.
1618     * Don't clear cached U/SID and UG/SID entries when we want to 
1619       logon offline.
1622 o   Steve French <sfrench@us.ibm.com> 
1623     * Allow prepaths in mount.cifs.
1624     * Don't prompt for a password in mount.cifs when sec=none has been 
1625       specified.
1628 o   Steve Langasek <vorlon@debian.org>
1629     * BUG 4600: Fix compilation of --with-python.
1632 o   Volker Lendecke <vl@samba.org>
1633     * Fix memory corruption bug in string_replace().
1634     * Fix valgrind error in parse_domain_user().
1635     * Fix compilation of explicit --without-winbind.
1636     * Fix an uninitialized variable and other compiler warnings.
1637     * Fix memory leak in smbd's claim session code.
1638     * BUG 4613: Fix incorrect password expiration caused by stomping on 
1639       the time values in the NET_USER_INFO_3 for remote users.
1640     * Fixes for CVE-2007-2446.
1643 o   Stefan Metzmacher <metze@samba.org>
1644     * Add AC_GNU_SOURCE macro in libreplace for systems which don't have it.
1645     * Fix libreplace compiler warnings.
1648 o   Jens Nissen <jens.nissen@gmx.net>
1649     * Fix memory leak on the file/directory ACL processing code.
1652 o   Simo Sorce <idra@samba.org>
1653     * Memory allocation cleanups and sanity checks after the malloc(0)
1654       == NULL crusade.
1655     * Fix socket leak in idmap_ldap.c.
1656     * Fix failure in "net idmap restore".
1657     * Fix crash bug in idmap_ldap's get_credentials() code.
1658     * Fixes for CVE-2007-2446.
1661 o   Alison Winters <alisonw@sgi.com>
1662     * Add missing return calls in sendfilereadbraw.
1665 Changes since 3.0.24
1666 --------------------
1669 commits
1670 -------
1672 o   Michael Adam <ma@sernet.de>
1673     * Patch to lib/sysquotas_linux.c replacing some "get"s by "set"s.  
1674       This makes the difference between the get and set calls for
1675       SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. 
1676     * Prevent collision from config.h created by stand alone component
1677       builds.
1680 o   Jeremy Allison <jra@samba.org>
1681     * Fix CIFS POSIX unlink behavior.
1682     * Change POSIX_UNLINK to allow clients to differentiate between 
1683       unlink/rmdir calls.
1684     * Add smbclient implementations of POSIX open/mkdir/unlink/rmdir.
1685     * Refactor MS-DFS server and client code.
1686     * Support deep MS-DFS referrals in Samba client applications.
1687     * Change the VFS interface to use struct timespec for utimes.
1688     * Fix build failures on *BSD platforms caused by introduction of 
1689       memalign().
1690     * Optimize exit path in the byte-range locking code in smbd to 
1691       only read the locking db if there are outstanding lock requests.
1692     * Fix long-standing bug in our chain processing code.
1693     * BUG 4384: Fix bug in old search code.
1694     * Add support for the UNIX_INFO2 info level.
1695     * Add in the "create info" field to the reply from POSIX_OPEN 
1696       and POSIX_MKDIR.
1697     * Refactor the sessionsetupX code a little to allow us to return 
1698       a NT_STATUS_TIME_DIFFERENCE_AT_DC error to a client.
1699     * Fix memory leaks in the LDAP sasl bind code.
1700     * Fix crash in vfs audit/full audit modules caused by API changes.
1701     * Fix connection problem between pre-3.0.25 smbclient and new DFS
1702       server code.
1703     * Fix valgrind errors in credentials.c.
1704     * Fix logic error in CIFS POSIX extensions for open() and mkdir().
1705     * Fix if logic error when checking for password resets of machine
1706       trust accounts in Samba's passdb.
1707     * Ensure we use the same technique to pull the share mode data out
1708       that locking.c does.
1709     * Fixes buffer parsing in the server side Lanman and RAP calls.
1710     * Fix GetPrinter() info level 3 to fix displaying and setting
1711       security descriptors on printers from WinXP x86_64 clients.
1712     * Return correct error code to the trans2 GetDfsReferral() request
1713       from Vista clients (fixes listing share contents in the Vista
1714       explorer.exe).
1715     * BUG 4486: Fix the exclude_dir parameter in the VFS recycle
1716       plugin.
1717     * Consolidate the become_root_uid_only() calls to only use
1718       become_root().
1719     * Add vfs_readahead module to deal with the pipe-lined reads 
1720       from Vista clients.
1721     * BUG 4404: Fix server SMB/CIFS protocol bugs that broke Vista
1722       clients trying to utilize offline file support.
1723     * BUG 4494: Make sure to fail immediately if sendfile fails and
1724       don't continue on to call chain_reply() (based on report from
1725       Kevin Jamieson).
1726     * Remove tdb.h from the libsmbsharemodes.so header file.
1727     * BUG 3634: Fix crash in nmbd caused by a bad "interfaces" include
1728       in smb.conf.
1729     * Add initial version to winbindd_cache.tdb file.  Automatically
1730       delete existing non-versioned cache files.
1731     * Fix the storage size of time_t in winbindd_cache.tdb to be 8
1732       bytes.
1733     * Cope with signature errors on sessionsetupX logins where the
1734       server just reflects our signature back to us. Allow the upper 
1735       layer to see the real error.  
1736     * BUG 4512: Limit the volume label for a share to 32 UNICODE
1737       characters.
1738     * Allow arbitrary bases in int and ulong parsing in smb.conf.
1739     * Fix off-by-one error in tconX parsing.
1740     * Winbind off-line logon fixes.
1741     * Support for AD sites when locating domain controllers.
1742     * Fix libsmbclient bug with Konqueror and NetApp filers that need 
1743       a leading / in OpenAndX calls. 
1744     * BUG 4187: Possible crash in signing on/off code.
1745     * Fix memory leaks in pam_winbind.c.
1746     * Fix a bug in the sequence number store/fetch routines in
1747       winbindd_cache.tdb.
1748     * Fix the problem with Linux clients requesting O_WRONLY on write-only
1749       files.
1750     * Fix a class of memory allocation bugs in the handling of user tokens.
1751     * Fix crash bug in winbindd caused by a bug in the messaging dispatch
1752       code.
1753     * Fix memory bloat in trans calls caused by talloc()'ing memory off the
1754       wrong context.
1755     * Fix wildcard renames with SMBmv.
1756     * Fixes for pathname handling code.
1757     * Add in the wdel smbclient command to perform wildcard deletes.
1758     * Fix a bug that causes smbd to 'hang' intermittently while updating
1759       the trusted domain cache.
1760     * Cleanup error path processing in reduce_name().
1761     * Fixes for smbtorture tests (BASE-DELETE, ...)
1762     * Delete on close fixes ("I completely understand it this time").
1763     * Remove unneeded checks on incoming uid/gid for mknod (fifo) Unix
1764       extensions code.
1765     * More fixes for Unix Extensions include support for POSIX locking.
1766     * NTLMv2 fixes for Vista clients.
1767     * Add an optimized lookup for Domain Users and only report the current
1768       user (which is generally what the calling application wants to know 
1769       anyways).
1770     * Fixes for supporting the Vista backup utility based on work by Joe
1771       Meadows <jameadows@webopolis.com>.
1772     * Fix 4377: Fix rename of "foo" -> "Foo".
1773     * BUG 4188: Fix for Vista delete directory bug.
1774     * BUG 4400: Add support for processing large Krb5 tickets in SMB
1775       sesssetup&X.  Based on work by <todd.stecher@isilon.com>.
1776     * Fix trans2 file size reporting for Linux CIFS client.
1777     * Allow Well-Known and Local Groups to be stored in POSIX ACLs
1778       as long as there is a SID/gid mapping entry available.
1779     * Fix memory corruption bug in the CIFS POSIX open/mkdir.
1780     * BUG 4536: Correctly delete symlinks pointing to a directory.
1783 o   Danilo Almeida <dalmeida@centeris.com>
1784     * Add additional debug support for pam_winbind.
1785     * Add support for listing multiple groups in pam_winbind's 
1786       require-membership-of option which act as a logical OR.
1789 o   Andrew Bartlett <abartlet@samba.org>
1790     * Ensure debug messages from tools print the correct config file 
1791       location if the file was defined as a command line option.
1794 o   Andrew Benham <andrew.benham@thus.net>
1795     * BUG 4290: Properly compute time to password expiration in message
1796       from pam_winbind.
1799 o   Alexander Bokovoy <ab@samba.org>
1800     * Ensure nfsv4 chown logic is controlled by "nfs4:chown=[yes|no]".
1801     * Add GPFS-provided DMAPI support
1804 o   Kai Blin <kai.blin@gmail.com>
1805     * Match Windows NTLMSSP flags.
1808 o   Gerald (Jerry) Carter <jerry@samba.org>
1809     * Implement pluggable "winbind nss info" interface.
1810     * Removal of unmaintained smbwrapper utility.
1811     * Fix server affinity bugs in the 'net ads join' code to include
1812       support for AD sites.
1813     * Implement DDNS update client code.
1814     * Upper case the host/sAMAccountName in the keytab file.
1815     * Fix lookupname call in winbindd when joined to a child domain and
1816       trying to resolve a SID in a sibling domain.
1817     * Fix password changes against a Windows 2000 DC using pam_winbind.
1818     * Fix crash in "pdbedit -L -w"
1819     * Add "winbind normalize names" option.
1820     * BUG 4093: Make %a resolve correctly for Windows Vista and Windows 
1821       XP 64bit clients.
1822     * Printing fixes for Windows Vista.
1823     * Protect the sasl bind against a NULL principal string in the 
1824       SPNEGO negTokenInit
1825     * Fix some "cannot access LDAP when no root" bugs.
1826     * NSS and PAM fixes on AIX.
1827     * Cached credentials and Krb5 ticket renewal fixes in winbindd.
1828     * Fix server affinity bug in Winbind's ADS connection handling.
1829     * Fix crash when enumerating local group membership in usrmgr.exe
1830       on a Samba DC.
1831     * Rework parsing for NetFileEnum() and NetSessionEnum()
1832     * Add server stub for NetFileClose()
1833     * Return correct information for sessions and open files
1834       including session duration, number of open files, and open pipes.
1835     * Fixes for "winbind normalize names" functionality: 
1836       - Fix getgroups() call called using a normalized name
1837       - Fix some more name mappings that could cause for example
1838         a user to be unable to unlock the screen as the username
1839         would not match in the PAM authenticate call.
1840      * Blacklist BUILTIN and MACHINE domains from the idmap domains as 
1841        these should only be handled by the winbindd_passdb.c backend.
1842      * Allow the alloc init to fail for backwards compatible 
1843        configurations such as with idmap_ad.
1844      * Remove the deprecated flags from idmap backend, et. al. These 
1845        are mutually exclusive with the "idmap domains".
1846      * Add the osname and osver options to 'net ads join'
1847     * Ensure winbindd honors the "idmap domains" option and not 
1848       default to idmap_tdb.
1849     * Fix memory corruption caused by calling free() on talloc()'d
1850       memory when adding and removing users from local groups.
1851     * BUG 4501 (partial): Fix crash bugs in idmap_ad plugin by adding
1852       the schema_mode option when using "winbind nss info = template".
1853     * BUG 4491, 4501 (partial): Disable attempts to allocate a uid/gid if no
1854       idmap alloc backend has been defined.  Do not defined a default
1855       alloc backend.
1856     * Fix "make install" to include creating the links between
1857       idmap_ad and the nss_info_rfc2307 and nss_info_sfu plugins.
1858     * Enable the --with-dnsupdate in the Fedora/RHEL RPM packaging
1859       files.
1860     * BUG 4508: Remove potential loops in the idmap API by requiring
1861       the caller defined the SID type rather than having the idmap layer
1862       call back up to determine the SID type when allocating
1863       uids/gids.
1864     * Don't inherit the offline flag for winbindd_domains that have
1865       not been initialized yet.
1866     * Fix a crash in idmap_ldap caused by a NULL pointer dereference.
1867     * Fix deadlock and timeout conditions in idmap_rid.
1870 o   Steven Danneman <steven.danneman@isilon.com>
1871     * Memory leak fixes.
1872     * Fix core dump when config file in same directory.
1875 o   Mathias Dietz <mdietz@de.ibm.com>
1876     * Initial implementation of the GPFS VFS module.
1877     * Work on NFSv4 ACL VFS plugin.
1878     * Add support for share modes to the GPFS VFS plugin.
1881 o   Guenther Deschner <gd@samba.org>
1882     * Winbind off-line logon fixes.
1883     * Support for AD sites when locating domain controllers.
1884     * Various fixes for 'net ads' user management functions.
1885     * Add an CLDAP client written in Perl.
1886     * Cleanups to the Krb5 ticket refresh code in winbindd.
1887     * Fixes for various error messages from pam_winbind when password
1888       policies are being enforced.
1889     * Implement grace logons for offline authentications in pam_winbind.
1890     * Fixes for idmap_ad.
1891     * Memory leak fixes.
1892     * BUG 4009: Fixes leaking file descriptors (CLOSE_WAIT) in winbindd
1893       with short lived service tickets
1894     * Implement basic AD group policy library
1895     * Adding experimental krb5 lib locator plugin.
1896     * Ensure that Samba clients are correctly reported by the %a 
1897       smb.conf as "Samba" and not "Vista".
1898     * Prevent a user from issuing a PAM_DELETE_CREDS request in 
1899       pam_close_session() for another user.
1900     * Fix tdb keynames in netsamlogon_clear_cached_user().
1901     * Add missing proto_exists dependency for the Winbind NSS target
1902       in the Makefile.
1903     * Build fixes when linking against Heimdal 0.8 Kerberos libraries.
1904     * Build fixes when using older Heimdal Krb5 libs (e.g. 0.6.3).
1905     * Memory allocation error checks in libgpo.
1908 o   Steve French <sfrench@us.ibm.com> 
1909     * Fix mount.cifs compile on old libc missing bind mount #define.
1912 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1913     * Fix memory leaks in the error paths used by winbindd's credential 
1914       cache code.
1915     * BUG 4409: Add minsize parameter to the vfs_recycle plugin.
1916     * BUG 3319: Ensure that 'hide unreadable' does not filter MS-DFS links.
1919 o   Krishna Ganugapati <krishnag@centeris.com>
1920     * Implement DDNS update client code.
1923 o   YAMASAKI Hiroyuki <h-yamasaki@pd.jp.nec.com>
1924     * BUG 4346: Fix type reported for hidden shares via MS-RPC.
1927 o   David Hu <david.hu@hp.com>
1928     * BUG 4267: Fix memory leaks in ldapsam.
1931 o   Bjoern Jacke <bj@sernet.de>
1932     * BUG 4244: Limit stat cache to a default of 1MB.
1935 o   William Jojo <jojowil@hvcc.edu>
1936     * BUG 3713: Re-add reporting what the profiles tool does (-v).
1937     * BUG 3632: Fix for EISCON in open_any_socket_out() on AIX.
1938     * BUG 4447: Fix compile failure on AIX 5.2.
1941 o   Taj Khattra <taj.khattra@gmail.com>
1942     * Fix missing lock count release in transaction cancel.
1945 o   Zack Kirsch <zack.kirsch@isilon.com>
1946     * Fix memory leaks on some error paths.
1947     * Memory leak fixes on error paths in various places.
1950 o   Derrell Lipman <derrell@samba.org>
1951     * BUG 4115: Fix for using kerberos logins in libsmbclient.so.
1952     * BUG 4309: Prevent netbios keepalive on port 445 which causes
1953       Vista to disconnect Samba clients.
1954     * Ensure that the libsmbclient example programs link with the
1955       libsmbclient library that's part of the current tree.
1958 o   Volker Lendecke <vl@samba.org>
1959     * Replace snum references with a structure based array.
1960     * Allow changing of the hashsize when running tdbbackup.
1961     * Implement secure DDNS update code
1962     * Klocwork, Coverity, and IBM Checker fixes.
1963     * BUG 4273: Fix crash in 'net rpc vampire'
1964     * Refactor older SMB file serving code.
1965     * Refactor open directory file serving code.
1966     * Implement support for inotify when serving CIFS change notification
1967       requests (includes merge work from SAMBA_4_0).
1968     * Fixes to allow Samba 3.0 to pass various smbtorture tests (RAW-OPEN,
1969       RAW-UNLINK, RAW-CLOSE, ...)
1970     * Refactor delete on close file server code.
1971     * MS-DFS fixes for Vista clients.
1972     * BUG 4372: Long timeout in LDAP setup when accessing files after 
1973       10 secs.
1974     * Change the static array for the in-memory mirrors of the hash chain
1975       locks to a dynamically allocated one.
1976     * Use inotify for file change notification on Linux.
1977     * Revert "msdfs root" to default to "no".
1978     * Refactor AIO code.
1979     * Fix memory leaks when returning user lists to clients via SAMR calls.
1980     * BUG 4365: Fix NTLMv2 implementation on Samba member servers not 
1981       running winbindd.
1982     * Reduce contention on the tdb free list by periodic reclamation
1983       of dead tdb records into groups
1984     * Split tdb free lists per hash chain.
1985     * Coverity fixes.
1986     * Add winbindd_priv_request_response() request that kills the 
1987       existing winbind pipe connection if it's not privileged to prevent
1988       race conditions during the challenge/response authentication sequence.
1989     * BUG 4460: Fix compile error in winbind_nss_irix.c.
1990     * Fix Coverity bug reports.
1991     * Fixes buffer parsing in the server side Lanman and RAP calls.
1994 o   David Leonard <dleonard@vintela.com>.
1995     * Fix file descriptor leak from an error path in winbindd.
1996     * BUG 4369: Fix smbclient's showacls on files in subdirectories.
1999 o   Herb Lewis <herb@samba.org>
2000     * Cleanups to sharesec utility.
2001     * Compiler warning cleanups.
2002     * Compiler warning fixes.
2003     * Allow smbcontrol to use POPT_COMMON_SAMBA options to allow setting
2004       debug level.
2005     * Add "debug prefix timestamp" to allow syslog type timestamps to be 
2006       added in the Samba log files.
2007     * Fix compile error in nmbd_incomingdgrams.c.
2008     * Allow profiling level to be set on startup.
2011 o   Ying Li <ying.li2@hp.com>
2012     * Use the default tdb idmap plugin when neither idmap domains
2013       nor idmap backend have been defined.
2016 o   Jason Mader <jason@ncac.gwu.edu>
2017     * Various compile warning fixes. 
2018     * Initial patch set for strptime() in libreplace.
2021 o   Don McCall <don.mccall@hp.com>
2022     * Fix compile bug in vfs_default on platforms without utimes().
2023     * HP-UX compile fixes.
2026 o   Jim McDonough <jmcd@us.ibm.com>
2027     * Bug fixes for GPFS VFS module.
2028     * Fix "password never expires" policy which would be incorrectly 
2029       require all users to change their password at login time.
2030     * Fix the GPFS VFS module to pass the POSIX ACL tests (Thanks to
2031       Gomati Mohanan).
2032     * Fix crate_user() access checks when setting the "User Cannot 
2033       Change Password" flag.
2036 o   Stefan Metzmacher <metze@samba.org>
2037     * POSIX ACL compile warning fixes.
2038     * Fix --with-fhs, where confdir is set to \${sysconfdir} but
2039       sysconfdir wasn't defined in the Makefile.
2040     * Add localstatedir to configure.in for completeness.
2041     * BUG 4496: Fix libreplace failure on ulibc systems.    
2042     * Merge numerous libreplace fixes from the SAMBA_4_0 code base 
2043       (stdint.h, stdbool.h, unsetenv, strptime(), strtoll(), et. al.).
2044     * Move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace.
2045     * Portability fixes for dlopen() (merge from SAMBA_4_0)
2046     * Sync libreplace (merge from SAMBA_4_0)
2049 o   Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
2050     * AIX quota fixes.
2053 o   Gomati Mohanan <gomati.mohanan@in.ibm.com>
2054     * Work on NFSv4 ACL VFS plugin.
2057 o   Lars Mueller <lars@samba.org>
2058     * Provide better feedback about deprecated use of multiple passdb
2059       backends.  Use the first backend to have at least this one working.
2060     * Fix make install to include smbmount, et. al. docs.
2061     * Merge more proto_exists dependency fixes from SAMBA_3_0.
2062     * Makefile cleanups.
2063     * Log the reason for failures when not creating a core file on a
2064       crash due to restrictive permissions on the log file directory.
2067 o   James Peach <jpeach@apple.com>
2068     * Replace exit_server with exit_server_cleanly where appropriate.
2069     * Add docs for VFS modules.
2070     * Portability fixes for autoconf and character set modules on 
2071       OS X.
2072     * Only attempt to reload the config file after the fork point 
2073       if we are in daemon mode.
2074     * Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.
2075     * Changing the FindFirst response for the UNIX_INFO2 level to
2076       include a length field before the name.
2077     * Add call to chflags(2) in the default VFS module.
2080 o   Andy Polyakov <appro@fy.chalmers.se>
2081     * Pull the CUPS comment and location attributes when not overridden 
2082       by values stored in Samba's ntprinters.tdb.
2083     * BUG 3275: Allow upload of x64 printer drivers by relaxing the COFF 
2084       header parsing code in smbd.
2087 o   J Raynor <raynorj@mn.rr.com>
2088     * Make sure we are privileged when doing DMAPI operations on systems
2089       that don't have capability support.
2092 o   Jorge Santos <jorge_a_santos@hotmail.com>
2093     * BUG 4500: Fix compile bug in quota.c.
2096 o   Jiri Sasek <jiri.sasek@sun.com>
2097     * Fix incorrect Krb5 linking on Solaris.
2098     * Fix possible NULL dereference in adt_tree.c
2101 o   Karolin Seeger <ks@sernet.de> 
2102     * Fix a compile problem in shadow_copy_test.c.
2103     * Add 'net sam policy' commands.
2104     * Fixes for "net usershare" and "guest_ok=y"
2107 o   Robert Shearman <rob@codeweavers.com>
2108     * Allow NULL domain and username in the form of user@domain to be 
2109       interpreted correctly by ntlm_auth for use by Wine applications.
2112 o   Simo Sorce <idra@samba.org>
2113     * Remove redundant log messages from idmap_ad.c.
2114     * BUG 3974: Fix ambiguity between the -N option and the -T
2115       tar options.
2116     * Fix linking flags used when creating shared libraries.
2117     * Offline logon fixes in the idmap backend manager.
2118     * Cleanup initialization code in the sfu and rfc2307 nss_info
2119       plugins to protect against a crash if called before the idmap_ad
2120       module has been initialized.
2121     * Protect against crashes in get_dc_name() in the idmap_ad code
2122       when we are working offline.
2123     * BUG 4438, 4440: Fix bugs in "net sam provision".
2124     * Initial implementation of new IdMap interface.
2125     * Fix crash in pam_winbind caused by referencing a pointer after the 
2126       memory had been freed.
2127     * Implement escaping function for ldap RDN values.
2130 o   Peter Somogyi <SOMOGYI@de.ibm.com>
2131     * Work on NFSv4 ACL VFS plugin.
2134 o   Andrew Tridgell <tridge@samba.org>
2135     * Fix an integer overflow in the ndr library code used by PIDL.
2138 o   Jelmer Vernooij <jelmer@samba.org>
2139     * Implement support for IDL autogenerated code to
2140       handle the MS-RPC parsing functions.
2143 o   Don Watson <dwwatson@us.ibm.com>
2144     * Fixes for 'net rpc vampire' and the guest account
2147 o   Martin Zielinski <mz@seh.de>
2148     * Printing fixes for Windows Vista clients.
2151       --------------------------------------------------
2152                    ==============================
2153                    Release Notes for Samba 3.0.24
2154                              Feb 5, 2007
2155                    ==============================
2158 Important issues addressed in 3.0.24 include:
2160   o Fixes for the following security advisories:
2161     - CVE-2007-0452 (Potential Denial of Service bug in smbd)
2162     - CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind
2163       NSS library on Solaris)
2164     - CVE-2007-0454 (Format string bug in afsacl.so VFS plugin)
2167 ######################################################################
2168 Changes
2169 #######
2171 Changes since 3.0.23d
2172 ---------------------
2174 commits
2175 -------
2177 o   Jeremy Allison <jra@samba.org>
2178     * Fix for CVE-2007-0452 & CVE-2007-0454
2181 o   Olivier Gay <ouah@ouah.org>
2182     * Fix for CVE-2007-0453
2185 o   Volker Lendecke <vl@samba.org>
2186     * Fix for CVE-2007-0452
2189       --------------------------------------------------
2190                    ===============================
2191                    Release Notes for Samba 3.0.23d
2192                              Nov 14, 2006
2193                    ===============================
2195 This is the latest stable release of Samba. This is the version 
2196 that production Samba servers should be running for all current 
2197 bug-fixes.  Please read the changes in this section and for the 
2198 original 3.0.23 release regarding new features and difference 
2199 in behavior from previous releases.
2201 Important issues addressed in 3.0.23d include:
2203   o Stability fixes for winbindd
2204   o Portability fixes on FreeBSD and Solaris operating systems.
2206 ######################################################################
2207 Changes
2208 #######
2210 Changes since 3.0.23c
2211 ---------------------
2213 commits
2214 -------
2216 o   Jeremy Allison <jra@samba.org>
2217     * Changes to ntlm_auth to better support Firefox's NTLM 
2218       authentication.
2219     * Make the "max usershares" parameter an advisory limit.
2220     * BUG 4095: Cleanup bad substitution causing the username 
2221       to be translated to domain\user twice in spnego path. 
2222     * BUG 4097: Ensure all pdb_XXX calls are wrapped in 
2223       [un]become_root() pairs.
2224     * Ensure we always return the canonicalized name 
2225     * Add in fixes to mangling dir code.
2226     * Do not assume that gencache can always be opened for RW access.
2227       Fall back to RO.
2228     * Always initialize variables in winbindd request/response 
2229       structure.
2230     * Fix libsmbclient bug with Konqueror and NetApp filers that 
2231       need a leading / in OpenAndX calls. 
2232     * Added showacls toggle in the smbclient code.
2233     * Add a suffix to the pidfile's program name if this is a process
2234       with a non-default configuration file name.
2235     * Fix protection from invalid struct tm values.
2236     * BUG 4187: Possible crash in signing on/off code.
2237     * BUG 4214: Fix crash bug in find_forced_group().
2238     * BUG 4224: Fix enforcement of the deadtime parameter.
2241 o   Timur Bakeyev <timur@com.bat.ru>
2242     * BUG 3856: Set the nss soname version on FreeBSD.
2243     * BUG 4109: Fix bug causing smbd to turn off winbindd and 
2244       fail to disable the _NO_WINBIND environment.
2245     * BUG 3868: Prevent --with-aio-support from trimming the 
2246       $LIBS variable in configure.in.
2249 o   Dmitry Butskoy <dmitry@butskoy.name>
2250     * BUG 4075: Allow smbd to use winbindd to lookup uids/gids 
2251       outside the idmap range if 'winbind trusted domains 
2252       only = yes'.
2255 o   Gerald (Jerry) Carter <jerry@samba.org>
2256     * Fix primary group lookup failures.  Use the Get_Pwnam_alloc() 
2257       call to ensure it finds the Unix user first.
2258     * Only grant privs to Administrators if privileges are enabled 
2259       to avoid bogus error messages in the logs.
2262 o   Alex Deiter <tiamat@komi.mts.ru>
2263     * BUG 3524: Fix for quota support on Solaris.
2266 o   Guenther Deschner <gd@samba.org>
2267     * Close socket when the CLDAP request has failed.
2268     * Memory leak fixes in the libads/ldap.c code.
2269     * Printer publishing fixes for "net ads".
2270     * Fix error code returns in the CLDAP client code.
2271     * Do not anonymously query for AD schema items in winbindd.
2272     * Protect against storing null-sids in the winbind cache.
2273     * Fallback to non-paging LDAP searches for anonymous bound 
2274       connections.
2275     * More workarounds when nscd.
2276     * Fix error code typoe in the GetDcName() netlogon call  
2277       (including two new error codes).
2278     * Fix valgrind warnings in pam_winbind
2279     * Add two missing refresh_sequence_number calls where they are 
2280       missing just before writing to the winbind cache tdb.
2281     * Attempt to locate a valid domain controller before prompting
2282       for credentials in "net ads".
2283     * Set 35 second timeout in winbindd's netlogon code when sending 
2284       a GETDC request.
2285     * Stop "net ads {user,group} delete" from doing funny things.
2286     * Fix container handling for "net ads user" and "net ads group" 
2287       functions.
2288     * Fix various memleaks and seg faults in "net ads {user,group}".
2291 o   Udo Eberhardt <udo.eberhardt@thesycon.de>
2292     * BUG 4100: Fix crash in the server spooler code by initializing 
2293       values for smb_io_notify_info_data_strings.
2296 o   Olaf Flebbe <o.flebbe@science-computing.de>
2297     * BUG 4133: pam_winbind.c compile fix on AIX 5.1.
2300 o   David Hu <david.hu@hp.com>
2301     * BUG 4212: Fix memleak in the default_ou_string handling.
2304 o   Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>
2305     * BUG 4229: Compile fix for systems without kerberos.
2308 o   Volker Lendecke <vl@samba.org>
2309     * NTLMSSP LanMan session key fixes.
2310     * Various potential seg fault fixes.
2311     * Extra logic in share access checks for bad smb.conf parameter 
2312       settings.
2313     * Fixes to allow smbclient to connect to Vista RC1 workstations.
2314     * Fix bad search filter in ldapsam when enumerating group 
2315       members.
2318 o   Jim McDonough <jmcd@us.ibm.com>
2319     * Correctly handle the password expiration policy on Samba DCs.
2322 o   Nils Nordman <nils.nordman@nordman.org>
2323     * BUG 4085: Allow smbpasswd to change expired passwords on 
2324       remote servers.
2327 o   Simo Sorce <idra@samba.org>
2328     * Merge uid2sid and gid2sid async calls for SAMBA_3_0.
2329     * Better fqdn handling when parsing the /etc/hosts file.
2330     * Fix crash bug in pam_winbind.
2332 o   Andrew Tridgell <tridge@samba.org>
2333     * Fix string alignment problem in password change code.
2336 o   Jim Wang
2337     * BUG 4211: Logic error when enforcing "acl group control"
2338       behavior.
2341 Release Notes for older release follow:
2343       --------------------------------------------------
2344                    ===============================
2345                    Release Notes for Samba 3.0.23c
2346                              Aug 30, 2006
2347                    ===============================
2349 We would like to thank the developers of the Saturn code analysis 
2350 tool from Stanford University (http://glide.stanford.edu/saturn).
2351 This release includes several code fixes based on its reports.
2353 Common bugs fixed in 3.0.23c include:
2355   o Authentication failures in pam_winbind when the AD domain
2356     policy is set to not expire passwords.
2357   o Authorization failures when using smb.conf options such
2358     as "valid users" with the smbpasswd passdb backend.
2361 RID Algorithms & Passdb
2362 =======================
2364 Starting with the 3.0.23c release, the officially supported passdb 
2365 backends (smbpasswd, tdbsam, and ldapsam) now operate identically
2366 with regards to the historical RID algorithm for unmapped users 
2367 and groups (i.e. accounts not in the passdb or group mapping table).
2368 The resulting behavior is that all unmapped users are resolved 
2369 to a SID in the S-1-22-1 domain and all unmapped groups resolve
2370 to a SID in the S-1-22-2 domain.  Previously, when using the 
2371 smbpasswd passdb, such users and groups would resolve to an 
2372 algorithmic SID in the machine's own domain (S-1-5-XX-XX-XX).
2373 However, the smbpasswd backend still utilizes the RID algorithm
2374 when creating new user accounts or allocating a RID for a new 
2375 group mapping entry.
2377 With the changes in the 3.0.23c release, it is now possible to 
2378 resolve a uid/gid, name, or SID in any direction and always obtain
2379 a symmetric mapping.  This is important so that values for smb.conf 
2380 parameters such as "valid users" resolve to the same SIDs as those 
2381 included  in the local user's initial token.
2383 Most installations will notice no change.  However, because
2384 an unmapped account's SID will now change even when using 
2385 smbpasswd it is possible that any security descriptors on files
2386 previously copied from a Samba host to a Windows NTFS partition
2387 may now fail to give access. The workaround is to either manually
2388 map all affect groups (or add impacted users to the server's 
2389 passdb) or to manually reset the file's ACL.
2392 ######################################################################
2393 Changes
2394 #######
2396 Changes since 3.0.23b
2397 ---------------------
2399 commits
2400 -------
2401 o   Michael Adam <ma@sernet.de>
2402     * Fix incorrect logic in internal_resolve_name() caused by if 
2403       statement.
2406 o   Jeremy Allison <jra@samba.org>
2407     * Don't store a NULL SID in winbindd's offline cache.
2408     * Ensure we store the offline password hash in the correct format.
2409     * OS/2 fixes for large Extended Attributes data.
2410     * Fix nmbd crashes caused by miscalculation in pushing 
2411       announcements.
2412     * Handle times consistently across all client utils including
2413       libsmbclient.
2414     * Fix a file descriptor leak in nmbd sync DNS lookup code.
2415     * Fix inconsistency found in checking for NULL in DLIST_REMOVE
2416       macro.
2417     * Pointer dereference fixes based on the Saturn analysis tool.
2418     * Fix memory leak in the AD DC lookup code.
2421 o   Gerald (Jerry) Carter <jerry@samba.org>
2422     * RHEL4  and Fedora packaging updates.
2423     * Remove RID algorithm support for unmapped users and groups
2424       when using an smbpasswd backend.
2425     * Extend the NT token for local users' with the S-1-22-2 
2426       SID for each supplementary group
2427     * BUG 3969: Fix unsigned time comparison with expiration 
2428       policy from AD DC.
2429     * Merge Guenther's fixes from the SuSE SLES10 tree to ensure 
2430       that winbindd talks to the correct DC when servicing PAM 
2431       authentication requests.
2432     * Do not use the generic IP address sort routines for AD DCs
2433       since the SRV lookup include a sorting algorithm based
2434       on priority and weight. 
2435     * Fix our DNS SRV lookup code to deal with multi-homed hosts.
2436     * More changes to ensure that the primary group SID for 
2437       a local user is based on the primary Unix group and not the
2438       primaryGroupSID passdb attribute.
2439     * Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain 
2440       to the SID<->uid/gid cache.
2443 o   Guenther Deschner <gd@samba.org>
2444     * Fix msdfs RPC client and server management RPCs.
2445     * Align idmap_ad with the current idmap_methods interface.
2448 o   Volker Lendecke <vl@samba.org>
2449     * Re-add support for "username level" when looking up the 
2450       matching Unix user for an smbpasswd entry.
2451     * snprintf() fixes.
2454 o   Simo Sorce <idra@samba.org>
2455     * Let innetgr() work without binding its use to a 
2456       NIS domain to support netgroups in local files.
2459 o   Ben Winslow <rain@bluecherry.net>
2460     * Allow client smb signing to be turned off correctly.
2463       --------------------------------------------------
2464                    ===============================
2465                    Release Notes for Samba 3.0.23b
2466                              Aug 7, 2006
2467                    ===============================
2469 Common bugs fixed in 3.0.23b include:
2471   o Ambiguity with unqualified names in smb.conf parameters
2472     such as "force user" and "valid users".
2473   o Errors in 'net ads join' caused by bad IP address in the list
2474     of domain controllers.
2475   o SMB signing errors in the client and server code.
2476   o Domain join failures when using smbpasswd on a Samba PDC.
2479 Member servers, domain accounts, and smb.conf
2480 =============================================
2482 Since Samba 3.0.8, it has been recommended that all domain accounts 
2483 listed in smb.conf on a member server be fully qualified with the 
2484 domain name.  This is now a requirement.  All unqualified names are 
2485 assumed to be local to the Unix host, either as part of the server's 
2486 local passdb or in the local system list of accounts (e.g. /etc/passwd 
2487 or /etc/group).
2489 The reason for this change is that smbd has transitioned from
2490 access checks based on string comparisons to token based
2491 authorization.  All names are resolved to a SID and then verified
2492 against the logged on user's NT user token.  Local names will
2493 resolve to a local SID, while qualified domain names will resolve
2494 to the appropriate domain SID.  
2496 If the member server is not running winbindd at all, domain 
2497 accounts will be implicitly mapped to local accounts and their
2498 tokens will be modified appropriately to reflect the local 
2499 SID and group membership.
2501 For example, the following share will restrict access to the
2502 domain group "Linux Admins" and the local group srvadmin.
2504 [restricted]
2505         path = /data
2506         valid users = +"DOMAIN\Linux Admins" +srvadmin
2508 Note that to restrict the [homes] share on a member server to the 
2509 owner of that directory, it is necessary to prefix the %S value 
2510 to "valid users".
2512 [global]
2513         security = {domain,ads}
2514         workgroup = DOM
2515         winbind separator = +
2516 [homes]
2517         valid users = DOM+%S
2521 ######################################################################
2522 Changes
2523 #######
2525 Changes since 3.0.23a
2526 ---------------------
2528 commits
2529 -------
2530 o   Michael Adams <ma@sernet.de>
2531     * Fix memory leaks on error paths in 'net ads join'.
2534 o   Jeremy Allison <jra@samba.org>
2535     * BUG 3962: Fix memory leak when enumerating print jobs.
2536     * Fix file access flags for the Linux CIFS fs client.
2537     * Fix memory leaks in the smbclient DFS code.
2538     * BUG 3967: Fix SMB signing client bug in trans calls.
2539     * BUG 3985: Ensure in msdfs we check for our NetBIOS aliases.
2540     * Added lookup_name_smbconf() to be called when looking up names 
2541       from smb.conf.  Unqualified names are assumed to be local.
2542     * BUG 4003: Fix SMB signing server error in NTcancel reply.
2545 o   Gerald (Jerry) Carter <jerry@samba.org>
2546     * Fix a few "smbldap_open(): Cannot open when not root" bugs when 
2547       viewing or modifying local group membership.
2548     * Make LsaLookupSids() reply include the full SID of unresolved 
2549       SIDs.
2550     * BUG 3957: Prevent returning strange DC IP addresses by zeroing 
2551       memory in the SRV hostlist in case there is not an A record for 
2552       each SRV name.
2553     * BUG 3964: normalize the case of usernames prior to getpwnam() 
2554       call in the smbpasswd backend.
2555     * Cleanup the 'net ads help join' output and document createupn 
2556       and createcomputer options.
2557     * Fix a regression in the ldapsam URI syntax.  Allow multiple 
2558       LDAP URIs to be grouped by  "".
2561 o   William Charles <william@charles.name>
2562     * BUG 3959: Remove rand() from SRV RR comparison to fix crashes 
2563       in qsort().
2566 o   Guenther Deschner <gd@samba.org>
2567     * Fix memory leaks in pam_winbind.
2568     * Save the logon script path from the info3 in the PAM session 
2569       allowing other PAM modules to pick it up from there.
2572 o   Volker Lendecke <vl@samba.org>
2573     * BUG 3991: Fix problem with user tokens on standalone systems
2574       configured to use a username map.
2575     * Fix bug where qualified user or group names in smb.conf
2576       were assumed to use the '\' character as the winbind separator.
2578       --------------------------------------------------
2579                    ===============================
2580                    Release Notes for Samba 3.0.23a
2581                              Jul 21, 2006
2582                    ===============================
2584 Common bugs fixed in 3.0.23a include:
2586   o Failure to strip the domain name from groups when 'winbind 
2587     use default domain = yes'
2588   o Failure in pam_winbind to correctly parse arguments.
2589   o Bad token creation of local users on member servers not 
2590     running winbindd.
2591   o Failure to add users or groups to ACLs using the Windows
2592     object picker.
2593   o Failure in file serving code when 'kernel oplocks = yes'.
2595 New features in 3.0.23a include:
2597   o New "createupn" option to "net ads join"
2598   o Rewritten Kerberos keytab generation when 'use kerberos 
2599     keytab = yes'
2603 ######################################################################
2604 Changes
2605 #######
2607 Changes since 3.0.23
2608 --------------------
2610 commits
2611 -------
2612 o   Jeremy Allison <jra@samba.org>
2613     * Fix memory leaks in the POSIX locking for for the Linux CIFS fs 
2614       client.
2615     * Fix memory leaks in the AD schema parsing code.
2616     * Fixed bug in interaction with Linux kernel oplocks.
2619 o   Gerald (Jerry) Carter <jerry@samba.org>
2620     * Rewrite the detection of the correct DES salting principal name
2621       when joining an Active Directory Domain.
2622     * Rewrite the keytab generation code based on existing SPN, 
2623       UPN, and sAMAccountName attributes in the AD machine object.
2624     * Cleanup of dead code from idmap_ad.
2625     * Fix Winbind 32bit/64bit portability issues.
2626     * Fail 'net ads join' and disable the machine account if we cannot 
2627       set any SPNs for ourselves.
2628     * Make sure to lower case all usernames before calling the create, 
2629       delete, or rename hooks.
2630     * Preserve case for usernames in passdb
2631     * Flush the getpwnam cache after renaming a user
2632     * Add become/unbecome root block in _samr_delete_dom_user() when 
2633       trying to verify the account's existence.
2634     * Changed 'net ads join' syntax for specifying an alternate 
2635       OU.  New syntax is createcomputer=<ou path top to bottom>.
2636     * Add createupn=[UPN] option to 'net ads join' for setting the
2637       userPrincipalName attribute.
2638     * Bug 3920: Restore winbind use default domain behavior for domain 
2639       groups.  This break local users and 'winbind nested groups' on 
2640       domain members.
2643 o   Guenther Deschner <gd@samba.org>
2644     * Don't clear the cache when starting winbindd in off line mode.
2645     * Fix errno reporting in pam_winbind debug messages.
2646     * BUG 3937: Fix segv in libnss_wins.so.
2649 o   Volker Lendecke <vl@samba.org>
2650     * Fix memory leaks in the in error paths out of the CLDAP 
2651       request code.
2652     * AIX portability fixes for DNS client code.
2653     * BUG 3811, 3948: Fix alignment bug in on lsaquery. 
2654     * BUG 3949: Fixed authorization issue on domain member 
2655       servers not running winbindd.
2658 o   Andrew Tridgell <tridge@samba.org>
2659     * Fixed a bug which caused resolve_ads() to spin forever if 
2660       one of the DCs isn't resolvable in DNS.
2663 o   Simo Sorce <idra@samba.org>
2664     * Debian packaging fixes.
2667 o   Dietrich Streifert <dietrich.streifert@visionet.de>
2668     * BUG 3916: Fix error parsing pam_winbind config arguments.
2671 Release Notes for older release follow:
2673       --------------------------------------------------
2675                    ==============================
2676                    Release Notes for Samba 3.0.23
2677                             Jul 10, 2006
2678                    ==============================
2680 There has been a substantial amount of cleanup work done during 
2681 this development cycle.  We would like to thank both Coverity 
2682 (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/)
2683 for analyzing the Samba source code. As a result, this release 
2684 includes fixes for over 400 defects.  The coverage was approximately 
2685 even with over 200 defects reported by each tool.
2687 Thanks very much to those people who spent time testing the 
2688 release candidates and reported their findings.  We would like to 
2689 especially thank Thomas Bork <tombork@web.de> for his numerous 
2690 reports.  We believe that the final release is in much better shape 
2691 in large part due to his efforts.
2693 New features in 3.0.23 include:
2695    o Improved 'make test'
2696    o New offline mode in winbindd.
2697    o New Kerberos support for pam_winbind.so.
2698    o New handling of unmapped users and groups. 
2699    o New non-root share management tools.
2700    o Improved support for local and BUILTIN groups.
2701    o Winbind IDMAP integration with RFC2307 schema objects supported 
2702      by Windows 2003 R2.
2703    o Rewritten 'net ads join' to mimic Windows XP without requiring 
2704      administrative rights to join a domain.
2707 User and Group changes
2708 ======================
2710 The user and group internal management routines have been 
2711 rewritten to prevent overlaps of assigned Relative Identifiers 
2712 (RIDs).  In the past the has been a potential problem when either 
2713 manually mapping Unix groups with the 'net groupmap' command or 
2714 when migrating a Windows domain to a Samba domain using 'net rpc 
2715 vampire'.
2717 Unmapped users are now assigned a SID in the S-1-22-1 domain and 
2718 unmapped groups are assigned a SID in the S-1-22-2 domain. 
2719 Previously they were assign a RID within the SAM on the Samba 
2720 server.  For a DC this would have been under the authority of the 
2721 domain SID where as on a member server or standalone host, this 
2722 would have been under the authority of the local SAM (hint: net 
2723 getlocalsid).
2725 The result is that any unmapped users or groups on an upgraded 
2726 Samba domain controller may be assigned a new SID.  Because the 
2727 SID rather than a name is stored in Windows security descriptors, 
2728 this can cause a user to no longer have access to a resource for 
2729 example if a file was copied from a Samba file server to a local 
2730 NTFS partition.  Any files stored on the Samba server itself will 
2731 continue to be accessible because Unix stores the Unix gid and not 
2732 the SID for authorization checks.
2734 A further example will help illustrate the change.  Assume that a 
2735 group named 'developers' exists with a Unix gid of 782 but this 
2736 user does not exist in Samba's group mapping table. it would be 
2737 perfectly normal for this group to be appear in an ACL editor.  
2738 Prior to 3.0.23, the group SID might appear as 
2739 S-1-5-21-647511796-4126122067-3123570092-2565. With 3.0.23, the 
2740 group SID would be reported as S-1-22-2-782. Any security 
2741 descriptors associated with files stored on an NTFS disk partition 
2742 would not allow access based on the group permissions if the user 
2743 was not a member of the 
2744 S-1-5-21-647511796-4126122067-3123570092-2565 group. Because this 
2745 group SID not reported in a user's token is S-1-22-2-782, Windows 
2746 would fail the authorization check even though both SIDs in some 
2747 respect referred to the same Unix group.
2749 The current workaround is to create a manual domain group mapping 
2750 entry for the group 'developers' to point at the 
2751 S-1-5-21-647511796-4126122067-3123570092-2565 SID.
2754 Passdb Changes
2755 ==============
2757 The "passdb backend" parameter no long accepts multiple backends 
2758 in a chaining configuration.  Also be aware that the SQL and XML 
2759 based passdb modules have been removed in this release.  More 
2760 information of external support for a SQL passdb module can be 
2761 found at http://pdbsql.sourceforge.net/.
2764 Group Mapping Changes
2765 =====================
2767 The default mapping entries for groups such as "Domain Admins" are 
2768 no longer created when using an smbpasswd file or a tdbsam passdb 
2769 backend.  This means that it is necessary to use 'net groupmap 
2770 add' rather than 'net groupmap modify' to set these entries.  
2771 This change has no effect on winbindd's IDmap functionality for 
2772 domain groups.
2775 LDAP Changes
2776 ============
2778 There has also been a minor update the Samba LDAP schema file. A 
2779 substring matching rule has been added to the sambaSID attribute 
2780 definition.  For OpenLDAP servers, this will require the addition 
2781 of 'index sambaSID sub' to the slapd.conf configuration file.  It 
2782 will be necessary to run slapindex after making this change. There 
2783 has been no change to actual data storage schema.
2786 ######################################################################
2787 Changes
2788 #######
2790 smb.conf changes
2791 ----------------
2793     Parameter Name                      Description       Default
2794     --------------                      -----------       -------
2795     acl group control                   Deprecated        No
2796     add port command                    New               ""
2797     change notify timeout               Changed Scope
2798     dmapi support                       New               No
2799     dos filemode                        Modified          No
2800     enable asu support                  Changed default   No
2801     enable core files                   New               Yes
2802     enable privileges                   Changed default   Yes
2803     enable rid algorithm                Removed
2804     fam change notify                   New               Yes
2805     hosts equiv                         Removed
2806     host msdfs                          Changed default   Yes
2807     msdfs root                          Changed default   Yes
2808     open files database hash size       New               10007
2809     passdb expand explicit              Changed default   No
2810     strict locking                      Changed default   auto
2811     usershare allow guests              New               No
2812     usershare max shares                New               0
2813     usershare owner only                New               Yes
2814     usershare path                      New               ${lockdir}
2815     usershare prefix allow list         New               ""
2816     usershare prefix deny list          New               ""
2817     usershare template share            New               ""
2818     winbind enum users                  Changed default   No
2819     winbind enum groups                 Changed default   No
2820     winbind nested groups               Changed default   Yes
2821     winbind offline logon               New               No
2822     winbind refresh tickets             New               No
2823     winbind max idle children           Removed
2824     wins partners                       Removed
2827 Changes since 3.0.22
2828 --------------------
2830 commits
2831 -------
2832 o   Jeremy Allison <jra@samba.org>
2833     * Fixes for various Klocwork defect reports.
2834     * Cleanup pdb_get_XXX() methods and ensure that a failure
2835       to allocate memory for a samu user structure is reported 
2836       as a failure to the calling function.
2837     * Fix memleak in printing gencache contents.
2838     * Fix warnings reported by gcc4 -O6 on 64-bit systems 
2839     * Fix naming conflicts with 'net usershare' structures and 
2840       Solaris header files.
2841     * Fix memleaks on error paths from the ASN.1 parsing code.
2842     * Add uid to share_mode_entry structure so we can report who 
2843       opened the file.
2844     * Ensure we use sys_write in password chats so we're not 
2845       interrupted.
2846     * Ensure all new rid allocation goes through the same pdb_ldap 
2847       interface.
2848     * BUG 3308: Stop us returning duplicate mid replies on path 
2849       based set-EOF trans2 calls.
2850     * Pass RAW-OPLOCK with kernel oplocks off.
2851     * Fix bug in OS/2 Warp - it doesn't set the ff_last offset 
2852       correctly when doing info level 1 directory scans.
2853     * Add Samba4 replacement for timegm() to work on Solaris.
2854     * Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
2855     * BUG 3592: Ignore a file in the tar output from smbclient if the 
2856       read failed (e.g. due to ACCESS_DENIED).  (Based on ideas from
2857       Justin Best <justinb@pdxmission.org>).
2858     * BUG 3668: Workaround issues in Windows server code with LARGE_READX.
2859     * Push/Pull Kerberos principal and realm names to/from UTF-8.
2860     * Fix incorrect boolean in assert to make POSIX lock tests
2861       pass with CIFSFS.
2862     * Don't ever set O_SYNC on open unless "strict sync = yes".
2863     * Remove dead printing code.
2864     * Allow configurable guest access to Samba's usershare functionality.
2865     * BUG 3587: Make byte-range locking tdb self-cleaning.
2866     * Ensure every exit error path in the session setup code calls 
2867       nt_status_squash().
2868     * Use portable wrapper functions instead of seteuid directly in 
2869       winbindd.
2870     * Make "change notify timeout" a per-share parameter.
2871     * Fix regression in SAMBA_4_0's smbtorture DENY tests.
2872     * Fix valgrind-spotted issue in BASE-DELETE test.
2873     * Fix early termination condition in winbindd when trying to 
2874       connect to a remote DC.
2875     * Instruct winbindd to ignore fd_set when select() returns -1.
2876     * BUG 3779: Make nmbd udp sockets non-blocking to prevent problem
2877       with select returning true but no data being available.
2878     * Back port talloc_steal() fixes from SAMBA_4_0 (original fixes by 
2879       Andrew Tridgell).
2880     * BUG 3467: Fix delete on close semantics needed by WinXP Media 
2881       Center Ed. for simultaneous recording and playback (thanks to 
2882       Jason Qian for the debugging assistance).
2883     * BUG 3347: Save the Unix user token used to set the 
2884       delete-on-close flag.
2885     * Fix parsing of SAMR_Q_CONNECT_ANON.
2886     * Add in support for userinfo26 structure and re-enable 
2887       userinfo25 
2888     * Schannel server fixes.  Fix the credentials chaining across 
2889       \netlogon pipe disconnects.
2890     * Replace ubqix code in nmbd with an internal tdb.
2891     * Fix struct timespec checks in configure.in.
2892     * Add in server support for the NetSamLogonEx().
2893     * Add support for LsaLookupSids2() and LsaLookupSids3().
2894     * Add LsaLookupNames[2-4]().
2895     * Add support for 'net usershare'.
2896     * BUG 3522: Fix error code return on SMBmkdir(foo) when foo 
2897       already exists (thanks to Sandeep Tamhankar).
2898     * BUG 3510: Fix 'net rpc join' against a server when 
2899       schannel is disabled.
2900     * Get rid of poor errno mapping table. Bounce through NTSTATUS 
2901       instead.
2902     * Check for SeMachineAccountPrivilege when deleting machine 
2903       accounts.
2904     * Fix a logic bug with multiple oplock contention.
2905     * Add the replacements for opendir/readdir etc from SAMBA_4_0.
2906       Attempt to fix the broken directory handling in the *BSD.
2907     * Allow run time tuning of the locking tdb hash size for
2908       very busy servers.
2909     * BUG 3642: Ensure we don't call FD_SET on read with 
2910       fd == -1.
2911     * BUG 3569: Work around linear posix locking issue on AIX
2912       which was causing high loads due to the tdb CLEAR_IF_FIRST
2913       flag (based on work from William JoJo).
2914     * Fix OS/2 directory delete bug found by kukks.
2915     * Match the Windows 2003 NTLMSSP signature.
2916     * Performance tuning work in core read & write file serving 
2917       paths.
2918     * Change default to 'strict locking' to better reflect 
2919       real world clients.
2920     * Fix error return on session setup. Ensure no data blob is 
2921       added if the logon call failed so that Windows clients 
2922       interpret the NT_STATUS code correctly.
2923     * Teach Samba the difference between exclusive and batch 
2924       oplocks.
2925     * BUG 3592: Ignore a file in a smbtar output if the first 
2926       read fails (inspired by Justin Best).
2927     * BUG 3668: Workaround Windows bug with LARGE_READX where if 
2928       you ask for exactly 64k bytes it returns 0.
2929     * BUG 3858: Ensure that all files are removed by a wildcard 
2930       delete when 'hide unreadable = yes'.
2931     * Fix various issues raised by the Klocwork code analyzer.
2932     * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
2933       query reply ("enhanced browsing = yes").
2934     * Fix SMB signing failures in client tools.
2935     * BUG 3909: Avoid EA lookups on MS-DFS links.
2938 o   Andrew Bartlett <abartlet@samba.org>
2939     * Work around abort() in the OpenLDAP client libs caused by a NULL 
2940       msg pointer.
2943 o   Timur Bakeyev <timur@com.bat.ru>
2944     * BUG 2961: Fix compile warnings for pam_smbpass.
2945     * BUG 2746, 3763: Fix compile warnings in pam_winbind.
2948 o   Alexander Bokovoy <ab@samba.org>
2949     * Fix 'smbcontrol shutdown' messages for nmbd and winbindd.
2950     * Fix absolute symlinks in the installbin.sh script.
2953 o   Max N. Boyarov <m.boyarov@sam-solutions.net>
2954     * Fix crash bug in perfmon daemon example code.
2957 o   Nicholas Brealey <nick@brealey.org>
2958     * Compile fix for pam_winbind.
2961 o   Gerald (Jerry) Carter <jerry@samba.org>
2962     * Fix 'make install' problem when building outside source/.
2963     * Fix 'net ads join' when the workgroup is set incorrectly in 
2964       smb.conf.
2965     * Re-add code to include the BUILTIN\Administrators SID when
2966       winbindd is not running, but the user's token includes the 
2967       Domain Admin SID.  Fixes access problem for managing Services.
2968     * Only call the printer publishing calls if 'security = ads'.
2969     * Normalize printing keys when deleting.
2970     * Only store LANMAN passwords on a change if 'lanman auth = yes'.
2971     * Look at the NT password (not lanman one) when determining if 'smbpasswd 
2972       -e' should probably for a password.
2973     * Default eventlog tdbs to mode 0660 to allow easier access by 
2974       BUILTIN\Administrators.
2975     * Remove extra call to create_user on member servers without winbindd.
2976     * Replace the use of OpenLDAP's ldap_domain2hostlist() for locating 
2977       AD DC's with out own DNS SRV queries.
2978     * Fix compile error on HP-UX reported by Ryan Novosielski.
2979     * Rewrite 'net ads join' to share common code with 'net rpc join' 
2980       and behave more like a Windows XP client.
2981     * Remove --with-ldapsam option from configure (only used for 
2982       backwards compatibility for 2.2 smb.conf files).
2983     * Remove 'wins partners' and 'hosts equiv' smb.conf parameters.
2984     * Remove rhosts authentication module.
2985     * Reimplement 'net ads leave' to disable the machine account in the 
2986       domain rather than removing it.
2987     * Rewrite of tdbsam file descriptor handling.
2988     * Add server affinity support when selecting a remote 
2989       domain controller.
2990     * Remove chaining of passdb modules.
2991     * Generate a local users primary group SID based on his 
2992       or her primary Unix group rather than storing the attribute 
2993       in the passdb entry.
2994     * Default primary group SID to 'Domain Users' if the real Unix 
2995       primary group maps to the S-1-22-2 domain.
2996     * Refactor memory management in passdb user objects.
2997     * RHEL and Fedora packaging fixes.
2998     * Implement XcvDataPort() spooler call and supporting 'add 
2999       port command'.
3000     * BUG 3534: Ignore lines in the username map file with no right 
3001       hand list.
3002     * Add support for the experimental %(DomainSID) smb.conf 
3003       variable.
3004     * Add support for parsing SIDs in smb.conf value lists.
3005     * Fix vuid allocation in Kerberos SMBsesssetup reply. 
3006     * Ensure that local group membership is included in the 
3007       getgroups() NSS reply.
3008     * Automatically create a BUILTIN\{Administrators,Users} if
3009       winbindd is running.
3010     * Automatically grant all privileges to members of the local 
3011       Administrators group.
3012     * Protect against NULL cli_state* pointers in 
3013       cli_rpc_pipe_open().
3014     * Add a SUBSTR matching rule the the Samba LDAP schema 
3015       file for the sambaSID attribute.  This will allow for 
3016       Searching group mapping entries within a given domain
3017       without reorganizing the directory namespace.  Also 
3018       requires 'index sambaSID sub' in slapd.conf.
3019     * Fix parsing of 'idmap uid/gid' values that broke when
3020       the range included any whitespace.
3021     * Support renaming local groups (protect against renaming 
3022       BUILTIN groups).
3023     * Do not allow the root account to be deleted via MS-RPC.
3024     * Fix RID allocation to skip over RIDs that resolve in our
3025       own domain (work around upgraded users and groups).
3026     * Store the name/ip address combination when we do a reverse 
3027       look up in case future forward lookups would fail.
3028       Fixes cases where a DC name could not be resolved via 
3029       NetBIOS queries,
3030     * Allow winbindd to run on standalone servers in order to
3031       provide support for local groups.
3032     * Deprecate 'acl group control' and replace it with added 
3033       functionality to 'dos filemode'.
3034     * Ensure that all global memory is freed from pam_winbind 
3035       when unloading the shared library (based on work from Arkady 
3036       Glabek).
3037     * Fix 32-bit/64-bit portability issues between PAM & NSS winbind 
3038       libraries and winbindd.
3039     * Add defensive checks about create local accounts (i.e. calling
3040       'add user script') on domain member servers when winbindd
3041       is running but having problems.
3042     * Use system provided killproc() in RedHat init scripts for 
3043       more robust shutdown.
3044     * Fix a crash in the printer publishing code when adding a 
3045       new printer via the APW.
3046     * Fix broken compile of unsupported smbwrapper utility.
3047     * BUG 3905: Fix smbd startup failure caused by a failure to
3048       create an NT token for the guest account.
3049     * BUG 3908: Fix RPC bind authentication failure which broke
3050       user password changes.
3051     * Ensure that "net ads join" reports failure correctly if
3052       it cannot set the machine account password.
3055 o   Mathias Dietz <MDIETZ@de.ibm.com>
3056     * EPERM can be a valid return from getting an xattr. 
3057       Don't disable if we get it.
3060 o   Guenther Deschner <gd@samba.org>
3061     * Fix memleaks in winbindd ads searches.
3062     * Fix timestamp bug in pam_winbindd which forced users to change
3063       passwords prematurely.
3064     * Small debug message cleanups.
3065     * Small fixes for 'net ads password'.
3066     * BUG 3843: Allow to set passwords directly when creating users 
3067       via "net rpc user add" 
3068     * Add "rpc shell" to the usage text for the net command.
3069     * Winbindd user aliases lookup fixes for large domains.
3070     * Fix memleak in the CLDAP processing code.
3071     * Enable AD features in winbindd's PAM support only when 
3072       communicating with an AD domain controller.
3073     * Set our internal domains to "online" by default in winbindd.
3074     * BUG 3800: Fill the password_policy method in winbindd for 
3075       winbindd_passdb.
3076     * Fix memory leak when LDAP POSIX attribute queries fail.
3077     * Honor the krb5 principal name change (of the new ads join code) 
3078       in the kerberized winbind pam_auth.
3079     * Correctly handle the case when there is no configuration file 
3080       for pam_winbind.
3081     * Adding "own-domain" switch to wbinfo which is handy from time 
3082       to time.
3083     * BUG 3823: Fix in-forest domain trust enumeration in winbindd.
3084     * Fix winbindd group enumeration for groups with no members.
3085     * Correct "net ads changetrustpw" to use the sAMAccountName.
3086     * Fix winbindd in ADS domains by removing code using the 
3087       UPN and rely upon the sAMAccountName.
3088     * Fix a eDir related memory leak.
3089     * Don't try to add the sn attribute twice to an LDAP 
3090       inetOrgPerson + samSamAccount entry.
3091     * Fix winbind function table typo.
3092     * Attempt to send the correct warning from pam_winbind when a password 
3093       change was attempted too early.
3094     * Don't use cached credentials when changing passwords.
3095     * Correctly disallow unauthorized access when logging on with the
3096       kerberized pam_winbind and workstation restrictions are in effect.
3097     * Save useless round trips in pam_winbind's auth calls.
3098     * Make the existence of the /etc/security/pam_winbind.conf file
3099       non-critical and fallback to only parse the argv options in that 
3100       case.
3101     * Add winbind debug class to the main winbindd process.
3102     * Be consistent between rpc and ads winbind backend: let the 
3103       ads backend query the samlogon cache first as well.
3104     * Ignore BUILTIN groups when searching AD for group memberships.
3105     * Fix KRB5KDC_ERR_POLICY -> NTSTATUS mapping.
3106     * Cleanup credential caches from winbind's linked list.
3107     * Fix 'winbindd -n' for new persistent caches.
3108     * Fix searching by SID in winbindd.
3109     * Add "smbcontrol winbind onlinestatus" for debugging purpose.
3110     * Prefer to use the indexed objectCategory attribute (instead of
3111       objectClass which is not indexed on AD) in LDAP queries.
3112     * Free LDAP result in ads_get_attrname_by_oid().
3113     * Prevent unnecessary storing of password in a WINBINDD_CCACHE_ENTRY.
3114     * Prevent passwords of winbindd's list of credential caches from 
3115       being swapped to disk using mlock().
3116     * BUG 3345: Expand the "winbind nss info" to also take "rfc2307" to 
3117       support the plain posix attributes LDAP schema from win2k3-r2
3118       (based on patches from Howard Wilkinson and Bob Gautier).
3119     * Add more robust code for fallback when lookup_usergroups() fails.
3120     * Fix 'net rpc join' for winbindd running on a Samba DC.
3121     * Add help text for new 'net rpc audit' utility.
3122     * Add net ads search SID.
3123     * samrQueryDomainInfo level 5 should return the domain name, not our 
3124       NetBIOS name when we are a DC.
3125     * Add some more client rpc for the querydominfo calls (from samba4 idl).
3126     * Process all the supported info levels in the samr_query_domain_info2 
3127       call.
3128     * Wrap the samr_query_domain_info2() call around 
3129       samr_query_domain_info().
3130     * Fix segv in smbctool.
3131     * Honor the time_offset also when verifying Kerberos tickets.
3132     * Prevent unnecessary longstanding LDAP connection to eDirectory.
3133     * Fix segv in smbspool.
3134     * BUG 1914: Allow to store 24 password history entries in ldapsam.
3135     * Enhancements to various commands in rpcclient 
3136     * Don't force 'Administrator' to change an expired password on 
3137       logon.
3138     * Add support for offline mode in winbindd.
3139     * Provide support in pam_winbind for initializing a user's 
3140       ticket cache.
3141     * Implement samr_chgpasswd_user3 server-side.
3142     * Make pam_winbind more robust when detecting domain users.
3143     * Add client side support for SAMR_GET_USRDOM_PWINFO.
3144     * Re-enable strict checking on C++ reserved keywords since Heimdal 
3145       0.7.2 has been released.
3146     * Allow renaming of machine accounts in a Samba domain.
3147     * BUG 3539: Let winbindd try to obtain the gecos field from 
3148       the msSFU30Gecos attribute when "winbind nss info = sfu" is 
3149       set. 
3150     * Correctly handle acb_info/acct_flags as uint32 not as uint16.
3151     * Return the real ACB-flags in the SamLogon() reply.
3152     * Some client side cleanup for the samr set security object 
3153       functions.
3154     * Make sure we always reset the userAccountControl bits when 
3155       re-joining (net ads join) with an existing account.
3156     * Document some more MSV1_0 bits and their behavior.
3157     * Only set the last rebind timestamp when we did rebind 
3158       after a update LDAP operation to avoid the ldap replication 
3159       sleep period.
3160     * Fix incorrect error checking in winbindd for domains with 
3161       no trusts.
3162     * Consolidate the parsing of the Krb5 PAC and NET_USER_INFO3 
3163       structure.
3164     * Work around crash bug in MIT krb5 libs when reading a 
3165       keytab file.  Stop trying to decrypt a ticket as soon as 
3166       we have a clear indication that the ticket is bad.
3167     * Merge DCERPC_FAULT constants from the SAMBA_4_0 tree.
3168     * Adding client side samr querygroup infolevels 2 & 5.
3169     * Make smbpasswd -a root work for eDirectory where there 
3170       is no "account" structural objectclass.
3171     * Make sure we only send out a CLDAP request (net ads) to 
3172       an connected AD server.
3173     * Fix a broken LDAP search filter when looking for groups.
3174     * Add in-tree version of iniparser library from 
3175       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
3176       (rather than linking in loadparm.c).  Settings are now stored
3177       in /etc/security/pam_winbind.conf.
3178     * Fix different extended_dn handling in adssearch.pl
3179       (Thanks to Frederic Brin at Novell).
3180     * Fix a memleak in winbindd's credentials cache.
3181     * Protect against crashes in CLDAP request processing.
3182     * Remove incomplete DfsEnum() info level to avoid an smbd crash.
3185 o   Aleksey Fedoseev <fedoseev@ru.ibm.com>
3186     * Fix parameter type for 'acl compatibility'.
3187     * Fixes for msgtest torture tool.
3188     * Fix crash bug in the file locking code.
3191 o   Arek Glabek <aglabek@centeris.com>
3192     *  Fix parsing error on input parameters in eventlogadm.
3195 o   Paul Green <paulg@samba.org>
3196     * Properly rebuild time limit on systems with executable extensions.
3197     * Fix build on platforms that do not support shared libs.
3198     * Remove dead code in the auth_script module. 
3201 o   Bjoern Jacke <samba@j3e.de>.
3202     * Fix DMAPI compile failures on AIX and True64.
3203     * Fix AIX PIC suffix (use .o instead of .po).
3204     * Fall back to less-preferred clocks until we find one that we 
3205       can use if clock_gmtime() is not available at run-time.
3206     * Fix EA support on AIX platforms.
3207     * Automatically disable file shares with no explicit path set.
3208     * Remove the local hack to set the RO bit on directories in 
3209       user profiles when profile acls = yes.  Rely on EAs instead.
3210     * Compile fixes for Solaris LDAP client libs.
3211     * Add DMAPI/XDSM support for AIX.
3212     * Find JFS DMAPI libs on Linux when only they are available.
3215 o   William Jojo <jojowil@hvcc.edu>
3216     * Fixes for the winbind NSS library on AIX.
3217     * Fix VFS builds on AIX platforms.
3218     * Fixes for the AIX version of libnss_winbind.so
3221 o   Leonid Kabanov <lkabanov@mail.ru> 
3222     * BUG 3711: Shell portability fixes for 'make test'.
3225 o   Volker Lendecke <vl@samba.org>
3226     * Fixes for various Klocwork defect reports.
3227     * Fixes for various Coverity defect reports.
3228     * BUG 3848: Fix WinXP join error in a Samba domain using ldapsam.
3229     * Fix more potential seg-faults when something on our way to a 
3230       DC connection fails.
3231     * Never fall back to using the IP address for a DC's name in RPC 
3232       connections.
3233     * Implement recycle:subdir_mode.
3234     * Activate RPC-AUTHCONTEXT in "make test".
3235     * Portability fixes for 'make test'.
3236     * Correctly set the group RID in init_sam_from_buffer.
3237     * Fix missing prompt in smbclient.
3238     * Return correct error code upon success from _net_srv_pwset().
3239     * Fix Windows XP joins to a Samba domain.
3240     * Fix 'valid users = +unixgroup' which was failing with smbpasswd
3241       when mapped to a non-algorithmic rid.
3242     * Fix regression which upper-cased machine names passed to the
3243       'add machine script'.
3244     * Correct parsing error in parse_net.c for user's with no group
3245       membership.
3246     * Fix off by one error in client SPNEGO code and other klocwork
3247       bug fixes.
3248     * Memory leak fixes in 'net sam'.
3249     * BUG 3720: Fix uninitialized error return variable.
3250     * Default "passdb expand explicit" to no.
3251     * BUG 3741: Re-enable algorithmic SID mapping in one critical place.
3252     * Fix user NT token creation when utilizing a username map.
3253     * More coverity fixes.
3254     * Fix a VUID bug in 'security = share'.
3255     * Correctly fill in the gid for local users.
3256     * Fix some warnings on True64.
3257     * Add special close handling for fake files.
3258     * BUG 3788: Fix nss_winbind's getgrouplist() call on AIX.
3259     * BUG 3435: Fix 'msdfs root = yes' in [homes].
3260     * Instruct winbindd to find a trusted DC on its own when running on 
3261       a Samba DC.
3262     * Fix segv in child winbindd processes caused by a failed tconX 
3263       to the DC.
3264     * Dynamically compute the maximum password age based no the 
3265       last change time rather than reading the must change time 
3266       from the passdb record.
3267     * Rewrite mechanisms for handling lookup_{name,sid} resolution.
3268     * Assign unmapped users to the S-1-22-1 domain and unmapped 
3269       groups to the S-1-22-2 domain
3270     * Disable algorithmic mapping for RIDs in tdbsam & ldapsam
3271     * Remove sql passdb backends.
3272     * Implement rpccli_samr_set_domain_info()
3273     * Add initial support for 'net sam' command.
3274     * BUG 2413: Remove anonymous connections in 'net rpc info'.
3275     * Implement asynchronous support for trans2 calls.
3276     * Make smbclient -L use RPC to list shares, fall back to RAP.
3277     * Ensure that the global SAM SID is initialized before any
3278       dependent routines are called.
3279     * Enhance consistency checks on local configuration when joining
3280       a domain.
3281     * Fix a memleak in the server registry code for enumeration 
3282       shares.
3283     * Fix an invalid munlock() call in winbindd's credentials cache.
3284     * Fix compile warnings when passing NULL to snprintf().
3285     * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
3286       token in case anything weird is going on with the 'force user'.
3287     * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
3290 o   Derrell Lipman <derrell@samba.org>
3291     [libsmbclient]
3292     * BUG 3814: Only set the DFS capability flag in client requests
3293       if the share is a DFS root.
3294     * Fix bug causing previous settings to be re-initialized 
3295       when parsing new configuration files.
3296     * BUG 3446: Don't ignore the authentication domain when parsing 
3297       the SMB URI.
3298     * Fix cli_setpathinfo() to actually do what it's supposed to.
3299     * Fix libsmbclient to make correct use of the new "one connection
3300       per server feature".
3303 o   Jason Mader <jason@ncac.gwu.edu>
3304     * Numerous compiler warning fixes.
3307 o   John E. Malmberg <wb8tyw@qsl.net>
3308     * Make smbldap obey config tests.
3311 o   Jim McDonough <jmcd@us.ibm.com>
3312     * Fixes for 'make test' on AIX.
3313     * Ensure we do a wildcard search for SID's starting with the global SAM 
3314       sid, not an exact search (from John Janosik).
3315     * Adapt smbclient fix to smbtree to enable long share names.
3316     * Prevent machines and users with no home directory from 
3317       getting the previous entries home path when migrating via 
3318       'net rpc vampire' (based on a patch from Richard Renard).
3319     * Remove hard-coded LDIF names when dumping a migrated 
3320       domain's users and groups.
3321     * BUG 1374: Can't join an OU with name that contains '#'.
3324 o   Stefan Metzmacher <metze@samba.org>
3325     * Add more tests to 'make test'.
3326     * Try to make timelimit.c more portable.
3327     * Fix linking of smbmount tools with --enable-socket-wrapper.
3328     * Pass 'target:samba3=yes' to samba4's smbtorture when running 
3329       samba3's make test.
3330     * Miscellaneous fixes for 'make test'.
3331     * Add improved support for 'make test' including making 
3332       use of smbtorture from SAMBA_4_0.
3333     * Add --no-process-group to all server programs 
3334       (e.g. timelimit 20000 bin/nmbd -F -S --no-process-group).
3335     * Add configure tests --with-selftest-prefix=/tmp/samba-test
3338 o   Lars Müller <lmuelle@samba.org>
3339     * Fix lock calls in the python tdb bindings.
3340     * Add -k switch to tdbdump for accessing a single key.
3341     * Debian packaging fixes.
3342     * Add -t|--password-from-stdin option to pdbedit as we had 
3343       with Samba 2.2.
3344     * Various minor fixes to install scripts used by 'make install'.
3347 o   James Peach <jpeach@sgi.com>
3348     * Ensure smbclient always prompts on standard output when in
3349       interactive mode.
3350     * BUG 3801, 3805: Fix MIPSPro compiler warnings on IRIX.
3351     * Introduce command line options to set the remainder of the 
3352       parameters in dynconfig.c.
3353     * Avoid pulling in -lpthreads caused by -lrt.
3354     * Fix build failures on IRIX 6.4 due to DMAPI support.
3355     * Isolate the slow CLOCK_REALTIME message in the profiling code.
3356     * Correct comparison logic so that libunwind can be correctly detected.
3357     * Implement a "stacktrace" smbcontrol option using libunwind's remote
3358       stack tracing support (ia64 only).
3359     * Use dynamic buffers in the IRIX nsswitch module to prevent truncation
3360       of long group lists.
3361     * New autoconf macro to test for sysconf variables.
3362     * Change profiling data macros to use stack variables rather than
3363       globals. This catches mismatched start/end calls and removes
3364       the need for special nested profiling calls.
3365     * Rewrite AC_LIBTESTFUNC so that it works like the callers
3366       of it expect.
3367     * Use clock_gettime for profiling timstamps if it is available. Use
3368       the fastest clock available on uniprocessors.
3369     * Preserve errno in fcntl lock wrappers.
3370     * Initialize our saved uid and gid so that we can tell when we 
3371       created the profiling shmem segment and don't bogusly refuse to 
3372       look at it.
3373     * Add a new option "enable core files" which can be used to disable 
3374       automatic core file dumping. 
3375     * Update our internal copy of popt to that distributed with the RPM 
3376       4.2 source code.
3377     * Add support for FAM for file change notification.
3378     * Disable sendfile if the 'write cache;' has been enabled.
3379     * Refactor capability interface from being IRIX-specific to 
3380       using only the POSIX interface.
3381     * Consolidate core dumping code to aid in debugging.
3382     * Add support for libunwind to generating a backtrace.
3383     * BUG 3490: Don't test for ldap or krb5 libs if --without-ldap
3384       and --without-ads are specified.
3385     * Allow the user to set winbind nss timeouts in seconds on IRIX.
3386     * Set the FILE_STATUS_OFFLINE bit by observing the events 
3387       a DMAPI-based HSM is interested in.
3390 o   Tim Potter <tpot@samba.org>
3391     * Build janitorial duties.
3392     * BUG 3725: Put references to $PICFLAGS in quotes.
3395 o   Aruna Prabakar <aruna.prabakar@hp.com>
3396     * Show -W option in smbpasswd usage text.
3399 o   ISHIKAWA Tomonori <toishika@fsi.co.jp>
3400     * BUG 2715: Fix nmbd datagram comment buffer size for multibyte 
3401       character strings
3404 o   Andreas Schwab
3405     * Correct syntax error in aclocal.m4.
3408 o   Simo Sorce <idra@samba.org>
3409     * Pam modules install fix.
3410     * Allow "net changesecretpw" to accept a password via stdin.
3411     * Implement 'net setdomainsid' command.
3412     * Ensure that sid -> group conversion are done as root.
3413     * BUG 3413: Sanity check for existence of 'ldap admin 
3414       dn' before setting a password in secrets.tdb (based on
3415       work by William Jojo).
3416     * New revision of the snprintf replace code.
3417     * Set the correct sid type when looking up a gid.
3420 o   Todd Stecher <tstecher@isilon.com>
3421     * Add TCP fallback for our implementation of the CHANGEPW 
3422       kpasswd calls.
3425 o   Ronan Waide <waider@waider.ie>
3426     * Add 'wbinfo -i' functionality to exercise winbindd's getpwnam() 
3427       functionality.
3430 o   Shlomi Yaakobovich <Shlomi@exanet.com>
3431     * Fix for machine password time_t overflow.
3434       --------------------------------------------------
3435                    ==============================
3436                    Release Notes for Samba 3.0.22
3437                             Mar 30, 2006
3438                    ==============================
3440 This is a security release of Samba. The Samba 3.0.21 release 
3441 series (including the patch releases a through c) has been 
3442 discovered to expose the clear text of the server's machine 
3443 account credentials in the winbind log files when the log 
3444 level is set to 5 or higher.  This defect has been assigned 
3445 the CVE number CAN-2006-1059.
3447 Summary
3448 =======
3450 The machine trust account password is the secret shared
3451 between a domain controller and a specific member server.
3452 Access to the member server machine credentials allows
3453 an attacker to impersonate the server in the domain and 
3454 gain access to additional information regarding domain 
3455 users and groups.
3457 The winbindd daemon included in Samba 3.0.21 and subsequent
3458 patch releases (3.0.21a-c) writes the clear text of server's
3459 machine credentials to its log file at level 5.  The winbindd
3460 log files are world readable by default and often log files
3461 are requested on open mailing lists as tools used to debug
3462 server misconfigurations.
3464 This affects servers configured to use domain or ads security
3465 and possibly Samba domain controllers as well (if configured
3466 to use winbindd).
3468 =======
3470       --------------------------------------------------
3472                    ===============================
3473                    Release Notes for Samba 3.0.21c
3474                               Feb 24, 2006
3475                    ===============================
3477 Common bugs fixed in 3.0.21c include:
3479   o Access checks when deleting printer driver meta-data.
3480   o Several non-default combinations schannel and SPNEGO support.
3481   o Password changes with NT4 and Win2k pre-SP4 clients.
3482   o High load issues on IRIX caused by a bug when interfacing 
3483     with kernel oplocks.
3486 ######################################################################
3487 Changes
3488 #######
3490 Changes since 3.0.21b
3491 ---------------------
3493 commits
3494 -------
3495 o   Michael Adam <ma@SerNet.DE>
3496     * Add popt to the include path for examples/VFS.
3499 o   Jeremy Allison <jra@samba.org>
3500     * Fix bug in the USC2 macros on big-endian CPUs.
3501     * Filter deleted oplocks from the output of smbstatus.
3502     * Remove invalid test check_for_pipe().
3503     * BUG 3515: Fix kernel oplock support on IRIX.
3504     * BUG 3522: Fix return value for mkdir request when the directory
3505       already exists.
3506     * BUG 3526: Add missing FindNext info levels (diagnosed by Corinna 
3507       Vinschen).
3508     * BUG 3330: Fix username parsing in Kerberos PAC (based on work 
3509       by Guenther).
3510     * BUG 3512: Fix cause of "use spnego=no" and "server signing=auto" 
3511       resulting in a client disconnect after negprot.
3512     * BUG 3510: Fix 'net join' against a server with client schannel 
3513       disabled.
3514     * Fix negprot bug causing a 2k client with cached domain 
3515       credentials to refuse to connect to a standalone Samba host.
3516     * Ensure that the correct error is checked when encountering a 
3517       socket error (fixes crashes in winbindd).
3520 o   Andrew Bartlett <abartlet@samba.org>
3521     * Fix domain joins from NT4 clients and password changes.
3524 o   Richard Bollinger <rabollinger@gmail.com>.
3525     * Compile fix in pdbedit.
3528 o   Gerald (Jerry) Carter <jerry@samba.org>
3529     * Break RHEL/Fedora packaging out to include a samba-docs rpm.
3530     * Remove use of /var/cache/samba from RHEL/Fedora packaging.
3531     * Fix bug in loadparm.c that caused builtin services to be also
3532       listed as external services (e.g. Spooler, NETLOGON, etc..).
3533     * Fix bug in the samr dispinfo enumeration code.
3534     * Add earlier checks to deny deleting a printer driver meta-data.
3537 o   Guenther Deschner <gd@samba.org>
3538     * Add Account Policy LDAP attributes for eDirectory schema.
3541 o   William JoJo <jojowil@hvcc.edu>
3542     * BUG 1870: Make nmblookup do a node status on all IP's when 
3543       requested.
3544     * BUG 2353: Fix clitar -F processing.
3547 o   Volker Lendecke <vl@samba.org>
3548     * Fix the build for --with-aio-support.
3549     * Fix remote password changing if password must change is set.
3550     * Fix rpcclient to obey the -W parameter.
3551     * Fix segv in smbmount and the profiles tool.
3552     * Fix typo in pdbedit help text (reported by Karolin Seeger).
3555 o   Vladimir Lettiev
3556     * Honour the $(DESTDIR) Makefile variable when installing 
3557       Python extensions.
3560 o   Jason Mader <jason@ncac.gwu.edu>
3561     * Compiler warning fixes.
3564 o   Lars Müller <lmuelle@samba.org>
3565     * Fix python build with older python versions.
3566     * Update dhcp.conf files in Debian packaging
3567     * SWAT welcome file updates
3568     * Compiler warning fixes.
3569     * Add .2 to the SONAME as version suffix if we link the nss 
3570       modules on linux.
3571     * Add -t|--password-from-stdin option to pdbedit.
3574 o   James Peach <jpeach@sgi.com>
3575     * Continue not enabling valgrind on 64-bit Linux.
3578 o   Tim Potter <tpot@samba.org>
3579     * Remove unused #defines.
3582 o   Simo Sorce <idra@samba.org>
3583     * Debian packaging updates.
3586 o   Qiao Yang <qyang@stbernard.com>
3587     * Make sure to refresh the timestamp on entries in the failed 
3588       connection code in winbindd.
3591       --------------------------------------------------
3592                    ===============================
3593                    Release Notes for Samba 3.0.21b
3594                               Jan 30, 2006
3595                    ===============================
3597 Common bugs fixed in 3.0.21b include:
3599   o Server crashes in smbd.
3600   o Compile issues on 64-bit platforms.
3601   o Crash bugs on big-endian systems.
3602   o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
3603   o Over 30 bugzilla reports closed.
3606 ######################################################################
3607 Changes
3608 #######
3610 Changes since 3.0.21a
3611 ---------------------
3613 commits
3614 -------
3615 o   Jeremy Allison <jra@samba.org>
3616     * Fix the SAMR cache across handles opens and closes.
3617     * Re-add the talloc_describe_all() function for reporting pool 
3618       usage.
3619     * Merge talloc license change from Samba 4.
3620     * Fix 64-bit compile warnings reported by gcc.
3621     * Add the share path into the sharemode db. 
3622     * Consistency fixes: Remove use of uint8_t -> uint8.
3623     * BUG 3346: Fix crash bug in big-endian boxes by linearizing 
3624       structure when passing through the messaging API.
3625     * BUG 3421: Fix segv in the Kerberos key tab code (Thanks to 
3626       Luke Deller).
3627     * Force smbd to exit if the guest account internal setup fails.
3628     * BUG 3419: vfs_full_audit fixes for multiple connections.
3629     * Ensure SWAT lists running processes.
3630     * Fix NTLMv2 interoperability bug between Samba servers.
3631     * Oplock break logic fixes.
3634 o   Andrew Bartlett <abartlet@samba.org>
3635     * BUG 3401: Fix crash bug caused by incorrect handling of weak 
3636       session keys.  Based on original patch from Yau Lam Yiu.
3639 o   Alexander Bokovoy <ab@samba.org>
3640     * BUG 3397: Add USER_INFO_9 for SMS 2003 support (ported from 
3641       Samba TNG code).
3644 o   Stefan Burkei <stefan@burkei.de>
3645     * BUG 3248: When doing auth_crap authentication use the client 
3646       given workstation name not our own.
3649 o   Gerald (Jerry) Carter <jerry@samba.org>
3650     * Fixing net rpc registry enumerate from overwriting the open 
3651       subkey handle.
3652     * BUG 3380: fix crash when changing printer drivers.
3653     * BUG 3391: ensure we can lookup account policies for failed 
3654       logons.
3655     * Adding query/set ops for security descriptors on services.
3656     * BUG 3329: Solaris packaging fixes.
3657     * Better formatting for smbstatus output (based on patch from
3658       Adam Neilson).
3659     * Hook the max connections spin box in the share properties 
3660       MMC plug-in dialog to the 'max connections' smb.conf parameter
3661       and the 'modify share command' option.
3662     * Work around building libnss_winbind.so on Solaris when 
3663       --enable-developer is specified.
3664     * Add vendor patch level string to VERSION.
3665     * Consolidate packaging for RHEL4 and Fedora based on initial
3666       work by jht.  
3669 o   Albert Chin <@thewrittenword.com>
3670     * BUG 3374: Build failures on True64.
3673 o   Guenther Deschner <gd@samba.org>
3674     * Fill in samr_get_dom_pwinfo based on Samba4.
3675     * Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
3676     * Fixes for adssearch.pl example script.
3677     * Prevent 'net rpc' from dumping clear text password at high log 
3678       levels unless built with DEBUG_PASSWORD.
3679     * Fix 'net ads user add' with a Windows 2003 SP1 DC.
3680     * Fix python build.
3681     * Fix segfault in pdb_nds.c.
3682     * Don't write null sid mappings into the winbindd_cache.tdb.
3683     * Save sid_to_name lookup result in winbindd already after doing 
3684       a successful name_to_sid.
3685     * BUG 3390: Fix segfault in "net rpc vampire|samdump".
3686     * BUG 1524, 3205: Support changing expired passwords in 
3687       pam_winbindd.
3688     * Fix netfileenum returning WERR_BUF_TOO_SMALL in rpcclient.
3689     * BUG 3264: Allow idmap_ad to load as 'ad'.  Cleanup the way 
3690       idmap modules are build and loaded, idmap_rid now will have 
3691       to be loaded without prefix, just "rid".
3692     * Prevent cli_krb5_get_ticket of getting into an infinite loop. 
3695 o   Andrew Esh <Andrew_Esh@adaptec.com>
3696     * BUG 1061: Fix nmbd to correctly the path to an lmhosts files 
3697       specified on the command line with -H.
3700 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
3701     * End profile fixes.
3702     * BUG 3348: Don't assume owning sticky bit directory means 
3703       write access allowed.
3704     * Fix double free in on failure path in POSIX acl code.
3707 o   Andriy Gapon <avg@icyb.net.ua>
3708     * BUG 3458: Fix crash bug in smbd and winbindd caused by 
3709       accessing freed memory.
3712 o   Björn Jacke <bj@sernet.de>
3713     * Configure check for Tru64 EA functions (not yet implemented).
3714     * Find Tru64 AIO lib in configure.
3715     * Cut-n-paste fixes in configure.in.
3718 o   John Janosik <jpjanosi@us.ibm.com>
3719     * IBM Tivoli Directory Server schema updates.
3722 o   Michael James <michael@james.st>
3723     * sid2string fix in adssearch.pl.
3726 o   William JoJo <jojowil@hvcc.edu>
3727     * BUG 3340: Prevent automatic inclusion of AIO support on AIX.
3728     * BUG 3389: Failures on AIX in linking smbd when the symbol 
3729       table for ld exceeds 65536 bytes.
3730     * Add -W to smbpassword so that the ldap admin dn password does
3731       not have to be specified on the command line.
3732     * BUG 3408: Fix for external password change programs on AIX.
3733     * BUG 1779: 64-bit compile fixes.
3736 o   Martin Koeppe <mkoeppe@gmx.de>
3737     * BUG 3287: Match SFU behavior for dev/inode numbers.
3740 o   Volker Lendecke <vl@samba.org>
3741     * BUG 3291: Fix valgrind error in client connection code.
3742     * BUG 3292: Prevent smbclient from spinning if server terminates
3743       connection.
3744     * BUG 3293: Use SMBecho instead of chkpath to keep a smbclient 
3745       connection alive smbclient.
3746     * Add lookupname to rpcclient query_user as a fallback, we now 
3747       accept both rid and username.
3748     * Introduce yet another copy of the string_sub function: 
3749       talloc_string_sub use by AFS token code in winbindd.
3750     * BUG 3351: pdb_mysql again overwrites password fields.
3751     * BUG 3384: Fix segv in tdbtool.
3752     * Use the same CFLAGS for generating the pch as we use to 
3753       actually compile.
3754     * Correct typo when compiling the vfs_catia module.
3755     * Fix automatic recreation of a new tdb sam file.
3758 o   Derrell Lipman <derrell@samba.org>
3759     [libsmbclient]
3760     * Fix parsing of file times (w_time and m_time were reversed).
3761     * Add additional libsmbclient test programs.
3762     * BUG 3336: Load networks interfaces in libsmbcliebt after parsing 
3763       the configuration files.
3764     * Avoid doing a NetBIOS name query for each server and workgroup 
3765       enumeration call.
3766     * Do not open connection when only looking for cached connection.
3767     * BUG 2651: Add option to log debug messages to stderr instead 
3768       of stdout.
3769     * Added flag to not request authentication information.
3770     * Enhancements to smbwrapper example code.
3771     * Replace smbwrapper call to dlopen(/lib/libc...) with direct 
3772       use of RTLD_NEXT.
3775 o   David May <mayd@cygnus.uwa.edu.au>
3776     * BUG 3329: Shell scripting portability fixes on 'make test'.
3779 o   Tony Mountifield <tony@softins.co.uk>
3780     * BUG 3327: fix bad access to gencache.tdb after fork() in 
3781       smbmount.
3784 o   Lars Müller <lmuelle@samba.org>
3785     * BUG 3264: Support backwards compatible setups using 
3786       'idmap backend = idmap_rid'.
3787     * Add %w macro for the winbind separator.
3788     * Convert net command to use stderr for error messages rather 
3789       than stdout.
3792 o   James Peach <jpeach@sgi.com>
3793     * Portability fixes in LDAP code.  Don't use non-static array 
3794       initializers.
3795     * Support the TCP_FASTACK socket option if it is available. 
3796     * Tell the MIPSPro compiler to push DEBUG calls out of line.
3799 o   Makr Proehl <m.proehl@science-computing.de>
3800     * BUG 1336: Print the server role when calling testparm in 
3801       non-verbose mode.
3804 o   Simo Sorce <idra@samba.org>
3805     * Crackcheck utility enhancement based on patch sent by 
3806       Tom Geissler.
3807     * BUG 3405: Fix segv in vfs_recycle module on platforms wither 
3808       mode_t is not 32-bits.
3811 o   John Terpstra <jht@samba.org>
3812     * RHEL/Fedora spec file patches.
3815       --------------------------------------------------
3816                    ===============================
3817                    Release Notes for Samba 3.0.21a
3818                               Dec 30, 2005
3819                    ===============================
3821 Common bugs fixed in 3.0.21a include:
3823   o Deadlocks when multiple users access an oplocked file 
3824     concurrently
3827 ######################################################################
3828 Changes
3829 #######
3831 Changes since 3.0.21
3832 --------------------
3834 commits
3835 -------
3836 o   Gerald (Jerry) Carter <jerry@samba.org>
3837     * RedHat 9 packaging Fixes.
3840 o   Guenther Deschner <gd@samba.org>
3841     * eDirectory schema syntax fixes.
3844 o   Volker Lendecke <vl@samba.org>
3845     * BUG 3349: Deadlock caused logic error in oplock code.
3847       --------------------------------------------------
3848                    ==============================
3849                    Release Notes for Samba 3.0.21
3850                             Dec 20, 2005
3851                    ==============================
3853 Common bugs fixed in 3.0.21 include:
3855   o Missing groups in a user's token when logging in via Kerberos
3856   o Incompatibilities with newer MS Windows hotfixes and 
3857     embedded OS platforms
3858   o Portability and crash bugs.
3859   o Performance issues in winbindd.
3861 New features introduced in Samba 3.0.21 include:
3863   o Complete NTLMv2 support by consolidating authentication
3864     mechanism used at the CIFS and RPC layers.
3865   o The capability to manage Unix services using the Win32 
3866     Service Control API.
3867   o The capability to view external Unix log files via the
3868     Microsoft Event Viewer.
3869   o New libmsrpc share library for application developers.
3870   o Rewrite of CIFS oplock implementation.
3871   o Performance Counter external daemon.
3872   o Winbindd auto-detection query methods when communicating with
3873     a domain controller.
3874   o The ability to enumerate long share names in libsmbclient 
3875     applications.
3878 ######################################################################
3879 Changes
3880 #######
3882 smb.conf changes
3883 ----------------
3885     Parameter Name                      Action
3886     --------------                      ------
3887     dfree cache time                    New
3888     dfree command                       Per share
3889     eventlog list                       New
3890     iprint server                       New
3891     map read only                       New
3892     passdb expand explicit              New
3893     rename user script                  New
3894     reset on zero vc                    New
3895     svcctl list                         Renamed from 'enable svcctl'
3899 Changes since 3.0.20b
3900 ---------------------
3902 o   Jeremy Allison <jra@samba.org>
3903     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
3904     * Added 'map readonly' parameter.
3905     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
3906       not defined.
3907     * Maintain schannel client session keys in volatile 
3908       $(privatedir)/schannel_store.tdb.
3909     * BUG 2769: Ensure we mangle filenames ending in a space
3910     * Catch corner case of renaming a symlinked directory into 
3911       itself
3912     * Ensure that smb.conf requests for hidden files are honored, 
3913       even when DOS attributes are stored in EA's
3914     * Add new auth method "auth_script" for calling an external 
3915       program
3916     * BUG 2152: Fix for mangled filenames when the client does 
3917       support long filenames
3918     * Rewritten implementation of client and server DCE/RPC infrastructure 
3919     * BUG 3192: Adds a "dfree cache time" parameter.
3920     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
3921       the S_IWGRP mask in the absence of a POSIX ACL.
3922     * Remove use of 'long long' in libsmbclient code.
3923     * Ensure the new canonicalize_servicename() in name/snum hash 
3924       is multi-byte safe.
3925     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
3926       Bakeyev.
3927     * BUG 3216: Put directory opens into the share mode db so we 
3928       can treat them similarly to file opens (delete on close, 
3929       share mode violations etc.).
3930     * Fix bug in name mangling code when case sensitivity is enabled.
3931     * Remove external dependencies from the sharemodes library.
3932     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
3933     * Don't misinterpret wild card characters in file names on disk
3934       as they are actually valid characters.
3935     * BUG 3223: Fix bug in account policy management when 
3936       account_pol.tdb settings have been migrating to an LDAP 
3937       backend.
3938     * Allow the hash size of the tdb open (locking) database to be 
3939       set in local.h.
3940     * Fix error code returns on client spoolss code.
3941     * Remove unneeded strncpy use.
3942     * Fix uninitialized variables warnings.
3943     * Cleanup smbcacls security descriptor parsing and error codes.
3944     * BUG 3224: Correctly use machine_account_name and client_name 
3945       when doing netlogon credential setup.  Fixes winbindd running 
3946       on a Samba PDC.
3947     * Backport Samba 4 time zone handling.
3948     * Fix core dump if setmntent() returns NULL.
3949     * Replace old crc32 code with one from the FreeBSD tree.
3950     * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
3951     * Remove #define of close -> close_fn macro in libsmbclient.
3952     * Return early if -1 returned from *BSD EA call (reported by 
3953       Timur).
3954     * Name space cleanup by marking local functions static.
3955     * Move samr enumeration cache from per handle basis to a shared 
3956       cache.
3957     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
3958       OS/2 servers (based on patch from Guenter Kukkukk).
3959     * Ensure default applies to new files (reported by Thomas 
3960       Neumann).
3961     * BUG 3293: Use SMBecho to testing the server in client rather 
3962       than SMBchkpath.
3963     * Merge talloc fixes from Samba 4 branch.
3964     * Add support DCE/RPC cancel operation.
3965     * Don't reset attrs to zero in EA get.  Fixes 'hide dot files'
3966       when using EA for DOS attributes.
3967     * Fix bug in returning remote time (reported by Thomas Bork).
3968     * No users or groups to return in BUILTIN domain.
3969     * Removed separate "builtin" search enumeration.
3970     * Added count_sam_aliases to return the correct alias count.
3971     * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
3972       eDirectory when accessing the universal password.
3973     * Fix deadlock condition in share mode locking code.
3974     * Fix logic bug in unix_mask_match().
3975     * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
3979 o   Rashid N. Achilov <shelton@granch.ru>
3980     * Add better service description names to the svcctl code.
3983 o   Timur Bakeyev <timur@com.bat.ru>
3984     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
3987 o   Andrew Bartlett <abartlet@samba.org>
3988     * Remove another ancient NTLMSSP implementation.
3989     * Allow machine account logons work if the client gives the 
3990       appropriate flags. 
3993 o   Alexander Bokovoy <ab@samba.org>
3994     * Add POSIX statvfs() to VFS api.
3997 o   Gerald (Jerry) Carter <jerry@samba.org>
3998     * Eventlog and ServiceControl support.
3999     * BUG 1051: store the directory path so we can send the full 
4000       name in the unlink call from smbclient.
4001     * Use reference count strategy for keeping the registry tdb 
4002       open.
4003     * Convert internal registry objects to new hierarchical talloc
4004     * Allow the root user a free pass for access checks in the
4005       registry and service control checks.
4006     * Sanity checks in the privilege code to prevent empty SID 
4007       entries
4008     * Add basic infrastructure for 'make test' when the socket 
4009       wrapper library is configured at compile time
4010     * Convert profiles utility to use the current regfio interface 
4011       for reading and writing user profiles
4012     * Remove netsamlogon_cache interface
4013     * Ensure that print jobs are removed even when the cancel 
4014       command is received before the print cache has been updated
4015     * Fix linking problem on Solaris when including ACL support.
4016     * Give root a free pass to open the eventlog tdb files.
4017     * Fix segfault in addprinter due to mixing talloc() and 
4018       malloc()'d memory.
4019     * fix invalid read reported by valgrind in the spoolss 
4020       backchannel connection.
4021     * Remove use of 'long long' in perfcounter registry code.
4022     * BUG 3201: make sure request structure is cleared prior to 
4023       sending the request to winbindd.
4024     * Don't count open pipes in the num_files_open on a connection
4025       (regression from Samba 2.2).
4026     * Ensure servername hashing code normalizes the name.
4027     * Fix checks for connect() in -lnsl[_s].
4028     * Convert eventlog API to use NTSTATUS return codes rather 
4029       than WERROR.
4030     * Fix segv in winbindd caused by an uninitialized variable 
4031       in winbindd_dual_getsidaliases().
4032     * Allow winbindd to select the appropriate backend methods
4033       based on the DC attributes and not the security parameter.
4034     * Re-add the netsamlogon_cache tdb and ensure that user entries
4035       are updated from the PAC data during Kerberos ticket 
4036       validation.
4037     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
4038       by mangling machine names in sub_set_smb_name().
4039     * Add smbget to the list of tools built by default.
4040     * Fix clearing of eventlog tdb files.
4041     * Fix sequential reads in eventlog support.
4042     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
4043       is Win9x.
4044     * Fix build issues with the Sun compiler.
4045     * BUG 3156: Don't use find_service() when explicitly looking 
4046       for a printer.
4047     * Fix nss_winbind_solaris.c build breakage on HP-UX.
4048     * Initialize the local group description.
4049     * Disable WINS and NetLogon services in the MMC services
4050       plugin when the associated smb.conf features are not enabled.
4051     * Add checks for invalid characters in new share names on the 
4052       srvsvc pipe.
4053     * Fix SWAT installation issues with 'make install'.
4054     * Always add the BUILTIN\Administrators SID to a Domain 
4055       Admins token.
4058 o   Alex Deiter <tiamat@komi.mts.ru>
4059     * BUG 3196: Patch to compile against the Sun LDAP client libs.
4060       (not for AD support; just ldap support).
4063 o   Guenther Deschner <gd@samba.org>
4064     * Fixed compile problems and warnings with newer OpenLDAP 
4065       and OpenSSL libs
4066     * Fix bug when enumerating trusted domains via 'wbinfo -m'
4067     * Parse the MS Kerberos PAC to obtain the user group 
4068       membership during logon.
4069     * Add support for SeRestorePrivilege to allow a process to 
4070       change the ownership of a file to any arbitrary account
4071     * Fix password history storage when using Novell eDirectory for 
4072       ldapsam storage
4073     * Backport Kerberos PAC parsing from Samba 4 branch in order to
4074       correctly create the NT User Token when logging into a Samba 
4075       member server
4076     * Add small helper function to return a PAC_LOGON_INFO.
4077     * Use LDAP bitwise matching rule when searching for groups 
4078       in ADS.
4079     * Avoid an infinite loop when retrying to connect in smbspool.
4080     * Memory leak fixes in the Kerberos PAC parsing code.
4081     * Improve NT_STATUS error messages returned from pam_winbind.
4082     * Rename unknown samr group fields in samr structures with 
4083       the correct name.removed separate "builtin" search enumeration.
4084     * Cleanup redundant StartTLS code.
4085     * Allow StartTLS support when connecting to Windows 2003 by
4086       setting 'ldap ssl = start_tls'.
4087     * Support raw NTLMSSP session setups in smbspool.
4088     * Add rpccli_samr_chgpasswd3().
4089     * Add 'wbinfo --separator'.
4090     * Uninitialized warnings fixes.
4091     * Fix return value in client spooler code.
4092     * Require forced migration of account policies.  
4095 o   Steve French <sfrench@us.ibm.com>
4096     * Fix cifs to handle non-numeric uid and gid parameters.
4097     * Merge trunk and SAMBA_3_0 mount.cifs code.
4098     * Cleanup cifs cfs help message.
4101 o   Paul Green <paulg@samba.org>
4102     * Update to the latest config.guess and config.sub files.
4105 o   Deryck Hodge <deryck@samba.org>
4106     * Allow control of syslog facility and level in audit vfs modules.
4109 o   S Murthy Kambhampaty <smk_va@yahoo.com>
4110     * Patches for Fedora RPM specfile and init script
4113 o   Krishna Ganugapati <krishnag@centeris.com>
4114     * Use the subtree delete ldap control when running 'net ads 
4115       leave'.
4118 o   Volker Lendecke <vl@samba.org>
4119     * New oplock implementation.
4120     * Add assert() call if winbindd cannot locate the domain SID in 
4121       secrets.tdb on startup
4122     * Fix an annoying timeout in winbindd when nmbd is not running.
4123     * Speed up loading smb.conf for large numbers of share 
4124       definitions by adding an internal hashing of names to snums. 
4125       Thanks to Michael Adam.
4126     * Fix potential segv in rpcclient's lsarpc calls.
4127     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
4128     * Fix alignment in getdc response.
4129     * Allow pdbedit to set the domain for a user account.
4130     * Fix fallback logic in rpc binds.
4131     * Fix memleak in message handling code.
4132     * Fix connection bug to port 445 and 139 after a successful 
4133       getdcname response.
4134     * Add additional calls to initialize_krb5_error_table() for 
4135       Kerberos client code.
4136     * Implement the possibility to have AFS users as SIDs in pts.
4137     * Removed unused alternative_name code from winbindd.
4138     * Protect against NULL alternative_name strings in winbindd.
4139     * Define a default panic action with -DEVELOPER is defined.
4140     * Add the capability to reset smbd connections on a zero VC id.
4141     * Allow smb.conf variable expansion to be disabled in passdb 
4142       backends.
4143     * Add lookupname to rpcclient query_user as a fallback.
4144     * BUG 3292: Prevent smbclient from spinning when the server 
4145       disconnects.
4146     * BUG 2191: Fix valgrind error in cli_session_setup_guest().
4147     * Add samr_lookup_rids for the builtin domain.
4148     * Memory allocation cleanups in passdb.
4149     * Restrict samr_open_domain() to our domain only.
4150     * Change local_lookup_sid() to local_lookup_rid() since it 
4151       is responsible for our domain only.
4152     * Fix some uninitialized variable warnings.
4153     * Fix winbind_lookup_name for the local domain, 
4156 o   Derrell Lipman <derrell@samba.org>
4157     * Cleanup libmsrpc version numbers.
4158     * BUG 3257, 3267, 3273: Plug memory and file descriptor leaks.    
4159     * Fix crash bug in libsmbclient.
4160     * Add long share name support to libsmbclient when enumerating 
4161       shares.
4164 o   Jason Mader <jason@ncac.gwu.edu>
4165     * Removed compiler various warnings.
4168 o   Alex Masterov <alex@infobit.ru>
4169     * BUG 3218: Fix XATTR calls on *BSD systems.
4172 o   Jim McDonough <jmcd@us.ibm.com>
4173     * Speed up string_to_sid by removing next_token calls and 
4174       unneeded strncmp() calls.
4175     * Implement user rename for smbpasswd and LDAP backends.
4176     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
4177     * BUG 3187: Fix time zone offset in logon hours restrictions.
4180 o   Stefan Metzmacher <metze@samba.org>
4181     * Fix setting of quotas on linux kernel with the struct 
4182       if_dqblk interface
4183     * Enable sysquota interface on Linux by default
4184     * Use lp_socket_address() when binding to port 138/udp in nmbd.
4187 o   Brian Moran <bmoran@centeris.com>
4188     * Eventlog and ServiceControl support.
4189     * Added eventlogadm tool for writing Eventlog records.
4190     * Fix typo when creating Eventlog source DLL registry paths.
4191     * Add simple script to tail syslog and write records to 
4192       eventlog tdb.
4193     * Fix segv in eventlogadm when not event logs are listed in 
4194       smb.conf.
4197 o   Lars Müller <lmuelle@samba.org>
4198     * Only install smbsh manpage if smbwrapper has been successfully
4199       built.
4200     * Ensure setmntent() returns with != NULL in the disk_quotas() 
4201       Linux version.
4202     * Add configure switch to disable libmsrpc build.
4203     * Add a soname to libmsrpc.
4206 o   Ricky Nance <ricky.nance@gmail.com>
4207     * Updates for the mklogon perl scripts.
4210 o   Chris Nicholls <skel@samba.org>
4211     * New libmsrpc library (Google SoC Project).
4212     * Fix libmsrpc build of on the Sun compiler by removing empty 
4213       structure declarations.
4216 o   James Peach <jpeach@sgi.com>
4217     * Fix parsing error for smb ports parameter.
4220 o   Tim Potter <tpot@samba.org>
4221     * BUG 3260: Fix DYNEXP flags on HPUX.
4224 o   Marcin Porwit <mporwit@centeris.com>
4225     * Eventlog and ServiceControl support.
4226     * Added basic Performance Counter daemon which can feed data
4227       for the Windows perfmon.exe tool.
4228     * Fix directory permissions in the perfcounter daemon.
4229     * Add the 'File' registry value for the eventlog keys.
4232 o   Aruna Prabakar <aruna.prabakar@hp.com.
4233     * Add checks to verify that the spooler is running on HP-UX when
4234       reloading the printer name cache.
4237 o   Joel Smith <joel.j.smith@novell.com>
4238     * Add iPrint printing backend support.
4241 o   Toomas Soome <Toomas.Soome@mls.ee>
4242     * Implement host lookups in nss_winbind.so.1 on Solaris
4245 o   Simo Sorce <idra@samba.org>
4246     * Update Debian packaging.
4249 o   John Terpstra <jht@samba.org>
4250     * Add 'net idmap' usage help text.
4253 o   Andrew Tridgell <tridge@samba.org>
4254     * Change license notice of standalone talloc library to LGPL.
4257 o   Darren Tucker <dtucker@zip.com.au>
4258     o Crash fix for snprintf() code.
4261 o   Rainer Weikusat <rainer.weikusat@sncag.com>
4262     * Fix function name typo in skeleton VFS code.
4266 Release Notes for older release follow:
4268       --------------------------------------------------
4269                    ===============================
4270                    Release Notes for Samba 3.0.20b
4271                              Oct 12, 2005
4272                    ===============================
4274 Common bugs fixed in 3.0.20b include:
4276   o A crash bug in winbindd
4277   o Reporting files as read-only instead of returning the 
4278     correct error code of "access denied"
4279   o File system quota support defects
4280   
4282 ######################################################################
4283 Changes
4284 #######
4287 Changes since 3.0.20a
4288 ---------------------
4290 commits
4291 -------
4293 o   Jeremy Allison <jra@samba.org>
4294     * BUG 3088: Fix error condition for files on a read-write share 
4295       which cannot be read due to permissions.
4298 o   Gerald (Jerry) Carter <jerry@samba.org>
4299     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
4300       details.
4301     * BUG 1473, 3090: Quota detection and compilation problems on 
4302       Solaris.
4305 o   Marc Balmer <marc@msys.ch>
4306     * Build fixes when builddir != srcdir
4309 o   Alex Deiter <tiamat@komi.mts.ru>
4310     * BUG 3145: Fix build issue regarding quota support on Solaris.
4313 o   Volker Lendecke <vl@samba.org>
4314     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
4315       name.
4318       --------------------------------------------------
4319                    ===============================
4320                    Release Notes for Samba 3.0.20a
4321                              Sept 30, 2005
4322                    ===============================
4324 Common bugs fixed in 3.0.20a include:
4326   o Stability problems with winbindd.
4327   o Crash bugs caused by incompatibilities on 64-bit systems.
4328   o Missing files from directory listings on AIX servers
4329   o User Manager interoperability problems.
4330   o Minor build difficulties on various platforms such as 
4331     Solaris and OpenBSD, 
4334 Winbind, security = domain, and Active Directory
4335 ================================================
4337 Recent security updates for Windows 2000 and Windows 2003 have 
4338 changed the fashion in which user and group lists can be obtained 
4339 from domain controllers.  In short, the RPC mechanisms used by 
4340 "security = domain" to retrieve users and groups is not compatible 
4341 with these changes.   The "security = ads" configuration is not 
4342 affected by the Windows protocol changes.
4344 Samba developers are actively working to correct this problem in 
4345 the 3.0.21 release.  In the meantime, Administrators who are unable 
4346 to migrate to "security = ads" and must continue using "security = 
4347 domain", can define credentials to be used by winbindd for account
4348 enumeration by executing the following command as root.
4350         wbinfo --set-auth-user='DOMAIN\username%password'
4354 ######################################################################
4355 Changes
4356 #######
4359 Changes since 3.0.20
4360 --------------------
4362 commits
4363 -------
4365 o   Jeremy Allison <jra@samba.org>
4366     * BUG 3065: Fix for legacy clients retrieving a listing of 
4367       an empty directory.
4368     * Added external library for accessing Samba's share mode 
4369       database.
4370     * Fix winbindd credentials chain which caused logon failures 
4371       after attempting to authenticate an unknown user.
4372     * Fix recursive looping bug in winbindd.
4373     * Fix build errors on 64-bit systems.
4374     * Posix ACL memory leak and crash bug fixes.
4375     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
4376     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
4377     * Hide dot files and directory logic fixes.
4378     * Correct display of open file modes by smbstatus.
4379     * BUG 3010: Fix missing files bug on AIX systems.
4382 o   Gerald (Jerry) Carter <jerry@samba.org>
4383     * Allow the root user to automatically pass se_access_checks()
4384       in the registry and service control server code.
4385     * Ensure that winbindd uses the correct name in the net_auth2()
4386       request when running on a Samba PDC.
4387     * Fix linking problem with tdb utilities.
4388     * BUG 3080: Fix regression in 'net rpc shutdown' command.
4389     * Fix segv in 'net rpc' when the pipe open fails.
4390     * Fix upload bug when installing 64-bit Windows printer drivers.
4391     * Fix regression in the smburi syntax used by smbspool.
4392     * Fix sorting of subkey hash records in registry files.
4393     * Correct REG_CREATE_KEY_EX parsing error.
4394     * Interoperability issues with usrmgr.exe and Samba groups.
4395     * Use the display names and not the Unix names when enumerating
4396       groups in the ldapsam passdb backend.
4397     * Ensure that Windows domain user names are converted to lower case.
4400 o   Guenther Deschner <gd@samba.org>
4401     * Prevent BUILTIN sids returned in the user's token from 
4402       a Windows DC from being applied to any local group mappings
4403       on the Samba host.
4404     * Plug memory leaks in the Kerberos keytab code.
4405     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
4406       backend when 'winbind nested groups' is enabled.
4407     * Fix crash bug in winbindd caused by 64-bit build issues.
4408     * Improve debug messages in smbspool.
4409     * Give better error-message when "NDS Universal Password" change fails.
4410     * Fix password history error in the eDirectory schema file.
4411     * Ensure that Windows domain group names are converted to lower case.
4414 o   Steve French <sfrench@us.ibm.com>
4415     * Allow disabling mandatory byte range lock mount flag, and fix 
4416       corresponding entry in mtab.
4419 o   Volker Lendecke <vl@samba.org>
4420     * Fix race condition in the NTcreate&X open code when the 
4421       disposition is NTCREATEX_DISP_CREATE.
4422     * Correct logic error when checking the pid for pending print 
4423       change notify messages.
4424     * Ensure that winbindd child process complete startup even when
4425       the parent is receiving authentication requests.
4426     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
4427       when authentication fails.
4430 o   Jason Mader <jason@ncac.gwu.edu>
4431     * Compile warning fixes.
4434 o   Uli Meis <a.sporto@gmail.com>
4435     * Patches for pdb_*sql.c
4438 o   Luke Mewburn <lukem@NetBSD.org>
4439     * Autoconf syntax fixes.
4442 o   James Peach <jpeach@sgi.com>
4443     * Correct problem with creating a core file in Linux.
4446 o   Stefan Metzmacher <metze@samba.org>    
4447     * Quota fixes in smbd.
4450 o   Peter Rindfuss <rindfuss@wz-berlin.de>
4451     * Patches for pdb_*sql.c
4454 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
4455     * Solaris toolchain patches for autoconf scripts.
4458 o   Andrew Tridgell <tridge@samba.org>
4459     * Fix for tdb clear-if-first race condition.
4462 o   Leo Weppelman <leo@wau.mis.ah.nl>
4463     * BUG 3104: Don't allow time updates to files on read-only shares.
4466 o   Steve Williams <steve@celineandsteve.com>
4467     * BUG 3052: Fix compile issues on OpenBSD.
4470       --------------------------------------------------
4471                    ==============================
4472                    Release Notes for Samba 3.0.20
4473                              Aug 19, 2005
4474                    ==============================
4476 Additional features introduced in Samba 3.0.20 include:
4478   o Support for several new Win32 rpc pipes.
4479   o Improved support for OS/2 clients.
4480   o New 'net rpc service' tool for managing Win32 services.
4481   o Capability to set the owner on new files and directory
4482     based on the parent's ownership.
4483   o Experimental, asynchronous IO file serving support.
4484   o Completed Support for Microsoft Print Migrator.
4485   o New Winbind IDmap plugin (ad) for retrieving uid and gid
4486     from AD servers which maintain the SFU user and group 
4487     attributes.
4488   o Rewritten support for POSIX pathnames when utilizing 
4489     the Linux CIFS fs client.
4490   o New asynchronous winbindd.
4491   o Support for Microsoft Print Migrator.
4492   o New Windows NT registry file I/O library.
4493   o New user right (SeTakeOwnershipPrivilege) added.
4494   o New "net share migrate" options.
4497 What happened to 3.0.15 - 3.0.19?
4498 ==================================
4500 After some discussion it was deemed that the amount of changes 
4501 going into the next Samba 3.0 release needed something to catch
4502 people's attention.  Skipping several releases was chosen as 
4503 the best solution with the least overhead.  There will be no
4504 3.0.15 - 3.0.19 ever released.  The next production release
4505 following 3.0.20 should be 3.0.21.
4507 The original announcement about the version number change can 
4508 be found in the samba mailing list archives:
4510 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
4513 Asynchronous Winbind Implementation
4514 ===================================
4516 Winbindd has been completely rewritten in this release to support
4517 an almost completely non-blocking, asynchronous request/reply
4518 model.  This means that winbindd will scale much better in 
4519 large domain environments and on high latency networks.  Neither 
4520 the client interface nor the command line tools (i.e. wbinfo) have 
4521 changed in their calling conventions or syntax.  However, due to 
4522 internal structure changes, it is required (more so than normal) 
4523 that you install the nss_winbind.so library included in this release.
4526 Support for Microsoft Print Migrator
4527 ====================================
4529 Samba 3.0.20 includes full support for migrating printers from 
4530 Windows servers or other Samba servers via the Microsoft Print 
4531 Migrator tool.  Restoring printers requires a working "add printer 
4532 command" defined in smb.conf.  Current support also allows
4533 administrators to create a master list of printer drivers which
4534 can be restored in bulk on new (or existing) Samba installations.
4537 Asynchronous IO Support
4538 =======================
4540 Experimental support for async IO has been added to smbd for 
4541 certain platforms.  To enable this new feature, Samba must be 
4542 compiled to include the --with-aio-support configure option.
4543 In addition, the "aio read size" and "aio write size" to non-zero
4544 values.  See the smb.conf(5) man page for more details on these 
4545 settings.
4548 ######################################################################
4549 Changes
4550 #######
4552 smb.conf changes
4553 ----------------
4555     Parameter Name                      Action
4556     --------------                      ------
4557     acl check permissions               New
4558     acl group control                   New
4559     acl map full control                New
4560     aio read size                       New
4561     aio write size                      New
4562     enable asu support                  New
4563     inherit owner                       New
4564     ldap filter                         Removed
4565     map to guest                        Modified (new value added)
4566     max stat cache size                 New
4567     min password length                 Removed
4568     printer admin                       Deprecated
4569     username map script                 New
4570     winbind enable local accounts       Removed
4571     winbindd nss info                   New
4574 Changes since 3.0.14a
4575 ---------------------
4578 commits
4579 -------
4581 o   Jeremy Allison <jra@samba.org>
4582     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
4583     * Ensure the old SMB search calls always ask mask_match() to 
4584       translate patterns like ????????.???.
4585     * Split out the check_path_syntax() into a findfirst, findnext,
4586       & wildcard versions.
4587     * Fix checks for matching groups in an file ACL against the
4588       user's primary and supplementary group list.
4589     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
4590       LANMAN2 protocol, ensure the EA size is always correctly 
4591       set on a query for a file with no EA's.
4592     * BUG 2551: Look at the incoming flags2 flag 
4593       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
4594       uppercased on a SMBsearch request, not the protocol level.
4595     * Added "volume" command to smbclient that prints out the 
4596       volume name and serial number.
4597     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
4598     * Add support for OS/2 Extended Attributes.
4599     * Correctly check OpenX open modes.
4600     * Ensure allocation size is correctly returned for OpenX. 
4601     * Only set allocation on create/truncate for nttrans.
4602     * Fix oplock bug in trans2open() code.
4603     * Remove unix_ERR_XXX global nastiness.
4604     * Only do the strange DOS error for openX, not trans2open.
4605     * Ensure SMBopen replies includes the share modes as well as 
4606       open modes.
4607     * BUG 2581: Add size limit (in kb) to stat cache.
4608     * Fix bug in the trans2 secondary processing.
4609     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
4610     * Add an SMB counter per connection struct for gathering
4611       profiling data.
4612     * BUG 2605: Ensure smbclient doesn't perform commands if 
4613       the "chdir" fails in a scripted set.
4614     * Ensure a 'forced group' is added to the list of effective
4615       gids when processing ACLs.
4616     * Refactor rpc_bind structures for better future work.
4617     * BUG 2942: Add missing value in debug message.
4618     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
4619       by 'mangling method = hash'.
4620     * Fix memory leaks in the msdfs trans2 server code.
4621     * Convert msdfs server to be talloc'd based.
4622     * Fix up stackable vfs interface.
4623     * Fix rpc fault when encountering an unknown rpc_bind auth 
4624       type.
4625     * BUG 2954: More AIX 5.1 AIO compile fixes.
4626     * Fix valgrind bug in interaction with new aio buffer (found
4627       by Volker).
4628     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
4629     * Cleanup SAMR user info structure naming.
4630     * BUG 2889:  Fix directly listings from OS/2 clients.
4631     * Added "acl group control" parameter.
4632     * Add debug warning if AddPrinterEx() is called without having
4633       an 'add printer command'  defined.
4634     * Add better log messages when modifying ldap entries.
4635     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
4636       when string is unaligned.
4637     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
4638       message buffer is nor reused.
4639     * Add support for client setting capabilities to select posix 
4640       pathnames on the wire.
4641     * Stop using C++ reserved words so that Samba can be compiled 
4642       using g++.  Also allows VFS modules in C++.
4643     * More fixes to allow better large directory scaling.
4644     * BUG 2827: Ensure we call the vfs connection hook before 
4645       doing a vfs stat.  Allows database vfs backends to initialize 
4646       with a working connection.
4647     * BUG 2826: Ensure the correct return value for symlink and 
4648       readlink in the VFS.
4649     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
4650     * Added AIO support to smbd.
4651     * Add "acl map full control", true by default, to allow people 
4652       to change mapping of rwx to full control or not.
4653     * Transition smbd to use NTcreate&X for internal file opens.
4654     * Add checks against the current effective group id (e.g. force 
4655       user) when testing write permissions one ACLs.
4656     * Fix FindFirst/FindNext server code when parsing directories
4657       on old IRIX XFS file systems (thanks to Cale Fairchild
4658       for the debugging help).
4659     * BUG 2644: Test for special files to be ignored was reversed.
4660     * Ensure yield_connection() is called on all appropriate error
4661       conditions.
4662     * Fix EDEADLCK problem with deferred open calls.
4663     * BUG 2622: Remove DPTR_MASK as it makes no sense.
4664     * Fix the write cache based on some VERY good detective work
4665       from Ingo Kilian.
4666     * BUG 2346: Fix read-only excel file bugs.
4667     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
4668       return ENOSYS if not implemented.
4669     * Add new CAP for POSIX pathnames.
4670     * BUG 2703: Add NULL guard for disp_fields[0].
4671     * BUG 2681: With "strict allocate = yes" we now zero fill when 
4672       a file is extended. Should catch disk full errors on write
4673       from MS-Office.
4674     * Add "acl check permissions" to turn on/off the new 
4675       behavior of checking for write access in a directory 
4676       before delete. 
4677     * Refactor printing interface to take offset into job. 
4678     * Allow mapping of POSIX ACLs to NT perms to differentiate 
4679       between directories and files.
4680     * Added encrypt/decrypt function for LSA secrets and trusted
4681       domain passwords on the wire.
4682     * BUG 2729: Resume keys are *mandatory* for a search when 
4683       listing a W2K and above server from a FATxx filesystem only.
4684     * BUG 2735: Ensure that smbd mangles control characters in file 
4685       and directory names.
4686     * Refactor small pieces of socket handling code (in conjunction 
4687       with Derrell).
4688     * BUG 2698: Fix infinite listing loop in smbclient caused by
4689       an invalid character set conversion.
4690     * Add client code that will abort a directory listing if we 
4691       see the same name twice between packets.
4692     * Performance improvements in trans2 qfilepathinfo code by 
4693       removing unnecessary memset() calls.
4694     * Rewrite the RPC bind parsing functions to follow the 
4695       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
4696     * BUG 2774: Set sparse flag if needed when returning 
4697       file attributes.
4698     * Fix errors listing directories from Windows NT clients 
4699       which caused "." and ".." to show up in explorer.exe.
4700     * Merge of error code fixes from SAMBA_4_0 branch.
4701     * BUG 2801: Fix regression in the "delete veto files" option.
4702     * Fix based on work from  Shlomi Yaakobovich to catch loops 
4703       in corrupted tdb files.
4704     * Allow someone with SeTakeOwnershipPrivilege to chown the 
4705       user of a file to herself.
4706     * Fix minor compiler warnings in printing/printing.c.
4707     * Merge new DOS error code from SAMBA_4.
4708     * Fix issue when non-English characters in filenames and 
4709       directories.
4710     * Fix bogus error message in smbstatus about unknown share modes.
4713 o   Andrew Bartlett <abartlet@samba.org>
4714     * Support raw NTLMSSP authentication for Windows Vista 
4715       clients.
4716     * Fix parallel NTLMSSP processing by removing global state.
4717     * BUG 2684: Add per service hosts allow/deny checks for 
4718       printers when  connecting via MS-RPC.
4719     * BUG 2391: Fix segv caused by free a static pointer returned 
4720       from getpwnam().
4721     * Support Kerberos authentication in smbd when using a keytab
4722       and participating in a non-Microsoft Kerberos realm.
4725 o   Timur Bakeyev <timur@com.bat.ru>
4726     * BUG 2546: Add support for FreeBSD EA API
4727     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
4728     * BUG 2908: Fix string length logic error in msdfs code.
4729     * BUG 2909: Fix typo that caused smbd to call the wrong 
4730       aio_fsync function.
4733 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
4734     * Added Linux per-socket TCP settings.
4737 o   Gerald (Jerry) Carter <jerry@samba.org>
4738     * Added support for \svcctl pipe rpcs.
4739     * Added 'net rpc service' subcommand for managing Win32 
4740       services.
4741     * Refactoring work on the rpc [un]marshalling layer and 
4742       structures.
4743     * Verify privilege name in 'net rpc rights privileges' in 
4744       order to provide better error messages.
4745     * Cleanup rpc structures in rpc_spoolss.h.
4746     * Cleanups and fixes for the \winreg server code.
4747     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
4748     * Fix bugs in client spoolss code after refactoring work.
4749     * Fix Valgrind warnings of invalid reads in the spoolss 
4750       server code.
4751     * Fixed a segv when enumerating services on a Samba host.
4752     * Fix segv in the service control server code.
4753     * Fix crashes in client spoolss calls caused by not checking 
4754       for a valid pointer from the caller.
4755     * Fix regression in DeleteDriver() server routines.
4756     * Fix dup_a_regval() when size is 0.
4757     * Fix usrmgr.exe crash when viewing user properties at 
4758       debuglevel 10.
4759     * Do not enumerate any privileges when 'enable privileges = no'
4760       and log a message if a client tries.
4761     * BUG 2872: Fix cut-n-paste error when checking pointer value 
4762       in ntlmssp_set_workstation().
4763     * Fix upgrade path from earlier nt*tdb files.
4764     * Removed print handle object cache.
4765     * BUG 2853: Don't strip out characters like '$' from printer 
4766       names when substituting for the lpq command.
4767     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
4768     * Fix build issues on x86_64-linux systems caused by valgrind 
4769       headers.  Thanks to Bent Vangli to the suggestions.
4770     * Refactor spoolss client calls.
4771     * Adding 'username map script'.
4772     * Disable schannel on the LSA and SAMR pipes in winbindd client 
4773       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
4774     * Cleanup of winreg API functions.
4775     * Add server stubs for RegSetKeySec() and RegGetKeySec().
4776     * Map generic bits to specific bits in reg_open_entry() 
4777       requests.
4778     * Add write support to registry tdb and printing backends.
4779     * Use tdb lookups rather than hard-coding certain registry 
4780       value names and data.
4781     * BUG 2808: don't try to install man pages if they are not 
4782       present.
4783     * Fix initialized variables reported by valgrind.
4784     * Normalize key lookups in ntprinters.tdb.
4785     * Mark "enumports command" as deprecated.
4786     * Add missing class file for python share command example.
4787     * Fix smbclient build issue on Solaris.
4788     * BUG 2626: ensure that the calling_name is set to something 
4789       after parsing smb.conf (if not set via -n).
4790     * Use "add machine script" when creating a user (ACB_NORMAL)
4791       who has a name ending in '$' (e.g. usrmgr.exe creating
4792       domain trust accounts).
4793     * Add 'rid' synonym for idmap_rid IDMap module.
4794     * Ensure that we set full access on the handle returned 
4795       from _samr_create_dom_{alias,group}() so that future 
4796       set_{alias,group}() commands succeed.
4797     * Fix bug when looking for internal domains in winbindd
4798       (caused winbindd_getgrgid() for local groups to fail).
4799     * Fix query and set alias info calls (level 1 from the MMC 
4800       manage computer plug-in.
4801     * Remove bogus log messages about unknown specversions.
4802     * BUG 2680: copy files from an MS-DFS win2k root share
4803     * BUG 2688: re-implement support for the -P (--port) option
4804     * Support connecting to an 'msdfs proxy' share on a Samba
4805       server.
4806     * Strip the directory path from cups command line printing 
4807       defaults.
4808     * Fix bug that prevented smbclient from creating directories 
4809       on non-dfs paths.
4810     * Deprecate the "printer admin" parameter in favor of the 
4811       SePrintOperatorPrivilege.
4812     * Add the capability to read and write WinNT regf registry 
4813       files.
4814     * Implement access checks for RegOpenXXX() server calls.
4815     * Extend registry client rpc calls.
4816     * Add "net rpc registry" set of commands.
4817     * Remove testprns tool.
4818     * Ensure that printer ACLs use the specific bits as well as 
4819       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
4820       records.
4821     * Add server support for RegSaveKey() for dumping registry 
4822       trees to a regf file.
4823     * Add "enable asu support" smb.conf parameter.
4824     * Merge various small file changes from trunk.
4825     * Remove "winbind enable local accounts" support.
4826     * Remove "ldap filter" smb.conf option.
4827     * Remove editreg utility (needs to be rewritten using regfio.c).
4828     * Fix build failure when running 'make torture' without first 
4829       running 'make all' first.
4830     * BUG 1261: Remove unusable libbiconv from iconv detection 
4831       in configure.
4832     * Add new option for "map to guest".  "Bad Uid" re-enables the
4833       Samba 2.2 behavior of mapping authenticated users to the
4834       guest account if there does not exist a valid Unix account 
4835       for the Windows domain user (based on patch from 
4836       aruna.prabakar@hp.com).
4837     * Fix a couple of regressions after introduction of new winbindd.
4838     * Fix smbpasswd user password change (still worked by bad error
4839       messages) due to trying to strdup a NULL pointer.
4840     * Implement default security descriptors for the
4841       OpenService[Manager]() calls and check requested access mask 
4842       at connect time.
4843     * Include access checks on handle mask for \svcctl operations
4844       such as ControlService() and StartService().
4845     * Implement simulated start and stop service control for 
4846       the spooler service as a per smbd service state value.
4847     * Add interface structure for controlling service via rc.init
4848       scripts (incomplete).
4849     * Convert move_driver_to_download_area() to use copy_file()
4850       rather than moving the files.
4851     * Add version number to registry.tdb file since it can be 
4852       modified now.
4853     * Remove over-paranoid assert() call when checking spoolss 
4854       buffer pointers
4855     * Fix error in EnumPrinterData() reported by valgrind.
4856     * Fix broken help links in SWAT editor caused by new doc layout.
4857     * Ensure that a domain structure in winbind is initialized prior
4858       to assigning the methods for communicating to a DC.
4859     * BUG 3000: Remove background updates of winbind cache and allow
4860       child processes to immediately update and expired cache entry.
4863 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
4864     * Added panic action script for Solaris.
4867 o   Jeremy Cooper <jeremy@ncircle.com>
4868     * Added support for several new \winreg client rpcs.
4871 o   <core@road-star.jp>
4872     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
4873       telldir, rewinddir to match updated large directory code.
4876 o   Guenther Deschner <gd@samba.org>
4877     * Close handles on group creation in rpcclient to better 
4878       support mass group account creation.
4879     * Fix account policy key lookup for minimum and maximum
4880       password lengths.
4881     * Fix some compiler warnings and add missing exclude-block 
4882       in 'net rpc share migrate'.
4883     * Allow use of a non-default smb.conf by rpcclient.
4884     * Fix querydispinfo search semantics in rpcclient test code.
4885     * Fix querydispinfo server semantics to allow to list more 
4886       then 511 users.
4887     * Fix server crash bug in ancient OpenPrinter() call.
4888     * Fix a crash bug when enumerating privileges via the LSA 
4889       calls.
4890     * Fix crash in EnumPrinterKey() client calls caused by previous 
4891       refactoring work.
4892     * Various compiler warning fixes.
4893     * Fix segfault in the client AddPrinterEx-call of 'net 
4894       rpc printer'.
4895     * Fix build issues when --with-aio-support is enabled.
4896     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
4897     * Honour the CC environment variable in python build.
4898     * Fix searches in pdb_ldap for inter-domain trust accounts.
4899     * Don't expand the %L in %LOGONSERVER% from user attributes.
4900     * Fix bug in 'net rpc vampire' that caused accounts to be created 
4901       with no assigned ACB flags.
4902     * Fix enumeration of builtin-aliases.
4903     * Avoid unset rids for builtin-aliases.
4904     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
4905     * More "net rpc share migrate" fixes.
4906     * Merge PADL's idmap_ad plugin (taken from the latest 
4907       xad_oss_plugins-tarball).
4908     * Add support for "idmap backend = ad" when "security = ads".
4909     * Add home directory and shell support from AD via "winbindd nss 
4910       support = sfu" and "security = ads".
4911     * Provide better feedback when we fail share-manipulation 
4912       due to missing scripts.
4913     * Correctly substitute "\" as default winbind separator in 
4914       generate_parm_table.py example share command script.
4915     * Document pam_winbind.c to clarify the working status of
4916       require-membership-of option.
4917     * Added client-support for various lsa_query_trust_dom_info()
4918       calls and a rpcclient-tester for some info-levels.
4919     * Add "net rpc trustdom vampire" tool (in conjunction with 
4920       Lars Mueller).
4921     * Add missing cli_srvsvc_net_share_set_info-function and
4922       rpcclient-testers (in preparation for net share acl migration).
4923     * Print trusted domain passwords returned via rpcclient in 
4924       display charset.
4925     * Error code fixes when attempting to manipulating 
4926       non-existent shares.
4927     * Cleanup "net share migrate" code. 
4928     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
4929       = true".
4930     * Allow admins to uncheck the "User must change Password at 
4931       next Logon" checkbox in User manager (merge from trunk).
4934 o   Renaud Duhaut <rd@duhaut.com> 
4935     * BUG 1040: Add directory_mode parameter when creating recycle
4936       directories.
4939 o   Steven Edwards <steven_ed4153@yahoo.com>.
4940     * Use chsize() if we don't have ftruncate().
4943 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
4944     * BUG 1780: Add Kerberos (file based ticket cache) support 
4945       to smbspool.
4948 o   Steve French <sfrench@us.ibm.com>
4949     * Update list of mount options for mount.cifs.
4950     * Add more defines for POSIX extensions to match the newly 
4951       added client implementation.
4952     * Add initial support for cifs umount utility.
4953     * Fix cifs mounts to handle commas embedded in prompted 
4954       password, and password and credential files.
4955     * Fix cifs mounts to handle domain name and user name in 
4956       username field (in form domain\user).
4957     * Add missing error code mappings when a client unsuccessfully 
4958       tries to create a hard-link.
4959     * Add support so umount.cifs can update mtab.
4960     * Add two newer mount options to syntax help for mount.cifs.
4961     * Add missing remount flag handling.
4962     * Allow domain= to be specified in credentials file. 
4963     * Fix umount.cifs help, allow root to unmount someone else's
4964       mount.
4965     * Lock mtab when updating it during umount.cifs, also delete
4966       only one matching entry at a time.
4967     * Fix minor compiler warnings in the mount.cifs helper.
4970 o   Deryck Hodge <deryck@samba.org>
4971     * BUG 2137: Encode quotes for display in HTML (original patch 
4972       from Jay Fenlason).
4975 o   Olaf Imig <Olaf.Imig@bifab.de>
4976     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
4977       print job ids.
4978     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
4981 o   Björn Jacke <bj@sernet.de>
4982     * Added ioctl constants reported by msbackup.exe and filemon.exe.
4985 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
4986     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
4989 o   John Janosik <jpjanosi@us.ibm.com>
4990     * BUG 2077: Correctly fill in the correct server name when 
4991       processing trusted domain logins.
4992     * BUG 2976: Mark logons for unknown domains with a 
4993       non-authoritative response.
4996 o   William Jojo <jojowil@hvcc.edu>
4997     * AIX AIO fixes.
5000 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
5001     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
5002       local drive.
5005 o   Tom Lackemann <cessnatomny@yahoo.com>
5006     * BUG 2242: Patch to ensure that we only set the security 
5007       descriptor on an NTtransact create if we created the file.
5010 o   Volker Lendecke <vl@samba.org>
5011     * Port some of the non-critical changes from HEAD to 3_0. 
5012       The main one is the change in pdb_enum_alias_memberships 
5013       to match samr.idl a bit closer.
5014     * Close handles on user creation in rpcclient to better 
5015       support mass user account creation.
5016     * Implement client RAP calls for enumusers/enumgroups level 0.
5017     * Implement a new caching API for enumerating the pdb elements.
5018     * Convert the RAP user and group enumeration functions to the 
5019       utilized the pdb_search API. 
5020     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
5021       RestrictAnonymous environments.
5022     * Internal passdb API changes for better search capabilities
5023       (based on original work by Guenther Deschner).
5024     * Fix various compiler warnings.
5025     * Add chain length statistics to tdbtool.
5026     * Fix set afs ACL calls on files and directories in the root of 
5027       a share.
5028     * Refactoring work on internal open code
5029     * Correctly initialize the version in a new set of nt*tdb files.
5030     * Remove smb_run_idle_events() from main process loop in smbd 
5031       and instead rely upon the timeout processing to handle 
5032       dropping idle LDAP connections.
5033     * Fix the bug where users show up as trusting domains.
5034     * Fix an assertion failure in winbindd.
5035     * Fix a memleak in vfs_afsacl.
5036     * Various compiler warning fixes.
5037     * Fix compile when --enable-socket-wrapper is defined.
5038     * Fixes for top level acls in vfs_acl.c.
5039     * Refactor passdb interface functions.
5040     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
5041     * Correct 2 segv's in "net rpc printer migrate".
5042     * Return correct group type from smbd for BUILTIN groups.
5043     * Backport the talloc() layer from Samba 4.
5044     * BUG 2701: Fix segv in ldap reconnection code.
5045     * BUG 2705: Fix segv when connecting from usrmgr.exe.
5046     * Use the SID in the user token for the %s expansion in 'afs 
5047       username map'.
5048     * Memory leak fixes in passdb code.
5049     * BUG 2720: Fixes for "net usersidlist".
5050     * BUG 2725: Fix segv in "net ads user".
5051     * Only allow schannel connections if a successful Auth2 
5052       has been previously performed.
5053     * Don't look at gencache.tdb for the trusted domains if 
5054       winbind is present.
5055     * Rewrite winbindd using an asynchronous process model.
5058 o   Herb Lewis <herb@samba.org>
5059     * Compiler warning cleanups.
5060     * smbwrapper Makefile and compile time check cleanups.
5061     * Adding robustness checks for tdbdump and tdbtool.
5062     * Extend tdb command line parsing to arbitrary hex characters.
5063     * Add LOCKING debug class.
5064     * Fix more compiler warnings.
5067 o   Derrell Lipman <derrell@samba.org>
5068     * add support for opening a file for write with O_APPEND 
5069       in libsmbclient.
5070     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
5071       tree.
5072     * Fix smbc_stat() from returning incorrect timestamps IFF 
5073       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
5074       and not if it used cli-getatr() to retrieve the timestamps 
5075       (Win98). 
5076     * Fix handful of compiler warnings.
5077     * BUG 2498, 2484: smbc_getxattr() fixes.
5078     * BUG 1133: Added provision for overloading some global 
5079       configuration options via the new, per-user file 
5080       ~/.smb/smb.conf.append.
5081     * BUG 2543: Properly cache anonymous username when reverting 
5082       to anonymous login, in libsmbclient.
5083     * BUG 2505: Fix large file support in libsmbclient.
5084     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
5085       with a file rather than a directory.
5086     * Correct deprecated lvalue casts in testsuite/libsmbclient.
5087     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
5088       formatting or parsing the timestamp values correctly.
5089     * Correctly detect AF_LOCAL support in configure.
5090     * Fix problem updating file times on Windows 98 hosts using 
5091       libsmbclient.
5092     * Fix compile breakage on Solaris by eliminating the use of 
5093       ctime_r() in libsmbclient DEBUG statement.
5096 o   Jason Mader <jason@ncac.gwu.edu>
5097     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
5098     * Various compiler warning fixes about mistyped variables.
5099     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
5100       and code  cleanups.
5101     * BUG 2527, 2538: Removed unused variables.
5104 o   Marcel <samba.10.maazl@spamgourmet.com>
5105     * Fix regression in OS/2 trans2 open code.
5108 o   Jim McDonough <jmcd@us.ibm.com>
5109     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
5110       (in conjunction with Volker).
5111     * BUG 2953: Prevent the credentials chain on DC gets out 
5112       of sync with client when NT_STATUS_NO_USER is returned.
5113     * Added subcommands to "net rpc vampire" (mostly done by Don 
5114       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
5115       ldif file instead of actually writing to the passdb.  
5116     * BUG 2736: Add retries to workaround winbind race condition 
5117       with detecting idle clients.
5118     * BUG 2953: Additional fixes for domain trusts.  Also clears
5119       up the "bad stub" error when attempting to logon to a Samba
5120       domain with a bad username.
5123 o   Luke Mewburn <lukem@NetBSD.org>
5124     * Compiler warning fixes.
5127 o   Kalim Moghul <kalim@samba.org>
5128     * Removed unused printmode command from smbclient.
5131 o   Lars Müller <lmuelle@samba.org>
5132     * Re-enable the VERSION_REVISION option in case of another 
5133       letter release.
5134     * Fix spoolss python bindings after C++ compiler changes and 
5135       other python fixes.
5136     * BUG 2659: Don't trump on memory in smbtorture.
5137     * BUG 2060: Add -fPIC which is the case for all other Samba 
5138       shared libs.
5139     * Fix argv parsing in "net rpc".
5140     * Add support to create position independent executable (PIE) 
5141       code if the compiler supports it.
5142     * BUG 2767: Add new options to testparm (--show-all-parameters,
5143       --parameter-name, and --section-name).
5144     * Fix net share migrate files to also migrate the ACLs of 
5145       the top level dir of a share.
5148 o   Marcel Muller <mueller@maazl.de>
5149     * Patch to fix the OS/2 EA_FROM_LIST info level call.
5150     * Mangled names fix for OS/2 clients.
5151     * Ensure we correctly set the return packet size to include the 
5152       pad bytes in reply_readbmpx().
5153     * Fix for bug in SMBwriteBraw that incorrectly returned the 
5154       number of bytes written. 
5157 o   Ricky Nance <ricky.nance@gmail.com>
5158     * Implemented mklogon script generator for domain logon scripts.
5161 o   James Peach <jpeach@sgi.com>
5162     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
5163     * BUG 2285: Patch for hires timestamps and efficient notify code.
5164     * MS-DFS tidyup patches.
5165     * Build fixes on IRIX.
5166     * IRIX compiler warning fixes.
5167     * BUG 2596: Fix become_root link issues and one IRIX stack 
5168       backtrace bug.
5169     * Fix for null pointer ACL free.
5170     * BUG 2314: Fix const compiler warnings in the quota code.
5173 o   Ed Plese <ed@edplese.com>
5174     * Fix faulty logic which caused winbindd to return failure 
5175       when a user possessed no supplementary groups.
5178 o   Marcin Porwit <mporwit@centeris.com>
5179     * Initial support for the \eventlog pipe.
5180     * Fix a memleak in the eventlog code.
5181     * Miscellaneous fixes for Samba's experimental event log support.
5182     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
5183       calls.
5186 o   Tim Potter <tpot@samba.org>
5187     * BUG 2940, 2943: Fixed various compiler warnings regarding 
5188       mismatched types and unused variables.
5189     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
5190     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
5191       configure script on HPUX IA.
5192     * Remove unused autoconf #define's.
5193     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
5194     * Removed unused function declarations in tdb.h.
5195     * BUG 2895: Don't wrap non-existent functions in the python 
5196       tdb bindings.
5197     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
5198       according to POSIX.
5199     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
5200       defined.
5201     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
5202     * BUG 2611: Add fflush(stdout) after displaying username prompt 
5203       in smbsh if username not specified on command line.
5204     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
5205     * BUG 2808: Update install swat message to reflect the fact 
5206       that swat/README no longer exists.
5209 o   Denis Sbragion <d.sbragion@infotecna.it>
5210     * BUG 2196: Allow absolute path (system wide) recycle bin.
5213 o   Fernando Schapachnik <fernando@mecon.gov.ar>
5214     * Add logon hours support for the Postgres backend.
5217 o   Richard Sharpe <rsharpe@samba.org>
5218     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
5220 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
5221     * BUG 2362: Quota support fix for DragonFly.
5222     * Fix dragonfly detection in configure.
5225 o   Simo Sorce <idra@samba.org>
5226     * Allow Domain Admins to force user sessions to close via the 
5227       Windows Server Manager.
5228     * Add support to 'net rpc right privileges <name>' to enumerate 
5229       accounts which possess a specific privilege.
5230     * Fix memory issues issues in vfstest (reported by Rainer Link).
5231     * Randomize reloading as to not overload cupsd.
5234 o   Smitty <smitty@plainjoe.org>
5235     * Compile fixes for smbget when using --enable-developer.
5236     * Include LUID values to match Windows privileges since 
5237       apparently this matters to printmig.exe
5240 o   John Terpstra <jht@samba.org>
5241     * Solaris packaging fixes.
5242     * Clean up usage help text in "net rpc user"
5245 o   Andrew Tridgell <tridge@samba.org>
5246     * Merge socket wrapper library fixes from Samba 4.
5249 o   Brett Trotter <blt@iastate.edu>
5250     * Fix definition of global_sid_* in vfs_acl.c.
5253 o   Mark Weaver <mark-clist@npsl.co.uk>
5254     * Patch to fix sys_select so it can't drop signals if another 
5255       fd is ready to read. 
5258 o   Jelmer Vernooij <jelmer@samba.org>
5259     * Remove --with-manpage-languages configure option.
5260     * Merge socket wrapper fixes for IRIX systems from the 
5261       Samba 4 branch.
5262     * Add socket_wrapper library to 3.0. Can be enabled by passing
5263       --enable-socket-wrapper to configure.
5264     * Fix build of the various sql pdb backends after new talloc.
5267 o   Qiao Yang <qyang@stbernard.com>
5268     * Use our own DC when getting the SID for a domain.
5272 Release Notes for older release follow:
5274       --------------------------------------------------
5275                    ===============================
5276                    Release Notes for Samba 3.0.14a
5277                               Apr 14, 2005
5278                    ===============================
5280 Common bugs fixed in 3.0.14a include:
5282   o Compatibility issues between Winbind and Windows 2003 SP1
5283     domain controllers (*2k3sp1*).
5284   o MS-DFS errors with Windows XP SP2 clients.
5285   o High CPU loads caused by infinite loops in the FindNext()
5286     server code.
5287   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
5288     files.
5290     
5291 ######################################################################
5292 Changes
5293 #######
5295 Changes since 3.0.14
5296 --------------------
5298 commits
5299 -------
5300 o   Jeremy Allison <jra@samba.org>
5301     * Fixed invalid SMB_ASSERT() triggered by checking access on
5302        ACL'd files.
5305 Changes since 3.0.13
5306 --------------------
5308 smb.conf changes
5309 ----------------
5311     Parameter Name                      Action
5312     --------------                      ------
5313     dos filetimes                       Enabled by default
5316 commits
5317 -------
5318 o   Jeremy Allison <jra@samba.org>
5319     * Prevent nt_status code support when negotiating protocols
5320       earlier than NT1.
5321     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
5322       as this SMB is DOS codepage only.
5323     * BUG 2585: Fix printf() issues in smbpasswd which caused
5324       seg faults.
5325     * BUG 2563: Fix infinite loop on non-existent file with 
5326       FindNext().
5327     * BUG 2581 (partial): Ensure if realloc fails on an internal 
5328       tdb we fail gracefully.
5329     * Ensure that 'dos filetimes' works with ACLs.
5330     * Set 'dos filetimes = yes' as the default for smb.conf.
5332       
5333 o   Gerald (Jerry) Carter <jerry@samba.org>
5334     * Workaround autoconf issue to prevent debug symbols from 
5335       being included in the default build.
5336     * Disable schannel on the \lsarpc pipe in order to successfully 
5337       enumerate users and groups (*2k3sp1*)
5338     * Fix parsing error in rpc binds which broke NTLMSSP 
5339       authentication.   And as a result broke CTL+ALT+DEL password 
5340       changes from a Windows 2003 SP1 member of a Samba domain 
5341       (*2k3sp1*).
5342     * Revert change to FindFirst() server code that broke WinXP
5343       SP2 clients from launching *.exe files from a dfs target 
5344       share.
5345     * BUG 2588: Force smbclient to send netbios messages to port 
5346       139 unless otherwise instructed (based on patch from Thomas 
5347       Bork).
5348       
5350 o   Volker Lendecke <vl@samba.org>
5351     * Fix build on FreeBSD 4 where Winbind is not supported.
5352     * Fix 'wbinfo --user-sids' when using domain local groups.
5353     * Restrict domain local groups reported by 'wbinfo -r' to
5354       the Samba server domain and not the users domain.
5357 o   Lin Li <linl@xandros.com>
5358     * Ensure that winbind initializes internal trusted domain 
5359       structures when enumerating users and groups.
5360       
5362 o   Tim Potter <tpot@samba.org>
5363     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
5364       test.
5365     * Fix compiler warnings.
5368 o   <psz@maths.usyd.edu.au>
5369     * Fix for possible root squash NFS bugs.
5370     
5371     
5372 o   Simo Sorce <irda@samba.org>
5373     * Debian packaging fixes.
5374     
5376       --------------------------------------------------
5377                    ==============================
5378                    Release Notes for Samba 3.0.13
5379                             Mar 24, 2005
5380                    ==============================
5382 Common bugs fixed in 3.0.13 include:
5384   o Infinite FindNext() loop from Windows 9x client when
5385     copying or deleting files on a Samba file share using 
5386     explorer.exe.
5387   o Numerous smbclient bugs when listing directories.
5388   o Failures in smbclient when connecting to a Windows 9x 
5389     file server.
5391     
5392 ######################################################################
5393 Changes
5394 #######
5396 Changes since 3.0.12
5397 --------------------
5399 o   Jeremy Allison <jra@samba.org>
5400     * Fix typo bug in smbclient where flags overwrote info level
5401       in the cli_list_new().
5402     * Fix old smbclient bug where ff_searchcount was being compared 
5403       to -1 resulting in processing a filename twice.
5404     * Fix segv in smbclient caused by overwriting the last 2 bytes 
5405       in cli_list_new().
5406     * BUG 2530: Fix potential segv in smbclient when talking to a 
5407       Windows 9x file server.
5408     * Fix last entry offset in cli_list_new() when using a 
5409       FindFirst/FindNext info level of 0x104.
5410     * BUG 2501: Stop Win98 from looping doing FindNext on a 
5411       singleton directory. 
5412     * BUG 2521: Fix error in access checks when user group ACLs.
5413       
5414       
5415 o   Gerald (Jerry) Carter <jerry@samba.org>
5416     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
5417       to delete all versions of a driver.
5418     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
5419       'disable netbios = yes'.
5420     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
5421       shares.  
5422     * Update RedHat packaging files to require cups support.  Also
5423       remove requirement for 'idmap {uid,gid}' settings in smb.conf
5424       from winbindd init script.
5425     * BUG 2516: fix compile issue on True64.
5426     
5427       
5428       
5429 o   Guenther Deschner <gd@samba.org>
5430     * Check for the correct cli-struct when copying files in 'net 
5431       rpc printer' routines.
5434 o   Herb Lewis <herb@samba.org>
5435     * Fix incorrect test in 'net rpc user' when the user is not
5436       a member of any groups.
5437       
5438       
5439 o   Jim McDonough <jmcd@us.ibm.com>
5440     * Make sure that enum_group_members() searches the correct suffix.
5441     
5443       --------------------------------------------------
5444                    ==============================
5445                    Release Notes for Samba 3.0.12
5446                             Mar 18, 2005
5447                    ==============================
5449 Common bugs fixed in 3.0.12 include:
5451   o Winbind failures when using 'disable netbios = yes'
5452   o Failure to establish a trust relationship via 'net rpc trust 
5453     establish'
5454   o Various portability & compiler issues.
5455   o Read only file deletion failure caused by new delete semantics 
5456     in Windows XP SP2 and the MS 04-044 security hotfix.
5457   o Error messages from shared Excel workbooks residing on Samba 
5458     file shares.
5459   o Missing files in the output of smbclient -c 'dir' when run 
5460     against Windows file servers.
5461   o Inability for Print Administrators to pause/resume/purge print 
5462     queues.
5464 Additional features introduced in Samba 3.0.12:
5466   o Performance enhancements when serving directories containing 
5467     large number of files.
5468   o MS-DFS support added to smbclient.
5469   o More performance improvements when using Samba/OpenLDAP based 
5470     DC's via the 'ldapsam:trusted=yes' option.
5471   o Support for the Novell NDS universal password when using the
5472     ldapsam passdb backend.
5473   o New 'net rpc trustdom {add,del}' functionality to eventually 
5474     replace 'smbpasswd {-a,-x} -i'.
5475   o New libsmbclient functionality.
5479 =======================
5480 Large Directory Support
5481 =======================
5483 Samba 3.0.12pre1 introduces a specific mechanism for dealing
5484 with file services that frequently contain a large number of files
5485 per directory.  Historically Samba's performance has suffered 
5486 in such environments due to the translation from case 
5487 insensitive lookups by Windows client to the case sensitive
5488 storage mechanisms used by UNIX filesystems.
5490 Configuration details along with a short HOWTO can be found at:
5492 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
5495 ==================================
5496 libsmbclient Binary Compatibility
5497 ==================================
5499 Please note that a change has been made to the _SMBCCTX structure 
5500 in source/include/libsmbclient.h.  This change is not backwards
5501 compatible with applications linked against the libsmbclient.so
5502 library from Samba 3.0.11.  However, it is compatible with all 
5503 other Samba 3.0.x releases.  This means that it will be most likely
5504 be necessary to recompile any applications linked against the 
5505 3.0.11 version of the library.
5508 ######################################################################
5509 Changes
5510 #######
5512 smb.conf changes
5513 ----------------
5515     Parameter Name                      Action
5516     --------------                      ------
5517     allocation roundup size             New
5518     log nt token command                New
5519     write cache                         Deprecated
5523 Changes since 3.0.11
5524 --------------------
5526 commits
5527 -------
5528 o   Jeremy Allison <jra@samba.org>
5529     * BUG 2146: Return correct allocation sizes so as not to crash 
5530       the VC++ compiler.
5531     * BUG 962: Ensure that parsing of service names in smb.conf is 
5532       multibyte safe.
5533     * BUG 2201, 2227: Support new delete semantics used by MS04-044
5534       and XP SP2.
5535     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
5536       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
5537     * Add special hooks when serving directories containing large
5538       numbers of files.
5539     * Ensure that WINS negative name query responses and WACK 
5540       packets use the correct RR type of 0xA instead of reflecting 
5541       back what the query RR type was (0x20).
5542     * BUG 2310: Only do 16-bit normalization on small dfree request.
5543     * BUG 2323: Correct authentication failure when using plaintext 
5544       passwords from Windows XP clients.
5545     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
5546       work around issues building MS Visual Studio 6.0 project 
5547       on a Samba file share while restoring the pre-3.0.21pre1 
5548       behavior by default.
5549     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
5550       stat when checking for existence of a pathname.
5551     * Check the sticky bit on the parent directory for supporting
5552       the new WinXP SP2 file deletion semantics.
5553     * Various oplock, share mode, and byte range locking fixes
5554       found by Connectathon tests.
5555     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
5556       code (inspired by patch from Satwik Hebbar).
5557     * BUG 2382, 2045: More pending modtime and delayed write fixes
5558       for MS Excel (incorporates partial patches from 
5559       ke_miyata@itg.hitachi.co.jp).
5560     * Debug log message cleanups.
5561     * Add case insensitive search for a principal match on logon 
5562       verification in the system keytab (based on patch by 
5563       Michael Brown <mbrown@fensystems.co.uk>).
5564     * Revert the previous SMB signing change from Nalin Dahyabhai
5565       when using DES keys.
5566     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
5567     * Fix FindFirst() server code to deal with resume names of ".."
5568       and "." (found by Jim McDonough).
5569     * BUG 2451: Fix missing functions in full audit VFS module.
5570     * Ensure that smbd logs failures reported by DISK_FREE()
5571       (reported by Ying Li <ying.li2@hp.com>).
5572     * Ensure that smbclient obeys the max protocol argument again.
5573     * BUG 2335: Return correct error code for OS/2 clients (based on
5574       negotiated protocol level).
5575     * BUG 2460, 2464: remove dead code and unused variables 
5576       (reported by Jason Mader).
5579 o   Andrew Bartlett <abartlet@samba.org>
5580     * Avoid length-limited intermediate copy of NT and LM responses 
5581       in NETLOGON client.
5582     * Debug message cleanups in the NTLMSSP implementation.
5585 o   Manuel Baena <mbaena@lcc.uma.es>
5586     * Print actual error message in smbmnt.c:fullpath().
5589 o   Vince Brimhall <vbrimhall@novell.com>
5590     * Add support for Novell NDS universal password.
5591     * BUG 2424: Ensure that uidNumber and gidNumber use match 
5592       the RFC2307 schema.
5593     * BUG 2453: Change the way pdb_nds.c handles users with no 
5594       Universal or Simple Password.
5595     * NDS schema file corrections.
5598 o   Gerald (Jerry) Carter <jerry@samba.org>
5599     * Add trans2 client call for checking dfs referrals
5600     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
5601       when checking directories on modern CIFS servers.
5602     * Add MS-DFS support to smbclient.
5603     * Code cleanup of adt_tree.[ch].
5604     * Add missing checks to allow root to manage user rights.
5605     * Allow domain admins to manage rights assignments on domain members
5606       servers.
5607     * BUG 2333: Use the lpq command to pass in the correct printer name 
5608       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
5609       the default.
5610     * BUG 1439: make sure to initialize pointer to prevent invalid 
5611       free()'s on exit.
5612     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
5613       netbios = yes'.
5614     * Add cups-devel to BuidlRequires directive in Fedora spec file.
5615     * BUG 858: Fix order of popt args evaluation so we don't crash 
5616       when given no command line args.
5617     * Remove dependency on bash for source/autogen.sh.
5618     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
5619     * Implement MS-DFS for recursive directory listings in smbclient.
5620     * BUG 2394: Fix nmbd linking issue on IRIX.
5621     * Only display the publish check box in the client's printer 
5622       properties dialog if we are a member of an AD domain.
5623     * BUG 2363: allow 'in use' driver to be removed as long as 
5624       one 'Windows NT x86' driver remains.
5625     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
5626       porting purposes.
5627     * Enforce better printer.tdb cache consistency when removing 
5628       jobs from a print queue via SMB.
5629     * Ensure that pause/resume/purge print queue commands are run
5630       with the appropriate level of privilege necessary to actually
5631       work.
5632     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
5633       for 'printing = cups' installations that do not actually have 
5634       libcups.
5635     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
5636     * BUG 2215: Rewrite questionable code that was causing gcc to 
5637       choke.
5638     * Add server support for LsaLookupPrivValue().
5639     * Various small compile fixes and cleanup warnings.
5640     * BUG 2456: Fix compile failure on non-gcc platforms due to
5641       non-standard pragma.
5644 o   Kevin Dalley <kevin@kelphead.org>
5645     * BUG 2398: Don't force smbclient to assume a dry run if the 
5646       target tarfile is /dev/null.
5649 o   Guenther Deschner <gd@samba.org>
5650     * Fix crash bug in the client-spoolss enumdataex-call.
5651     * Expand the valid-workstation-scheme by expanding names 
5652       beginning with a plus (+) as a unix group.
5653     * Allow own netbios name to be set in smbclient's session setup.
5654     * Better handling of LDAP over IPC connections that have expired 
5655       on the LDAP-Server.
5656     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
5657     * Add examples/misc/adssearch.pl.
5658     * BUG 2343: Build fixes.
5659     * Support get_user_info_7 in SAMR server RPC.
5660     * Fix server_role in the samr_query_dom_info calls.
5661     * Add example perl script to check for multiple LDAP entries
5662       after running 'net rpc vampire'.
5663     * Add more output when listing printer forms via rpcclient.
5664     * Debug log message cleanup.
5667 o   Steve French <sfrench@us.ibm.com>
5668     * On failed mount (ENXIO) retry share name in uppercase (fix
5669       mount to FastConnect AIX SMB server).
5670     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
5671     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
5672       it with a user name.
5673     * Update for new CIFS POSIX info levels.
5674     * Ignore users mount parm in mount.cifs.
5676 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
5677     * BUG 1549: Don't truncate service names in smbstatus.
5680 o   William Jojo <jojowil@hvcc.edu>
5681     * BUG 2445: Patch to avoid default ACLs on AIX.
5684 o   S Murthy Kambhampaty <smk_va@yahoo.com>
5685     * Add idmap_rid module to Fedora and RedHat spec files.      
5688 o   Volker Lendecke <vl@samba.org>
5689     * BUG 2401: Flush internal getpwnam() cache after deleting a 
5690       user.
5691     * BUG 1604: Make winbind work with more than 10 trusted domains.
5692     * Cleanup various compiler warnings.
5693     * Fix a memory leaks in privileges code and passdb backends.
5694     * Fixes for samr_lookup_sids() client call.
5695     * Optimize _samr_query_groupmem with LDAP backend for large 
5696       domains.
5697     * Support SIDs as %s replacements in the afs username map 
5698       parameter.
5699     * Add 'log nt token command' parameter. If set, %s is replaced 
5700       with the user sid, and %t takes all the group sids.
5701     * Do not use the "Local Unix Group"-default description for 
5702       all kinds of group-mappings. 
5703     * Fix uninitialized variable in Linux nss_winbind library.
5704     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
5705     * Implement 'net afs impersonate'.
5706     
5708 o   Herb Lewis <herb@samba.org>
5709     * Fix build problem when HAVE_POSIX_ACL is not defined.
5710     * BUG 2417: Add help lines for net rpc group addmem and 
5711       delmem commands.
5712     
5714 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
5715     * Add support to libsmbclient for getting and setting DOS 
5716       attributes using EA functions.
5717     * Fix libsmbclient's URL encoding/decoding.
5718     * Replace browse listing URI queries with an internal options 
5719       structure (previous method violated the SMB URI syntax).
5720     * Allow tree connects to be multiplexed over a single CIFS server 
5721       connection context.
5722     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
5723       can determine a dead tree connection.
5724     * Implement better solution for backwards binary compatibility
5725       in libsmbclient while adding new fields to struct _SMBCCTX.
5728 o   Mark Loeser <halcy0n@gentoo.org>
5729     * BUG 2443: Compile fix for gcc4.
5732 o   Jim McDonough <jmcd@us.ibm.com>
5733     * BUG 2338: Fix coredump when OS/2 checks for long file name 
5734       support (with .+,;=[].) (thanks to Guenter Kukkukk).
5737 o   Jason Mader <jason@ncac.gwu.edu>
5738     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
5739       2341, 2342)
5742 o   Jim McDonough <jmcd@us.ibm.com>
5743     * Fixes for server schannel implementation when 'restrict 
5744       anonymous = 1' is set in smb.conf.
5745     * Fix bug in server side lookupsids reply that crashed lsass.exe 
5746       on Windows clients.
5747     * Fix 'net rpc trustdom establish'.
5748     * BUG 2062: Turn off broadcast for all 390 NICs.
5749     * Fix 'net rpc trustdom add' to correctly add new domain trust 
5750       accounts.  This will eventually replace 'smbpasswd -a -i'.
5751     * Implement 'net rpc trustdom del', including client side of 
5752       samr_remove_sid_from_foreign_domain.
5753     * Bring IBM Directory Server schema up to date with openldap 
5754       schema.
5755     * Allow for better protection of sensitive attributes in IBM
5756       Directory Server.
5759 o   Stefan Metzmacher <metze@samba.org>    
5760     * Fix memleaks in the nttrans code.
5763 o   Mike Nix <mnix@wanm.com.au>
5764     * Add SMBsplopen and SMBsplclose client calls.
5767 o   Justin Ossevoort <justin@snt.utwente.nl>
5768     * BUG 2316: Fix crashes in pdb_pgsql.
5771 o   James Peach <jpeach@sgi.com>
5772     * Fixes in string handling code.
5773     * Fix oplock2 test in client smbtorture.
5776 o   Tim Potter <tpot@samba.org>
5777     * Fix up example pdb modules after prototype change for 
5778       setsampwent.
5779     * BUG 2058: Fix for shared object creation in examples.
5780     * BUG 2315: Fix segv in LSA privileges server code.
5781     * Build fixes for python wrapper libraries.
5784 o   Richard Sharpe <rsharpe@samba.org>
5785     * BUG 2044: Fix segv in profiles tool.
5786     * Fix bogus error messages when enumerating user group 
5787       membership via 'net rpc'.
5790 o   Simo Sorce <idra@samba.org>
5791     * Debian packaging fixes.
5794 o   John Terpstra <jht@samba.org>
5795     * Add the capability to set account description using pdbedit.
5798 o   Doug VanLeuven <roamdad@sonic.net> 
5799     * Add more case/realm/name permutations to the Kerberos keytab.
5800     * AIX compile fixes.
5803 o   Jelmer Vernooij <jelmer@samba.org>
5804     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
5805     * BUG 1957: Implement minimal update of fields in mySQL pdb 
5806       module.
5807     
5809 o   Torsten Werner <torsten.werner@assyst-intl.com>
5810     * BUG 2405: Define 'lpstat' printcap output on HPUX.
5811     
5813 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
5814     * Detect infinite loops when traversing tdbs.
5817       --------------------------------------------------
5818                    ==============================
5819                    Release Notes for Samba 3.0.11
5820                              Feb 5, 2005
5821                    ==============================
5823 Common bugs fixed in 3.0.11 include:
5825   o Crash in smbd when using CUPS printing.
5826   o Parsing error of other SIDs included in the user_info_3
5827     structure returned from domain controllers.
5828   o Inefficiencies when searching non-AD LDAP directories.
5829   o Failure to expand variables in user domain attributes
5830     in tdbsam and ldapsam.
5831   o Memory leaks.
5832   o Failure to retrieve certain attribute when migrating from 
5833     a Windows DC to a Samba DC via 'net rpc vampire'.
5834   o Numerous printing bugs bugs including memory 
5835     bloating on large/busy print servers.
5836   o Compatibility issues with Exchange 5.5 SP4.
5837   o sendfile fixes.
5839 Additional features introduced in Samba 3.0.11:
5841   o Winbindd performance improvements.
5842   o More 'net rpc vampire' functionality.
5843   o Support for the Windows privilege model to assign rights
5844     to specific SIDs.
5845   o New administrative options to the 'net rpc' command.
5848 ============
5849 LDAP Changes
5850 ============
5852 If "ldap user suffix" or "ldap machine suffix" are defined in
5853 smb.conf, all user-accounts must reside below the user suffix,
5854 and all machine and inter-domain trust-accounts must be located 
5855 below the machine suffix.  Previous Samba releases would fall 
5856 back to searching the 'ldap suffix' in some cases.
5859 ===============
5860 Privilege Model
5861 ===============
5863 Samba 3.0.11 supports the following assignable rights
5865 SeMachineAccountPrivilege  Add machines to domain
5866 SePrintOperatorPrivilege   Manage printers
5867 SeAddUsersPrivilege        Add users and groups to the domain
5868 SeRemoteShutdownPrivilege  Force shutdown from a remote system
5869 SeDiskOperatorPrivilege    Manage disk shares
5871 These rights can be assigned to arbitrary users or groups
5872 via the 'net rpc rights grant/revoke' command.  More details
5873 of Samba's privilege implementation can be found in the 
5874 Samba-HOWTO-Collection.
5875     
5877 ######################################################################
5878 Changes
5879 #######
5881 Changes since 3.0.10
5882 --------------------
5884 smb.conf changes
5885 ----------------
5887     Parameter Name                      Action
5888     --------------                      ------
5889     afs token lifetime                  New
5890     enable privileges                   New
5891     ldap password sync                  Alias
5892     min password length                 Deprecated
5893     winbind enable local accounts       Deprecated
5896 commits
5897 -------
5898 o   Jeremy Allison <jra@samba.org>
5899     * Extend vfs to add seekdir/telldir/rewinddir.
5900     * Fix dirent return.
5901     * Fix bugs when handling secondary trans2 requests.
5902     * Implementation of get posix acls in UNIX extensions.
5903     * Added set posix acl functionality into the UNIX extensions code.
5904     * Updated config.guess/config.sub .
5905     * Fix error reply when 'follow symlinks = no'.
5906     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
5907       not already zero.
5908     * Fixes for LARGE_READX support.
5909     * Fix the problem we get on Linux where sendfile fails, but we've
5910       already sent the header using send().
5911     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
5912       inherit = no'.
5913     * BUG 2088: Ensure inherit permissions is only applied on a new 
5914       file, not an existing one.
5915     * Don't go fishing for the krb5 authorization data unless we know
5916       it's there.
5917     * Fixes for libsmbclient to ensure that interrupted system calls
5918       are restarted minus the already expired portion of the timeout
5919       (based on work by Derrell Lipman).
5920     * More Unicode string parsing fixes.
5921     * Convert the winreg pipe to use WERROR returns.
5922     * Make all LDAP timeouts consistent (input from Joe Meadows 
5923       <jameadows@webopolis.com>).
5924     * BUG 2231: Remove double "\\" from client findfirst.
5925     * BUG 2238: Fix memory leak in shadow copy vfs.
5926     * Return correct DOS/NT error code on transact named pipe on 
5927       closed pipe handle.
5928     * BUG 2211: Fix security descriptor parsing bug (based on work by 
5929       Mrinal Kalakrishnan <mail@mrinal.net>).
5930     * BUG 2270: Fix memory leaks in cups printing backend support 
5931       (based on work by Lars Mueller).
5932     * BUG 2255: Fix debug level in Kerberos error messages.
5933     * BUG 2110: Ensure we convert to ucs2 correctly after the 
5934       CAN-2004-0930 patch.
5935     * Make strict locking an enum. Auto means use oplock optimization.
5936     * Fix client  & server to allow 127k READX calls.
5937     * More *alloc fixes (includes additional fixes by Albert Chin.
5938     * Catch sendfile errors correctly and return the correct values 
5939       we want the caller to return.
5940     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
5941       for better use by desktop environments such as GNOME.
5942     * Ensure we can't remove a level II oplock without having the
5943       shared memory area locked.
5944             
5946 o   Timur Bakeyev <timur@com.bat.ru>
5947     * BUG 2100: change the way we check for errors after a dlopen().
5948     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
5949     
5950     
5951 o   Andrew Bartlett <abartlet@samba.org>
5952     * Clarify error message when 'lanman auth = no'.
5953     * Remove the unnecessary UTF-8 conversion calls in the calls to
5954       auth_winbind from smbd.
5955     * Don't store the auth-user credentials with the cli_state* as 
5956       this can cause the schannel setup to fail when the auth-user
5957       domain is not our primary domain.
5960 o   Grigory Batalov <bga@altlinux.org>
5961     * Fix encoding while receiving of a message which was actually 
5962       sent using STR_ASCII.
5965 o   Daniel Beschorner <db@unit-netz.de>
5966     * BUG 603: Correct access mask check for _samr_lookup_domain()
5967       to work with Windows RAS server
5970 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
5971     * Fix missing printer_tdb reference decrement.
5972     
5974 o   Gerald (Jerry) Carter <jerry@samba.org>
5975     * BUG 2073: fall back to smb_name if current_user_info is not
5976       available in lp_file_list_changed().
5977     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
5978       errors.
5979     * Don't run the background LPQ daemon when we are running in
5980       interactive mode.
5981     * prevent the background LPQ daemon from updating the print queue
5982       cache just because multiple smbd processes sent a message that
5983       it was out of date.
5984     * consolidate printer searches to use find_service rather than 
5985       for(...) loops.
5986     * BUG 2091: don't remove statically defined printers in 
5987       remove_stale_printers().
5988     * Fix logic error in add_a_form() that only compared N characters 
5989       instead of the entire form name.
5990     * BUG 2107: fix memory bloating caused by large numbers of 
5991       print_queue_updates() requests sent via messages.tdb.
5992     * Check the setprinter(3) based on the access permissions on 
5993       the handle and avoid the call to print_access_check().
5994     * Re-instantiate previous semantics for calling init_unistr2() 
5995       with a NULL source buffer.
5996     * Support Windows privilege model for assigning rights
5997       to specific SIDs.  Based on work by Simo Sorce in the trunk 
5998       svn branch.  This feature is controlled by the 'enable 
5999       privileges = [yes|no]' smb.conf(5) option.
6000     * Add some smb.conf scripts for add/delete/change shares and 
6001       deleting cups printers.
6002     * Expand variables in the profile path, logon home and logon script 
6003       values when using either tdbsam or ldapsam.
6004     * Add Domain Admins (Full Control) to the default printer security 
6005       descriptor if we are a DC.
6006     * RedHat and Fedora Packaging fixes for perl dependencies.
6007     * Remove unused schema items from OpenLDAP schema file.
6008     * Remove duplicate enumeration of "Windows x86" architecture
6009       when listing printer drivers via rpcclient.
6010     * Fail set_privileges() if 'enable privileges = no' to prevent 
6011       confused admins.
6012     * Fix segfault in cups_queue_get().
6013     * Tighten restrictions on changing user passwords when 
6014       the connected user possesses the SeMachineAccountPrivilege.
6015     * Ensure we set NETBIOSNAME.domainname for the long machine name
6016       when publishing printers in AD (based on input from Rob Foehl).
6017     * Mark 'winbind enable local accounts' as deprecated.
6018     * Mark testprns tool as deprecated.
6019     * Allow root to grant/revoke privilege assignments.
6020     * Correct interaction between user rights and se_access_check() on
6021       SAMR objects.
6022     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
6023       class.
6024     * BUG 2262: Add support in configure.in for *freebsd6*.
6025     * BUG 2266: Portability fixes for quota code on FreeBSD4.
6026     * BUG 2264: Remove shutdown and abortshutdown commands from 
6027       rpcclient in favor of using the same functions in 'net'.
6028     * BUG 2295: Prevent smbd from returning an empty server name
6029       in certain lanman api calls.
6030     * BUG 2290: Fix autogen.sh script in examples (based on original
6031       patch from Lars Mueller).
6032     * Fix bug enumerating domain trusts in security = ads.
6033     * Fix segv in rpcclient's dsenumdomtrusts.
6034     * Fix bug in expansion of %U and %G in included filenames.
6035     * BUG 2291: Restrict creation of server trust and domain trust
6036       accounts to members of the "Domain Admins" group.
6038 o   Nadav Danieli <nadavd@exanet.com>
6039     * Short circuit some is_locked() tests if we are oplocked.
6040     
6041     
6042 o   Guenther Deschner <gd@samba.org>
6043     * Allow 'localhost' as a valid server name in the smbd for the
6044       spoolss calls.
6045     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
6046       Mewburn for the input).
6047     * BUG 2059: Add additional checks needed after logic change to the
6048       HAVE_WRFILE_KEYTAB detection test.
6049     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
6050       Samba DC.  Allow us to lookup at least our own SID.
6051     * More fixes to have proper German in swat (Thanks to Reiner 
6052       Klaproth and Björn Jacke.
6053     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
6054       setting security descriptors with smbcacls and using with 
6055       the -S or -M switch. 
6056     * Include the munged_dial, bad_password_count, logon_count, and 
6057       logon_hours attributes when running 'net rpc vampire'.
6058     * Fix segfault in idmap_rid.
6059     * When winbindd is operating in the multi-mapping mode of 
6060       idmap_rid, allow BUILTIN domain-mapping.
6061     * Display infolevel 12 in query_dom_info in rpcclient.
6062     * Fix bug in winbindd's lowercasing of usernames.
6063     * Allow -v or -l for displaying verbose groupmap-listing 
6064       as well as "verbose".
6065     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
6066       vampire'.
6067     * Close LDAP-Connection before retrying to open a new connection 
6068       in the retry-loop.
6069     * Marking "min password length" as depreciated.  
6070     * Implement SAMR query_dom_info-call info-level 8 server- and 
6071       client-side, based on samba4-idl.
6072     * Allow rpcclient to define a port to use when connecting 
6073       to a remote server.
6074     * Allow Account Lockout with Lockout Duration "forever" (until 
6075       admin unlocks) to be set and displayed in User Manager.
6076     * Allow to set acb_mask in rpcclient's enumdomusers.
6077     * Add more generic rootDSE inspection function to check 
6078       for given controls or extensions and remember these on a 
6079       per server basis.
6080     * Improve LDAP search efficiency by passing the acb_mask to 
6081       pdb_setsampwent().
6082     * Fixes for ldapsam_enum_group_memberships().
6083     * Add createdomgroup to rpcclient.
6084     * Add "net rpc user RENAME"-command.
6085     * Display sam_user_info_7 in rpcclient.
6086     * Make multi-domain-mode in idmap_rid accessible from outside 
6087       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
6088     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
6089       "Lockout Duration: Forever".
6090     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
6091       config utility.
6092     * Require assignment of Administrator SID in the passdb 
6093       backend.  Fall back to the default name of 'Administrator' if
6094       the lookup fails rather than using the first name in the
6095       default 'admin users' list.
6096     * Enhance LDAP failure debug messages.
6097     * BUG 2291: Call the 'add machine script' for server trust and 
6098       domain trust accounts as well as workstation accounts.
6099     
6100     
6101 o   Levente Farkas <lfarkas@lfarkas.org>
6102     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
6103       packages.
6106 o   Jay Fenlason <fenlason@redhat.com>
6107     * Fix crash in 'net join' due to calling free on 
6108       static buffers.
6109     * Several patches from RedHat's Fedora Core RPMS.
6112 o   Rob Foehl <rwf@loonybin.net>.
6113     * Compiler warnings.
6114     * Try modifying printer published attributes before adding it a
6115       new entry in AD.
6116     * Solaris packaging fixes.
6117     * Don't force the cups printer-make-and-model tag as the comment
6118       for autoloaded printers.
6119     * Implement caching of names from printcap to support a true
6120       'printcap cache time'.
6123 o   Johann Hanne <jhml@gmx.net>
6124     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
6127 o   Jeff Hardy <hardyjm@potsdam.edu>
6128     * Example script for 'add print command' when using CUPS.
6131 o   Deryck Hodge <deryck@samba.org>
6132     * Add -P (--password-only-menu) to SWAT for displaying only the
6133       password change page to non-root users.
6136 o   David Hu <david.hu@hp.com>
6137     * Copy structure from print_queue_update() message rather than 
6138       referencing it.  Fixes seg fault on HP-UX.
6139       
6140       
6141 o   Buck Huppmann <buckh@pobox.com>
6142     * BUG 2186: Don't free uninitialized credentials.
6143     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
6144       dnsDomainName != realm.
6145    
6147 o   Björn Jacke <bjoern@j3e.de>
6148     * BUG 2040: Ensure the locale is reset to C to get ASCII-
6149       compatible toupper/lower functions.
6152 o   William Jojo <jojowil@hvcc.edu>
6153     * Fix HPUX sendfile and add configure.in tests and code for
6154       sendfile on AIX.
6155     * AIX 5.3 compile fixes.
6158 o   Volker Lendecke <vl@samba.org>
6159     * Optimize anonymous session setups by workstations in a 
6160       Samba domain.
6161     * Reimplment the QueryUserAliases() server RPC reply.
6162     * Re-add the getpwnam-cache for performance.
6163     * Cache the result of a pdb_getsampwnam for later SID lookup 
6164       queries.
6165     * Unify the means of localtaing a user's global groups on a 
6166       Samba DC.
6167     * Fix bug when serving the 'Start Menu' in a roaming user profile..
6168     * Map more pre-defined NT security descriptors to AFS acls.
6169     * Add timeout to AD search requests.
6170     * If a connection to a DC is requested (in winbindd), open
6171       connections simultaneously to all DCs found.
6172     * Memleak fixes.
6173     * Fix logic error in handling of 'printcap name' parameter.
6174     * Prevent winbindd from SPAM'ing the log files with 'user root 
6175       does not exist'.
6176     * Backport samr_DomInfo2 IDL specification from Samba 4.
6177     * Implement smbstatus -n, don't lookup users and groups.
6178     * Implement simple mapping that maps the space to another character 
6179       defined by afsacl:space.
6180     * Add support for 'net idmap delete <idmap-file> <SID>'.
6181     * Add new parameter 'afs token lifetime' tells the AFS client 
6182       when to throw away a token (patch from kllin@it.su.se).
6183     * Initial work to allow support for multiple pipe opens on a 
6184       single cli_state*.
6185     * Ensure that we still retrieve the netbios name of any DC 
6186       listed as a 'password server' to work around cases where the 
6187       DC was defined using an IP address or fqdn.
6188     * Fix memleak in winbindd connection code.
6189     * Fix cli_samr_queryuseraliases.
6190     * Allow wbinfo --user-sids to expand expand domain local groups.
6191     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
6192     * Fix parsing of other_sids in net_user_info3.
6193     * Correct bad failure logic when user was not a member of any 
6194       domain local groups.
6195     
6197 o   Jason Mader <jason@ncac.gwu.edu>
6198     * BUG 2113, 2289: Remove dead code.
6201 o   Jim McDonough <jmcd@us.ibm.com>
6202     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
6203       clients.  If it fails, fall back to WINREG.
6204     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
6205     * BUG 2198: Set password last change time when running 'net rpc 
6206       vampire'.
6207     * Add "refuse machine password change" policy field.
6210 o   Luke Mewburn <lukem@NetBSD.org>
6211     * BUG 2150: shmget() - Use POSIX definitions instead of non-
6212       standard SHM_.
6213       
6215 o   Stefan Metzmacher <metze@samba.org>    
6216     * autogen.sh fixes.
6219 o   Buchan Milne <bgmilne@mandrake.org>
6220     * Mandrake packaging fixes.
6223 o   Lars Mueller <lmuelle@samba.org>
6224     * Fix build of libsmbclient on x86_64.
6225     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
6226       is installed in a non-default location.
6227     * BUG 2050: Calculate max_fd for select correctly.
6228     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
6229       script.
6232 o   Jason Mader <jason@ncac.gwu.edu>
6233     * BUG 2069: Remove unused variables.
6234     * BUG 2075: Remove dead code paths.
6235     * BUG 2083: Fix compiler warnings caused by bad type casts.
6238 o   James Peach <jpeach@sgi.com>
6239     * Fix rewinddir -> rewind_dir when using VFS macros.
6240     
6242 o   Gavrie Philipson <gavrie@disksites.com>
6243     * BUG 1838: Remove stale printers imeeddiately when 
6244       processing a SIGHUP and during smb.conf reload.
6246       
6247 o   Tim Potter <tpot@samba.org>
6248     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
6249     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
6250     * Change the license for the winbindd external interface 
6251       more liberal.
6252     * HP-UX compile fixes.
6253     * Compile fixes after new setsampwent() API.
6256 o   Richard Renard <rrenard@idealx.com>
6257     * Update Netscape DS 5.2 LDAP schema.
6260 o   Simo Sorce <idra@samba.org>
6261     * Backport pdbedit changes from trunk.
6262     * Allows the add/change share command to create the shared 
6263       directory directory on disk.
6264     * Log a warning in testparm if a print command is defined for
6265       a print service using 'printing = cups'.
6266      
6267 o   Jelmer Vernooij <jelmer@samba.org>
6268     * Bug fixes for pdb_{xml,pqsql,xml}
6269     * Fixes for pdb_mysql.
6272 o   Andrew Tridgell <tridge@samba.org>
6273     * Bring Samba3 into line with the Samba4 password change code.
6274     
6276 o   Shiro Yamada <shiro@miraclelinux.com>
6277     * BUG 2190: Force SWAT to display parameters in unix charset and 
6278       not UTF-8.
6281       --------------------------------------------------
6282                    ==============================
6283                    Release Notes for Samba 3.0.10
6284                              Dec 16, 2004
6285                    ==============================
6287 Common bugs fixed in 3.0.10 include:
6289   o Fix for security issues described in CAN-2004-1154.
6292 Changes since 3.0.9
6293 -------------------
6295 commits
6296 -------
6298 o   Jeremy Allison <jra@samba.org>
6299     * Added checks surrounding all *alloc() calls to fix
6300       CAN-2004-1154.
6301     * Fix long standing memory size bug in bitmap_allocate().
6302     * Remove bogus error check in deferred open file serving 
6303       code.
6306 o   Thomas Bork <tombork@web.de>
6307     * Fix autoconf script on platforms using a version of GNU ld
6308       that does not include a date stamp in the output of --version.
6311 o   Luke Mewburn <lukem@NetBSD.org>
6312     * Fix the swat install script to deal with the new image
6313       destination directory used by the docs.
6314      
6317       --------------------------------------------------
6319                    =============================
6320                    Release Notes for Samba 3.0.9
6321                              Nov 15, 2004
6322                    =============================
6324 Common bugs fixed in 3.0.9 include:
6326   o Problem updating roaming user profiles.
6327   o Crash in smbd when printing from a Windows 9x client.
6328   o Unresolved symbols in libsmbclient which caused
6329     applications such as KDE's konqueror to fail when
6330     accessing smb:// URLs.
6333 Changes since 3.0.8
6334 -------------------
6337 commits
6338 -------
6340 o   Jeremy Allison <jra@samba.org>
6341     * Correctly detect errno for no acl/ea support.
6342     * BUG 2036: Fix seg fault in 'net ads join'.
6344     
6345 o   Gerald (Jerry) Carter <jerry@samba.org>
6346     * Solaris packaging fixes.
6347     * Fix seg fault in lanman printing code.
6348     * BUG 2017: fix testparm reporting for the passwd program 
6349       string.
6350     * Fix output of smbstatus to match the man page.
6351     * BUG 2027: fix conflict with declaration MD5_CTX in system 
6352       headers.
6353     * 2028: Avoid false error messages when copying a long 
6354       printer name to the device mode.
6357 o   Guenther Deschner <gd@samba.org> 
6358     * Allow deldriverex in rpcclient to delete drivers for a 
6359       specific architecture and a specific version.
6360     * Fix a couple of rpcclient spoolss commands (setprinter, 
6361       setprintername, getdriver) w.r.t to printer-naming scheme.
6362       Allow 'localhost' in the server string for certain server-side
6363       spoolss functions.
6364     * BUG 2015: Do not fail on setting file attributes with 
6365       acl support enabled.
6368 o   Michel Gravey <michel.gravey@optogone.com>
6369     * Fix build when using gcc 3.0.
6372 o   Volker Lendecke <vl@samba.org>
6373     * Fix tdb open logic when checking our local_pid after 
6374       the fork().
6377 o   Jim McDonough <jmcd@us.ibm.com>
6378     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
6379       non-root user.
6382 o   Luke Mewburn <lukem@NetBSD.org>
6383     BUG 1661: Fix KRB5_SETPW-defines
6386 o   Buchan Milne <bgmilne@mandrake.org> 
6387     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
6390 o   Lars Mueller <lmuelle@samba.org>
6391     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
6394 o   Martin Zielinski <mz@seh.de>
6395     * Add DeletePrinterDriverEx() functionality to rpcclient.
6396     
6398       --------------------------------------------------
6400                    =============================
6401                    Release Notes for Samba 3.0.8
6402                              Nov 7, 2004
6403                    =============================
6405 Common bugs fixed in 3.0.8 include:
6407   o Compile fixes for HP-UX
6408   o Fixes for the printer publishing code used when joined to 
6409     an AD domain.
6410   o Incompatibilities with file system quotas.
6411   o Several bugs in the spoolss printing code and print system 
6412     backends.
6413   o Inconsistencies in the username map functionality when 
6414     configured on domain member servers.
6415   o Various compile warnings and errors on various platforms.
6416   o Fixes for Kerberos interoperability with Windows 200x 
6417     domains when using DES keys.
6418   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
6419   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
6421     
6422 New features included in the 3.0.8 release are:
6424   o New migration functionality added the the net tool
6425     for files/directories, printers, and shares.
6426   o New experimental idmap backend for assigning uids/gids
6427     directly based on the user/group RID when acting as a
6428     member of single domain without any trusts.
6429   o Additional printer migration support for XP/2003 platforms.
6432 ===========================
6433 Change in Winbindd Behavior
6434 ===========================
6436 All usernames returned by winbindd are now converted to lower 
6437 case for better consistency.  This means any winbind installation
6438 relying on the winbind username will need to rename existing 
6439 directories and/or files based on the username (%u and %U) to lower 
6440 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
6441 include mail spool files, home directories, valid user lines in 
6442 smb.conf, etc....
6445 ======================
6446 Change in Username Map
6447 ======================
6449 Previous Samba releases would only support reading the fully qualified 
6450 username (e.g. DOMAIN\user) from the username map when performing a 
6451 Kerberos login from a client.  However, when looking up a map 
6452 entry for a user authenticated by NTLM[SSP], only the login name would be
6453 used for matches.  This resulted in inconsistent behavior sometimes
6454 even on the same server.
6456 Samba 3.0.8 obeys the following rules when applying the username
6457 map functionality:
6459   * When performing local authentication, the username map is 
6460     applied to the login name before attempting to authenticate 
6461     the connection.
6462   * When relying upon a external domain controller for validating
6463     authentication requests, smbd will apply the username map 
6464     to the fully qualified username (i.e. DOMAIN\user) only
6465     after the user has been successfully authenticated.
6468 ######################################################################
6469 Changes
6470 #######
6472 Changes since 3.0.7
6473 -------------------
6475 smb.conf changes
6476 ----------------
6477     Parameter Name                      Action
6478     --------------                      ------
6479     force printername                   New
6480     sendfile                            disabled by default
6483 commits
6484 -------
6486 o   Jeremy Allison <jra@samba.org>
6487     * Ensure extended security bit is on only if we negotiated 
6488       extended security.
6489     * Simplify statcache to use an in-memory tdb. 
6490     * If you're selecting a hash algorithm for tdb, you need 
6491       to do it at open time.
6492     * Removed old dir caching code - not being used now we 
6493       have the statcache anyway.
6494     * Simplify the mangle hash code to use an in-memory tdb.
6495     * Merge iconv changes from Samba 4 branch.
6496     * Fix parsing of names ending in dot and a few other error 
6497       returns.
6498     * BUG 1667: Smbpasswd file could be left locked on some 
6499       error exits.
6500     * Fixes for smbclient tar functionality.
6501     * BUG 1743: Fix logic bug the deferred open code.
6502     * Don't try to set security descriptors on shares where 
6503       this has been turned off.
6504     * Return correct error codes on old SEARCH call.
6505     * Ensure we set errno = E2BIG when we overflow in the 
6506       fast-path character conversion code.
6507     * Fix the roundup problem (returning 1mb roundup) for 
6508       non-Windows clients.
6509     * Added 'stat' command to smbclient to exercise the 
6510       UNIX_FILE_BASIC info level.
6511     * Fix bug where we could incorrectly set sparse attribute.
6512     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
6513       (reported by Taj Khattra <taj.khattra@gmail.com>).
6514     * Remove locked keys tdb code.
6515     * BUG 1886: Prevent delete on close being set for readonly files 
6516       (and return the correct error code).
6517     * Ensure we pass most of the new lock tests except for the cancel 
6518       lock which is yet to be added (merged from Samba 4 branch).
6519     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
6520     * BUG 1956: Ensure errno is saved and restored consistently on a 
6521       normal_close.
6522     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
6523       that all of the appropriate service principal names are set 
6524       upon joining an AD domain.
6525     * Fix the correct use of resume name in the trans2 code.
6526     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
6527       correct salt used when generated the DES key after joining an 
6528       AD domain.
6529     * Enhanced krb5 detection routines in the autoconf scripts.
6530   
6532 o   Andrew Bartlett <abartlet@samba.org>
6533     * Avoid changing the machine account password in the passdb 
6534       backend, when it has 'already been changed'.  This occurs 
6535       in situations where the secure channel between the workstation 
6536       and the DC breaks down, such as occurred in the MS04-11 
6537       security patch.
6538     * Fix utility name in error message in ntlm_auth.
6539     * Fix NTLMv2 for use with pam_winbind.
6540     * Remove conversion to and from UTF8 on the winbind pipe.
6541     * Allow 'require_membership_of' and 'require-membership-of'.
6542     * Fix the error code for 'you didn't specify a domain' in 
6543       ntlm_auth.
6544     * Use sys_getgroups() rather than scanning all groups 
6545       when generating SAMR replies.
6548 o   Igor Belyi <sambauser@katehok.ac93.org>
6549     * Ensure pdb user is deleted first before deleting UNIX 
6550       user (LDAP backend needs this ordering).
6553 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
6554     * Fix core dump in 'net rpc vampire'.
6555     
6557 o   Vince Brimhall <vbrimhall@novell.com>
6558     * Make ldapsam_compat robust against NULL attributes.
6561 o   Gerald Carter <jerry@samba.org>
6562     * Don't limit the number of groups returned by winbindd_getgroups()
6563       by NGROUPS_MAX.
6564     * BUG 1519: Match Windows 2000 behavior when opening a 
6565       printer using a servername in the form of an IP address or 
6566       DNS name.
6567     * BUG 1907: remove extra slashes from the printer name in 
6568       getprinterdriverdir_1().  
6569     * Fix standard_sub_snum() to use the current user's gid.
6570     * Fix background queue update bug (based on Volker's initial work 
6571       in 3.1.0).
6572     * Add 'force printername' service parameter for people that want 
6573       to enforce printername == sharename for spoolss printing.
6574     * Ensure consistent usage of the username map.  Use the fully 
6575       qualified DOMAIN\user format for 'security = domain|ads' and 
6576       apply after authentication has succeeded.
6577     * Cosmetic fix for getent output -- lowercase the username only 
6578       and not the complete domain\username string.
6579     * Packaging fixes for Solaris, Redhat, & Fedora.
6581     
6582 o   Sean Chandler <sean.chandler@verizon.net>
6583     * Fix memlieak in cliconnect.c.
6586 o   Darren Chew <darrenc@vicscouts.asn.au>
6587     * Solaris packaging fixes.
6588     
6590 o   Nalin Dahyabhai <nalin@redhat.com>
6591     * SMB signing fix for 56-bit DES session keys.
6594 o   Guenther Deschner <gd@samba.org> 
6595     * add IA64 to the architecture table of printer-drivers.
6596     * Add file/share/printer migration functionality to 
6597       the net command.
6598     * Show correct help for net groupmap commands.
6599     * Fix deadlock loop in winbind's required_membership_sid
6600       verification.
6601     * Bring the same level of "required_membership"-functionality 
6602       that ntlm_auth uses, to pam_winbindd as well.
6603     * Prevent "net lookup kdc" from seg-faulting when
6604       using our own implementation of krb5_lookup_kdc with 
6605       heimdal.
6606     * Adding getprinter level 7 to rpcclient.
6607     * Support migrating printers|shares|files from Server A 
6608       to Server B while running the net-command on client C.
6609     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
6610       failure of this call non-critical (Thanks to Love @ Heimdal
6611       for the explanation and patch).
6612     * Fix typos in net's usage-output.
6613     * Fix the paranoia-check to ensure the ldap-attribute and the
6614       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
6615       are identical.
6616     * Fix several bugs in the _samr_query_useraliases() rpc reply.
6617     * Check correct string length when verifying password-policies 
6618       and using extended characters (Thanks to Uwe Morgenroth from CC 
6619       Compunet and Volker).
6620     * Make 'password history'-behavior in ldapsam more consistent. 
6621     * Adding "Windows x64" as architecture string and driverdir "x64" 
6622       for the 64bit AMD platform.
6623     * BUG 1343: Readd WKGUID-binding to match the correct default-
6624       locations of new User-, Group- and Machine-Accounts in Active 
6625       Directory (this got lost during the last trunk-merge).
6626     * Fix printer-migration w.r.t. to new naming-convention for
6627       policy-handles.
6628     * Allow to migrate win2k3/xp-drivers as well. 
6629     * Add client-side support of triggering ads printer publishing 
6630       over msrpc setprinter calls inside the net-tool. 
6631     * Add the idmap_rid module (written in conjunction with 
6632       Sumit Bose <sbose@suse.de>).
6633     * BUG 1661: Fix build with recent heimdal releases.
6634     * Prevent idmap_rid from making unnecessary calls to domain 
6635       controllers for trusted domains.
6638 o   Arthur van Dongen <avdongen@xs4all.nl>
6639     * Fix typos in pam_winbind log messages and SuSE 
6640       packaging files.
6643 o   Rob Foehl <rwf@loonybin.net>
6644     * Typo fixes for log messages in printer publishing code.
6645     * Fix memory leak in printer publishing code.
6646     * Ensure print_backend_init() only gets called once.
6647     * Have smbd check the published status of all printers 
6648       at startup.
6649     * Cleanup up the XXX_a_printer() API for consistency.
6650     * Refactored the printer publishing code and include better 
6651       error handling.
6654 o   Steve French <sfrench@us.ibm.com>
6655     * Fix IP address override in mount.cifs mount helper and clean 
6656       up warning messages from the sparse tool and expand syntax help.
6657     * Strip guest mount option off before sending to kernel mount 
6658       routine to avoid logging spurious message.
6661 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
6662     * BUG 1732: Limit share names returned by RAP based on windows 
6663       character width, not unix character width.
6664     * BUG 1498: Ensure that acl entries are stored in the correct 
6665       order.
6668 o   Brett Funderburg <brett@deepfile.com>
6669     * Pass create options parameter to nt_create_andx() function
6670       from the python bindings.
6671     * BUG 1864: Add sd->type field to security descriptor Python 
6672       representation.
6673     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
6674       when trying to return the security descriptor for a file.
6675     * BUG 1884: Fixes for the Python bindings to use the value
6676       of the desired_access filed passed into the lsa_open_policy()
6677       routines.
6680 o   Michael Gravey <michel.gravey@optogone.com>
6681     * BUG 1776: Fix warnings when building modules caused by 
6682       certain versions of GNU ld not using the the default 
6683       --allow-shlib-undefined flag.
6686 o   Chris Hertel <crh@samba.org>
6687     * Fix logic bug in splay tree data structure when finding 
6688       a leaf node.
6689     * Fix bug where an invalid MAC address would be printed by 
6690       a node status lookup from nmblookup.
6692       
6693 o   Uli Iske <iske@elkb.de>
6694     * Update the DNS/eDirectory LDAP schema file.
6697 o   Björn Jacke <bjacke@sernet.de>
6698     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
6699       UTF-8.  Reformat msgstr in msg-files to UTF-8.
6700     * Do not use display charset for swat output.
6701     * Convert the share names correctly from unix encoding to web 
6702       encoding and vice versa. 
6703     * Convert files from status page from unix charset to UTF-8.
6706 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
6707     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
6710 o   Tom Lackemann <cessnatomny@yahoo.com>
6711     * BUG 1954: Fix memory leak in posix acl code.
6714 o   Volker Lendecke <vl@samba.org>
6715     * Robustnss fix for winbindd when sending multiple requests 
6716       at a high rate for a slow operation.  
6717     * Solve the problem of user sids ending up with gid's 
6718       and vice versa.
6719     * Use sys_fork instead of fork for the dual daemon so that 
6720       we get the correct debug pid in the logfiles.
6721     * Based on patch from jmcd, implement special lists for the LDAP 
6722       user attributes to delete.
6723     * Fix creation of aliases via usrmgr. Winbind was too strict 
6724       checking the type of sids.
6725     * Lowercase all usernames returned by winbind.
6726     * BUG 1545, 1823: Only issue the ldap extended password change 
6727       operation if the ldap server supports it.  Also ignore object 
6728       class violation errors from the extended operation.
6729     * Optimization for 'idmap backend = ldap': When asking sid2id 
6730       for the wrong type, don't ask ldap when we have the opposite mapping 
6731       in the local tdb.
6732     * Fix ldapsam_compat homeDrive.
6733     * Add usersidlist and allowedusers subcommands to the net tool
6734       in order to support scanning a file server's share and list 
6735       all users who have permission to connect there.
6736     * Allow for multiple DC's to be named as #1c names in lmhosts.
6737     * Memory leak fixes.
6738     * Fix checks for the local pid of an smbd process after 
6739       reopening tdbs.
6742 o   Herb Lewis <herb@samba.org>
6743     * Added tdbtool to be built by default.
6746 o   Love <lha@stacken.kth.se>
6747     * BUG 1955: Inconsistent error return.
6750 o   Sorin Manolache <sorinm@gmail.com>
6751     * Memory leak fix.
6754 o   Jim McDonough <jmcd@us.ibm.com>
6755     * Allow 'net ads lookup' to rely on command line arguments 
6756       if contacting an ADS server fails; utilize cldap for lookups.
6757     * Fixup formatting errors in TDB_LOG calls; add printf attribute
6758       support to tdb log functions.
6761 o   Bill McGonigle <bill+samba@bfccomputing.com>
6762     * BUG 1926: Type in debug message.
6765 o   Sean McGrath
6766     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
6767       for libsmbclient.
6770 o   Luke Mewburn <lukem@NetBSD.org>
6771     * BUG 1782: Prevent testparm from displaying parameter synonyms.
6774 o   Stefan Metzmacher <metze@samba.org>    
6775     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
6776     * Fix client quota support.
6777     * Fix opening of system quota file.
6780 o   Lars Mueller <lmuelle@samba.org>
6781     * Small fixes for autogen.sh to deal with version detection 
6782       of autoconf and autoheader; fixes for examples using 
6783       libtool to adhere to stricter syntax of newer version.
6786 o   Henrik Nordstrom <hno@squid-cache.org>
6787     * Allow winbindd to return the correct number of groups 
6788       when the groups array must be enlarged.
6791 o   Narayana Pattipati <narayana.pattipati@wipro.com>
6792     * Solaris autoconf detection fixes.
6795 o   Tim Potter <tpot@samba.org>
6796     * BUG 1360: (correct fix) Use -Wl when passing flags to 
6797       the linker.
6798     * HP-UX compile fixes (from JBravo on #samba-technical).
6799     * BUG 1731: More HP-UX compiles fixes.
6800     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
6801       spits the dummy otherwise.
6802     * Fix bug in Python printerdata wrapper.
6803     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
6804       <bugzilla-samba@thewrittenword.com>).
6805     * Fix parameter confusion in priming of name-to-sid cache
6806       (Found by Qiao Yang).
6807     * BUG 1888: Remove '..' from all pre-processor commands.
6808     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
6809       DEBUG_PASSWORD.
6812 o   Matt Selsky <selsky@columbia.edu>
6813     * BUG 350: use autoconf 2.57 feature for checking header file
6814       preprocessing (fixes configure warnings on Solaris).
6817 o   Richard Renard <rrenard@idealx.com>
6818     * Fix usermgr.exe and trust relationships.
6821 o   Paul Szabo <psz@maths.usyd.edu.au>
6822     * Fix to make find_workgroup use the same 
6823       truncation as create_workgroup.
6826 o   Richard Sharpe <rsharpe@samba.org>
6827     * Ensure cli_write() can support writes >= 65536 bytes.
6830 o   Simo Sorce <idra@samba.org>
6831     * Added check password script code in examples/auth/crackcheck/
6832     * Fix memory corruption bug caused in freeing static memory.
6835 o   Andrew Tridgell <tridge@samba.org>
6836     * Remove lp_use_mmap() from map_file() since the latter 
6837       is for read only and does not require coherence.
6838     * Ensure that the uuid pack/unpack routines do not go past 
6839       the end of the structure.
6840     * Converted Samba 3 tree to use the new utf-16 aware iconv 
6841       code. 
6842     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
6843     * Ensure configure only uses '=' instead of the bashism '=='.
6844     * Reduces the number of tdb locking calls made on file IO.
6845     
6847 o   Jelmer Vernooij <jelmer@samba.org>
6848     * Convert internal data to UTF-8 before calling libxml2.
6849     * Complain if 'password chat' doesn't contain the %u variable
6850       (based on a patch by Ronan Waide).
6851     
6853 o   Josef Zlomek
6854     * BUG 1541:  Fix recursive ls in smbclient. 
6856     
6857 o   Igor Zhbanov <bsg@uniyar.ac.ru>
6858     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
6859       option.
6861       --------------------------------------------------
6863                   =============================
6864                   Release Notes for Samba 3.0.7
6865                            Sept 13, 2004
6866                   =============================
6868 Common bugs fixed in 3.0.7 include:
6870   o Fixes for two Denial of Service vulnerabilities
6871     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
6872   o Winbind failure to return user entries under certain
6873     conditions.
6874   o Syntax errors in the OpenLDAP schema file (samba.schema).
6875   o Printing errors caused by not setting default values
6876     for the various printing commands.
6879 Changes since 3.0.6
6880 -------------------
6882 smb.conf changes
6883 ----------------
6885     Parameter Name                      Action
6886     --------------                      ------
6887     winbind enable local accounts       disabled by default
6889     
6890 commits
6891 -------
6892 o   Jeremy Allison <jra@samba.org>
6893     * Fix parsing of names ending in dot and a few other error 
6894       returns.
6895     * BUG 1674: Move the symlinks checks into reduce_name().
6896     * Fix memleak when checking the valid names smb.conf option.
6897     * Fix memleak on error return path in the file open code.
6898     * More paranoia checks in the hash2 mangling code.
6899     * Fix syntax error in configure.in.
6900     * Match Win2k3's behavior for pathname parsing error returns.
6901     * Make nmbd more robust against bad netbios packets 
6902       (CAN-2004-0808).
6903     * Add more checks for invalid ASN.1 packets for SPNEGO packets
6904       (CAN-2004-0807).
6906   
6907 o   Andrew Bartlett <abartlet@samba.org>  
6908     * Janitor work in loadparm.c -- remove unused parameters.
6911 o   Gerald Carter <jerry@samba.org>
6912     * BUG 1464: Ensure that printing commands are initialized even
6913       if the 'printing' parameter is not explicitly set.
6914     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
6915       Adharsh Praveen <rprav@india.hp.com>)
6916     * Work around parsing error in the print change notify code.
6917     * remove duplicate declaration of getprintprocdir from 
6918       rpcclient.
6919     * Only use sAMAccountName and not userPrincipalName when looking
6920       up a username in AD since the breaks winbindd (lookup_name() 
6921       only works with the sAMAccountName).
6922     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
6923       filling in the username in the user_info3.
6924     * Fix logic bug in the check for creating a user's home directory 
6925       in register_vuid(); caused home directory to be mismatched to 
6926       the first share in smb.conf under certain conditions.
6927     * BUG 1656: rename auto.a to auto.smb.
6928     * Ensure that we assign our pid to print jobs (and not our 
6929       parent's pid); ensures that spooling jobs from dead smbds 
6930       are removed from the tdb.
6931     * Disable 'winbind enable local accounts' by default.
6932     * Adding some initial checks for DragonFly (same as 
6933       FreeBSD 4.1).
6934     
6936 o   Guenther Deschner <gd@samba.org> 
6937     * Use SMB_ASSERT() to track down NULL printer names in 
6938       the tdb open code.
6939     * Revert fix for BUG 1474 to avoid unnecessary packaging 
6940       dependencies.
6943 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
6944     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
6945       and 5.1.
6946     * BUG 1626: More compile fixes.
6949 o   Rob Foehl <rwf@loonybin.net>
6950     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
6951       by attempts to sanitize the defined attributes.
6954 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
6955     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
6958 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
6959     * BUG 1657: Remove used initialized variable, 
6960     * BUG 1658: Add a little bit of const.
6963 o   Volker Lendecke <vl@samba.org>
6964     * If there's garbage in the pidfile, we should not panic 
6965       but assume that no one else is around. We can't find the 
6966       other guy anyway.
6969 o   Jim McDonough <jmcd@us.ibm.com>
6970     * Fixup format string in the tdb error messages.
6973 o   Jonas Olsson <lexicon@lysator.liu.se>
6974     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
6975       reporting the list in usrmgr.exe.
6978 o   Tim Potter <tpot@samba.org>
6979     * Fix out-of-tree builds (problem with the script to generate 
6980       the svn version number).
6981     * BUG 1360:  Need to use -Wl when passing flags to the linker.
6982     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
6983       doesn't have one of its own.
6985 o   Simo Sorce <idra@samba.org>
6986     * Fixup compile issues on AIX caused by broken strlen() and 
6987       strdup().
6988     * Update debian packaging files.
6991 o   Dimitri van der Spek <dwspek@aboveit.nl>
6992     * Use the correct counter when copying group rids from the 
6993       user_info3 struct in pam_winbind.
6994       
6996 o   Qiao Yang <qyang@stbernard.com>
6997     * BUG 1622: Only cache the user
7000       --------------------------------------------------
7001       
7002                   =============================
7003                   Release Notes for Samba 3.0.6
7004                            Aug 19, 2004
7005                   =============================
7007 Common bugs fixed in 3.0.6 include:
7009   o Schannel failure in winbindd.
7010   o Numerous memory leaks.
7011   o Incompatibilities between the 'write list' and 'force user'
7012     smb.conf options.
7013   o Premature optimization of the open_directory() internal 
7014     function that broke tools such as the ArcServe backup 
7015     agent, Macromedia HomeSite, and Robocopy.
7016   o Corrupt workgroup names in nmbd's browse.dat.
7017   o Sharing violation errors commonly seen when opening
7018     when serving Microsoft Office documents from a Samba 
7019     file share.
7020   o Browsing problems caused by an apostrophe (') in the 
7021     computer's description field.
7022   o Problems creating special file types from UNIX CIFS 
7023     clients and enabling 'unix extensions'.
7024   o Fix stalls in smbd caused by inaccessible LDAP servers.
7025   o Remove various memory leaks.
7026   o Fix issues in the password lockout feature.
7028 New features introduced in this release include:
7030   O Support symlinks created by CIFS clients which 
7031     can be followed on the server.
7032   o Using a cups server other than localhost.
7033   o Maintaining the service principal entry in the system 
7034     keytab for integration with other kerberized services.
7035     Please refer to the 'use Kerberos keytab' entry in 
7036     smb.conf(5).  When using the heimdal Kerberos libraries,
7037     you must also specify the following in /etc/krb5.conf:
7038     [libdefaults]
7039        default_keytab_name = FILE:/etc/krb5.keytab
7040   o Support for maintaining individual printer names
7041     stored separately from the printer's sharename.
7042   o Support for maintaining user password history.
7043   o Support for honoring the logon times for user in a 
7044     Samba domain.
7047 ============================================
7048 unix extensions = yes (default) and symlinks
7049 ============================================
7051 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
7052 clients supporting the UNIX extensions to the CIFS protocol 
7053 can create symlinks to absolute paths which will be **followed** 
7054 by the server.  This functionality has been requested in order 
7055 to correctly support certain applications when the user's home 
7056 directory is mounted using some type of CIFS client (e.g. the 
7057 cifsvfs in the Linux 2.6 kernel).
7059 If this behavior is not acceptable for your production environment
7060 you can set 'wide links = no' in the specific share declaration in 
7061 the server's smb.conf.  Be aware that disabling wide link support 
7062 out of a share in Samba may impact the server's performance due 
7063 to the fact that smbd will now have to check each path additional 
7064 times before traversing it.
7065   
7067 ========================
7068 Password History Support 
7069 ========================
7071 The new password history feature allows smbd to check the new 
7072 password in password change requests against a list of the user's
7073 previous passwords.  The number of previous passwords to save can 
7074 be set using pdbedit (4 in this example):
7076    root# pdbedit -P "password history" -C 4
7078 When using the ldapsam passdb backend, it is vital to secure the 
7079 following attributes from access by non-administrative users:
7081    * sambaNTPassword
7082    * sambaLMPassword
7083    * sambaPasswordHistory
7085 You should refer to your directory server's documentation on how 
7086 to implement this restriction.
7089 Changes since 3.0.5
7090 -------------------
7092 smb.conf changes
7093 ----------------
7095     Parameter Name              Action
7096     --------------              ------
7097     cups server                 New
7098     defer sharing violations    New
7099     force unknown acl user      New
7100     ldap timeout                New
7101     printcap cache time         New
7102     use Kerberos keytab         New
7103     
7104 commits
7105 -------
7106 o   Jeremy Allison <jra@samba.org> 
7107     * Correct path parsing bug that broke DeletePrinterDriverEx().
7108     * Fix bugs in check_path_syntax() caught by asserts.
7109     * Internal change - rearrange internal global case setting 
7110       variables to a per connection basis.
7111     * BUG 1345: Fix premature optimization in unix_convert(). 
7112     * Allow clients to truncate a locked file.
7113     * BUG 1319: Always check to see if a user as write access
7114       to a share, even when 'force user' is set.
7115     * Fix specific case of open that doesn't cause oplock break, 
7116       or share mode check.
7117     * Correct sid type is WKN_GROUP, not alias. Added some 
7118       more known types (inspired by patch from Jianliang Lu).
7119     * Allow creation of absolute symlink paths via CIFS clients.
7120     * Fix charset bug in when invoking send_mailslot().
7121     * When using widelinks = no, use realpath to canonicalize 
7122       the connection path on connection create for the user. 
7123     * Enhance stat open code.
7124     * Fix unix extensions mknod code path.
7125     * Allow unix domain socket creation via unix extensions.
7126     * Auto disable the 'store dos attribute' parameter if the 
7127       underlying filesystem doesn't support EAs.
7128     * Implement deferred open code to fix a bug with Excel files 
7129       on Samba shares.
7130     * BUG 1427: Catch bad path errors at the right point.  Ensure 
7131       all our pathname parsing is consistent.
7132     * Fix SMB signing error introduced by the new deferred open 
7133       code.
7134     * Change default setting for case sensitivity to "auto". (see 
7135       commit message -- r1154 -- for details).
7136     * Add new remote client arch -- CIFSFS.
7137     * Allow smbd to maintain the service principal entry in the 
7138       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
7139       Guenther Deschner, et. al.).
7140     * Fix longstanding memleak bug with logfile name.
7141     * Fix incorrect type in printer publishing (struct uuid, 
7142       not UUID_FLAT).
7143     * Heimdal compile fixes after introduction of the new ketyab 
7144       feature.
7145     * Ensure we check attributes correctly on rename request.
7146     * Ensure we defer a sharing violation on rename correctly.
7147     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
7148       on timeout.
7149     * Fix bogus error message when using "mangling method = hash" 
7150       rather than hash2.
7151     * Turn on sendfile by default for non-Win9x clients.
7152     * Handle non-io opens that cause oplock breaks correctly.
7153     * Ensure ldap replication sleep time is not more than 5 seconds.
7154     * Add support for storing a user's password history.
7155       LDAP portion of the code was based on a patch from 
7156       Jianliang Lu <j.lu@tiesse.com>.
7157     * Correct memory leaks found in the password change code.
7158     * Fix support for the mknod command with the Linux CIFS client.
7159     * Remove support for passing the new password to smbpasswd 
7160       on the command line without using the -s option.
7161     * Ensure home directory service number is correctly reused
7162       (inspired by patches from Michael Collin Nielsen 
7163       <michael@hum.aau.dk>).
7164     * Fix to stop printing accounts from resetting the bas 
7165       password and account lockout flags.
7166     * If a account was locked out by an admin (and has a bad 
7167       password count of zero) leave it locked out until an admin 
7168       unlocks it (but log a message).
7169     * Ensure we return the same ACL revision on the wire that 
7170       W2K3 does.
7171     * BUG 1578: Hardcode replacement for invalid characters as '_'
7172       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
7173     * Fix hashed password history for LDAP backends.
7174     * Enforce logon hours restrictions if confiogured (based on code 
7175       from Richard Renard <rrenard@idealx.com>).
7176     * BUG 1606: Force smbd to disable sendfile with DOS clients 
7177       and ensure that the chained header is filled in for ...&X 
7178       commands.
7179     * BUG 1602: Fix access to shares when all symlink support 
7180       has been disabled.
7184 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
7185     * Allow pdbedit to export a single user from a passdb backend.
7186     
7188 o   Andrew Bartlett <abartlet@samba.org>  
7189     * Fix parsing bug in GetDomPwInfo().
7190     * Fix segfault in 'ntlm_auth --diagnostics'.
7191     * Re-enable code to allow sid_to_gid() to perform a group 
7192       mapping lookup before checking with winbindd.
7193     * Fix memory leak in the trans2 signing code.
7194     * Allow more flexible GSS-SPENGO client and server operation 
7195       in ntlm_auth.
7196     * Improve smbd's internal random number generation.
7197     * Fix a few outstanding long password changes in smbd.
7198     * Fix LANMAN2 session setup code.
7201 o   Eric Boehm <boehm@nortelnetworks.com>
7202     BUG 703: Final touches on netgroup case lookups.
7203     
7204     
7205 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
7206     * Ensure error status codes don't get overwritten in 
7207       lsa_lookup_sids() server code.
7208     * Correct bug that caused smbd to overwrite certain error 
7209       codes when returning up the call stack.
7210     * Ensure the correct sid type returned for builtin sids.
7213 o   Gerald Carter <jerry@samba.org>
7214     * Fix a few bugs in the Fedora Packaging files.
7215     * Fix for setting the called name to by our IP if the 
7216       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
7217       with connecting to printers via \\ip.ad.dr.ess\printer 
7218       UNC path.
7219     * BUG 1315: fix for schannel client connections to servers
7220       when we haven't specifically negotiated AUTH_PIPE_SEAL.
7221     * Allow PrinterDriverData valuenames with embedded backslashes
7222       (Fixes bug with one of the Konica Fiery drivers).
7223     * Fixed string length miscalculation in netbios names that 
7224       resulted in corrupt workgroup names in browse.dat.
7225     * When running smbd as a daemon, launch child smbd to update 
7226       the lpq cache listing in the background.
7227     * Allow printers "Printers..." folder to be renamed to a string 
7228       other than the share name.
7229     * Allow winbindd to use domain trust account passwords when 
7230       running on a Samba DC to establish an schannel to remote 
7231       domains.
7232     * Fix bad merge and ensure that we always use tdb_open_log() 
7233       instead of tdb_open_ex() (the former call enforce the 'use 
7234       mmap' parameter).
7235     * BUG 1221: revert old change that used single and double 
7236       quotes as delimeters in next_token(), and change 
7237       print_parameter() to print out parm values surrounded by 
7238       double quotes (instead of single quotes).
7239     * Prevent home directories added during the SMBsesssetup&X from 
7240       being removed as unused services.
7241     * Invalidate the print object cache for open printer handles when
7242       smbd receives a message that an attribute on a given printer 
7243       has been changed.
7244     * Cause the configure script to exit if --enable-cups[=yes] is 
7245       defined and the system does not have the cups devel files 
7246       installed.
7247     * BUG 1297: Prevent map_username() from being called twice 
7248       during logon.
7249     * Ensure that we use the userPrincipalName AD attribute 
7250       value for LDAP SASL binds.
7251     * Ensure we remove the tdb entry when deleting a job that 
7252       is being spooled.
7253     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
7254       client sends a FindNextPrintChangeNotify() request without 
7255       previously sending a FindFirstPrintChangeNotify().  Return 
7256       the same error code as Windows 2000 SP4.
7257     * BUG 1516: Manually declare ldap_open_with_timeout() to 
7258       workaround compiler errors on IRIX (or other systems without 
7259       LDAP headers).
7260     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
7261       3.0.5.
7262     * Corrected syntax error in the OID for sambaUnixIdPool, 
7263       sambaSidEntry, & sambaIdmapEntry object classes.
7264     * Tighten the cache consistency with the ntprinters.tdb entry 
7265       an the in memory cache associated with open printer handles.
7266     * Make sure that register_messages_flags() doesn't overwrite 
7267       the originally registered flags.
7270 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
7271     * Debian BUG 252591: Ensure that the return value from the 
7272       number of available interfaces is initialized in case no 
7273       interfaces are actually available.
7276 o   Guenther Deschner <gd@sernet.de> 
7277     * Implement 'rpcclient setprintername'.
7278     * Add local groups to the user's NT_TOKEN since they are 
7279       actually supported now.
7280     * Heimdal compile fixes after introduction of the new keytab 
7281       feature.
7282     * Correctly honor the info level parameter in 'rpcclient 
7283       enumprinters'.
7284     * Reintroduce 'force unknown acl user' parameter.  When getting a 
7285       security descriptor for a file, if the owner sid is not known, 
7286       the owner uid is set to the current uid. Same for group sid.
7287     * Ensure that REG_SZ values in the SetPrinterData actually 
7288       get written in UNICODE strings rather than ASCII.
7289     * Ensure that the last Kerberos error return is not invalid.
7290     * Display share ACL entries from rpcclient.
7291     * Correct infinite loop in pam_winbind's verification of 
7292       group membership in the 'other sids' field in the user_info3 
7293       struct.
7296 o   Fabian Franz <FabianFranz@gmx.de>
7297     * Support specifying a port in the device URL passed to smbspool.
7298     
7299     
7300 o   Steve French <sfrench@us.ibm.com>
7301     * Handle -S and user mount parms in mount.cifs.
7302     * Fix user unmount of shares mount with suid mount.cifs.
7303     * prevent infinite recusion in reopen_logs() when expanding 
7304       the smb.conf variable %I.
7307 o   Bjoern Jacke <bj@sernet.de>
7308     * Install libsmbclient into $(LIBDIR), not into hard coded 
7309       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
7310       and an explicit configure --libdir setting.
7313 o   <kawasa_r@itg.hitachi.co.jp>
7314     * Correct more memory leaks and initialization bugs.
7315     * Fix bug that prevented core dumps from being generated 
7316       even if you tried.
7317     * Connect to the winbind pipe in non-blocking mode to 
7318       prevent processes from hanging.
7319     * Memory leak fixes.
7322 o   Stephan Kulow <coolo@suse.de>
7323     * Fix crash bug in libsmbclient.
7326 o   Volker Lendecke <vl@samba.org>
7327     * Added vfs_full_audit module.
7328     * Add vfs_afsacl.c which can display & set AFS acls via 
7329       the NT security editor.
7330     * Fix crash bug caused by trying to Base64 encode a NULL string.
7331     * Fix DOS error code bug in reply_chkpath().
7332     * Correct misunderstanding of the max_size field in 
7333       cli_samr_enum_als_groups;  it is more like an account_control 
7334       field with individual bits what to retrieve.
7335     * Implement 'net rpc group rename' -- rename domain groups.
7336     * Implement the 'cups server' option. This makes it possible 
7337       to have virtual smbd's connect to different cups daemons.
7338     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
7339     * Fix sid_to_gid() calls in winbindd to prevent loops.
7340     * Ensure that local_sid_to_gid() sets the type of the group on 
7341       return.
7342     * Make sure that the clients are given back the IP address to 
7343       which they connected in the case of a multi-homed host. Only 
7344       affects strings the spoolss printing replies.
7345     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
7346       did not ask for the modifyTimestamp attribute, so it could 
7347       not find it.   Try not to regress by not putting that attrib 
7348       in the main list but append it manually for the relevant searches.
7349     * Fix two memleaks in login_cache.c.
7350     * fixes memory bloat when unmarshalling strings.
7351     * Fix compile errors using gcc 3.2 on SuSE 8.2.
7352     * Fix the build for systems without Kerberos headers.
7353     * Allow winbindd to handle authentication requests only when 
7354       started without either an 'idmap uid' or 'idmap gid' range.
7355     * Fix the build for systems without ldap headers.
7356     * Fix interaction between share security descriptor and the 
7357       'read only' smb.conf option.
7358     * Fix bug that caused _samr_lookupsids() with more than 32 (
7359       MAX_REF_DOMAINS) SIDs to fail.
7360     * Allow the 'idmap backend' parameter to accept a list of 
7361       LDAP servers for failover purposes.
7362     * Revert code in smbd to remove a tdb when it has become 
7363       corrupted.
7364     * Add paranoid checks when mapping SIDs to a uid/gid to 
7365       ensure that the type is correct.
7366     * Initial work on getting client support for sending mailslot 
7367       datagrams.
7368     * Add 'ldap timeout' parameter.
7369     * Dont always uppercase 'afs username map'.
7370     * Expand aliases for getusersids as well.
7371     * Improved NT->AFS ACL mapping VFS module.
7374 o   Herb Lewis <herb@samba.org>
7375     * Add the acls debug class.
7376     * Fix logic bug in netbios name truncate routine.
7377     * Fix smbd crash caused by smbtorture IOCTL test.
7378     * Fix errno tromping before calling iconv to reset the 
7379       conversion state.
7380     * need to leave empty dacl so we can remove last ACE.
7383 o   Jianliang Lu <Jianliang.Lu@getronics.com>
7384     * Fix to stop smbd hanging on missing group member in 
7385       get_memberuids().
7386     * Make sure Samba returns the correct group types.
7387      * Reset the bad password count password counts upon a successful login.
7388      
7389      
7390 o   Jason Mader <jason@ncac.gwu.edu>
7391     * BUG 1385: Don't use non-consts in a structure initialization.
7392     
7394 o   Jim McDonough <jmcd@us.ibm.com>
7395     * BUG 1279: SMBjobid fix for Samba print servers running on 
7396       Big-Endian platforms.
7399 o   Joe Meadows <jameadows@webopolis.com>
7400     * Add optional timeout parameter to ldap open calls.
7401     * Allow get_dc_list() to check the negative cache.
7404 o   Stefan Metzmacher <metze@samba.org>    
7405     * fix a configure logic bug for linux/XFS quotas when 
7406       using --with-sys-quotas.
7407     * Use quota debug class in quota code.
7408     * print out the SVN revision by configure,
7409     
7411 o   Buchan Milne <bgmilne@mandrake.org>
7412     * Mandrake packaging fixes.
7413     
7414     
7415 o   Lars Mueller <lmuelle@samba.org>
7416     * BUG 1279: Added 'printcap cache time' parameter.
7417     * Fix afs related build issues on SuSE.
7418     * Fix compiler warnings in the Kerberos client code.
7421 o   James Peach <jpeach@sgi.com>
7422     * More iconv detection fixes for IRIX.
7423     * Compile fixed for systems that do not have C99/UNIX98 compliant 
7424       vsnprintf by default.
7425     * Prevent smbd from attempting to use sendfile at all if it is 
7426       not supported by the server's OS.
7427     * Allow SWAT to search for index.html when serving html files 
7428       in a directory.
7431 o   Dan Peterson
7432     * Implement NFS quota support on FreeBSD.
7435 o   Tim Potter <tpot@samba.org>
7436     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
7437       avoid conflicts with identical symbols in the global namespace 
7438       when loading libnss_wins.so.
7441 o   Richard Renard <rrenard@idealx.com>
7442     * Save the current password as it is being changed into the 
7443       password history list.
7446 o   Richard Sharpe <rsharpe@samba.org>
7447     * Fix error return codes on some lock messages.
7448     * BUG 1178: Make the libsmbclient routines callable 
7449       by C++ programs.
7450     * BUG 1333: Make sure we return an error code when 
7451       things go wrong.
7452     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
7453       share mode locking requests fail.
7456 o   Simo Sorce <idra@samba.org>
7457     * Update Debian stable & unstable packaging.
7458     * Tidy up parametric options in testparm output.
7461 o   Richard Sharpe <rsharpe@samba.org>
7462     * Add sigchild handling to winbindd to restart the child 
7463       daemon if necessary.
7466 o   Tom Shaw <tomisfaraway@gmail.com>
7467     * Use winbindd_fill_pwent() consistently.
7470 o   Nick Thompson <nickthompson@agere.com>
7471     * Protect smbd against broken filesystems which return zero 
7472       blocksize.
7475 o   Andrew Tridgell <tridge@samba.org>
7476     * Fixed bug in handling of timeout in socket connections.
7477      
7479 o   Nick Wellnhofer <wellnhofer@aevum.de>    
7480     * Prevent lp_interfaces() list from being corrupted.  Fixes
7481       bug where nmbd would lose the list of network interfaces 
7482       on the system and consequently shutdown.
7484       
7485 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
7486     * Fix ntlm_auth memory leaks.
7489 o   Jelmer Vernooij <jelmer@samba.org>
7490     * Additional NT status to unix error mappings.
7491     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
7492       get duplicate symbol errors.
7493     * Return an error when the last command read from stdin 
7494       fails in smbclient.
7495     * Prepare for better error checking in tar.
7496     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
7497       
7499       --------------------------------------------------
7500       
7501                  =============================
7502                  Release Notes for Samba 3.0.5
7503                          July 20, 2004
7504                  =============================
7506 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
7507 the exception of correcting the two security issues outlined 
7508 below.
7510 ######################## SECURITY RELEASE ########################
7512 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
7513 CVE ID:        CAN-2004-0600, CAN-2004-0686
7514                (http://cve.mitre.org/)
7517 This is the latest stable release of Samba. This is the version
7518 that production Samba servers should be running for all current
7519 bug-fixes.
7521 It has been confirmed that versions of Samba 3 prior to v3.0.4
7522 are vulnerable to two potential buffer overruns.  The individual
7523 details are given below.
7525 =============
7526 CAN-2004-0600
7527 =============
7529 Affected Versions:      Samba 3.0.2 and later
7531 The internal routine used by the Samba Web Administration
7532 Tool (SWAT v3.0.2 and later) to decode the base64 data
7533 during HTTP basic authentication is subject to a buffer
7534 overrun caused by an invalid base64 character.  It is
7535 recommended that all Samba v3.0.2 or later installations
7536 running SWAT either (a) upgrade to v3.0.5, or (b) disable
7537 the swat administration service as a temporary workaround.
7539 This same code is used internally to decode the
7540 sambaMungedDial attribute value when using the ldapsam
7541 passdb backend. While we do not believe that the base64
7542 decoding routines used by the ldapsam passdb backend can
7543 be exploited, sites using an LDAP directory service with
7544 Samba are strongly encouraged to verify that the DIT only
7545 allows write access to sambaSamAccount attributes by a
7546 sufficiently authorized user.
7548 The Samba Team would like to heartily thank Evgeny Demidov
7549 for analyzing and reporting this bug.
7551 -------------
7552 CAN-2004-0686
7553 -------------
7555 Affected Versions:      Samba 3.0.0 and later
7557 A buffer overrun has been located in the code used to support
7558 the 'mangling method = hash' smb.conf option.  Please be aware
7559 that the default setting for this parameter is 'mangling method
7560 = hash2' and therefore not vulnerable.
7562 Affected Samba 3 installations can avoid this possible security
7563 bug by using the default hash2 mangling method.  Server
7564 installations requiring the hash mangling method are encouraged
7565 to upgrade to Samba 3.0.5.
7568 ##################################################################
7570     --------------------------------------------------
7571                  
7572                  =============================
7573                  Release Notes for Samba 3.0.4
7574                           May 8, 2004
7575                  =============================
7577 Common bugs fixed in Samba 3.0.4 include:
7579   o Password changing after applying the patch described in 
7580     the Microsoft KB828741 article to Windows clients.
7581   o Crashes in smbd.
7582   o Managing print jobs via Windows on Big-Endian servers.
7583   o Several memory leaks in winbindd and smbd.
7584   o Compile issues on AIX and *BSD.
7586 Changes since 3.0.3
7587 --------------------
7589 commits
7590 -------
7592 o   Jeremy Allison <jra@samba.org>
7593     * Fix path processing for DeletePrinterDriverEx().
7594     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
7595       breakage.
7598 o   Andrew Bartlett <abartlet@samba.org>
7599     * Fix alignment bug in GetDomPwInfo().
7602 o   Alexander Bokovoy <ab@samba.org>
7603     * Fix utime[s]() issues in smbwrapper on systems 
7604       that can boot both the 2.4 and 2.6 Linux kernels.
7607 o   Gerald Carter <jerry@samba.org>
7608     * Fedora packaging fixes.
7609     * BUG 1302: Fix seg fault by not trying to optimize a list of 
7610       invalid gids using the wrong array size.
7611     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
7612       seen when 'security = share'.
7613     * Fix problems when using IBM's compiler on AIX.
7614     * Link Developer's Guide, Example Guide, and multi-page HOWTO
7615       into SWAT's welcome page.
7616     * BUG 1293: fix double free in printer publishing code.
7618     
7619 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
7620     * Fix for handling timeouts in socket connections.
7623 o   Michel Gravey <michel.gravey@optogone.com>
7624     * BUG 483: patch from  to fix password hash creation in SWAT.
7625     
7627 o   Volker Lendecke <vl@samba.org>
7628     * Close the open NT pipes before the tdis.
7629     * Fix AFS related build issues.
7630     * Handle error conditions when base64 encoding a blob of 0 bytes.
7632     
7633 o   Herb Lewis <herb@samba.org>
7634     * Added 'acls' debug class.
7636 o   kawasa_r@itg.hitachi.co.jp
7637     * Multiple variable initialization and memory leak fixes.
7638     
7639     
7640 o   Stephan Kulow <coolo@suse.de>
7641     * Fix string length bug in libsmbclient that caused KDE's 
7642       Konqueror to crash.
7643     * BUG 429: More libsmbclient fixes.
7646 o   Jim McDonough <jmcd@us.ibm.com>
7647     * BUG 1007, 1279: Store the print job using a little-endian key.
7650 o   Eric Mertens
7651     o Compile fix for OpenBSD (ENOTSUP not supported).
7653     
7654 o   Stefan Metzmacher <metze@samba.org>
7655     * Correct bug in disks quota views from explorer.
7657     
7658 o   Tim Potter <tpot@samba.org>
7659     BUG 1305: Correct debug output.
7662 o   Richard Sharpe <rsharpe@samba.org>
7663     * Fix incorrect error code mapping.
7666 o   Jelmer Vernooij <jelmer@samba.org>
7667     * Add additional NT_STATUS errorm mappings.
7668     
7670     --------------------------------------------------
7672                  =============================
7673                  Release Notes for Samba 3.0.3
7674                         April 29, 2004
7675                  =============================
7678 Common bugs fixed in Samba 3.0.3 include:
7680   o Crash bugs and change notify issues in Samba's printing code.
7681   o Honoring secondary group membership on domain member servers.
7682   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
7683   o Substitution errors for %[UuGg] in smb.conf.
7684   o winbindd crashes when using ADS security mode.
7685   o SMB signing errors.
7686   o Delays in winbindd startup caused by unnecessary 
7687     connections to trusted domain controllers.
7688   o Various small memory leaks.
7689   o Winbindd failing due to expired Kerberos tickets.
7691 New features introduced in Samba 3.0.3 include:
7693   o Improved support for i18n character sets.
7694   o Support for account lockout policy based on
7695     bad password attempts.
7696   o Improved support for long password changes (>14
7697     characters) and strong password enforcement.
7698   o Support for Windows aliases (i.e. nested groups).
7699   o Experimental support for storing DOS attribute on files
7700     and folders in Extended Attributes.
7701   o Support for local nested groups via winbindd.
7702   o Specifying options to be passed directly to the CUPS libraries.
7704 Please be aware that the Samba source code repository was 
7705 migrated from CVS to Subversion on April 4, 2004.  Details on 
7706 accessing the Samba source tree via anonymous svn can be found 
7707 at http://svn.samba.org/samba/subversion.html.
7710 Changes since 3.0.2a
7711 --------------------
7712 smb.conf changes
7713 ----------------
7715     Parameter Name              Action
7716     --------------              ------
7717     cups options                New
7718     ea support                  New
7719     only user                   Deprecated
7720     store dos attributes        New
7721     unicode                     Removed
7722     winbind nested groups       New
7724     
7725 commits
7726 -------
7728 o   Jeremy Allison <jra@samba.org>
7729     * Ensure that Kerberos mutex is always properly unlocked.
7730     * Removed Heimdal "in-memory keytab" support.
7731     * Fixup the 'multiple-vuids' bugs in our server code.
7732     * Correct return code from lsa_lookup_sids() on unmapped
7733       sids (based on work by vl@samba.org).
7734     * Fix the "too many fcntl locks" scalability problem 
7735       raised by tridge.
7736     * Fixup correct (as per W2K3) returns for lookupsids 
7737       as well as lookupnames.
7738     * Fixups for delete-on-close semantics as per Win2k3 behavior.
7739     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
7740     * Fix "unable to initialize" bug when smbd hasn't been run with 
7741       new system and a user is being added via pdbedit/smbpasswd.
7742     * Added NTrename SMB (0xA5).
7743     * Fixup correct timeout values for blocking lock timeouts.
7744     * Fix various bugs reported by 'gentest'.
7745     * More locking fixes in the case where we own the lock.
7746     * Fix up regression in IS_NAME_VALID and renames.
7747     * Don't set allocation size on directories.
7748     * Return correct error code on fail if file exists and target 
7749       is a directory.
7750     * Added client "hardlink" comment to test doing NT rename with 
7751       hard links.  Added hardlink_internals() code - UNIX extensions 
7752       now use this as well.
7753     * Use a common function to parse all pathnames from the wire for 
7754       much closer emulation of Win2k3 error return codes.
7755     * Implement check_path_syntax() and rewrite string sub 
7756       functions for better multibyte support.
7757     * Ensure msdfs referrals are multibyte safe.
7758     * Allow msdfs symlink syntax to be more forgiving.
7759       eg. sym_link -> msdfs://server/share/path/in/share 
7760       or  sym_link -> msdfs:\\server\share\path\in\share.
7761     * Cleanup multibyte netbios name support in nmbd ( based on patch
7762       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
7763     * Fix check_path_syntax() for multibyte encodings which have 
7764       no '\' as second byte (based on work by ab@samba.org.
7765     * Fix the "dfs self-referrals as anonymous user" problem
7766       (based on patch from vl@samba.org).
7767     * BUG 1064: Ensure truncate attribute checking is done correctly 
7768       on "hidden" dot files.
7769     * Fix bug in anonymous dfs self-referrals again.
7770     * Fix get/set of EA's in client library
7771     * Added support for OS/2 EA's in smbd server.
7772     * Added 'ea support' parameter to smb.conf.
7773     * Added 'store dos attributes' parameter to smb.conf.
7774     * Fix wildcard identical rename.
7775     * Fix reply_ctemp - make compatible with w2k3.
7776     * Fix wildcard unlink.
7777     * Fix wildcard src with wildcard dest renames.      
7778     * BUG 1139: Fix based on suggestion by jdev@panix.com.
7779       swap lookups for user and group - group will do an
7780       algorithmic lookup if it fails, user won't.
7781     * Make EA's lookups case independent.
7782     * Fix SETPATHINFO in 'unix extensions' support.
7783     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
7784       the UNIX info levels, and the short case preserve names.
7787 o   Timur Bakeyev <timur@com.bat.ru>
7788     * BUG 1144: only set --with-fhs when the argument is 'yes'
7789     * BUG 1152: Allow python modules to build despite libraries added 
7790       to LDFLAGS instead of LDPATH.
7791     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
7794 o   Craig Barratt <cbarratt@users.sourceforge.net>
7795     * BUG 389: Allow multiple exclude arguments with smbclient 
7796       tar -Xr options (better support for Amanda backup client).
7799 o   Andrew Bartlett <abartlet@samba.org>
7800     * Include support for linking with cracklib for enforcing strong 
7801       password changes.
7802     * Add support for >14 character password changes from Windows 
7803       clients.
7804     * Add 'admin set password' capability to 'net rpc'.
7805     * Allow 'net rpc samdump' to work with any joined domain 
7806       regardless of smb.conf settings.
7807     * Use an allocated buffer for count_chars.
7808     * Add sanity checks for changes in the domain SID in an 
7809       LDAP DIT.
7810     * Implement python unit tests for Samba's multibyte string 
7811       support.
7812     * Remove 'unicode' smb.conf option.
7813     * BUG 1138: Fix support for 'optional' SMB signing and other 
7814       signing bugs.
7815     * BUG 169: Fix NTLMv2-only behavior.
7816     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
7817       default.
7818     * Support SMB signing on connections using only the LANMAN 
7819       password and generate the correct the 'session key' for these 
7820       connections.
7821     * Implement --required-membership-of=, an ntlm_auth option 
7822       that restricts all authentication to members of this particular 
7823       group.
7824     * Improve our fall back code for password changes.
7825     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
7826       after the server had said something (such as an error).
7827     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
7829       
7830 o   Alexander Bokovoy <ab@samba.org>
7831     * Fix incorrect size calculation of the directory name 
7832       in recycle.so.
7833     * Fix problems with very long filenames in both smbd and smbclient
7834       caused by truncating paths during character conversions.
7835     * Fix smbfs problem with Tree Disconnect issued before smbfs 
7836       starts its work.
7839 o   Gerald Carter <jerry@samba.org>
7840     * BUG 850: Fix 'make installmodules' bug on True64.
7841     * BUG 66: mark 'only user' deprecated.
7842     * Remove corrupt tdb and shutdown (only for printing tdbs, 
7843       connections, sessionid & locking).
7844     * decrement smbd counter in connections.tdb in smb_panic().
7845     * RedHat specfile updates.
7846     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
7847     * BUG 1147; bad pointer case in get_stored_queue_info() 
7848       causing seg fault.
7849     * BUG 761: read the config file before initialized default 
7850       values for printing options; don't default to bsd printing 
7851       Linux.
7852     * Allow the 'printing' parameter to be set on a per share basis.
7853     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
7854     * BUG 848: don't create winbind local users/groups that already 
7855       exist in the tdb.
7856     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
7857       LynxOS/ppc).
7858     * BUG 488: fix the 'show client in col 1' button and correctly 
7859       enumerate active connections.
7860     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
7861       problem when storing the updating pid for the lpq cache.
7862     * BUG 1007 (partial): Fix print change notify bugs.
7863     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
7864       and winbind use default domain = yes.  Also ensures that 
7865     * BUG 1151: Ensure that winbindd users are passed through 
7866       the username map.
7867     * Fix client rpc binds for ASU derived servers (pc netlink, 
7868       etc...).
7869     * BUG 417, 1128: Ensure that the current_user_info is set
7870       consistently so that %[UuGg] is expanded correctly.
7871     * BUG 1195: Fix crash in winbindd when the ADS server is 
7872       unavailable.
7873     * BUG 1185: Set reconnect time to be the same as the 
7874       'winbind cache time'.
7875     * Ensure that we return the sec_desc in smb_io_printer_info_2.
7876     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
7877     * BUG 1095: Honor the '-l' option in smbclient.
7878     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
7879       block.
7880     * Ensure server schannel uses the auth level requested by the 
7881       client.
7882     * Removed --with-cracklib option due to potential crash issue.
7883     * Fix -lcrypto linking problem with wbinfo.
7884     * BUG 761: allow printing parameter to set defaults on a per 
7885       share basis.
7886     * Add 'cups options' parameter to allow raw printing without 
7887       changing /etc/cups/cupsd.conf.
7888     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
7889       winbindd.
7890     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
7891     * BUG 1288: resolve any machine netbios name (0x00) and not just 
7892       servers (0x20).
7893     * BUG 1199: Fix potential symlink issue in 
7894       examples/printing/smbprint.
7897 o   Robert Dahlem <Robert.Dahlem@gmx.net>
7898     * BUG 1048:  Don't return short names when when 'mangled names = no'
7901 o   Guenther Deschner <gd@suse.com>
7902     * Remove hard coded attribute name in the ads ranged retrieval
7903       code.
7904     * Add --with-libdir and --with-mandir to autoconf script.
7907 o   Bostjan Golob <golob@gimb.org>
7908     * BUG 1046: Fix  getpwent_list() so that the username is not 
7909       overwritten by other fields.
7912 o   Landon Fuller <landonf@opendarwin.org>
7913     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
7914       to fix user/group enumeration on systems whose libc does not 
7915       call setgrent() before trying to enumerate users (i.e. 
7916       FreeBSD 5.2).
7919 o   Steve French <sfrench@us.ibm.com>
7920     * Update mount.cifs to version 1.1.
7921     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
7922     * Fixes to minor security bug in the mount helper.
7923     * Fix credential file mounting for cifs vfs.
7924     * Fix free of incremented pointer in cifsvfs mount helper.
7925     * Fix path canonicalization of the mount target path and help 
7926       text display in the cifs mount helper.
7927     * Add missing guest mount option for mount.cifs.
7930 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
7931     * BUG 1055; formatting fixes for 'net share'.
7932     * BUG 692: correct truncation of share names and workgroup 
7933       names in smbclient.
7934     * BUG 1088: use strchr_m() for query_host (smbclient -L).
7935     * Patch from to internally count characters correctly.
7938 o   Paul Green <paulg@samba.org>
7939     * Update VOS _POSIX_C_SOURCE macro to 200112L.
7940     * Fix bug in configure.ion by moving the first use of 
7941       AC_CHECK_HEADERS so it is always executed.
7942     * Fix configure.in to only use $BLDSHARED to select whether to 
7943       build static or shared libraries.
7946 o   Pat Haywarrd <Pat.Hayward@propero.net>
7947     * Make the session_users list dynamic (max of 128K).
7948     
7949     
7950 o   Cal Heldenbrand <calzplace@yahoo.com> 
7951     * Fix for for 'pam_smbpass migrate' functionality.
7954 o   Chris Hertel <crh@samba.org>
7955     * fix enumeration of shares 12 characters in length via 
7956       smbclient.
7959 o   Ulrich Holeschak <ulrich@holeschak.de>
7960     * BUG 932: fix local password change using pam_smbpass
7963 o   Krischan Jodies <kj@sernet.de>
7964     * Implement 'net rpc group delete'
7967 o   John Klinger <john.klinger@lmco.com>
7968     * Return NSS_SUCCESS once the max number of gids possible 
7969        has been found in initgroups() on Solaris.
7970     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
7973 o   Volker Lendecke <vl@samba.org>
7974     * Fix success message for net groupmap modify.
7975     * Fix errors when enumerating members of groups in 'net rpc'.
7976     * Match Windows behavior in samr_lookup_names() by returning
7977       ALIAS(4) when you search in BUILTIN. 
7978     * Fix server SAMR code to be able to set alias info for 
7979       builtin as well. 
7980     * Fix duplication of logic when creating groups via smbd.
7981     * Ensure that the HWM values are set correctly after running 
7982       'net idmap'.
7983     * Add 'net rpc group add'.
7984     * Implement 'net groupmap set' and 'net groupmap cleanup'.
7985     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
7986     * Fix wb_delgrpmem (wbinfo -o).
7987     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
7988     * Fix sambaUserWorkstations on a Samba DC.
7989     * Implement wbinfo -k: Have winbind generate an AFS token after
7990       authenticating the user.
7991     * Add expand_msdfs VFS module for providing referrals based on the
7992       the client's IP address.
7993     * Implement client side NETLOGON GetDCName function.
7994     * Fix caching of name->sid lookups.
7995     * Add support in winbindd for expanding nested local groups.
7996     * Fix memleak in winbindd.
7997     * Fix msdfs proxy.
7998     * Don't list domain groups from BUILTIN.
7999     * Fix memleak in policy handle utility functions.
8000     * Decrease winbindd startup time by only contacting trusted 
8001       domains as necessary.
8002     * Allow winbindd to ask the DC for its domain for a trusted 
8003       DC.
8004     * Fix Netscape DS schema based on comments from 
8005       <thomas.mueller@christ-wasser.de>.
8006     * Correct case where adding a domain user to a XP local group 
8007       did a lsalookupname on the user without domain prefix, and 
8008       failed.
8009     * Fix segfault in winbindd caused by 'wbinfo -a'.
8010     
8012 o   Herb Lewis <herb@samba.org>
8013     * Fix typo for tag in proto file.
8014     * Add missing #ifdef HAVE_BICONV stuff.
8015     * Truncate Samba's netbios name at the first '.' (not 
8016       right to left).
8019 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
8020     * Bug fixes and enhancements to libsmbclient library.
8022     
8023 o   Jianliang Lu <j.lu@tiesse.com>
8024     * Enforce the 'user must change password at next login' flag.
8025     * Decode meaning of 'fields present' flags (improves support 
8026       for usrmgr.exe).
8027     * NTLMv2 fixes.
8028     * Don't force an upper case domain name in the ntlmssp code.
8029     
8031 o   L. Lucius <ib@digicron.com>.
8032     * type fixes.
8035 o   Jim McDonough <jmcd@us.ibm.com>
8036     * Add versioning support to tdbsam.
8037     * Update the IBM Directory Server schema with the OpenLDAP 
8038       file.
8039     * Various decoding fixes to improve usrmgr.exe support.
8040     * Fix statfs redeclaration of statfs struct on ppc
8041     * Implement support for password lockout of Samba domain 
8042       controllers and standalone servers.
8043     * Get MungedDial attribute actually working with full TS 
8044       strings in it for pdb_ldap.
8045     * BUG 1208 (partial): Improvements for working with expired krb5 
8046       tickets in winbindd.
8047     * Use timegm, or our already existing replacement instead of 
8048       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
8049     * Remove modifyTimestamp from list of our attributes.  
8050     * Fix lsalookupnames to check for domain users as well as local 
8051       users. 
8052     * Merge struct uuid replacement for GUID from trunk.
8053     * BUG 1208: Finish support for handling expired tickets in 
8054       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
8057 o   Stefan Metzmacher <metze@samba.org>
8058     * Implement new VERSION schema based on subversion revision 
8059       numbers.
8060     * Add shadow_copy vfs module.
8061     * Fix segault in login_cache support.
8064 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
8065      o BUG 979 -- Fix quota display on AIX.
8068 o   James Peach <jpeach@sgi.com>
8069     * Correct check for printf() format when using the SGI MIPSPro 
8070       compiler.
8071     * BUG 1038: support backtrace for 'panic action' on IRIX.
8072     * BUG 768: Accept profileing arg to IRIX init script.
8073     * BUG 748: Relax arg parsing to sambalp script (IRIX).
8074     * BUG 758: Fix pdma build.
8075     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
8076       Jason Mader.
8077       
8079 o   Kurt Pfeifle <kpfeifle@danka.de>
8080     * Add example shell script for migrating drivers and printers 
8081       from a Windows print server to a Samba print server using 
8082       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
8085 o   Tim Potter <tpot@samba.org>
8086     * Fix logic bug in tdb non-blocking lock routines when 
8087       errno == EAGAIN.
8088     * BUG 1025: Include sys/acl.h in check for broken nisplus 
8089       include files.      
8090     * BUG 1066: s/printf/d_printf/g in SWAT.
8091     * BUG 1098: rename internal msleep() function to fix build 
8092       problems on AIX.
8093     * BUG 1112: Fix for writable printerdata problem in python bindings.
8094     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
8095     * BUG 1155: enclose use of fchown() with guards.
8096     * Relicense tdb python module as LGPL.
8099 o   Richard Sharpe <rsharpe@samba.org>
8100     * Add support to smbclient for multiple logins on the same 
8101       session (based on work by abartlet@samba.org).
8102     * Correct blocking condition in smbd's use of accept() on IRIX.
8103     * Add support for printing out the MAC address on nmblookup.
8106 o   Simo Sorce <idra@samba.org>
8107     * Replace unknown_3 with fields_present in SAMR code.
8108     * More length checks in strlcat().
8111 o   Andrew Tridgell <tridge@samba.org>
8112     * Rewrote the AIX UESS backend for winbindd.
8113     * Fixed compilation with --enable-dmalloc.
8114     * Change tdb license to LGPL (see source/tdb/tdb.c).
8115     * Force winbindd to use schannel in clients connections to 
8116       DC's if possible.
8119 o   Jelmer Vernooij <jelmer@samba.org>
8120    * Fix ETA Calculation when resuming downloads in smbget.
8121    * Add -O (for writing downloaded files to standard out) 
8122      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
8123     * Fix syntax error in example mysql table
8125            
8126 o   TAKEDA yasuma <yasuma@miraclelinux.com>
8127     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
8128       cmd_chown, cmd_chmod smbclient functions.
8131 o   Shiro Yamada <shiro@miraclelinux.com>
8132     * BUG 1129: install image files for SWAT.
8134       
8135     --------------------------------------------------
8137                   ==============================
8138                   Release Notes for Samba 3.0.2a
8139                         February 13, 2004
8140                   ==============================
8142 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
8143 to address, in particular, a problem when using pdbedit to 
8144 sanitize (--force-initialized-passwords) Samba's tdbsam 
8145 backend.   This is the latest stable release of Samba. This 
8146 is the version that all production Samba servers should be 
8147 running for all current bug-fixes.  
8149 ******************* Attention! Achtung! Kree! *********************
8151 Beginning with Samba 3.0.2, passwords for accounts with a last 
8152 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
8153 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
8154 strings.  This will cause authentication to fail for such
8155 accounts.  If you have valid passwords that meet this criteria, 
8156 you must update the last change time to a non-zero value.  If you 
8157 do not, then  'pdbedit --force-initialized-passwords' will disable 
8158 these accounts and reset the password hashes to a string of X's.
8160 ******************* Attention! Achtung! Kree! *********************
8163 Changes since 3.0.2
8164 -------------------
8166 commits
8167 -------
8169 Please refer to the CVS log for the SAMBA_3_0 branch for complete
8170 details.  The list of changes per contributor are as follows:
8173 o   Jeremy Allison <jra@samba.org>
8174     * Added paranoia checks in parsing code.
8175     
8177 o   Andrew Bartlett <abartlet@samba.org>
8178     * Ensure that changes to uninitialized passwords in ldapsam 
8179       are written to the DIT.
8182 o   Gerald (Jerry) Carter <jerry@samba.org>
8183     * Fixed iterator in tdbsam.
8184     * Fix bug that disabled accounts with a valid NT password 
8185       hash, but no LanMan hash.
8186     
8188 o   Steve French <sfrench@us.ibm.com>
8189     * Added missing nosetuid and noexec options.
8191     
8192 o   Bostjan Golob <golob@gimb.org>
8193     * BUG 1046: Don't overwrite usernames of entries returned 
8194       by getpwent_list().
8197 o   Sebastian Krahmer <krahmer@suse.de>
8198     * Fixed potential crash bug in NTLMSSP parsing code.
8201 o   Tim Potter <tpot@samba.org>
8202     * Fixed logic in tdb_brlock error checking.
8204     
8205 o   Urban Widmark <urban@teststation.com>
8206     * Set nosuid,nodev flags in smbmnt by default.
8207     
8208     
8209         --------------------------------------------------
8210                   
8211                   =============================
8212                   Release Notes for Samba 3.0.2
8213                         February 9, 2004
8214                   =============================
8216 It has been confirmed that previous versions of Samba 3.0 are
8217 susceptible to a password initialization bug that could grant an 
8218 attacker unauthorized access to a user account created by the
8219 mksmbpasswd.sh shell script.
8221 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
8222 has assigned the name CAN-2004-0082 to this issue.
8224 Samba administrators not wishing to upgrade to the current 
8225 version should download the 3.0.2 release, build the pdbedit 
8226 tool, and run 
8228    root# pdbedit-3.0.2 --force-initialized-passwords
8229       
8230 This will disable all accounts not possessing a valid password
8231 (e.g. the password field has been set a string of X's).
8233 Samba servers running 3.0.2 are not vulnerable to this bug 
8234 regardless of whether or not pdbedit has been used to sanitize
8235 the passdb backend.
8237 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
8238 release include:
8240   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
8241   o Logging onto a Samba domain from Windows XP clients.
8242   o Problems with the %U and %u smb.conf variables in relation to 
8243     Windows 9x/ME clients.
8244   o Kerberos failures due to an invalid in memory keytab detection
8245     test.
8246   o Updates to the ntlm_auth tool.
8247   o Fixes for various SMB signing errors.
8248   o Better separation of WINS and DNS queries for domain controllers.
8249   o Issues with nss_winbind FreeBSD and Solaris.
8250   o Several crash bugs in smbd and winbindd.
8251   o Output formatting fixes for smbclient for better compatibility
8252     with scripts based on the 2.2 version.
8255 Changes since 3.0.1
8256 -------------------
8258 smb.conf changes
8259 ----------------
8261     Parameter Name              Action
8262     --------------              ------
8263     ldap replication sleep      New
8264     read size                   removed (unused)
8265     source environment          removed (unused)
8268 commits
8269 -------
8271 Please refer to the CVS log for the SAMBA_3_0 branch for complete
8272 details.  The list of changes per contributor are as follows:
8274 o   Jeremy Allison <jra@samba.org>
8275     * Revert change that broke Exchange clear text samlogons.
8276     * Fix gcc 3.4 warning in MS-DFS code.
8277     * Tidy up of NTLMSSP code.
8278     * Fixes for SMB signing errors
8279     * BUG 815: Workaround NT4 bug to support plaintext
8280       password logins and UNICODE.
8281     * Fix SMB signing bug when copying large files.
8282     * Correct error logic in mkdir_internals() (caused a panic
8283       when combined with --enable-developer).
8284     * BUG 830: Protect against crashes due to bad character 
8285       conversions.
8287       
8288 o   Petri Asikainen <paca@sci.fi>
8289     * BUG 330, 387:Fix single valued attribute updates when 
8290       working with Novell NDS.
8293 o   Andrew Bartlett <abartlet@samba.org>
8294     * Correctly handle per-pipe NTLMSSP inside a NULL session.
8295     * Fix segfault in gencache 
8296     * Fix early free() of encrypted_session_key.
8297     * Change DC lookup routines to more carefully separate
8298       DNS names (realms) from NetBIOS domain names.
8299     * Add new sid_to_dn() function for internal winbindd use.
8300     * Refactor cli_ds_enum_domain_trusts().
8301     * BUG 707: Implement range retrieval of ADS attributes (based 
8302       on work from Volker <vl@samba.org> and Guenther Deschner 
8303       <gd@suse.com>).
8304     * Automatically initialize the signing engine if a session key
8305       is available.
8306     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
8307       encoded strings, only form input in SWAT.
8308     * Resets the NTLMSSP state for new negotiate packets.
8309     * Add 2-byte alignments in net_samlogon() queries to parse 
8310       odd-length plain text passwords.
8311     * Allow Windows groups with no members in winbindd.
8312     * Allow normal authentication in the absence of a server 
8313       generated session key.
8314     * More optimizations for looking up UNIX group lists.
8315     * Clean up error codes and return values for pam_winbindd
8316       and winbindd PAM interface.
8317     * Fix string return values in ntlm_auth tool.
8318     * Fix segfault when 'security = ads' but no realm is defined.
8319     * BUG 722: Allow winbindd to map machine accounts to uids.
8320     * More cleanups for winbindd's find_our_domain().
8321     * More clearly detect whether a domain controller is an NT4
8322       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
8323     * Increase separation between DNS queries for hosts and queries
8324       for AD domain controllers.
8325     * Include additional NT_STATUS to PAM error mappings.
8326     * Password initialization fixes.
8328     
8329 o   Justin Baugh <justin.baugh@request.com>
8330     * BUG 948: Implement missing functions required for FreeBSD 
8331       nss_winbind support. 
8334 o   Alexander Bokovoy <ab@samba.org>
8335     * BUG 922: Make sure enable fast path for strlower_m() and 
8336       strupper_m().
8339 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
8340     * Fix crash when using 'security = server' and 'encrypt 
8341       passwords = no' by always initializing the session key.
8343       
8344 o   Dmitry Butskoj <buc@odusz.elektra.ru>
8345     * Fix for special files being hidden from admins.
8348 o   Gerald (Jerry) Carter <jerry@samba.org>
8349     * Fix bug in the lanman session key generation.  Caused 
8350       "decode_pw: incorrect password length" error messages.
8351     * Save the right case for the located user name in 
8352       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
8353     * BUG 897: Add well known rid for pre win2k compatible access
8354       group.
8355     * BUG 887: Correct typo in delete user script example.
8356     * Use short lived TALLOC_CTX* for allocating printer objects 
8357       from the print handle cache.
8358     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
8359     * Fix several warnings reported by the SUN Forte C compiler.
8360     * Fully control DNS queries for AD DC's using 'name resolve order'.
8361     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
8362     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
8363     * BUG 936: fix bind credentials for schannel binds in smbd.
8364     * BUG 446: Fix output of smbclient for better compatibility 
8365       with scripts based on the 2.2 version (including Amanda).
8366     * BUG 891, 949: Fedora packaging fixes.
8367     * Fix bug that caused rpcclient to incorrectly retrieve 
8368       the SID for a server (this causing all calls that required 
8369       this information to fail). 
8370     * BUG 977: Don't create a homes share for a user if a static 
8371       share already exists by the same name.
8372     * Removed unused smb.conf options.
8373     * Password initialization fixes.
8374     * Set the disable flag for template accounts created by
8375       mksmbpasswd.sh.
8376     * Disable any account has no passwords and does not have the
8377       ACB_PWNOTREQ bit set.
8380 o   Guenther Deschner <gd@suse.com>
8381     * Install smbwrapper.so should be put into the $(libdir) 
8382       and not $(bindir).
8383     * Add the capability to specify the new user password 
8384       for "net ads password" on the command line.
8385     * Correctly detect AFS headers on SuSE.
8386         
8388 o   James Flemer <jflemer@uvm.edu>
8389     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
8390       HAVE_SYS_ATTRIBUTES_H.
8393 o   Luke Howard <lukeh@PADL.COM>
8394     * Fix segfault in session setup reply caused by a early free().
8397 o   Stoian Ivanov <sdr@bultra.com>
8398     * Implement grepable output for smbclient -L.
8401 o   LaMont Jones <lamont@debian.org>
8402     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
8403       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
8404       not being defined).
8406       
8407 o   Volker Lendecke <vl@samba.org>
8408     * BUG 583: Ensure that user names always contain the short 
8409       version of the domain name.
8410     * Fix our parsing of the LDAP uri.
8411     * Don't show the 'afs username map' in the SWAT basic view.
8412     * Fix SMB signing issues in relation to failed NTLMSSP logins.
8413     * BUG 924: Fix return codes in smbtorture harness.
8414     * Always lower-case usernames before handing it to AFS code.
8415     * Add a German translation for SWAT.
8416     * Fix a segfaults in winbindd.
8417     * Fix the user's domain passed to register_vuid() from 
8418       reply_spnego_Kerberos().
8419     * Add NSS example code in nss_winbind to convert UNIX 
8420       id's <-> Windows SIDs.
8421     * Display more descriptive error messages for login via 'net'.
8422     * Fix compiler warning in the net tool.
8423     * Fix length bug when decoding base64 strings.
8424     * Ensure we don't call getpwnam() inside a loop that is iterating 
8425       over users with getpwent().  This broke on glibc 2.3.2.
8428 o   Herb Lewis <herb@samba.org>
8429     * Fix bit rot in psec.
8432 o   Jianliang Lu <j.lu@tiesse.com>
8433     * Ensure we delete the group mapping before calling the delete 
8434       group script.
8435     * Define well known RID for managing the  "Power Users" group.
8436     * BUG 381: check builtin (not local) group SID when updating 
8437       group membership.
8438     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
8439       packet.
8442 o   John Klinger <john.klinger@lmco.com>
8443     * Implement initgroups() call in nss_winbind on Solaris.
8446 o   Jim McDonough <jmcd@us.ibm.com>
8447     * Fix regression in net rpc join caused by recent changes 
8448       to cli_lsa_query_info_policy().
8449     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
8450       machine account.
8453 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
8454     * BUG 570: Ensure that configure honors the LDFLAGS variable.
8457 o   Stefan Metzmacher <metze@samba.org>
8458     * Implement LDAP rebind sleep patch.
8459     * Revert to 2.2 quota code because of so many broken quota files 
8460       out there.
8461     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
8462                       XFS_USER_QUOTA -> USRQUOTA
8463                       XFS_GROUP_QUOTA -> GRPQUOTA
8464     * Fix disk_free calculation with group quotas.
8465     * Add debug class 'quota' and a lot of DEBUG()'s 
8466       to the quota code.
8467     * Fix sys_chown() when no chown() is present.
8468     * Add SIGABRT to fault handling in order to catch got a 
8469       backtrace if an error occurs the OpenLDAP client libs.
8472 o   <ndb@theghet.to>
8473     * Allow an existing LDAP machine account to be re-used when 
8474       joining an AD domain.
8477 o   James Peach <jpeach@sgi.com>
8478     * BUG 889: Change smbd to use pread/pwrite on platforms that 
8479       support these calls. Can lead to a significant speed increase.
8482 o   Tim Potter <tpot@samba.org>
8483     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
8484     * BUG 924: Fix typo in RW2 torture test.
8485     
8486     
8487 o   Richard Sharpe <rsharpe@samba.org>
8488     * Small fixes to torture.c to cleanup the error handling 
8489       and prevent crashes.
8492 o   J. Tournier <jerome.tournier@IDEALX.com>
8493     * Small fixes for the smbldap-tool scripts.
8496 o   Andrew Tridgell <tridge@samba.org>
8497     * Fix src len check in pull_usc2().
8498     
8499     
8500 o   Jelmer Vernooij <jelmer@samba.org>
8501     * Put functions for generating SQL queries in pdb_sql.c
8502     * Add pgSQL backend (based on patch by Hamish Friedlander)
8503     * BUG 908: Fix -s option to smbcontrol.    
8504     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
8505     * Fix for libnss_wins on IRIX platforms.
8506     * Fix swatdir for --with-fhs.
8509         --------------------------------------------------
8511                   =============================
8512                   Release Notes for Samba 3.0.1
8513                         December 15, 2003
8514                   =============================
8516 Some of the more common bugs in 3.0.0 addressed in the release 
8517 include:
8519   o Substitution problems with smb.conf variables.
8520   o Errors in return codes which caused some applications
8521     to fail to open files.
8522   o General Protection Faults on Windows 2000/XP clients
8523     using Samba point-n-print features.
8524   o Several miscellaneous crash bugs.
8525   o Access problems when enumerating group mappings are
8526     stored in an LDAP Directory.
8527   o Several common SWAT bugs when writing changes to
8528     smb.conf.
8529   o Internal inconsistencies when 'winbind use default
8530     domain = yes'
8534 Changes since 3.0.0
8535 ----------------------
8537     Parameter Name              Action
8538     --------------              ------
8539     hide local users            Removed
8540     mangled map                 Deprecated
8541     mangled stack               Removed
8542     passwd chat timeout         New
8545 commits
8546 -------
8548 o   Change the interface for init_unistr2 to not take a length 
8549     but a flags field.  We were assuming that 
8550     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
8551 o   Allow d_printf() to handle strings with escaped quotation 
8552     marks since the msg file includes the escape character (bug 489).
8553 o   Fix bad html table row termination in SWAT wizard code (bug 413).
8554 o   Fix to parse the level-2 strings.
8555 o   Fix for "valid users = %S" in [homes].  Fix read/write 
8556     list as well. 
8557 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
8558     This is the same way AC_CHECK_LIB works (bug 508).
8559 o   Testparm output fixes for clarity.
8560 o   Fix broken wins hook functionality -- i18n bug (bug 528).
8561 o   Take care of condition where DOS and NT error codes must differ.
8562 o   Default to using only built-in charsets when a working iconv 
8563     implementation cannot be located.
8564 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
8565     be done unconditionally (bug 550).
8566 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
8567 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
8568     --enable-debug=[yes|no] works correctly.
8569 o   Allow ^C to interrupt smbpasswd if using our getpass 
8570     (e.g. smbpasswd command).
8571 o   Support signing only on RPC's (bug 167).
8572 o   Correct bug that prevented  Excel 2000 clients from opening 
8573     files marked as read-only.
8574 o   Portability fix bugs 546 - 549).
8575 o   Explicitly initialize the value of AR for vendor makes that don't
8576     do this (e.g. HPUX 11).  (bug 552).
8577 o   More i18n fixes for SWAT (bug 413).
8578 o   Change the cwd before the postexec script to ensure that a
8579     umount will succeed.
8580 o   Correct double free that caused winbindd to crash when a DC 
8581     is rebooted (bug 437).
8582 o   Fix incorrect mode sum (bug 562).
8583 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
8584     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
8585 o   Add script to generate *msg files.
8586 o   Add Dutch SWAT translation file.
8587 o   Make sure to call get_user_groups() with the full winbindd 
8588     name for a user if he/she has one (bug 406).
8589 o   Fix up error code returns from Samba4 tester. Ensure invalid 
8590     paths are validated the same way.  
8591 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
8592 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
8593     libraries were found for $BACKEND.
8594 o   Move sysquotas autoconf tests to a separate file.
8595 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
8596     tester
8597 o   Make sure that the files that contain the static_init_$subsystem; 
8598     macro get recompiled after configure by removing the object 
8599     files.
8600 o   Ensure canceling a blocking lock returns the correct error 
8601     message.
8602 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
8603 o   Updated Japanese welcome file in SWAT.
8604 o   Fix to  nt-time <-> unix-time functions reversible.
8605 o   Ensure that winbindd uses the the escaped DN when querying
8606     an AD ldap server.
8607 o   Fix portability issues when compiling (bug 505, 550)
8608 o   Compile fix for tdbbackup when Samba needs to override 
8609     non-C99 compliant implementations of snprintf().
8610 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
8611 o   Make sure we break out of samsync loop on error.
8612 o   Ensure error code path doesn't free unmalloc()'d memory
8613     (bug 628).
8614 o   Add configure test for krb5_keytab_entry keyblock vs key 
8615     member (bug 636).
8616 o   Fixed spinlocks.
8617 o   Modified testparm so that all output so all debug output goes 
8618     to stderr, and all file processing goes to stdout.
8619 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
8620     and smbcquotas.
8621 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
8622     we have a devmode before copying a string to the devicename.
8623 o   Support mapping REALM.COM\user to a local user account (without 
8624     running winbindd)  for compatibility with 2.2.x release.
8625 o   Ensure we don't use mmap() on blacklisted systems.
8626 o   fixed a number of bugs and memory leaks in the AIX 
8627     winbindd shim
8628 o   Call initgroups() in SWAT before becomming the user so that
8629     secondary group permissions can be used when writing to 
8630     smb.conf.
8631 o   Fix signing problems when reverse connecting back to a 
8632     client for printer notify
8633 o   Fix signing problems caused by a miss-sequence bug.
8634 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
8635     Fixes NEXUS tools running on Win9x clients (bug 64).
8636 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
8637     SID could not be mapped.
8638 o   Fix segfault in mount.cifs helper when there is no options 
8639     specified during mount.
8640 o   Change the \n after the password prompt to go to tty instead 
8641     of stdout (bug 668).
8642 o   Stop net -P from prompting for machine account password (bug 451).
8643 o   Change in behavior to Not only change the effective uid but also
8644     the real uid when becoming unprivileged.
8645 o   Cope with Exchange 5.5 cleartext pop password auth.
8646 o   New files for support of initshutdown pipe.  Win2k doesn't 
8647     respond properly to all requests on the winreg pipe, so we need 
8648     to handle this new pipe (bug 534).
8649 o   Added more va_copy() checks in configure.in.
8650 o   Include fixes for libsmbclient build problems.
8651 o   Missing UNIX -> DOS codepage conversion in lanman.c.
8652 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
8653 o   Parameterize the listen backlog in smbd and make it larger by
8654     default. A backlog of 5 is way too small these days.
8655 o   Check for an invalid fid before dereferencing the fsp pointer
8656     (bug 696).
8657 o   Remove invalid memory frees and return codes in pdb_ldap.c.
8658 o   Prompt for password when invoking --set-auth-user and no 
8659     password is given.
8660 o   Bind the nmbd sending socket to the 'socket address'.
8661 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
8662     $LDFLAGS occurs before any library specification (bug 661).
8663 o   Fix large number of printf() calls for 64-bit size_t.
8664 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
8665     keyblock in the krb5 structs.
8666 o   Remove #include <compat.h> in hopes to avoid problems with 
8667     apache header files.
8668 o   Correct winbindd build problems on HP-UX 11.
8669 o   Lowercase netgroups lookups (bug 703).
8670 o   Use the actual size of the buffer in strftime instead of a made
8671     up value which just happens to be less than sizeof(fstring).  
8672     (bug 713).
8673 o   Add ldaplibs to pdbedit link line (bug 651).
8674 o   Fix crash bug in smbclient completion (bug 659).
8675 o   Fix packet length for browse list reply (bug 771).
8676 o   Fix coredump in cli_get_backup_list().
8677 o   Make sure that we expand %N (bug 612).
8678 o   Allow rpcclient adddriver command to specify printer driver 
8679     version (bug 514).
8680 o   Compile tdbdump by default.
8681 o   Apply patches to fix iconv detection for FreeBSD.
8682 o   Do not allow the 'guest account' to be added to a passdb backend 
8683     using smbpasswd or pdbedit (bug 624).
8684 o   Save LDFLAGS during iconv detection (bug 57).
8685 o   Run krb5 logins through the username map if the winbindd 
8686     lookup fails (bug 698).
8687 o   Add const for lp_set_name_resolve_order() to avoid compiler 
8688     warnings (bug 471).
8689 o   Add support for the %i macro in smb.conf to stand in for the for
8690     the local IP address to which a client connected.
8691 o   Allow winbindd to match local accounts to domain SID when 
8692     'winbind trusted domains only = yes' (bug 680).
8693 o   Remove code in idmap_ldap that searches the user suffix and group 
8694     suffix.  It's not needed and provides inconsistent functionality 
8695     from the tdb backend.
8696 o   Patch to handle munged dial string for Windows 2000 TSE.
8697     Thanks to Gaz de France, Direction de la Recherche, Service 
8698     Informatique Métier for their supporting this work by Aurelien 
8699     Degrémont <adegremont@idealx.com>.
8700 o   Correct the "smbldap_open: cannot access when not root error"
8701     messages when looking up group information (bug 281).
8702 o   Skip over the winbind separator when looking up a user.
8703     This fixes the bug that prevented local users from
8704     matching an AD user when not running winbindd (bug 698).
8705 o   Fix a problem with configure on *BSD systems. Make sure
8706     we add -liconv etc to LDFLAGS.
8707 o   Fix core dump bug when "security = server" and the authentication
8708     server goes away.
8709 o   Correct crash bug due to an empty munged dial string.
8710 o   Show files locked by a specific user (smbstatus -u 'user') 
8711     (bug 590).
8712 o   Fix bug preventing print jobs from display in the queue
8713     monitor used by Windows NT and later clients (bug 660).
8714 o   Fix several reported problems with point-n-print from
8715     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
8716     reply (bug 338, 527 & 643).
8717 o   Fix a handful of potential memory leaks in the LDAP code used
8718     by ldapsam[_compat] and the LDAP idmap backend.
8719 o   Fix for pdbedit error code returns (bug 763).
8720 o   Make sure we only enumerate group mapping entries  (not 
8721     /etc/group) even when doing local aliases.
8722 o   Relax check on the pipe name in a dce/rpc bind response to work 
8723     around issues with establishing trusts to a Windows 2003 domain.
8724 o   Ensure we mangle names ending in '.' in hash2 mangling method.
8725 o   Correct parsing issues with munged dial string.
8726 o   Fix bugs in quota support for XFS.
8727 o   Add a cleaner method for applications that need to provide 
8728     name->SID mappings to do this via NSS rather than having to 
8729     know the winbindd pipe protocol.
8730 o   Adds a variant of the winbindd_getgroups() call called 
8731     winbindd_getusersids() that provides direct SID->SIDs listing of 
8732     a users supplementary groups. This is enough to allow non-Samba 
8733     applications to do ACL checking.
8734 o   Make sure we don't append the 'ldap suffix' when writing out the 
8735     'ldap XXX suffix' values in SWAT (bug 328).
8736 o   Fix renames across file systems.
8737 o   Ensure that items in a list of strings containing whitespace are 
8738     written out surrounded by single quotes.  This means that both 
8739     double and single quotes are now used to surround strings in 
8740     smb.conf (bug 481).
8741 o   Enable SWAT to correctly determine if winbindd is running (bug 
8742     398).
8743 o   Include WWW-Authenticate field in 401 response for bad auth 
8744     attempt (bug 629).
8745 o   Add support for NTLM2 (NTLMv2 session security).
8746 o   Add support for variable-length session keys.
8747 o   More privilege fixes for group enumeration in LDAP (bug 281).
8748 o   Use the dns name (or IP) as the originating client name when
8749     using CUPS (bug 467).
8750 o   Fix various SMB signing bugs.
8751 o   Fix ACL propagation on a DFS root (bug 263).
8752 o   Disable NTLM2 for RPC pipes.
8753 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
8754     authentication.
8755 o   Change the name of the job passed off to cups from "Test Page" 
8756     to "smbprn.00000033 Test Page" so that we can get the smb 
8757     jobid back. This allow users to delete jobs with cups printing 
8758     backend (partial work on bug 770).
8759 o   Fix build of winbindd with static pdb modules.
8760 o   Retrieve the correct ACL group bits if the file has an ACL 
8761     (bug 802).
8762 o   Implement "net rpc group members": Get members of a domain group 
8763     in human-readable format.
8764 o   Add MacOSX (Darwin) specific charset module code.
8765 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
8766     can include the full name in gecos field (bug 587).
8767 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
8768 o   Implement 'net rpc group list [global|local|builtin]*' for a 
8769     select listing of the respective user databases.
8770 o   Don't automatically set NT status code flag unless client tells 
8771     us it can cope.
8772 o   Add 'net status [sessions|shares] [parseable]'.
8773 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
8774     bug 770).
8775 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
8776    (bug 608).
8777 o   Fix inverted logic in hosts allow/deny checks caused by 
8778     s/strcmp/strequal/ (bug 846).
8779 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
8780 o   Fix typo in 'hash' mangling algorithm.
8781 o   Support munged dial for ldapsam (bug 800).
8782 o   Fix process_incoming_data() to return the number of bytes handled 
8783     this call whether we have a complete PDU or not; fixes bug 
8784     with multiple PDU request rpc's broken over SMBwriteX calls 
8785     each.
8786 o   Fix incorrect smb flags2 for connections to pre-NT servers 
8787     (causes smbclient to fail to OS2 for example) (bug 821).
8788 o   Update version string in smbldap-tools Makefile to 0.8.2.
8789 o   Correct a problem with "net rpc vampire" mis-parsing the 
8790     alias member info reply.
8791 o   Ensure the ${libdir} is created by the installclientlib script.
8792 o   Fix detection of Windows 2003 client architecture in the smb.conf
8793     %a variable.
8794 o   Ensure that smbd calls the add user script for a missing UNIX 
8795     user on Kerberos auth call (bug 445).
8796 o   Fix bugs in hosts allow/deny when using a mismatched 
8797     network/netmask pair.
8798 o   Protect alloc_sub_basic() from crashing when the source string 
8799     is NULL (partial work on bug 687).
8800 o   Fix spinlocks on IRIX.
8801 o   Corrected some bad destination paths when running "configure 
8802     --with-fhs".
8803 o   Add packaging files for Fedora Core 1.
8804 o   Correct bug in SWAT install script for non-english languages.
8805 o   Support character set ISO-8859-1 internally (bug 558).
8806 o   Fixed more LDAP access errors when looking up group mappings 
8807     (bug 281).
8808 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
8809     resolution to fail on local files on on domain members 
8810     (bug 875).
8811 o   Fix uninitialized variable in passdb.c.
8812 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
8813 o   Fix problem mounting directories when mount.cifs is installed 
8814     with the setuid bit on.
8815 o   Fix bug that prevent --mandir from overriding the defaults
8816     given in the --with-fhs macro.
8817 o   Fix bug in in-memory Kerberos keytab detection routines 
8818     in configure.in
8822 ######################################################################
8824               The original 3.0.0 release notes follow
8825               =======================================
8826                     WHATS NEW IN Samba 3.0.0
8827                         September 24, 2003
8828               =======================================
8831 Major new features:
8832 -------------------
8834 1)  Active Directory support.  Samba 3.0 is now able to  
8835     join a ADS realm as a member server and authenticate 
8836     users using LDAP/Kerberos.
8838 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
8839     and internally there is now a much better infrastructure for 
8840     multi-byte and UNICODE character sets.
8842 3)  New authentication system. The internal authentication system 
8843     has been almost completely rewritten. Most of the changes are 
8844     internal, but the new auth system is also very configurable.
8846 4)  New default filename mangling system.
8848 5)  A new "net" command has been added. It is somewhat similar to 
8849     the "net" command in windows. Eventually we plan to replace 
8850     numerous other utilities (such as smbpasswd) with subcommands 
8851     in "net".
8853 6)  Samba now negotiates NT-style status32 codes on the wire. This
8854     improves error handling a lot.
8856 7)  Better Windows 2000/XP/2003 printing support including publishing
8857     printer attributes in active directory.
8859 8)  New loadable module support for passdb backends and character 
8860     sets.
8862 9)  New default dual-daemon winbindd support for better performance.
8864 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
8865     domain and maintaining user, group and domain SIDs.
8867 11) Support for establishing trust relationships with Windows NT 4.0
8868     domain controllers.
8869   
8870 12) Initial support for a distributed Winbind architecture using
8871     an LDAP directory for storing SID to uid/gid mappings.
8872   
8873 13) Major updates to the Samba documentation tree.
8875 14) Full support for client and server SMB signing to ensure
8876     compatibility with default Windows 2003 security settings.
8878 15) Improvement of ACL mapping features based on code donated by
8879     Andreas Grünbacher.
8882 Plus lots of other improvements!
8885 Additional Documentation
8886 ------------------------
8888 Please refer to Samba documentation tree (included in the docs/ 
8889 subdirectory) for extensive explanations of installing, configuring
8890 and maintaining Samba 3.0 servers and clients.  It is advised to 
8891 begin with the Samba-HOWTO-Collection for overviews and specific 
8892 tasks (the current book is up to approximately 400 pages) and to 
8893 refer to the various man pages for information on individual options.
8895 We are very glad to be able to include the second edition of
8896 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
8897 (O'Reilly & Associates) in this release.  The book is available
8898 on-line at http://samba.org/samba/docs/ and is included with 
8899 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
8900 publisher for making "Using Samba" under the GNU Free Documentation 
8901 License.
8904 ######################################################################
8905 Upgrading from a previous Samba 3.0 beta
8906 ########################################
8908 Beginning with Samba 3.0.0beta3, the RID allocation functions
8909 have been moved into winbindd.  Previously these were handled
8910 by each passdb backend.  This means that winbindd must be running
8911 to automatically allocate RIDs for users and/or groups.  Otherwise,
8912 smbd will use the 2.2 algorithm for generating new RIDs.
8914 If you are using 'passdb backend = tdbsam' with a previous Samba 
8915 3.0 beta release (or possibly alpha), it may be necessary to 
8916 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
8917 to winbindd_idmap.tdb.  To do this:
8919 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
8920     once)
8921 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
8922     directory
8923 3)  run: (note that 'tdb>' is the tool's prompt for input)
8925        root# ./tdbtool /usr/local/samba/private/passdb.tdb
8926        tdb> show RID_COUNTER
8927        key 12 bytes
8928        RID_COUNTER
8929        data 4 bytes
8930        [000] 0A 52 00 00                                       .R.
8932        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
8933        ....
8934        record moved
8936 If you are using 'passdb backend = ldapsam', it will be necessary to 
8937 store idmap entries in the LDAP directory as well (i.e. idmap backend 
8938 = ldap).  Refer to the 'net idmap' command for more information on 
8939 migrating SID<->UNIX id mappings from one backend to another.
8941 If the RID_COUNTER record does not exist, then these instructions are
8942 unneccessary and the new RID_COUNTER record will be correctly generated
8943 if needed.  
8947 ########################
8948 Upgrading from Samba 2.2
8949 ########################
8951 This section is provided to help administrators understand the details
8952 involved with upgrading a Samba 2.2 server to Samba 3.0.
8955 Building
8956 --------
8958 Many of the options to the GNU autoconf script have been modified 
8959 in the 3.0 release.  The most noticeable are:
8961   * removal of --with-tdbsam (is now included by default; see section
8962     on passdb backends and authentication for more details)
8963     
8964   * --with-ldapsam is now on used to provided backward compatible
8965     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
8966     backend and authentication section for more details
8967   
8968   * inclusion of non-standard passdb modules may be enabled using
8969     --with-expsam.  This includes an XML backend and a mysql backend.
8970       
8971   * removal of --with-msdfs (is now enabled by default)
8972   
8973   * removal of --with-ssl (no longer supported)
8974   
8975   * --with-utmp now defaults to 'yes' on supported systems
8976   
8977   * --with-sendfile-support is now enabled by default on supported 
8978     systems
8979   
8980     
8981 Parameters
8982 ----------
8984 This section contains a brief listing of changes to smb.conf options
8985 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
8986 complete descriptions of new or modified parameters.
8988 Removed Parameters (order alphabetically):
8990   * admin log
8991   * alternate permissions
8992   * character set
8993   * client codepage
8994   * code page directory
8995   * coding system
8996   * domain admin group
8997   * domain guest group
8998   * force unknown acl user
8999   * hide local users
9000   * mangled stack
9001   * nt smb support
9002   * postscript
9003   * printer driver
9004   * printer driver file
9005   * printer driver location
9006   * read size
9007   * source environment
9008   * status
9009   * strip dot
9010   * total print jobs
9011   * use rhosts
9012   * valid chars
9013   * vfs options
9015 New Parameters (new parameters have been grouped by function):
9017   Remote management
9018   -----------------
9019   * abort shutdown script
9020   * shutdown script
9022   User and Group Account Management
9023   ---------------------------------
9024   * add group script
9025   * add machine script
9026   * add user to group script
9027   * algorithmic rid base
9028   * delete group script
9029   * delete user from group script
9030   * passdb backend
9031   * set primary group script
9033   Authentication
9034   --------------
9035   * auth methods
9036   * realm
9037   * passwd chat timeout
9039   Protocol Options
9040   ----------------
9041   * client lanman auth
9042   * client NTLMv2 auth
9043   * client schannel
9044   * client signing
9045   * client use spnego
9046   * disable netbios
9047   * ntlm auth
9048   * paranoid server security
9049   * server schannel
9050   * server signing
9051   * smb ports
9052   * use spnego
9054   File Service
9055   ------------
9056   * get quota command
9057   * hide special files
9058   * hide unwriteable files
9059   * hostname lookups
9060   * kernel change notify
9061   * mangle prefix
9062   * map acl inherit
9063   * msdfs proxy
9064   * set quota command
9065   * use sendfile
9066   * vfs objects
9067   
9068   Printing
9069   --------
9070   * max reported print jobs
9072   UNICODE and Character Sets
9073   --------------------------
9074   * display charset
9075   * dos charset
9076   * unicode
9077   * unix charset
9078   
9079   SID to uid/gid Mappings
9080   -----------------------
9081   * idmap backend
9082   * idmap gid
9083   * idmap uid
9084   * winbind enable local accounts
9085   * winbind trusted domains only
9086   * template primary group
9087   * enable rid algorithm
9089   LDAP
9090   ----
9091   * ldap delete dn
9092   * ldap group suffix
9093   * ldap idmap suffix
9094   * ldap machine suffix
9095   * ldap passwd sync
9096   * ldap replication sleep
9097   * ldap user suffix
9098   
9099   General Configuration
9100   ---------------------
9101   * preload modules
9102   * private dir
9104 Modified Parameters (changes in behavior):
9106   * encrypt passwords (enabled by default)
9107   * mangling method (set to 'hash2' by default)
9108   * passwd chat
9109   * passwd program
9110   * restrict anonymous (integer value)
9111   * security (new 'ads' value)
9112   * strict locking (enabled by default)
9113   * unix extensions (enabled by default)
9114   * winbind cache time (increased to 5 minutes)
9115   * winbind uid (deprecated in favor of 'idmap uid')
9116   * winbind gid (deprecated in favor of 'idmap gid')
9119 Databases
9120 ---------
9122 This section contains brief descriptions of any new databases 
9123 introduced in Samba 3.0.  Please remember to backup your existing 
9124 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
9125 upgrade databases as they are opened (if necessary), but downgrading 
9126 from 3.0 to 2.2 is an unsupported path.
9128 Name                    Description                             Backup?
9129 ----                    -----------                             -------
9130 account_policy          User policy settings                    yes
9131 gencache                Generic caching db                      no
9132 group_mapping           Mapping table from Windows              yes
9133                         groups/SID to unix groups        
9134 winbindd_idmap          ID map table from SIDS to UNIX          yes
9135                         uids/gids.
9136 namecache               Name resolution cache entries           no
9137 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
9138                         returned as part of a successful
9139                         net_sam_logon request 
9140 printing/*.tdb          Cached output from 'lpq                 no
9141                         command' created on a per print 
9142                         service basis
9143 registry                Read-only samba registry skeleton       no
9144                         that provides support for exporting
9145                         various db tables via the winreg RPCs
9148 Changes in Behavior
9149 -------------------
9151 The following issues are known changes in behavior between Samba 2.2 and 
9152 Samba 3.0 that may affect certain installations of Samba.
9154   1)  When operating as a member of a Windows domain, Samba 2.2 would 
9155       map any users authenticated by the remote DC to the 'guest account'
9156       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
9157       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
9158       current work around to re-establish the 2.2 behavior.
9159       
9160   2)  When adding machines to a Samba 2.2 controlled domain, the 
9161       'add user script' was used to create the UNIX identity of the 
9162       machine trust account.  Samba 3.0 introduces a new 'add machine 
9163       script' that must be specified for this purpose.  Samba 3.0 will
9164       not fall back to using the 'add user script' in the absence of 
9165       an 'add machine script'
9166   
9168 ######################################################################
9169 Passdb Backends and Authentication
9170 ##################################
9172 There have been a few new changes that Samba administrators should be
9173 aware of when moving to Samba 3.0.
9175   1) encrypted passwords have been enabled by default in order to 
9176      inter-operate better with out-of-the-box Windows client 
9177      installations.  This does mean that either (a) a samba account
9178      must be created for each user, or (b) 'encrypt passwords = no'
9179      must be explicitly defined in smb.conf.
9180     
9181   2) Inclusion of new 'security = ads' option for integration 
9182      with an Active Directory domain using the native Windows
9183      Kerberos 5 and LDAP protocols.
9185      MIT Kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
9186      type which is neccessary for servers on which the 
9187      administrator password has not been changed, or Kerberos-enabled 
9188      SMB connections to servers that require Kerberos SMB signing.
9189      Besides this one difference, either MIT or Heimdal Kerberos
9190      distributions are usable by Samba 3.0.
9191      
9193 Samba 3.0 also includes the possibility of setting up chains
9194 of authentication methods (auth methods) and account storage 
9195 backends (passdb backend).  Please refer to the smb.conf(5) 
9196 man page for details.  While both parameters assume sane default 
9197 values, it is likely that you will need to understand what the 
9198 values actually mean in order to ensure Samba operates correctly.
9200 The recommended passdb backends at this time are
9202   * smbpasswd - 2.2 compatible flat file format
9203   * tdbsam - attribute rich database intended as an smbpasswd
9204     replacement for stand alone servers
9205   * ldapsam - attribute rich account storage and retrieval 
9206     backend utilizing an LDAP directory.  
9207   * ldapsam_compat - a 2.2 backward compatible LDAP account 
9208     backend
9209     
9210 Certain functions of the smbpasswd(8) tool have been split between the 
9211 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
9212 utility.  See the respective man pages for details.
9213     
9214      
9215 ######################################################################
9216 LDAP
9217 ####
9219 This section outlines the new features affecting Samba / LDAP 
9220 integration.
9222 New Schema
9223 ----------
9224   
9225 A new object class (sambaSamAccount) has been introduced to replace 
9226 the old sambaAccount.  This change aids us in the renaming of 
9227 attributes to prevent clashes with attributes from other vendors.  
9228 There is a conversion script (examples/LDAP/convertSambaAccount) to 
9229 modify and LDIF file to the new schema.
9230   
9231 Example:
9232   
9233   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
9234   $ convertSambaAccount --sid=<Domain SID> \
9235     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
9236     --changetype=[modify|add]
9237         
9238 The <DOM SID> can be obtained by running 'net getlocalsid 
9239 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
9240 the format of the generated LDIF output--either create new entries 
9241 or modify existing entries.
9242     
9243 The old sambaAccount schema may still be used by specifying the 
9244 "ldapsam_compat" passdb backend.  However, the sambaAccount and
9245 associated attributes have been moved to the historical section of
9246 the schema file and must be uncommented before use if needed.
9247 The 2.2 object class declaration for a sambaAccount has not changed
9248 in the 3.0 samba.schema file. 
9249   
9250 Other new object classes and their uses include:
9251   
9252   * sambaDomain - domain information used to allocate rids 
9253     for users and groups as necessary.  The attributes are added
9254     in 'ldap suffix' directory entry automatically if 
9255     an idmap uid/gid range has been set and the 'ldapsam'
9256     passdb backend has been selected.
9257       
9258   * sambaGroupMapping - an object representing the 
9259     relationship between a posixGroup and a Windows
9260     group/SID.  These entries are stored in the 'ldap 
9261     group suffix' and managed by the 'net groupmap' command.
9262     
9263   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
9264     automatically and contains the next available 'idmap uid' and 
9265     'idmap gid'
9266     
9267   * sambaIdmapEntry - object storing a mapping between a 
9268     SID and a UNIX uid/gid.  These objects are created by the 
9269     idmap_ldap module as needed.
9271   * sambaSidEntry - object representing a SID alone, as a Structural
9272     class on which to build the sambaIdmapEntry.
9274     
9275 New Suffix for Searching
9276 ------------------------
9277   
9278 The following new smb.conf parameters have been added to aid in directing
9279 certain LDAP queries when 'passdb backend = ldapsam://...' has been
9280 specified.
9282   * ldap suffix         - used to search for user and computer accounts
9283   * ldap user suffix    - used to store user accounts
9284   * ldap machine suffix - used to store machine trust accounts
9285   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
9286   * ldap idmap suffix   - location of sambaIdmapEntry objects
9288 If an 'ldap suffix' is defined, it will be appended to all of the 
9289 remaining sub-suffix parameters.  In this case, the order of the suffix
9290 listings in smb.conf is important.  Always place the 'ldap suffix' first
9291 in the list.  
9293 Due to a limitation in Samba's smb.conf parsing, you should not surround 
9294 the DN's with quotation marks.
9297 IdMap LDAP support
9298 ------------------
9300 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
9301 following options would inform Samba that the idmap table should be
9302 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
9303 dc=org" partition.
9305  [global]
9306     ...
9307     idmap backend     = ldap:ldap://onterose/
9308     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
9309     idmap uid         = 40000-50000
9310     idmap gid         = 40000-50000
9312 This configuration allows winbind installations on multiple servers to
9313 share a uid/gid number space, thus avoiding the interoperability problems
9314 with NFS that were present in Samba 2.2.
9315     
9318 ######################################################################
9319 Trust Relationships and a Samba Domain
9320 ######################################
9322 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
9323 allocating uids and gids to trusted users and groups.  More
9324 information regarding Samba's support for establishing trust 
9325 relationships can be found in the Samba-HOWTO-Collection included
9326 in the docs/ directory of this release.
9328 First create your Samba PDC and ensure that everything is 
9329 working correctly before moving on the trusts.
9331 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
9332 4.0 domain named WINDOWS:
9334   1) create the trust account for SAMBA in "User Manager for Domains"
9335   2) connect the trust from the Samba domain using
9336      'net rpc trustdom establish GLASS'
9338 To create a trustlationship with SAMBA as the trusted domain:
9340   1) create the initial trust account for GLASS using
9341      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
9342      account for GLASS$ prior to this step (depending on your
9343      local configuration).
9344   2) connect the trust from a WINDOWS DC using "User Manager
9345      for Domains"
9347 Now join winbindd on the Samba PDC to the SAMBA domain using
9348 the normal steps for adding a Samba server to an NT4 domain:
9349 (note that smbd & nmbd must be running at this point)
9351    root# net rpc join -U root
9352    Password: <enter root password from smbpasswd file here>
9354 Start winbindd and test the join with 'wbinfo -t'.
9356 Now test the trust relationship by connecting to the SAMBA DC
9357 (e.g. POGO) as a user from the WINDOWS domain:
9359    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
9360    Password:
9362 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
9364    $ smbclient //crystal/netlogon -U root -W WINDOWS
9365    Password:
9367 ######################################################################
9368 Changes in Winbind
9369 ##################
9371 Beginning with Samba3.0.0beta3, winbindd has been given new account
9372 manage functionality equivalent to the 'add user script' family of
9373 smb.conf parameters.  The idmap design has also been changed to 
9374 centralize control of foreign SID lookups and matching to UNIX 
9375 uids and gids.
9378 Brief Description of Changes
9379 ----------------------------
9381 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
9382    reverted to the 2.2.x design.  This means that when resolving a 
9383    SID to a UID or similar mapping:
9385         a) First consult winbindd
9386         b) perform a local lookup only if winbindd fails to
9387            return a successful answer
9389    There are some variations to this, but these two rules generally
9390    apply.
9392 2) All idmap lookups have been moved into winbindd.  This means that
9393    a server must run winbindd (and support NSS) in order to achieve
9394    any mappings of SID to dynamically allocated UNIX ids.  This was
9395    a conscious design choice.
9397 3) (OBSOLETE) New functions have been added to winbindd to emulate 
9398    the 'add user script' family of smbd functions without requiring 
9399    that external scripts be defined.  This functionality is controlled 
9400    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
9401    by default).
9403    However, this account management functionality is only supported 
9404    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
9405    must be shared among multiple Samba servers (such as a PDC and BDCs), 
9406    it will be necessary to define your own 'add user script', et. al.
9407    programs that place the accounts/groups in some form of directory
9408    such as NIS or LDAP.  This requirement was deemed beyond the scope
9409    of winbind's account management functions.  Solutions for 
9410    distributing UNIX system information have been deployed and tested 
9411    for many years.  We saw no need to reinvent the wheel.
9413 4) A member of a Samba controlled domain running winbindd is now able 
9414    to map domain users directly onto existing UNIX accounts while still
9415    automatically creating accounts for trusted users and groups.  This
9416    behavior is controlled by the 'winbind trusted domains only' smb.conf
9417    parameter (disabled by default to provide 2.2.x winbind behavior).
9419 5) Group mapping support is wrapped in the local_XX_to_XX() functions
9420    in smbd/uid.c.  The reason that group mappings are not included
9421    in winbindd is because the purpose of Samba's group map is to
9422    match any Windows SID with an existing UNIX group.  These UNIX
9423    groups can be created by winbindd (see next section), but the
9424    SID<->gid mapping is retreived by smbd, not winbindd.
9427 Examples
9428 --------
9430 * security = server running winbindd to allocate accounts on demand
9432 * Samba PDC running winbindd to handle the automatic creation of UNIX
9433   identities for machine trust accounts
9435 * Automtically creating UNIX user and groups when migrating a Windows NT
9436   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
9437   'net rpc vampire' for this to work.
9439    
9440 ######################################################################
9441 Known Issues
9442 ############
9444 * There are several bugs currently logged against the 3.0 codebase
9445   that affect the use of NT 4.0 GUI domain management tools when run
9446   against a Samba 3.0 PDC.  This bugs should be released in an early 
9447   3.0.x release.
9449 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
9450 filed against the Samba 3.0 codebase.
9453 ######################################################################
9454 Reporting bugs & Development Discussion
9455 #######################################
9457 Please discuss this release on the samba-technical mailing list or by
9458 joining the #samba-technical IRC channel on irc.freenode.net.
9460 If you do report problems then please try to send high quality
9461 feedback. If you don't provide vital information to help us track down
9462 the problem then you will probably be ignored.  
9464 A new bugzilla installation has been established to help support the 
9465 Samba 3.0 community of users.  This server, located at 
9466 https://bugzilla.samba.org/, has replaced the older jitterbug server 
9467 previously located at http://bugs.samba.org/.