r15145: add some more to the release notes (please review)
[Samba.git] / WHATSNEW.txt
blobc6d89763519df0867a6b4bec03754ace368178f0
1                    ==================================
2                    Release Notes for Samba 3.0.23pre1
3                                Apr 20, 2006
4                    ==================================
6 This is a preview release of the Samba 3.0.23 code base and
7 is provided for testing only.  This release is *not* intended
8 for production servers.  There has been a substantial amount
9 of development since the 3.0.21 series of stable releases.
10 We would like to ask the Samba community for help in testing
11 these changes as we work towards the next significant production
12 upgrade Samba 3.0 release.
14 There has been a substantial amount of cleanup work done 
15 during this development cycle.  Two weeks of development time
16 was dedicated to fixing bugs reported by the Coverity source 
17 code scans.  Details can be found at in the following two 
18 articles:
20         http://news.samba.org/#coverity_zero_bugs 
21         http://news.samba.org/#zdnet_quick_response
23 New features introduced in 3.0.23pre1 include:
25   o New offline mode in winbindd.
26   o New kerberos support for pam_winbind.so.
27   o New handling of unmapped users and groups. 
28   o New non-root share management tools.
29   o Improved support for local and BUILTIN groups.
32 User and Group changes
33 ======================
35 The user and group internal management routines have been rewritten
36 to prevent overlaps of assigned Relative Identifiers (RIDs).  
37 Unmapped users are assigned a SID in the S-1-22-1 domain now and
38 unmapped groups are assigned a SID in the S-1-22-2 domain.
39 This means that it is possible on upgraded Samba domain controllers
40 that this could cause problems with the ACLs assigned to files or 
41 directories copied from a file share to a local NTFS formatted disk 
42 partition.  Upgrading procedures are still under development.
44 There has also been a minor update the Samba LDAP schema file.
45 A substring matching rule has been added to the sambaSID
46 attribute definition.  This will require, for example, the addition 
47 of 'index sambaSID sub' to an OpenLDAP server's slapd.conf 
48 configuration file.  It will be necessary to run slapindex after 
49 making this change.
52 ######################################################################
53 Changes
54 #######
56 Changes since 3.0.21/22
57 -----------------------
59 smb.conf changes
60 ----------------
62     Parameter Name                      Action
63     --------------                      ------
64     acl group control                   Deprecated
65     add port command                    New
66     dmapi support                       New
67     dos filemode                        Modified behavior
68     enable asu support                  New default (no)
69     enable privileges                   New default (yes)
70     enable rid algorithm                Removed
71     fam change notify                   New
72     host msdfs                          New default (yes)
73     msdfs root                          New default (yes)
74     open files database hash size       New
75     strict locking                      New default (auto)
76     usershare max shares                New
77     usershare owner only                New
78     usershare path                      New
79     usershare prefix allow list         New
80     usershare prefix deny list          New
81     usershare template share            New
82     winbind enum users                  New default (no)
83     winbind enum groups                 New default (no)
84     winbind nested groups               New default (yes)
85     winbind offline logon               New
86     winbind refesh tickets              New
87     winbind max idle children           Removed
90 commits
91 -------
92 o   Jeremy Allison <jra@samba.org>
93     * BUG 3467: Fix delete on close semantics needed by WinXP Media 
94       Center Ed. for simultaneous recording and playback (thanks to 
95       Jason Qian for the debugging assistance).
96     * BUG 3347: Save the Unix user token used to set the 
97       delete-on-close flag.
98     * Fix parsing of SAMR_Q_CONNECT_ANON.
99     * Add in support for userinfo26 structure and re-enable 
100       userinfo25 
101     * Schannel server fixes.  Fix the credentials chaining across 
102       \netlogon pipe disconnects.
103     * Replace ubqix code in nmbd with an internal tdb.
104     * Fix struct timespec checks in configure.in.
105     * Add in server support for the NetSamLogonEx().
106     * Add support for LsaLookupSids2() and LsaLookupSids3().
107     * Add LsaLookupNames[2-4]().
108     * Add support for 'net usershare'.
109     * BUG 3522: Fix error code return on SMBmkdir(foo) when foo 
110       already exists (thanks to Sandeep Tamhankar).
111     * BUG 3510: Fix 'net rpc join' against a server when 
112       schannel is disabled.
113     * Get rid of poor errno mapping table. Bounce through NTSTATUS 
114       instead.
115     * Check for SeMachineAccountPrivilege when deleting machine 
116       accounts.
117     * Fix a logic bug with multiple oplock contention.
118     * Add the replacements for opendir/readdir etc from SAMBA_4_0.
119       Attempt to fix the broken directory handling in the *BSD.
120     * Allow run time tuning of the locking tdb hash size for
121       very busy servers.
122     * BUG 3642: Ensure we don't call FD_SET on read with 
123       fd == -1.
124     * BUG 3569: Work around linear posix locking issue on AIX
125       which was causing high loads due to the tdb CLEAR_IF_FIRST
126       flag (based on work from William JoJo).
127     * Fix OS/2 directory delete bug found by kukks.
128     * Match the Windows 2003 NTLMSSP signature.
129     * Performance tuning work in core read & write file serving 
130       paths.
131     * Change default to 'strict locking' to better reflect 
132       real world clients.
133     * Fix error return on session setup. Ensure no data blob is 
134       added if the logon call failed so that Windows clients 
135       interpret the NT_STATUS code correctly.
136     * Teach Samba the difference between exclusive and batch 
137       oplocks.
138     * BUG 3592: Ignore a file in a smbtar output if the first 
139       read fails (inspired by Justin Best).
142 o   Alexander Bokovoy <ab@samba.org>
143     * Fix 'smbcontrol shutdown' messages for nmbd and winbindd.
146 o   Max N. Boyarov <m.boyarov@sam-solutions.net>
147     * Fix crash bug in perfmon daemon example code.
150 o   Gerald (Jerry) Carter <jerry@samba.org>
151     * Rewrite of tdbsam file descriptor handling.
152     * Add server affinity support when selecting a remote 
153       domain controller.
154     * Remove chaining of passdb modules.
155     * Generate a local users primary group SID based on his 
156       or her primary Unix group rather than storing the attribute 
157       in the passdb entry.
158     * Default primary group SID to 'Domain Users' if the real Unix 
159       primary group maps to the S-1-22-2 domain.
160     * Refactor memory management in passdb user objects.
161     * RHEL and Fedora packaging fixes.
162     * Implement XcvDataPort() spooler call and supporting 'add 
163       port command'.
164     * BUG 3534: Ignore lines in the username map file with no right 
165       hand list.
166     * Add support for the experimental %(DomainSID) smb.conf 
167       variable.
168     * Add support for parsing SIDs in smb.conf value lists.
169     * Fix vuid allocation in Kerberos SMBsessetup reply. 
170     * Ensure that local group membership is included in the 
171       getgroups() NSS reply.
172     * Automatically create a BUILTIN\{Administrators,Users} if
173       winbindd is running.
174     * Automatically grant all privileges to members of the local 
175       Administrators group.
176     * Protect against NULL cli_state* pointers in 
177       cli_rpc_pipe_open().
178     * Add a SUBSTR matching rule the the Samba LDAP schema 
179       file for the sambaSID attribute.  This will allow for 
180       Searching group mapping entries within a given domain
181       without reorganizing the directory namespace.  Also 
182       requires 'index sambaSID sub' in slapd.conf.
183     * Fix parsing of 'idmap uid/gid' values that broke when
184       the range included any whitespace.
185     * Support renaming local groups (protect against renaming 
186       BUILTIN groups).
187     * Do not allow the root account to be deleted via MS-RPC.
188     * Fix RID allocation to skip over RIDs that resolve in our
189       own domain (work around upgraded users and groups).
190     * Store the name/ip address combination when we do a reverse 
191       look up in case future forward lookups would fail.
192       Fixes cases where a DC name could not be resolved via 
193       NetBIOS queries,
194     * Allow winbindd to run on standalone servers in order to
195       provide support for local groups.
196     * Deprecate 'acl group control' and replace it with added 
197       functionality to 'dos filemode'.
198     * Ensure that all global memory is freed from pam_winbind 
199       when unloading the shared library (based on work from Arkady 
200       Glabek).
201     * Fix 32-bit/64-bit portability issues between PAM & NSS winbind 
202       libraries and winbindd.
203     * Add defensive checks about create local accounts (i.e. calling
204       'add user script') on domain member servers when winbindd
205       is running but having problems.
208 o   Guenther Deschner <gd@samba.org>
209     * Enhancements to various commands in rpcclient 
210     * Don't force 'Administrator' to change an expired password on 
211       logon.
212     * Add support for offline mode in winbindd.
213     * Provide support in pam_winbind for initializing a user's 
214       ticket cache.
215     * Implement samr_chgpasswd_user3 server-side.
216     * Make pam_winbind more robust when detecting domain users.
217     * Add client side support for SAMR_GET_USRDOM_PWINFO.
218     * Re-enable strict checking on C++ reserved keywords since Heimdal 
219       0.7.2 has been released.
220     * Allow renaming of machine accounts in a Samba domain.
221     * BUG 3539: Let winbindd try to obtain the gecos field from 
222       the msSFU30Gecos attribute when "winbind nss info = sfu" is 
223       set. 
224     * Correctly handle acb_info/acct_flags as uint32 not as uint16.
225     * Return the real ACB-flags in the SamLogon() reply.
226     * Some client side cleanup for the samr set security object 
227       functions.
228     * Make sure we always reset the userAccountControl bits when 
229       re-joining (net ads join) with an existing account.
230     * Document some more MSV1_0 bits and their behavior.
231     * Only set the last rebind timestamp when we did rebind 
232       after a update LDAP operation to avoid the ldap replication 
233       sleep period.
234     * Fix incorrect error checking in winbindd for domains with 
235       no trusts.
236     * Consolidate the parsing of the Krb5 PAC and NET_USER_INFO3 
237       structure.
238     * Work around crash bug in MIT krb5 libs when reading a 
239       keytab file.  Stop trying to decrypt a ticket as soon as 
240       we have a clear indication that the ticket is bad.
241     * Merge DCERPC_FAULT constants from the SAMBA_4_0 tree.
242     * Adding client side samr querygroup infolevels 2 & 5.
243     * Make smbpasswd -a root work for eDirectory where there 
244       is no "account" structural objectclass.
245     * Make sure we only send out a CLDAP request (net ads) to 
246       an connected AD server.
247     * Fix a broken LDAP search filter when looking for groups.
248     * Add in-tree version of iniparser library from 
249       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
250       (rather than linking in loadparm.c).  Settings are now stored
251       in /etc/security/pam_winbind.conf.
254 o   Mathias Dietz <MDIETZ@de.ibm.com>
255     * EPERM can be a valid return from getting an xattr. 
256       Don't disable if we get it.
259 o   Aleksey Fedoseev <aleksey@fedoseev.net>
260     * Fix crash bug in the file locking code.
263 o   Arek Glabek <aglabek@centeris.com>
264     *  Fix parsing error on input parameters in eventlogadm.
267 o   Bjoern Jacke <bjacke@sernet.de>.
268     * Fix EA support on AIX platforms.
269     * Automatically disable file shares with no explicit path set.
270     * Remove the local hack to set the RO bit on directories in 
271       user profiles when profile acls = yes.  Rely on EAs instead.
272     * Compile fixes for Solaris LDAP client libs.
273     * Add DMAPI/XDSM support for AIX.
274     * Find JFS DMAPI libs on Linux when only they are available.
277 o   William JoJo <jojowil@hvcc.edu>
278     * Fix VFS builds on AIX platforms.
281 o   Volker Lendecke <vl@samba.org>
282     * Dynamically compute the maximum password age based no the 
283       last change time rather than reading the must change time 
284       from the passdb record.
285     * Rewrite mechanisms for handling lookup_{name,sid} resolution.
286     * Assign unmapped users to the S-1-22-1 domain and unmapped 
287       groups to the S-1-22-2 domain
288     * Disable algorithmic mapping for RIDs in tdbsam & ldapsam
289     * Remove sql passdb backends.
290     * Implement rpccli_samr_set_domain_info()
291     * Add initial support for 'net sam' command.
292     * BUG 2413: Remove anonymous connections in 'net rpc info'.
293     * Implement asynchronous support for trans2 calls.
294     * Make smbclient -L use RPC to list shares, fall back to RAP.
295     * Merge tdb code (including transactional support) from 
296       the SAMBA_4_0 tree.
297     * Unsure that the global SAM SID is initialized before any
298       dependent routines are called.
299     * Enhance consistency checks on local configuration when joining
300       a domain.
303 o   Derrell Lipman <derrell@samba.org>
304     [libsmbclient]
305     * Fix bug causing previous settings to be re-initialized 
306       when parsing new configuration files.
307     * BUG 3446: Don't ignore the authentication domain when parsing 
308       the SMB URI.
309     * Fix cli_setpathinfo() to actually do what it's supposed to.
310     * Fix libsmbclient to make correct use of the new "one connection
311       per server feature".
314 o   Jason Mader <jason@ncac.gwu.edu>
315     * Compiler warning fixes.
318 o   Jim McDonough <jmcd@us.ibm.com>
319     * Prevent machines and users with no home directory from 
320       getting the previous entries home path when migrating via 
321       'net rpc vampire' (based on a patch from Richard Renard).
322     * Remove hard-coded LDIF names when dumping a migrated 
323       domain's users and groups.
324     * BUG 1374: Can't join an OU with name that contains '#'.
327 o   Stefan Metzmacher <metze@samba.org>
328     * Add improved support for 'make test' including making 
329       use of smbtorture from SAMBA_4_0.
330     * Add --no-process-group to all server programs 
331       (e.g. timelimit 20000 bin/nmbd -F -S --no-process-group).
332     * Add configure tests --with-selftest-prefix=/tmp/samba-test
335 o   Lars Müller <lmuelle@samba.org>
336     * Add -k switch to tdbdump for accessing a single key.
337     * Debian packaging fixes.
338     * Add -t|--password-from-stdin option to pdbedit as we had 
339       with Samba 2.2.
340     * Various minor fixes to install scripts used by 'make install'.
343 o   James Peach <jpeach@sgi.com>
344     * Add support for FAM for file change notification.
345     * Disable sendfile if the 'write cache;' has been enabled.
346     * Refactor capability interface from being IRIX-specific to 
347       using only the POSIX interface.
348     * Consolidate core dumping code to aid in debugging.
349     * Add support for libunwind to generating a backtrace.
350     * BUG 3490: Don't test for ldap or krb5 libs if --without-ldap
351       and --without-ads are specified.
352     * Allow the user to set winbind nss timeouts in seconds on IRIX.
355 o   Simo Sorce <idra@samba.org>
356     * Ensure that sid -> group conversion are done as root.
357     * BUG 3413: Sanity check for existence of 'ldap admin 
358       dn' before setting a password in secrets.tdb (based on
359       work by William Jojo).
360     * New revision of the snprintf replace code.
363 o   ISHIKAWA Tomonori <toishika@fsi.co.jp>
364     * BUG 2715: Fix nmbd datagram comment buffer size for multibyte 
365       character strings
368 Release Notes for older release follow:
370       --------------------------------------------------
371                    ==============================
372                    Release Notes for Samba 3.0.22
373                             Mar 30, 2006
374                    ==============================
376 This is a security release of Samba. The Samba 3.0.21 release 
377 series (including the patch releases a through c) has been 
378 discovered to expose the clear text of the server's machine 
379 account credentials in the winbind log files when the log 
380 level is set to 5 or higher.  This defect has been assigned 
381 the CVE number CAN-2006-1059.
383 Summary
384 =======
386 The machine trust account password is the secret shared
387 between a domain controller and a specific member server.
388 Access to the member server machine credentials allows
389 an attacker to impersonate the server in the domain and 
390 gain access to additional information regarding domain 
391 users and groups.
393 The winbindd daemon included in Samba 3.0.21 and subsequent
394 patch releases (3.0.21a-c) writes the clear text of server's
395 machine credentials to its log file at level 5.  The winbindd
396 log files are world readable by default and often log files
397 are requested on open mailing lists as tools used to debug
398 server misconfigurations.
400 This affects servers configured to use domain or ads security
401 and possibly Samba domain controllers as well (if configured
402 to use winbindd).
404 =======
406       --------------------------------------------------
408                    ===============================
409                    Release Notes for Samba 3.0.21c
410                               Feb 24, 2006
411                    ===============================
413 Common bugs fixed in 3.0.21c include:
415   o Access checks when deleting printer driver meta-data.
416   o Several non-default combinations schannel and SPNEGO support.
417   o Password changes with NT4 and Win2k pre-SP4 clients.
418   o High load issues on IRIX caused by a bug when interfacing 
419     with kernel oplocks.
422 ######################################################################
423 Changes
424 #######
426 Changes since 3.0.21b
427 ---------------------
429 commits
430 -------
431 o   Michael Adam <ma@SerNet.DE>
432     * Add popt to the include path for examples/VFS.
435 o   Jeremy Allison <jra@samba.org>
436     * Fix bug in the USC2 macros on big-endian CPUs.
437     * Filter deleted oplocks from the output of smbstatus.
438     * Remove invalid test check_for_pipe().
439     * BUG 3515: Fix kernel oplock support on IRIX.
440     * BUG 3522: Fix return value for mkdir request when the directory
441       already exists.
442     * BUG 3526: Add missing FindNext info levels (diagnosed by Corinna 
443       Vinschen).
444     * BUG 3330: Fix username parsing in Kerberos PAC (based on work 
445       by Guenther).
446     * BUG 3512: Fix cause of "use spnego=no" and "server signing=auto" 
447       resulting in a client disconnect after negprot.
448     * BUG 3510: Fix 'net join' against a server with client schannel 
449       disabled.
450     * Fix negprot bug causing a 2k client with cached domain 
451       credentials to refuse to connect to a standalone Samba host.
452     * Ensure that the correct error is checked when encountering a 
453       socket error (fixes crashes in winbindd).
456 o   Andrew Bartlett <abartlet@samba.org>
457     * Fix domain joins from NT4 clients and password changes.
460 o   Richard Bollinger <rabollinger@gmail.com>.
461     * Compile fix in pdbedit.
464 o   Gerald (Jerry) Carter <jerry@samba.org>
465     * Break RHEL/Fedora packaging out to include a samba-docs rpm.
466     * Remove use of /var/cache/samba from RHEL/Fedora packaging.
467     * Fix bug in loadparm.c that caused builtin services to be also
468       listed as external services (e.g. Spooler, NETLOGON, etc..).
469     * Fix bug in the samr dispinfo enumeration code.
470     * Add earlier checks to deny deleting a printer driver meta-data.
473 o   Guenther Deschner <gd@samba.org>
474     * Add Account Policy LDAP attributes for eDirectory schema.
477 o   William JoJo <jojowil@hvcc.edu>
478     * BUG 1870: Make nmblookup do a node status on all IP's when 
479       requested.
480     * BUG 2353: Fix clitar -F processing.
483 o   Volker Lendecke <vl@samba.org>
484     * Fix the build for --with-aio-support.
485     * Fix remote password changing if password must change is set.
486     * Fix rpcclient to obey the -W parameter.
487     * Fix segv in smbmount and the profiles tool.
488     * Fix typo in pdbedit help text (reported by Karolin Seeger).
491 o   Vladimir Lettiev
492     * Honour the $(DESTDIR) Makefile variable when installing 
493       Python extensions.
496 o   Jason Mader <jason@ncac.gwu.edu>
497     * Compiler warning fixes.
500 o   Lars Müller <lmuelle@samba.org>
501     * Fix python build with older python versions.
502     * Update dhcp.conf files in Debian packaging
503     * SWAT welcome file updates
504     * Compiler warning fixes.
505     * Add .2 to the SONAME as version suffix if we link the nss 
506       modules on linux.
507     * Add -t|--password-from-stdin option to pdbedit.
510 o   James Peach <jpeach@sgi.com>
511     * Continue not enabling valgrind on 64-bit Linux.
514 o   Tim Potter <tpot@samba.org>
515     * Remove unused #defines.
518 o   Simo Sorce <idra@samba.org>
519     * Debian packaging updates.
522 o   Qiao Yang <qyang@stbernard.com>
523     * Make sure to refresh the timestamp on entries in the failed 
524       connection code in winbindd.
527       --------------------------------------------------
528                    ===============================
529                    Release Notes for Samba 3.0.21b
530                               Jan 30, 2006
531                    ===============================
533 Common bugs fixed in 3.0.21b include:
535   o Server crashes in smbd.
536   o Compile issues on 64-bit platforms.
537   o Crash bugs on big-endian systems.
538   o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
539   o Over 30 bugzilla reports closed.
542 ######################################################################
543 Changes
544 #######
546 Changes since 3.0.21a
547 ---------------------
549 commits
550 -------
551 o   Jeremy Allison <jra@samba.org>
552     * Fix the SAMR cache across handles opens and closes.
553     * Re-add the talloc_describe_all() function for reporting pool 
554       usage.
555     * Merge talloc license change from Samba 4.
556     * Fix 64-bit compile warnings reported by gcc.
557     * Add the share path into the sharemode db. 
558     * Consistency fixes: Remove use of uint8_t -> uint8.
559     * BUG 3346: Fix crash bug in big-endian boxes by linearizing 
560       structure when passing through the messaging API.
561     * BUG 3421: Fix segv in the kerberos key tab code (Thanks to 
562       Luke Deller).
563     * Force smbd to exit if the guest account internal setup fails.
564     * BUG 3419: vfs_full_audit fixes for multiple connections.
565     * Ensure SWAT lists running processes.
566     * Fix NTLMv2 interoperability bug between Samba servers.
567     * Oplock break logic fixes.
570 o   Andrew Bartlett <abartlet@samba.org>
571     * BUG 3401: Fix crash bug caused by incorrect handling of weak 
572       session keys.  Based on original patch from Yau Lam Yiu.
575 o   Alexander Bokovoy <ab@samba.org>
576     * BUG 3397: Add USER_INFO_9 for SMS 2003 support (ported from 
577       Samba TNG code).
580 o   Stefan Burkei <stefan@burkei.de>
581     * BUG 3248: When doing auth_crap authentication use the client 
582       given workstation name not our own.
585 o   Gerald (Jerry) Carter <jerry@samba.org>
586     * Fixing net rpc registry enumerate from overwriting the open 
587       subkey handle.
588     * BUG 3380: fix crash when changing printer drivers.
589     * BUG 3391: ensure we can lookup account policies for failed 
590       logons.
591     * Adding query/set ops for security descriptors on services.
592     * BUG 3329: Solaris packaging fixes.
593     * Better formatting for smbstatus output (based on patch from
594       Adam Neilson).
595     * Hook the max connections spin box in the share properties 
596       MMC plug-in dialog to the 'max connections' smb.conf parameter
597       and the 'modify share command' option.
598     * Work around building libnss_winbind.so on Solaris when 
599       --enable-developer is specified.
600     * Add vendor patch level string to VERSION.
601     * Consolidate packaging for RHEL4 and Fedora based on initial
602       work by jht.  
605 o   Albert Chin <@thewrittenword.com>
606     * BUG 3374: Build failures on True64.
609 o   Guenther Deschner <gd@samba.org>
610     * Fill in samr_get_dom_pwinfo based on Samba4.
611     * Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
612     * Fixes for adssearch.pl example script.
613     * Prevent 'net rpc' from dumping clear text password at high log 
614       levels unless built with DEBUG_PASSWORD.
615     * Fix 'net ads user add' with a Windows 2003 SP1 DC.
616     * Fix python build.
617     * Fix segfault in pdb_nds.c.
618     * Don't write null sid mappings into the winbindd_cache.tdb.
619     * Save sid_to_name lookup result in winbindd already after doing 
620       a successful name_to_sid.
621     * BUG 3390: Fix segfault in "net rpc vampire|samdump".
622     * BUG 1524, 3205: Support changing expired passwords in 
623       pam_winbindd.
624     * Fix netfileenum returning WERR_BUF_TOO_SMALL in rpcclient.
625     * BUG 3264: Allow idmap_ad to load as 'ad'.  Cleanup the way 
626       idmap modules are build and loaded, idmap_rid now will have 
627       to be loaded without prefix, just "rid".
628     * Prevent cli_krb5_get_ticket of getting into an infinite loop. 
631 o   Andrew Esh <Andrew_Esh@adaptec.com>
632     * BUG 1061: Fix nmbd to correctly the path to an lmhosts files 
633       specified on the command line with -H.
636 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
637     * End profile fixes.
638     * BUG 3348: Don't assume owning sticky bit directory means 
639       write access allowed.
640     * Fix double free in on failure path in POSIX acl code.
643 o   Andriy Gapon <avg@icyb.net.ua>
644     * BUG 3458: Fix crash bug in smbd and winbindd caused by 
645       accessing freed memory.
648 o   Björn Jacke <bj@sernet.de>
649     * Configure check for Tru64 EA functions (not yet implemented).
650     * Find Tru64 AIO lib in configure.
651     * Cut-n-paste fixes in configure.in.
654 o   John Janosik <jpjanosi@us.ibm.com>
655     * IBM Tivoli Directory Server schema updates.
658 o   Michael James <michael@james.st>
659     * sid2string fix in adssearch.pl.
662 o   William JoJo <jojowil@hvcc.edu>
663     * BUG 3340: Prevent automatic inclusion of AIO support on AIX.
664     * BUG 3389: Failures on AIX in linking smbd when the symbol 
665       table for ld exceeds 65536 bytes.
666     * Add -W to smbpassword so that the ldap admin dn password does
667       not have to be specified on the command line.
668     * BUG 3408: Fix for external password change programs on AIX.
669     * BUG 1779: 64-bit compile fixes.
672 o   Martin Koeppe <mkoeppe@gmx.de>
673     * BUG 3287: Match SFU behavior for dev/inode numbers.
676 o   Volker Lendecke <vl@samba.org>
677     * BUG 3291: Fix valgrind error in client connection code.
678     * BUG 3292: Prevent smbclient from spinning if server terminates
679       connection.
680     * BUG 3293: Use SMBecho instead of chkpath to keep a smbclient 
681       connection alive smbclient.
682     * Add lookupname to rpcclient query_user as a fallback, we now 
683       accept both rid and username.
684     * Introduce yet another copy of the string_sub function: 
685       talloc_string_sub use by AFS token code in winbindd.
686     * BUG 3351: pdb_mysql again overwrites password fields.
687     * BUG 3384: Fix segv in tdbtool.
688     * Use the same CFLAGS for generating the pch as we use to 
689       actually compile.
690     * Correct typo when compiling the vfs_catia module.
691     * Fix automatic recreation of a new tdb sam file.
694 o   Derrell Lipman <derrell@samba.org>
695     [libsmbclient]
696     * Fix parsing of file times (w_time and m_time were reversed).
697     * Add additional libsmbclient test programs.
698     * BUG 3336: Load networks interfaces in libsmbcliebt after parsing 
699       the configuration files.
700     * Avoid doing a NetBIOS name query for each server and workgroup 
701       enumeration call.
702     * Do not open connection when only looking for cached connection.
703     * BUG 2651: Add option to log debug messages to stderr instead 
704       of stdout.
705     * Added flag to not request authentication information.
706     * Enhancements to smbwrapper example code.
707     * Replace smbwrapper call to dlopen(/lib/libc...) with direct 
708       use of RTLD_NEXT.
711 o   David May <mayd@cygnus.uwa.edu.au>
712     * BUG 3329: Shell scripting portability fixes on 'make test'.
715 o   Tony Mountifield <tony@softins.co.uk>
716     * BUG 3327: fix bad access to gencache.tdb after fork() in 
717       smbmount.
720 o   Lars Müller <lmuelle@samba.org>
721     * BUG 3264: Support backwards compatible setups using 
722       'idmap backend = idmap_rid'.
723     * Add %w macro for the winbind separator.
724     * Convert net command to use stderr for error messages rather 
725       than stdout.
728 o   James Peach <jpeach@sgi.com>
729     * Portability fixes in LDAP code.  Don't use non-static array 
730       initializers.
731     * Support the TCP_FASTACK socket option if it is available. 
732     * Tell the MIPSPro compiler to push DEBUG calls out of line.
735 o   Makr Proehl <m.proehl@science-computing.de>
736     * BUG 1336: Print the server role when calling testparm in 
737       non-verbose mode.
740 o   Simo Sorce <idra@samba.org>
741     * Crackcheck utility enhancement based on patch sent by 
742       Tom Geissler.
743     * BUG 3405: Fix segv in vfs_recycle module on platforms wither 
744       mode_t is not 32-bits.
747 o   John Terpstra <jht@samba.org>
748     * RHEL/Fedora spec file patches.
751       --------------------------------------------------
752                    ===============================
753                    Release Notes for Samba 3.0.21a
754                               Dec 30, 2005
755                    ===============================
757 Common bugs fixed in 3.0.21a include:
759   o Deadlocks when multiple users access an oplocked file 
760     concurrently
763 ######################################################################
764 Changes
765 #######
767 Changes since 3.0.21
768 --------------------
770 commits
771 -------
772 o   Gerald (Jerry) Carter <jerry@samba.org>
773     * RedHat 9 packaging Fixes.
776 o   Guenther Deschner <gd@samba.org>
777     * eDirectory schema syntax fixes.
780 o   Volker Lendecke <vl@samba.org>
781     * BUG 3349: Deadlock caused logic error in oplock code.
783       --------------------------------------------------
784                    ==============================
785                    Release Notes for Samba 3.0.21
786                             Dec 20, 2005
787                    ==============================
789 Common bugs fixed in 3.0.21 include:
791   o Missing groups in a user's token when logging in via kerberos
792   o Incompatibilities with newer MS Windows hotfixes and 
793     embedded OS platforms
794   o Portability and crash bugs.
795   o Performance issues in winbindd.
797 New features introduced in Samba 3.0.21 include:
799   o Complete NTLMv2 support by consolidating authentication
800     mechanism used at the CIFS and RPC layers.
801   o The capability to manage Unix services using the Win32 
802     Service Control API.
803   o The capability to view external Unix log files via the
804     Microsoft Event Viewer.
805   o New libmsrpc share library for application developers.
806   o Rewrite of CIFS oplock implementation.
807   o Performance Counter external daemon.
808   o Winbindd auto-detection query methods when communicating with
809     a domain controller.
810   o The ability to enumerate long share names in libsmbclient 
811     applications.
814 ######################################################################
815 Changes
816 #######
818 smb.conf changes
819 ----------------
821     Parameter Name                      Action
822     --------------                      ------
823     dfree cache time                    New
824     dfree command                       Per share
825     eventlog list                       New
826     iprint server                       New
827     map read only                       New
828     passdb expand explicit              New
829     rename user script                  New
830     reset on zero vc                    New
831     svcctl list                         Renamed from 'enable svcctl'
835 Changes since 3.0.20b
836 ---------------------
838 o   Jeremy Allison <jra@samba.org>
839     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
840     * Added 'map readonly' parameter.
841     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
842       not defined.
843     * Maintain schannel client session keys in volatile 
844       $(privatedir)/schannel_store.tdb.
845     * BUG 2769: Ensure we mangle filenames ending in a space
846     * Catch corner case of renaming a symlinked directory into 
847       itself
848     * Ensure that smb.conf requests for hidden files are honored, 
849       even when DOS attributes are stored in EA's
850     * Add new auth method "auth_script" for calling an external 
851       program
852     * BUG 2152: Fix for mangled filenames when the client does 
853       support long filenames
854     * Rewritten implementation of client and server DCE/RPC infrastructure 
855     * BUG 3192: Adds a "dfree cache time" parameter.
856     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
857       the S_IWGRP mask in the absence of a POSIX ACL.
858     * Remove use of 'long long' in libsmbclient code.
859     * Ensure the new canonicalize_servicename() in name/snum hash 
860       is multi-byte safe.
861     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
862       Bakeyev.
863     * BUG 3216: Put directory opens into the share mode db so we 
864       can treat them similarly to file opens (delete on close, 
865       share mode violations etc.).
866     * Fix bug in name mangling code when case sensitivity is enabled.
867     * Remove external dependencies from the sharemodes library.
868     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
869     * Don't misinterpret wild card characters in file names on disk
870       as they are actually valid characters.
871     * BUG 3223: Fix bug in account policy management when 
872       account_pol.tdb settings have been migrating to an LDAP 
873       backend.
874     * Allow the hash size of the tdb open (locking) database to be 
875       set in local.h.
876     * Fix error code returns on client spoolss code.
877     * Remove unneeded strncpy use.
878     * Fix uninitialized variables warnings.
879     * Cleanup smbcacls security descriptor parsing and error codes.
880     * BUG 3224: Correctly use machine_account_name and client_name 
881       when doing netlogon credential setup.  Fixes winbindd running 
882       on a Samba PDC.
883     * Backport Samba 4 time zone handling.
884     * Fix core dump if setmntent() returns NULL.
885     * Replace old crc32 code with one from the FreeBSD tree.
886     * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
887     * Remove #define of close -> close_fn macro in libsmbclient.
888     * Return early if -1 returned from *BSD EA call (reported by 
889       Timur).
890     * Name space cleanup by marking local functions static.
891     * Move samr enumeration cache from per handle basis to a shared 
892       cache.
893     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
894       OS/2 servers (based on patch from Guenter Kukkukk).
895     * Ensure default applies to new files (reported by Thomas 
896       Neumann).
897     * BUG 3293: Use SMBecho to testing the server in client rather 
898       than SMBchkpath.
899     * Merge talloc fixes from Samba 4 branch.
900     * Add support DCE/RPC cancel operation.
901     * Don't reset attrs to zero in EA get.  Fixes 'hide dot files'
902       when using EA for DOS attributes.
903     * Fix bug in returning remote time (reported by Thomas Bork).
904     * No users or groups to return in BUILTIN domain.
905     * Removed separate "builtin" search enumeration.
906     * Added count_sam_aliases to return the correct alias count.
907     * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
908       eDirectory when accessing the universal password.
909     * Fix deadlock condition in share mode locking code.
910     * Fix logic bug in unix_mask_match().
911     * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
915 o   Rashid N. Achilov <shelton@granch.ru>
916     * Add better service description names to the svcctl code.
919 o   Timur Bakeyev <timur@com.bat.ru>
920     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
923 o   Andrew Bartlett <abartlet@samba.org>
924     * Remove another ancient NTLMSSP implementation.
925     * Allow machine account logons work if the client gives the 
926       appropriate flags. 
929 o   Alexander Bokovoy <ab@samba.org>
930     * Add POSIX statvfs() to VFS api.
933 o   Gerald (Jerry) Carter <jerry@samba.org>
934     * Eventlog and ServiceControl support.
935     * BUG 1051: store the directory path so we can send the full 
936       name in the unlink call from smbclient.
937     * Use reference count strategy for keeping the registry tdb 
938       open.
939     * Convert internal registry objects to new hierarchical talloc
940     * Allow the root user a free pass for access checks in the
941       registry and service control checks.
942     * Sanity checks in the privilege code to prevent empty SID 
943       entries
944     * Add basic infrastructure for 'make test' when the socket 
945       wrapper library is configured at compile time
946     * Convert profiles utility to use the current regfio interface 
947       for reading and writing user profiles
948     * Remove netsamlogon_cache interface
949     * Ensure that print jobs are removed even when the cancel 
950       command is received before the print cache has been updated
951     * Fix linking problem on Solaris when including ACL support.
952     * Give root a free pass to open the eventlog tdb files.
953     * Fix segfault in addprinter due to mixing talloc() and 
954       malloc()'d memory.
955     * fix invalid read reported by valgrind in the spoolss 
956       backchannel connection.
957     * Remove use of 'long long' in perfcounter registry code.
958     * BUG 3201: make sure request structure is cleared prior to 
959       sending the request to winbindd.
960     * Don't count open pipes in the num_files_open on a connection
961       (regression from Samba 2.2).
962     * Ensure servername hashing code normalizes the name.
963     * Fix checks for connect() in -lnsl[_s].
964     * Convert eventlog API to use NTSTATUS return codes rather 
965       than WERROR.
966     * Fix segv in winbindd caused by an uninitialized variable 
967       in winbindd_dual_getsidaliases().
968     * Allow winbindd to select the appropriate backend methods
969       based on the DC attributes and not the security parameter.
970     * Re-add the netsamlogon_cache tdb and ensure that user entries
971       are updated from the PAC data during kerberos ticket 
972       validation.
973     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
974       by mangling machine names in sub_set_smb_name().
975     * Add smbget to the list of tools built by default.
976     * Fix clearing of eventlog tdb files.
977     * Fix sequential reads in eventlog support.
978     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
979       is Win9x.
980     * Fix build issues with the Sun compiler.
981     * BUG 3156: Don't use find_service() when explicitly looking 
982       for a printer.
983     * Fix nss_winbind_solaris.c build breakage on HP-UX.
984     * Initialize the local group description.
985     * Disable WINS and NetLogon services in the MMC services
986       plugin when the associated smb.conf features are not enabled.
987     * Add checks for invalid characters in new share names on the 
988       srvsvc pipe.
989     * Fix SWAT installation issues with 'make install'.
990     * Always add the BUILTIN\Administrators SID to a Domain 
991       Admins token.
994 o   Alex Deiter <tiamat@komi.mts.ru>
995     * BUG 3196: Patch to compile against the Sun LDAP client libs.
996       (not for AD support; just ldap support).
999 o   Guenther Deschner <gd@samba.org>
1000     * Fixed compile problems and warnings with newer OpenLDAP 
1001       and OpenSSL libs
1002     * Fix bug when enumerating trusted domains via 'wbinfo -m'
1003     * Parse the MS Kerberos PAC to obtain the user group 
1004       membership during logon.
1005     * Add support for SeRestorePrivilege to allow a process to 
1006       change the ownership of a file to any arbitrary account
1007     * Fix password history storage when using Novell eDirectory for 
1008       ldapsam storage
1009     * Backport Kerberos PAC parsing from Samba 4 branch in order to
1010       correctly create the NT User Token when logging into a Samba 
1011       member server
1012     * Add small helper function to return a PAC_LOGON_INFO.
1013     * Use LDAP bitwise matching rule when searching for groups 
1014       in ADS.
1015     * Avoid an infinite loop when retrying to connect in smbspool.
1016     * Memory leak fixes in the kerberos PAC parsing code.
1017     * Improve NT_STATUS error messages returned from pam_winbind.
1018     * Rename unknown samr group fields in samr structures with 
1019       the correct name.removed separate "builtin" search enumeration.
1020     * Cleanup redundant StartTLS code.
1021     * Allow StartTLS support when connecting to Windows 2003 by
1022       setting 'ldap ssl = start_tls'.
1023     * Support raw NTLMSSP session setups in smbspool.
1024     * Add rpccli_samr_chgpasswd3().
1025     * Add 'wbinfo --separator'.
1026     * Uninitialized warnings fixes.
1027     * Fix return value in client spooler code.
1028     * Require forced migration of account policies.  
1031 o   Steve French <sfrench@us.ibm.com>
1032     * Fix cifs to handle non-numeric uid and gid parameters.
1033     * Merge trunk and SAMBA_3_0 mount.cifs code.
1034     * Cleanup cifs cfs help message.
1037 o   Paul Green <paulg@samba.org>
1038     * Update to the latest config.guess and config.sub files.
1041 o   Deryck Hodge <deryck@samba.org>
1042     * Allow control of syslog facility and level in audit vfs modules.
1045 o   S Murthy Kambhampaty <smk_va@yahoo.com>
1046     * Patches for Fedora RPM specfile and init script
1049 o   Krishna Ganugapati <krishnag@centeris.com>
1050     * Use the subtree delete ldap control when running 'net ads 
1051       leave'.
1054 o   Volker Lendecke <vl@samba.org>
1055     * New oplock implementation.
1056     * Add assert() call if winbindd cannot locate the domain SID in 
1057       secrets.tdb on startup
1058     * Fix an annoying timeout in winbindd when nmbd is not running.
1059     * Speed up loading smb.conf for large numbers of share 
1060       definitions by adding an internal hashing of names to snums. 
1061       Thanks to Michael Adam.
1062     * Fix potential segv in rpcclient's lsarpc calls.
1063     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
1064     * Fix alignment in getdc response.
1065     * Allow pdbedit to set the domain for a user account.
1066     * Fix fallback logic in rpc binds.
1067     * Fix memleak in message handling code.
1068     * Fix connection bug to port 445 and 139 after a successful 
1069       getdcname response.
1070     * Add additional calls to initialize_krb5_error_table() for 
1071       kerberos client code.
1072     * Implement the possibility to have AFS users as SIDs in pts.
1073     * Removed unused alternative_name code from winbindd.
1074     * Protect against NULL alternative_name strings in winbindd.
1075     * Define a default panic action with -DEVELOPER is defined.
1076     * Add the capability to reset smbd connections on a zero VC id.
1077     * Allow smb.conf variable expansion to be disabled in passdb 
1078       backends.
1079     * Add lookupname to rpcclient query_user as a fallback.
1080     * BUG 3292: Prevent smbclient from spinning when the server 
1081       disconnects.
1082     * BUG 2191: Fix valgrind error in cli_session_setup_guest().
1083     * Add samr_lookup_rids for the builtin domain.
1084     * Memory allocation cleanups in passdb.
1085     * Restrict samr_open_domain() to our domain only.
1086     * Change local_lookup_sid() to local_lookup_rid() since it 
1087       is responsible for our domain only.
1088     * Fix some uninitialized variable warnings.
1089     * Fix winbind_lookup_name for the local domain, 
1092 o   Derrell Lipman <derrell@samba.org>
1093     * Cleanup libmsrpc version numbers.
1094     * BUG 2357, 3267, 3273: Plug memory and file descriptor leaks.    * Fix crash bug in libsmbclient.
1095     * Add long share name support to libsmbclient when enumerating 
1096       shares.
1099 o   Jason Mader <jason@ncac.gwu.edu>
1100     * Removed compiler various warnings.
1103 o   Alex Masterov <alex@infobit.ru>
1104     * BUG 3218: Fix XATTR calls on *BSD systems.
1107 o   Jim McDonough <jmcd@us.ibm.com>
1108     * Speed up string_to_sid by removing next_token calls and 
1109       unneeded strncmp() calls.
1110     * Implement user rename for smbpasswd and LDAP backends.
1111     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
1112     * BUG 3187: Fix time zone offset in logon hours restrictions.
1115 o   Stefan Metzmacher <metze@samba.org>
1116     * Fix setting of quotas on linux kernel with the struct 
1117       if_dqblk interface
1118     * Enable sysquota interface on Linux by default
1119     * Use lp_socket_address() when binding to port 138/udp in nmbd.
1122 o   Brian Moran <bmoran@centeris.com>
1123     * Eventlog and ServiceControl support.
1124     * Added eventlogadm tool for writing Eventlog records.
1125     * Fix typo when creating Eventlog source DLL registry paths.
1126     * Add simple script to tail syslog and write records to 
1127       eventlog tdb.
1128     * Fix segv in eventlogadm when not event logs are listed in 
1129       smb.conf.
1132 o   Lars Müller <lmuelle@samba.org>
1133     * Only install smbsh manpage if smbwrapper has been successfully
1134       built.
1135     * Ensure setmntent() returns with != NULL in the disk_quotas() 
1136       Linux version.
1137     * Add configure switch to disable libmsrpc build.
1138     * Add a soname to libmsrpc.
1141 o   Ricky Nance <ricky.nance@gmail.com>
1142     * Updates for the mklogon perl scripts.
1145 o   Chris Nicholls <skel@samba.org>
1146     * New libmsrpc library (Google SoC Project).
1147     * Fix libmsrpc build of on the Sun compiler by removing empty 
1148       structure declarations.
1151 o   James Peach <jpeach@sgi.com>
1152     * Fix parsing error for smb ports parameter.
1155 o   Tim Potter <tpot@samba.org>
1156     * BUG 3260: Fix DYNEXP flags on HPUX.
1159 o   Marcin Porwit <mporwit@centeris.com>
1160     * Eventlog and ServiceControl support.
1161     * Added basic Performance Counter daemon which can feed data
1162       for the Windows perfmon.exe tool.
1163     * Fix directory permissions in the perfcounter daemon.
1164     * Add the 'File' registry value for the eventlog keys.
1167 o   Aruna Prabakar <aruna.prabakar@hp.com.
1168     * Add checks to verify that the spooler is running on HP-UX when
1169       reloading the printer name cache.
1172 o   Joel Smith <joel.j.smith@novell.com>
1173     * Add iPrint printing backend support.
1176 o   Toomas Soome <Toomas.Soome@mls.ee>
1177     * Implement host lookups in nss_winbind.so.1 on Solaris
1180 o   Simo Sorce <idra@samba.org>
1181     * Update Debian packaging.
1184 o   John Terpstra <jht@samba.org>
1185     * Add 'net idmap' usage help text.
1188 o   Andrew Tridgell <tridge@samba.org>
1189     * Change license notice of standalone talloc library to LGPL.
1192 o   Darren Tucker <dtucker@zip.com.au>
1193     o Crash fix for snprintf() code.
1196 o   Rainer Weikusat <rainer.weikusat@sncag.com>
1197     * Fix function name typo in skeleton VFS code.
1201 Release Notes for older release follow:
1203       --------------------------------------------------
1204                    ===============================
1205                    Release Notes for Samba 3.0.20b
1206                              Oct 12, 2005
1207                    ===============================
1209 Common bugs fixed in 3.0.20b include:
1211   o A crash bug in winbindd
1212   o Reporting files as read-only instead of returning the 
1213     correct error code of "access denied"
1214   o File system quota support defects
1215   
1217 ######################################################################
1218 Changes
1219 #######
1222 Changes since 3.0.20a
1223 ---------------------
1225 commits
1226 -------
1228 o   Jeremy Allison <jra@samba.org>
1229     * BUG 3088: Fix error condition for files on a read-write share 
1230       which cannot be read due to permissions.
1233 o   Gerald (Jerry) Carter <jerry@samba.org>
1234     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
1235       details.
1236     * BUG 1473, 3090: Quota detection and compilation problems on 
1237       Solaris.
1240 o   Marc Balmer <marc@msys.ch>
1241     * Build fixes when builddir != srcdir
1244 o   Alex Deiter <tiamat@komi.mts.ru>
1245     * BUG 3145: Fix build issue regarding quota support on Solaris.
1248 o   Volker Lendecke <vl@samba.org>
1249     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
1250       name.
1253       --------------------------------------------------
1254                    ===============================
1255                    Release Notes for Samba 3.0.20a
1256                              Sept 30, 2005
1257                    ===============================
1259 Common bugs fixed in 3.0.20a include:
1261   o Stability problems with winbindd.
1262   o Crash bugs caused by incompatibilities on 64-bit systems.
1263   o Missing files from directory listings on AIX servers
1264   o User Manager interoperability problems.
1265   o Minor build difficulties on various platforms such as 
1266     Solaris and OpenBSD, 
1269 Winbind, security = domain, and Active Directory
1270 ================================================
1272 Recent security updates for Windows 2000 and Windows 2003 have 
1273 changed the fashion in which user and group lists can be obtained 
1274 from domain controllers.  In short, the RPC mechanisms used by 
1275 "security = domain" to retrieve users and groups is not compatible 
1276 with these changes.   The "security = ads" configuration is not 
1277 affected by the Windows protocol changes.
1279 Samba developers are actively working to correct this problem in 
1280 the 3.0.21 release.  In the meantime, Administrators who are unable 
1281 to migrate to "security = ads" and must continue using "security = 
1282 domain", can define credentials to be used by winbindd for account
1283 enumeration by executing the following command as root.
1285         wbinfo --set-auth-user='DOMAIN\username%password'
1289 ######################################################################
1290 Changes
1291 #######
1294 Changes since 3.0.20
1295 --------------------
1297 commits
1298 -------
1300 o   Jeremy Allison <jra@samba.org>
1301     * BUG 3065: Fix for legacy clients retrieving a listing of 
1302       an empty directory.
1303     * Added external library for accessing Samba's share mode 
1304       database.
1305     * Fix winbindd credentials chain which caused logon failures 
1306       after attempting to authenticate an unknown user.
1307     * Fix recursive looping bug in winbindd.
1308     * Fix build errors on 64-bit systems.
1309     * Posix ACL memory leak and crash bug fixes.
1310     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
1311     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
1312     * Hide dot files and directory logic fixes.
1313     * Correct display of open file modes by smbstatus.
1314     * BUG 3010: Fix missing files bug on AIX systems.
1317 o   Gerald (Jerry) Carter <jerry@samba.org>
1318     * Allow the root user to automatically pass se_access_checks()
1319       in the registry and service control server code.
1320     * Ensure that winbindd uses the correct name in the net_auth2()
1321       request when running on a Samba PDC.
1322     * Fix linking problem with tdb utilities.
1323     * BUG 3080: Fix regression in 'net rpc shutdown' command.
1324     * Fix segv in 'net rpc' when the pipe open fails.
1325     * Fix upload bug when installing 64-bit Windows printer drivers.
1326     * Fix regression in the smburi syntax used by smbspool.
1327     * Fix sorting of subkey hash records in registry files.
1328     * Correct REG_CREATE_KEY_EX parsing error.
1329     * Interoperability issues with usrmgr.exe and Samba groups.
1330     * Use the display names and not the Unix names when enumerating
1331       groups in the ldapsam passdb backend.
1332     * Ensure that Windows domain user names are converted to lower case.
1335 o   Guenther Deschner <gd@samba.org>
1336     * Prevent BUILTIN sids returned in the user's token from 
1337       a Windows DC from being applied to any local group mappings
1338       on the Samba host.
1339     * Plug memory leaks in the kerberos keytab code.
1340     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
1341       backend when 'winbind nested groups' is enabled.
1342     * Fix crash bug in winbindd caused by 64-bit build issues.
1343     * Improve debug messages in smbspool.
1344     * Give better error-message when "NDS Universal Password" change fails.
1345     * Fix password history error in the eDirectory schema file.
1346     * Ensure that Windows domain group names are converted to lower case.
1349 o   Steve French <sfrench@us.ibm.com>
1350     * Allow disabling mandatory byte range lock mount flag, and fix 
1351       corresponding entry in mtab.
1354 o   Volker Lendecke <vl@samba.org>
1355     * Fix race condition in the NTcreate&X open code when the 
1356       disposition is NTCREATEX_DISP_CREATE.
1357     * Correct logic error when checking the pid for pending print 
1358       change notify messages.
1359     * Ensure that winbindd child process complete startup even when
1360       the parent is receiving authentication requests.
1361     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
1362       when authentication fails.
1365 o   Jason Mader <jason@ncac.gwu.edu>
1366     * Compile warning fixes.
1369 o   Uli Meis <a.sporto@gmail.com>
1370     * Patches for pdb_*sql.c
1373 o   Luke Mewburn <lukem@NetBSD.org>
1374     * Autoconf syntax fixes.
1377 o   James Peach <jpeach@sgi.com>
1378     * Correct problem with creating a core file in Linux.
1381 o   Stefan Metzmacher <metze@samba.org>    
1382     * Quota fixes in smbd.
1385 o   Peter Rindfuss <rindfuss@wz-berlin.de>
1386     * Patches for pdb_*sql.c
1389 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
1390     * Solaris toolchain patches for autoconf scripts.
1393 o   Andrew Tridgell <tridge@samba.org>
1394     * Fix for tdb clear-if-first race condition.
1397 o   Leo Weppelman <leo@wau.mis.ah.nl>
1398     * BUG 3104: Don't allow time updates to files on read-only shares.
1401 o   Steve Williams <steve@celineandsteve.com>
1402     * BUG 3052: Fix compile issues on OpenBSD.
1405       --------------------------------------------------
1406                    ==============================
1407                    Release Notes for Samba 3.0.20
1408                              Aug 19, 2005
1409                    ==============================
1411 Additional features introduced in Samba 3.0.20 include:
1413   o Support for several new Win32 rpc pipes.
1414   o Improved support for OS/2 clients.
1415   o New 'net rpc service' tool for managing Win32 services.
1416   o Capability to set the owner on new files and directory
1417     based on the parent's ownership.
1418   o Experimental, asynchronous IO file serving support.
1419   o Completed Support for Microsoft Print Migrator.
1420   o New Winbind IDmap plugin (ad) for retrieving uid and gid
1421     from AD servers which maintain the SFU user and group 
1422     attributes.
1423   o Rewritten support for POSIX pathnames when utilizing 
1424     the Linux CIFS fs client.
1425   o New asynchronous winbindd.
1426   o Support for Microsoft Print Migrator.
1427   o New Windows NT registry file I/O library.
1428   o New user right (SeTakeOwnershipPrivilege) added.
1429   o New "net share migrate" options.
1432 What happened to 3.0.15 - 3.0.19?
1433 ==================================
1435 After some discussion it was deemed that the amount of changes 
1436 going into the next Samba 3.0 release needed something to catch
1437 people's attention.  Skipping several releases was chosen as 
1438 the best solution with the least overhead.  There will be no
1439 3.0.15 - 3.0.19 ever released.  The next production release
1440 following 3.0.20 should be 3.0.21.
1442 The original announcement about the version number change can 
1443 be found in the samba mailing list archives:
1445 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
1448 Asynchronous Winbind Implementation
1449 ===================================
1451 Winbindd has been completely rewritten in this release to support
1452 an almost completely non-blocking, asynchronous request/reply
1453 model.  This means that winbindd will scale much better in 
1454 large domain environments and on high latency networks.  Neither 
1455 the client interface nor the command line tools (i.e. wbinfo) have 
1456 changed in their calling conventions or syntax.  However, due to 
1457 internal structure changes, it is required (more so than normal) 
1458 that you install the nss_winbind.so library included in this release.
1461 Support for Microsoft Print Migrator
1462 ====================================
1464 Samba 3.0.20 includes full support for migrating printers from 
1465 Windows servers or other Samba servers via the Microsoft Print 
1466 Migrator tool.  Restoring printers requires a working "add printer 
1467 command" defined in smb.conf.  Current support also allows
1468 administrators to create a master list of printer drivers which
1469 can be restored in bulk on new (or existing) Samba installations.
1472 Asynchronous IO Support
1473 =======================
1475 Experimental support for async IO has been added to smbd for 
1476 certain platforms.  To enable this new feature, Samba must be 
1477 compiled to include the --with-aio-support configure option.
1478 In addition, the "aio read size" and "aio write size" to non-zero
1479 values.  See the smb.conf(5) man page for more details on these 
1480 settings.
1483 ######################################################################
1484 Changes
1485 #######
1487 smb.conf changes
1488 ----------------
1490     Parameter Name                      Action
1491     --------------                      ------
1492     acl check permissions               New
1493     acl group control                   New
1494     acl map full control                New
1495     aio read size                       New
1496     aio write size                      New
1497     enable asu support                  New
1498     inherit owner                       New
1499     ldap filter                         Removed
1500     map to guest                        Modified (new value added)
1501     max stat cache size                 New
1502     min password length                 Removed
1503     printer admin                       Deprecated
1504     username map script                 New
1505     winbind enable local accounts       Removed
1506     winbindd nss info                   New
1509 Changes since 3.0.14a
1510 ---------------------
1513 commits
1514 -------
1516 o   Jeremy Allison <jra@samba.org>
1517     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
1518     * Ensure the old SMB search calls always ask mask_match() to 
1519       translate patterns like ????????.???.
1520     * Split out the check_path_syntax() into a findfirst, findnext,
1521       & wildcard versions.
1522     * Fix checks for matching groups in an file ACL against the
1523       user's primary and supplementary group list.
1524     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
1525       LANMAN2 protocol, ensure the EA size is always correctly 
1526       set on a query for a file with no EA's.
1527     * BUG 2551: Look at the incoming flags2 flag 
1528       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
1529       uppercased on a SMBsearch request, not the protocol level.
1530     * Added "volume" command to smbclient that prints out the 
1531       volume name and serial number.
1532     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
1533     * Add support for OS/2 Extended Attributes.
1534     * Correctly check OpenX open modes.
1535     * Ensure allocation size is correctly returned for OpenX. 
1536     * Only set allocation on create/truncate for nttrans.
1537     * Fix oplock bug in trans2open() code.
1538     * Remove unix_ERR_XXX global nastiness.
1539     * Only do the strange DOS error for openX, not trans2open.
1540     * Ensure SMBopen replies includes the share modes as well as 
1541       open modes.
1542     * BUG 2581: Add size limit (in kb) to stat cache.
1543     * Fix bug in the trans2 secondary processing.
1544     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
1545     * Add an SMB counter per connection struct for gathering
1546       profiling data.
1547     * BUG 2605: Ensure smbclient doesn't perform commands if 
1548       the "chdir" fails in a scripted set.
1549     * Ensure a 'forced group' is added to the list of effective
1550       gids when processing ACLs.
1551     * Refactor rpc_bind structures for better future work.
1552     * BUG 2942: Add missing value in debug message.
1553     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
1554       by 'mangling method = hash'.
1555     * Fix memory leaks in the msdfs trans2 server code.
1556     * Convert msdfs server to be talloc'd based.
1557     * Fix up stackable vfs interface.
1558     * Fix rpc fault when encountering an unknown rpc_bind auth 
1559       type.
1560     * BUG 2954: More AIX 5.1 AIO compile fixes.
1561     * Fix valgrind bug in interaction with new aio buffer (found
1562       by Volker).
1563     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
1564     * Cleanup SAMR user info structure naming.
1565     * BUG 2889:  Fix directly listings from OS/2 clients.
1566     * Added "acl group control" parameter.
1567     * Add debug warning if AddPrinterEx() is called without having
1568       an 'add printer command'  defined.
1569     * Add better log messages when modifying ldap entries.
1570     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
1571       when string is unaligned.
1572     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
1573       message buffer is nor reused.
1574     * Add support for client setting capabilities to select posix 
1575       pathnames on the wire.
1576     * Stop using C++ reserved words so that Samba can be compiled 
1577       using g++.  Also allows VFS modules in C++.
1578     * More fixes to allow better large directory scaling.
1579     * BUG 2827: Ensure we call the vfs connection hook before 
1580       doing a vfs stat.  Allows database vfs backends to initialize 
1581       with a working connection.
1582     * BUG 2826: Ensure the correct return value for symlink and 
1583       readlink in the VFS.
1584     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
1585     * Added AIO support to smbd.
1586     * Add "acl map full control", true by default, to allow people 
1587       to change mapping of rwx to full control or not.
1588     * Transition smbd to use NTcreate&X for internal file opens.
1589     * Add checks against the current effective group id (e.g. force 
1590       user) when testing write permissions one ACLs.
1591     * Fix FindFirst/FindNext server code when parsing directories
1592       on old IRIX XFS file systems (thanks to Cale Fairchild
1593       for the debugging help).
1594     * BUG 2644: Test for special files to be ignored was reversed.
1595     * Ensure yield_connection() is called on all appropriate error
1596       conditions.
1597     * Fix EDEADLCK problem with deferred open calls.
1598     * BUG 2622: Remove DPTR_MASK as it makes no sense.
1599     * Fix the write cache based on some VERY good detective work
1600       from Ingo Kilian.
1601     * BUG 2346: Fix read-only excel file bugs.
1602     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
1603       return ENOSYS if not implemented.
1604     * Add new CAP for POSIX pathnames.
1605     * BUG 2703: Add NULL guard for disp_fields[0].
1606     * BUG 2681: With "strict allocate = yes" we now zero fill when 
1607       a file is extended. Should catch disk full errors on write
1608       from MS-Office.
1609     * Add "acl check permissions" to turn on/off the new 
1610       behavior of checking for write access in a directory 
1611       before delete. 
1612     * Refactor printing interface to take offset into job. 
1613     * Allow mapping of POSIX ACLs to NT perms to differentiate 
1614       between directories and files.
1615     * Added encrypt/decrypt function for LSA secrets and trusted
1616       domain passwords on the wire.
1617     * BUG 2729: Resume keys are *mandatory* for a search when 
1618       listing a W2K and above server from a FATxx filesystem only.
1619     * BUG 2735: Ensure that smbd mangles control characters in file 
1620       and directory names.
1621     * Refactor small pieces of socket handling code (in conjunction 
1622       with Derrell).
1623     * BUG 2698: Fix infinite listing loop in smbclient caused by
1624       an invalid character set conversion.
1625     * Add client code that will abort a directory listing if we 
1626       see the same name twice between packets.
1627     * Performance improvements in trans2 qfilepathinfo code by 
1628       removing unnecessary memset() calls.
1629     * Rewrite the RPC bind parsing functions to follow the 
1630       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
1631     * BUG 2774: Set sparse flag if needed when returning 
1632       file attributes.
1633     * Fix errors listing directories from Windows NT clients 
1634       which caused "." and ".." to show up in explorer.exe.
1635     * Merge of error code fixes from SAMBA_4_0 branch.
1636     * BUG 2801: Fix regression in the "delete veto files" option.
1637     * Fix based on work from  Shlomi Yaakobovich to catch loops 
1638       in corrupted tdb files.
1639     * Allow someone with SeTakeOwnershipPrivilege to chown the 
1640       user of a file to herself.
1641     * Fix minor compiler warnings in printing/printing.c.
1642     * Merge new DOS error code from SAMBA_4.
1643     * Fix issue when non-English characters in filenames and 
1644       directories.
1645     * Fix bogus error message in smbstatus about unknown share modes.
1648 o   Andrew Bartlett <abartlet@samba.org>
1649     * Support raw NTLMSSP authentication for Windows Vista 
1650       clients.
1651     * Fix parallel NTLMSSP processing by removing global state.
1652     * BUG 2684: Add per service hosts allow/deny checks for 
1653       printers when  connecting via MS-RPC.
1654     * BUG 2391: Fix segv caused by free a static pointer returned 
1655       from getpwnam().
1656     * Support kerberos authentication in smbd when using a keytab
1657       and participating in a non-Microsoft Kerberos realm.
1660 o   Timur Bakeyev <timur@com.bat.ru>
1661     * BUG 2546: Add support for FreeBSD EA API
1662     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
1663     * BUG 2908: Fix string length logic error in msdfs code.
1664     * BUG 2909: Fix typo that caused smbd to call the wrong 
1665       aio_fsync function.
1668 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
1669     * Added Linux per-socket TCP settings.
1672 o   Gerald (Jerry) Carter <jerry@samba.org>
1673     * Added support for \svcctl pipe rpcs.
1674     * Added 'net rpc service' subcommand for managing Win32 
1675       services.
1676     * Refactoring work on the rpc [un]marshalling layer and 
1677       structures.
1678     * Verify privilege name in 'net rpc rights privileges' in 
1679       order to provide better error messages.
1680     * Cleanup rpc structures in rpc_spoolss.h.
1681     * Cleanups and fixes for the \winreg server code.
1682     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
1683     * Fix bugs in client spoolss code after refactoring work.
1684     * Fix Valgrind warnings of invalid reads in the spoolss 
1685       server code.
1686     * Fixed a segv when enumerating services on a Samba host.
1687     * Fix segv in the service control server code.
1688     * Fix crashes in client spoolss calls caused by not checking 
1689       for a valid pointer from the caller.
1690     * Fix regression in DeleteDriver() server routines.
1691     * Fix dup_a_regval() when size is 0.
1692     * Fix usrmgr.exe crash when viewing user properties at 
1693       debuglevel 10.
1694     * Do not enumerate any privileges when 'enable privileges = no'
1695       and log a message if a client tries.
1696     * BUG 2872: Fix cut-n-paste error when checking pointer value 
1697       in ntlmssp_set_workstation().
1698     * Fix upgrade path from earlier nt*tdb files.
1699     * Removed print handle object cache.
1700     * BUG 2853: Don't strip out characters like '$' from printer 
1701       names when substituting for the lpq command.
1702     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
1703     * Fix build issues on x86_64-linux systems caused by valgrind 
1704       headers.  Thanks to Bent Vangli to the suggestions.
1705     * Refactor spoolss client calls.
1706     * Adding 'username map script'.
1707     * Disable schannel on the LSA and SAMR pipes in winbindd client 
1708       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
1709     * Cleanup of winreg API functions.
1710     * Add server stubs for RegSetKeySec() and RegGetKeySec().
1711     * Map generic bits to specific bits in reg_open_entry() 
1712       requests.
1713     * Add write support to registry tdb and printing backends.
1714     * Use tdb lookups rather than hard-coding certain registry 
1715       value names and data.
1716     * BUG 2808: don't try to install man pages if they are not 
1717       present.
1718     * Fix initialized variables reported by valgrind.
1719     * Normalize key lookups in ntprinters.tdb.
1720     * Mark "enumports command" as deprecated.
1721     * Add missing class file for python share command example.
1722     * Fix smbclient build issue on Solaris.
1723     * BUG 2626: ensure that the calling_name is set to something 
1724       after parsing smb.conf (if not set via -n).
1725     * Use "add machine script" when creating a user (ACB_NORMAL)
1726       who has a name ending in '$' (e.g. usrmgr.exe creating
1727       domain trust accounts).
1728     * Add 'rid' synonym for idmap_rid IDMap module.
1729     * Ensure that we set full access on the handle returned 
1730       from _samr_create_dom_{alias,group}() so that future 
1731       set_{alias,group}() commands succeed.
1732     * Fix bug when looking for internal domains in winbindd
1733       (caused winbindd_getgrgid() for local groups to fail).
1734     * Fix query and set alias info calls (level 1 from the MMC 
1735       manage computer plug-in.
1736     * Remove bogus log messages about unknown specversions.
1737     * BUG 2680: copy files from an MS-DFS win2k root share
1738     * BUG 2688: re-implement support for the -P (--port) option
1739     * Support connecting to an 'msdfs proxy' share on a Samba
1740       server.
1741     * Strip the directory path from cups command line printing 
1742       defaults.
1743     * Fix bug that prevented smbclient from creating directories 
1744       on non-dfs paths.
1745     * Deprecate the "printer admin" parameter in favor of the 
1746       SePrintOperatorPrivilege.
1747     * Add the capability to read and write WinNT regf registry 
1748       files.
1749     * Implement access checks for RegOpenXXX() server calls.
1750     * Extend registry client rpc calls.
1751     * Add "net rpc registry" set of commands.
1752     * Remove testprns tool.
1753     * Ensure that printer ACLs use the specific bits as well as 
1754       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
1755       records.
1756     * Add server support for RegSaveKey() for dumping registry 
1757       trees to a regf file.
1758     * Add "enable asu support" smb.conf parameter.
1759     * Merge various small file changes from trunk.
1760     * Remove "winbind enable local accounts" support.
1761     * Remove "ldap filter" smb.conf option.
1762     * Remove editreg utility (needs to be rewritten using regfio.c).
1763     * Fix build failure when running 'make torture' without first 
1764       running 'make all' first.
1765     * BUG 1261: Remove unusable libbiconv from iconv detection 
1766       in configure.
1767     * Add new option for "map to guest".  "Bad Uid" re-enables the
1768       Samba 2.2 behavior of mapping authenticated users to the
1769       guest account if there does not exist a valid Unix account 
1770       for the Windows domain user (based on patch from 
1771       aruna.prabakar@hp.com).
1772     * Fix a couple of regressions after introduction of new winbindd.
1773     * Fix smbpasswd user password change (still worked by bad error
1774       messages) due to trying to strdup a NULL pointer.
1775     * Implement default security descriptors for the
1776       OpenService[Manager]() calls and check requested access mask 
1777       at connect time.
1778     * Include access checks on handle mask for \svcctl operations
1779       such as ControlService() and StartService().
1780     * Implement simulated start and stop service control for 
1781       the spooler service as a per smbd service state value.
1782     * Add interface structure for controlling service via rc.init
1783       scripts (incomplete).
1784     * Convert move_driver_to_download_area() to use copy_file()
1785       rather than moving the files.
1786     * Add version number to registry.tdb file since it can be 
1787       modified now.
1788     * Remove over-paranoid assert() call when checking spoolss 
1789       buffer pointers
1790     * Fix error in EnumPrinterData() reported by valgrind.
1791     * Fix broken help links in SWAT editor caused by new doc layout.
1792     * Ensure that a domain structure in winbind is initialized prior
1793       to assigning the methods for communicating to a DC.
1794     * BUG 3000: Remove background updates of winbind cache and allow
1795       child processes to immediately update and expired cache entry.
1798 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
1799     * Added panic action script for Solaris.
1802 o   Jeremy Cooper <jeremy@ncircle.com>
1803     * Added support for several new \winreg client rpcs.
1806 o   <core@road-star.jp>
1807     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
1808       telldir, rewinddir to match updated large directory code.
1811 o   Guenther Deschner <gd@samba.org>
1812     * Close handles on group creation in rpcclient to better 
1813       support mass group account creation.
1814     * Fix account policy key lookup for minimum and maximum
1815       password lengths.
1816     * Fix some compiler warnings and add missing exclude-block 
1817       in 'net rpc share migrate'.
1818     * Allow use of a non-default smb.conf by rpcclient.
1819     * Fix querydispinfo search semantics in rpcclient test code.
1820     * Fix querydispinfo server semantics to allow to list more 
1821       then 511 users.
1822     * Fix server crash bug in ancient OpenPrinter() call.
1823     * Fix a crash bug when enumerating privileges via the LSA 
1824       calls.
1825     * Fix crash in EnumPrinterKey() client calls caused by previous 
1826       refactoring work.
1827     * Various compiler warning fixes.
1828     * Fix segfault in the client AddPrinterEx-call of 'net 
1829       rpc printer'.
1830     * Fix build issues when --with-aio-support is enabled.
1831     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
1832     * Honour the CC environment variable in python build.
1833     * Fix searches in pdb_ldap for inter-domain trust accounts.
1834     * Don't expand the %L in %LOGONSERVER% from user attributes.
1835     * Fix bug in 'net rpc vampire' that caused accounts to be created 
1836       with no assigned ACB flags.
1837     * Fix enumeration of builtin-aliases.
1838     * Avoid unset rids for builtin-aliases.
1839     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
1840     * More "net rpc share migrate" fixes.
1841     * Merge PADL's idmap_ad plugin (taken from the latest 
1842       xad_oss_plugins-tarball).
1843     * Add support for "idmap backend = ad" when "security = ads".
1844     * Add home directory and shell support from AD via "winbindd nss 
1845       support = sfu" and "security = ads".
1846     * Provide better feedback when we fail share-manipulation 
1847       due to missing scripts.
1848     * Correctly substitute "\" as default winbind separator in 
1849       generate_parm_table.py example share command script.
1850     * Document pam_winbind.c to clarify the working status of
1851       require-membership-of option.
1852     * Added client-support for various lsa_query_trust_dom_info()
1853       calls and a rpcclient-tester for some info-levels.
1854     * Add "net rpc trustdom vampire" tool (in conjunction with 
1855       Lars Mueller).
1856     * Add missing cli_srvsvc_net_share_set_info-function and
1857       rpcclient-testers (in preparation for net share acl migration).
1858     * Print trusted domain passwords returned via rpcclient in 
1859       display charset.
1860     * Error code fixes when attempting to manipulating 
1861       non-existent shares.
1862     * Cleanup "net share migrate" code. 
1863     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
1864       = true".
1865     * Allow admins to uncheck the "User must change Password at 
1866       next Logon" checkbox in User manager (merge from trunk).
1869 o   Renaud Duhaut <rd@duhaut.com> 
1870     * BUG 1040: Add directory_mode parameter when creating recycle
1871       directories.
1874 o   Steven Edwards <steven_ed4153@yahoo.com>.
1875     * Use chsize() if we don't have ftruncate().
1878 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
1879     * BUG 1780: Add kerberos (file based ticket cache) support 
1880       to smbspool.
1883 o   Steve French <sfrench@us.ibm.com>
1884     * Update list of mount options for mount.cifs.
1885     * Add more defines for POSIX extensions to match the newly 
1886       added client implementation.
1887     * Add initial support for cifs umount utility.
1888     * Fix cifs mounts to handle commas embedded in prompted 
1889       password, and password and credential files.
1890     * Fix cifs mounts to handle domain name and user name in 
1891       username field (in form domain\user).
1892     * Add missing error code mappings when a client unsuccessfully 
1893       tries to create a hard-link.
1894     * Add support so umount.cifs can update mtab.
1895     * Add two newer mount options to syntax help for mount.cifs.
1896     * Add missing remount flag handling.
1897     * Allow domain= to be specified in credentials file. 
1898     * Fix umount.cifs help, allow root to unmount someone else's
1899       mount.
1900     * Lock mtab when updating it during umount.cifs, also delete
1901       only one matching entry at a time.
1902     * Fix minor compiler warnings in the mount.cifs helper.
1905 o   Deryck Hodge <deryck@samba.org>
1906     * BUG 2137: Encode quotes for display in HTML (original patch 
1907       from Jay Fenlason).
1910 o   Olaf Imig <Olaf.Imig@bifab.de>
1911     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
1912       print job ids.
1913     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
1916 o   Björn Jacke <bj@sernet.de>
1917     * Added ioctl constants reported by msbackup.exe and filemon.exe.
1920 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
1921     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
1924 o   John Janosik <jpjanosi@us.ibm.com>
1925     * BUG 2077: Correctly fill in the correct server name when 
1926       processing trusted domain logins.
1927     * BUG 2976: Mark logons for unknown domains with a 
1928       non-authoritative response.
1931 o   William Jojo <jojowil@hvcc.edu>
1932     * AIX AIO fixes.
1935 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
1936     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
1937       local drive.
1940 o   Tom Lackemann <cessnatomny@yahoo.com>
1941     * BUG 2242: Patch to ensure that we only set the security 
1942       descriptor on an NTtransact create if we created the file.
1945 o   Volker Lendecke <vl@samba.org>
1946     * Port some of the non-critical changes from HEAD to 3_0. 
1947       The main one is the change in pdb_enum_alias_memberships 
1948       to match samr.idl a bit closer.
1949     * Close handles on user creation in rpcclient to better 
1950       support mass user account creation.
1951     * Implement client RAP calls for enumusers/enumgroups level 0.
1952     * Implement a new caching API for enumerating the pdb elements.
1953     * Convert the RAP user and group enumeration functions to the 
1954       utilized the pdb_search API. 
1955     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
1956       RestrictAnonymous environments.
1957     * Internal passdb API changes for better search capabilities
1958       (based on original work by Guenther Deschner).
1959     * Fix various compiler warnings.
1960     * Add chain length statistics to tdbtool.
1961     * Fix set afs ACL calls on files and directories in the root of 
1962       a share.
1963     * Refactoring work on internal open code
1964     * Correctly initialize the version in a new set of nt*tdb files.
1965     * Remove smb_run_idle_events() from main process loop in smbd 
1966       and instead rely upon the timeout processing to handle 
1967       dropping idle LDAP connections.
1968     * Fix the bug where users show up as trusting domains.
1969     * Fix an assertion failure in winbindd.
1970     * Fix a memleak in vfs_afsacl.
1971     * Various compiler warning fixes.
1972     * Fix compile when --enable-socket-wrapper is defined.
1973     * Fixes for top level acls in vfs_acl.c.
1974     * Refactor passdb interface functions.
1975     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
1976     * Correct 2 segv's in "net rpc printer migrate".
1977     * Return correct group type from smbd for BUILTIN groups.
1978     * Backport the talloc() layer from Samba 4.
1979     * BUG 2701: Fix segv in ldap reconnection code.
1980     * BUG 2705: Fix segv when connecting from usrmgr.exe.
1981     * Use the SID in the user token for the %s expansion in 'afs 
1982       username map'.
1983     * Memory leak fixes in passdb code.
1984     * BUG 2720: Fixes for "net usersidlist".
1985     * BUG 2725: Fix segv in "net ads user".
1986     * Only allow schannel connections if a successful Auth2 
1987       has been previously performed.
1988     * Don't look at gencache.tdb for the trusted domains if 
1989       winbind is present.
1990     * Rewrite winbindd using an asynchronous process model.
1993 o   Herb Lewis <herb@samba.org>
1994     * Compiler warning cleanups.
1995     * smbwrapper Makefile and compile time check cleanups.
1996     * Adding robustness checks for tdbdump and tdbtool.
1997     * Extend tdb command line parsing to arbitrary hex characters.
1998     * Add LOCKING debug class.
1999     * Fix more compiler warnings.
2002 o   Derrell Lipman <derrell@samba.org>
2003     * add support for opening a file for write with O_APPEND 
2004       in libsmbclient.
2005     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
2006       tree.
2007     * Fix smbc_stat() from returning incorrect timestamps IFF 
2008       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
2009       and not if it used cli-getatr() to retrieve the timestamps 
2010       (Win98). 
2011     * Fix handful of compiler warnings.
2012     * BUG 2498, 2484: smbc_getxattr() fixes.
2013     * BUG 1133: Added provision for overloading some global 
2014       configuration options via the new, per-user file 
2015       ~/.smb/smb.conf.append.
2016     * BUG 2543: Properly cache anonymous username when reverting 
2017       to anonymous login, in libsmbclient.
2018     * BUG 2505: Fix large file support in libsmbclient.
2019     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
2020       with a file rather than a directory.
2021     * Correct deprecated lvalue casts in testsuite/libsmbclient.
2022     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
2023       formatting or parsing the timestamp values correctly.
2024     * Correctly detect AF_LOCAL support in configure.
2025     * Fix problem updating file times on Windows 98 hosts using 
2026       libsmbclient.
2027     * Fix compile breakage on Solaris by eliminating the use of 
2028       ctime_r() in libsmbclient DEBUG statement.
2031 o   Jason Mader <jason@ncac.gwu.edu>
2032     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
2033     * Various compiler warning fixes about mistyped variables.
2034     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
2035       and code  cleanups.
2036     * BUG 2527, 2538: Removed unused variables.
2039 o   Marcel <samba.10.maazl@spamgourmet.com>
2040     * Fix regression in OS/2 trans2 open code.
2043 o   Jim McDonough <jmcd@us.ibm.com>
2044     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
2045       (in conjunction with Volker).
2046     * BUG 2953: Prevent the credentials chain on DC gets out 
2047       of sync with client when NT_STATUS_NO_USER is returned.
2048     * Added subcommands to "net rpc vampire" (mostly done by Don 
2049       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
2050       ldif file instead of actually writing to the passdb.  
2051     * BUG 2736: Add retries to workaround winbind race condition 
2052       with detecting idle clients.
2053     * BUG 2953: Additional fixes for domain trusts.  Also clears
2054       up the "bad stub" error when attempting to logon to a Samba
2055       domain with a bad username.
2058 o   Luke Mewburn <lukem@NetBSD.org>
2059     * Compiler warning fixes.
2062 o   Kalim Moghul <kalim@samba.org>
2063     * Removed unused printmode command from smbclient.
2066 o   Lars Müller <lmuelle@samba.org>
2067     * Re-enable the VERSION_REVISION option in case of another 
2068       letter release.
2069     * Fix spoolss python bindings after C++ compiler changes and 
2070       other python fixes.
2071     * BUG 2659: Don't trump on memory in smbtorture.
2072     * BUG 2060: Add -fPIC which is the case for all other Samba 
2073       shared libs.
2074     * Fix argv parsing in "net rpc".
2075     * Add support to create position independent executable (PIE) 
2076       code if the compiler supports it.
2077     * BUG 2767: Add new options to testparm (--show-all-parameters,
2078       --parameter-name, and --section-name).
2079     * Fix net share migrate files to also migrate the ACLs of 
2080       the top level dir of a share.
2083 o   Marcel Muller <mueller@maazl.de>
2084     * Patch to fix the OS/2 EA_FROM_LIST info level call.
2085     * Mangled names fix for OS/2 clients.
2086     * Ensure we correctly set the return packet size to include the 
2087       pad bytes in reply_readbmpx().
2088     * Fix for bug in SMBwriteBraw that incorrectly returned the 
2089       number of bytes written. 
2092 o   Ricky Nance <ricky.nance@gmail.com>
2093     * Implemented mklogon script generator for domain logon scripts.
2096 o   James Peach <jpeach@sgi.com>
2097     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
2098     * BUG 2285: Patch for hires timestamps and efficient notify code.
2099     * MS-DFS tidyup patches.
2100     * Build fixes on IRIX.
2101     * IRIX compiler warning fixes.
2102     * BUG 2596: Fix become_root link issues and one IRIX stack 
2103       backtrace bug.
2104     * Fix for null pointer ACL free.
2105     * BUG 2314: Fix const compiler warnings in the quota code.
2108 o   Ed Plese <ed@edplese.com>
2109     * Fix faulty logic which caused winbindd to return failure 
2110       when a user possessed no supplementary groups.
2113 o   Marcin Porwit <mporwit@centeris.com>
2114     * Initial support for the \eventlog pipe.
2115     * Fix a memleak in the eventlog code.
2116     * Miscellaneous fixes for Samba's experimental event log support.
2117     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
2118       calls.
2121 o   Tim Potter <tpot@samba.org>
2122     * BUG 2940, 2943: Fixed various compiler warnings regarding 
2123       mismatched types and unused variables.
2124     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
2125     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
2126       configure script on HPUX IA.
2127     * Remove unused autoconf #define's.
2128     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
2129     * Removed unused function declarations in tdb.h.
2130     * BUG 2895: Don't wrap non-existent functions in the python 
2131       tdb bindings.
2132     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
2133       according to POSIX.
2134     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
2135       defined.
2136     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
2137     * BUG 2611: Add fflush(stdout) after displaying username prompt 
2138       in smbsh if username not specified on command line.
2139     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
2140     * BUG 2808: Update install swat message to reflect the fact 
2141       that swat/README no longer exists.
2144 o   Denis Sbragion <d.sbragion@infotecna.it>
2145     * BUG 2196: Allow absolute path (system wide) recycle bin.
2148 o   Fernando Schapachnik <fernando@mecon.gov.ar>
2149     * Add logon hours support for the Postgres backend.
2152 o   Richard Sharpe <rsharpe@samba.org>
2153     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
2155 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
2156     * BUG 2362: Quota support fix for DragonFly.
2157     * Fix dragonfly detection in configure.
2160 o   Simo Sorce <idra@samba.org>
2161     * Allow Domain Admins to force user sessions to close via the 
2162       Windows Server Manager.
2163     * Add support to 'net rpc right privileges <name>' to enumerate 
2164       accounts which possess a specific privilege.
2165     * Fix memory issues issues in vfstest (reported by Rainer Link).
2166     * Randomize reloading as to not overload cupsd.
2169 o   Smitty <smitty@plainjoe.org>
2170     * Compile fixes for smbget when using --enable-developer.
2171     * Include LUID values to match Windows privileges since 
2172       apparently this matters to printmig.exe
2175 o   John Terpstra <jht@samba.org>
2176     * Solaris packaging fixes.
2177     * Clean up usage help text in "net rpc user"
2180 o   Andrew Tridgell <tridge@samba.org>
2181     * Merge socket wrapper library fixes from Samba 4.
2184 o   Brett Trotter <blt@iastate.edu>
2185     * Fix definition of global_sid_* in vfs_acl.c.
2188 o   Mark Weaver <mark-clist@npsl.co.uk>
2189     * Patch to fix sys_select so it can't drop signals if another 
2190       fd is ready to read. 
2193 o   Jelmer Vernooij <jelmer@samba.org>
2194     * Remove --with-manpage-languages configure option.
2195     * Merge socket wrapper fixes for IRIX systems from the 
2196       Samba 4 branch.
2197     * Add socket_wrapper library to 3.0. Can be enabled by passing
2198       --enable-socket-wrapper to configure.
2199     * Fix build of the various sql pdb backends after new talloc.
2202 o   Qiao Yang <qyang@stbernard.com>
2203     * Use our own DC when getting the SID for a domain.
2207 Release Notes for older release follow:
2209       --------------------------------------------------
2210                    ===============================
2211                    Release Notes for Samba 3.0.14a
2212                               Apr 14, 2005
2213                    ===============================
2215 Common bugs fixed in 3.0.14a include:
2217   o Compatibility issues between Winbind and Windows 2003 SP1
2218     domain controllers (*2k3sp1*).
2219   o MS-DFS errors with Windows XP SP2 clients.
2220   o High CPU loads caused by infinite loops in the FindNext()
2221     server code.
2222   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
2223     files.
2225     
2226 ######################################################################
2227 Changes
2228 #######
2230 Changes since 3.0.14
2231 --------------------
2233 commits
2234 -------
2235 o   Jeremy Allison <jra@samba.org>
2236     * Fixed invalid SMB_ASSERT() triggered by checking access on
2237        ACL'd files.
2240 Changes since 3.0.13
2241 --------------------
2243 smb.conf changes
2244 ----------------
2246     Parameter Name                      Action
2247     --------------                      ------
2248     dos filetimes                       Enabled by default
2251 commits
2252 -------
2253 o   Jeremy Allison <jra@samba.org>
2254     * Prevent nt_status code support when negotiating protocols
2255       earlier than NT1.
2256     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
2257       as this SMB is DOS codepage only.
2258     * BUG 2585: Fix printf() issues in smbpasswd which caused
2259       seg faults.
2260     * BUG 2563: Fix infinite loop on non-existent file with 
2261       FindNext().
2262     * BUG 2581 (partial): Ensure if realloc fails on an internal 
2263       tdb we fail gracefully.
2264     * Ensure that 'dos filetimes' works with ACLs.
2265     * Set 'dos filetimes = yes' as the default for smb.conf.
2267       
2268 o   Gerald (Jerry) Carter <jerry@samba.org>
2269     * Workaround autoconf issue to prevent debug symbols from 
2270       being included in the default build.
2271     * Disable schannel on the \lsarpc pipe in order to successfully 
2272       enumerate users and groups (*2k3sp1*)
2273     * Fix parsing error in rpc binds which broke NTLMSSP 
2274       authentication.   And as a result broke CTL+ALT+DEL password 
2275       changes from a Windows 2003 SP1 member of a Samba domain 
2276       (*2k3sp1*).
2277     * Revert change to FindFirst() server code that broke WinXP
2278       SP2 clients from launching *.exe files from a dfs target 
2279       share.
2280     * BUG 2588: Force smbclient to send netbios messages to port 
2281       139 unless otherwise instructed (based on patch from Thomas 
2282       Bork).
2283       
2285 o   Volker Lendecke <vl@samba.org>
2286     * Fix build on FreeBSD 4 where Winbind is not supported.
2287     * Fix 'wbinfo --user-sids' when using domain local groups.
2288     * Restrict domain local groups reported by 'wbinfo -r' to
2289       the Samba server domain and not the users domain.
2292 o   Lin Li <linl@xandros.com>
2293     * Ensure that winbind initializes internal trusted domain 
2294       structures when enumerating users and groups.
2295       
2297 o   Tim Potter <tpot@samba.org>
2298     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
2299       test.
2300     * Fix compiler warnings.
2303 o   <psz@maths.usyd.edu.au>
2304     * Fix for possible root squash NFS bugs.
2305     
2306     
2307 o   Simo Sorce <irda@samba.org>
2308     * Debian packaging fixes.
2309     
2311       --------------------------------------------------
2312                    ==============================
2313                    Release Notes for Samba 3.0.13
2314                             Mar 24, 2005
2315                    ==============================
2317 Common bugs fixed in 3.0.13 include:
2319   o Infinite FindNext() loop from Windows 9x client when
2320     copying or deleting files on a Samba file share using 
2321     explorer.exe.
2322   o Numerous smbclient bugs when listing directories.
2323   o Failures in smbclient when connecting to a Windows 9x 
2324     file server.
2326     
2327 ######################################################################
2328 Changes
2329 #######
2331 Changes since 3.0.12
2332 --------------------
2334 o   Jeremy Allison <jra@samba.org>
2335     * Fix typo bug in smbclient where flags overwrote info level
2336       in the cli_list_new().
2337     * Fix old smbclient bug where ff_searchcount was being compared 
2338       to -1 resulting in processing a filename twice.
2339     * Fix segv in smbclient caused by overwriting the last 2 bytes 
2340       in cli_list_new().
2341     * BUG 2530: Fix potential segv in smbclient when talking to a 
2342       Windows 9x file server.
2343     * Fix last entry offset in cli_list_new() when using a 
2344       FindFirst/FindNext info level of 0x104.
2345     * BUG 2501: Stop Win98 from looping doing FindNext on a 
2346       singleton directory. 
2347     * BUG 2521: Fix error in access checks when user group ACLs.
2348       
2349       
2350 o   Gerald (Jerry) Carter <jerry@samba.org>
2351     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
2352       to delete all versions of a driver.
2353     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
2354       'disable netbios = yes'.
2355     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
2356       shares.  
2357     * Update RedHat packaging files to require cups support.  Also
2358       remove requirement for 'idmap {uid,gid}' settings in smb.conf
2359       from winbindd init script.
2360     * BUG 2516: fix compile issue on True64.
2361     
2362       
2363       
2364 o   Guenther Deschner <gd@samba.org>
2365     * Check for the correct cli-struct when copying files in 'net 
2366       rpc printer' routines.
2369 o   Herb Lewis <herb@samba.org>
2370     * Fix incorrect test in 'net rpc user' when the user is not
2371       a member of any groups.
2372       
2373       
2374 o   Jim McDonough <jmcd@us.ibm.com>
2375     * Make sure that enum_group_members() searches the correct suffix.
2376     
2378       --------------------------------------------------
2379                    ==============================
2380                    Release Notes for Samba 3.0.12
2381                             Mar 18, 2005
2382                    ==============================
2384 Common bugs fixed in 3.0.12 include:
2386   o Winbind failures when using 'disable netbios = yes'
2387   o Failure to establish a trust relationship via 'net rpc trust 
2388     establish'
2389   o Various portability & compiler issues.
2390   o Read only file deletion failure caused by new delete semantics 
2391     in Windows XP SP2 and the MS 04-044 security hotfix.
2392   o Error messages from shared Excel workbooks residing on Samba 
2393     file shares.
2394   o Missing files in the output of smbclient -c 'dir' when run 
2395     against Windows file servers.
2396   o Inability for Print Administrators to pause/resume/purge print 
2397     queues.
2399 Additional features introduced in Samba 3.0.12:
2401   o Performance enhancements when serving directories containing 
2402     large number of files.
2403   o MS-DFS support added to smbclient.
2404   o More performance improvements when using Samba/OpenLDAP based 
2405     DC's via the 'ldapsam:trusted=yes' option.
2406   o Support for the Novell NDS universal password when using the
2407     ldapsam passdb backend.
2408   o New 'net rpc trustdom {add,del}' functionality to eventually 
2409     replace 'smbpasswd {-a,-x} -i'.
2410   o New libsmbclient functionality.
2414 =======================
2415 Large Directory Support
2416 =======================
2418 Samba 3.0.12pre1 introduces a specific mechanism for dealing
2419 with file services that frequently contain a large number of files
2420 per directory.  Historically Samba's performance has suffered 
2421 in such environments due to the translation from case 
2422 insensitive lookups by Windows client to the case sensitive
2423 storage mechanisms used by UNIX filesystems.
2425 Configuration details along with a short HOWTO can be found at:
2427 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
2430 ==================================
2431 libsmbclient Binary Compatibility
2432 ==================================
2434 Please note that a change has been made to the _SMBCCTX structure 
2435 in source/include/libsmbclient.h.  This change is not backwards
2436 compatible with applications linked against the libsmbclient.so
2437 library from Samba 3.0.11.  However, it is compatible with all 
2438 other Samba 3.0.x releases.  This means that it will be most likely
2439 be necessary to recompile any applications linked against the 
2440 3.0.11 version of the library.
2443 ######################################################################
2444 Changes
2445 #######
2447 smb.conf changes
2448 ----------------
2450     Parameter Name                      Action
2451     --------------                      ------
2452     allocation roundup size             New
2453     log nt token command                New
2454     write cache                         Deprecated
2458 Changes since 3.0.11
2459 --------------------
2461 commits
2462 -------
2463 o   Jeremy Allison <jra@samba.org>
2464     * BUG 2146: Return correct allocation sizes so as not to crash 
2465       the VC++ compiler.
2466     * BUG 962: Ensure that parsing of service names in smb.conf is 
2467       multibyte safe.
2468     * BUG 2201, 2227: Support new delete semantics used by MS04-044
2469       and XP SP2.
2470     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
2471       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
2472     * Add special hooks when serving directories containing large
2473       numbers of files.
2474     * Ensure that WINS negative name query responses and WACK 
2475       packets use the correct RR type of 0xA instead of reflecting 
2476       back what the query RR type was (0x20).
2477     * BUG 2310: Only do 16-bit normalization on small dfree request.
2478     * BUG 2323: Correct authentication failure when using plaintext 
2479       passwords from Windows XP clients.
2480     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
2481       work around issues building MS Visual Studio 6.0 project 
2482       on a Samba file share while restoring the pre-3.0.21pre1 
2483       behavior by default.
2484     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
2485       stat when checking for existence of a pathname.
2486     * Check the sticky bit on the parent directory for supporting
2487       the new WinXP SP2 file deletion semantics.
2488     * Various oplock, share mode, and byte range locking fixes
2489       found by Connectathon tests.
2490     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
2491       code (inspired by patch from Satwik Hebbar).
2492     * BUG 2382, 2045: More pending modtime and delayed write fixes
2493       for MS Excel (incorporates partial patches from 
2494       ke_miyata@itg.hitachi.co.jp).
2495     * Debug log message cleanups.
2496     * Add case insensitive search for a principal match on logon 
2497       verification in the system keytab (based on patch by 
2498       Michael Brown <mbrown@fensystems.co.uk>).
2499     * Revert the previous SMB signing change from Nalin Dahyabhai
2500       when using DES keys.
2501     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
2502     * Fix FindFirst() server code to deal with resume names of ".."
2503       and "." (found by Jim McDonough).
2504     * BUG 2451: Fix missing functions in full audit VFS module.
2505     * Ensure that smbd logs failures reported by DISK_FREE()
2506       (reported by Ying Li <ying.li2@hp.com>).
2507     * Ensure that smbclient obeys the max protocol argument again.
2508     * BUG 2335: Return correct error code for OS/2 clients (based on
2509       negotiated protocol level).
2510     * BUG 2460, 2464: remove dead code and unused variables 
2511       (reported by Jason Mader).
2514 o   Andrew Bartlett <abartlet@samba.org>
2515     * Avoid length-limited intermediate copy of NT and LM responses 
2516       in NETLOGON client.
2517     * Debug message cleanups in the NTLMSSP implementation.
2520 o   Manuel Baena <mbaena@lcc.uma.es>
2521     * Print actual error message in smbmnt.c:fullpath().
2524 o   Vince Brimhall <vbrimhall@novell.com>
2525     * Add support for Novell NDS universal password.
2526     * BUG 2424: Ensure that uidNumber and gidNumber use match 
2527       the RFC2307 schema.
2528     * BUG 2453: Change the way pdb_nds.c handles users with no 
2529       Universal or Simple Password.
2530     * NDS schema file corrections.
2533 o   Gerald (Jerry) Carter <jerry@samba.org>
2534     * Add trans2 client call for checking dfs referrals
2535     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
2536       when checking directories on modern CIFS servers.
2537     * Add MS-DFS support to smbclient.
2538     * Code cleanup of adt_tree.[ch].
2539     * Add missing checks to allow root to manage user rights.
2540     * Allow domain admins to manage rights assignments on domain members
2541       servers.
2542     * BUG 2333: Use the lpq command to pass in the correct printer name 
2543       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
2544       the default.
2545     * BUG 1439: make sure to initialize pointer to prevent invalid 
2546       free()'s on exit.
2547     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
2548       netbios = yes'.
2549     * Add cups-devel to BuidlRequires directive in Fedora spec file.
2550     * BUG 858: Fix order of popt args evaluation so we don't crash 
2551       when given no command line args.
2552     * Remove dependency on bash for source/autogen.sh.
2553     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
2554     * Implement MS-DFS for recursive directory listings in smbclient.
2555     * BUG 2394: Fix nmbd linking issue on IRIX.
2556     * Only display the publish check box in the client's printer 
2557       properties dialog if we are a member of an AD domain.
2558     * BUG 2363: allow 'in use' driver to be removed as long as 
2559       one 'Windows NT x86' driver remains.
2560     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
2561       porting purposes.
2562     * Enforce better printer.tdb cache consistency when removing 
2563       jobs from a print queue via SMB.
2564     * Ensure that pause/resume/purge print queue commands are run
2565       with the appropriate level of privilege necessary to actually
2566       work.
2567     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
2568       for 'printing = cups' installations that do not actually have 
2569       libcups.
2570     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
2571     * BUG 2215: Rewrite questionable code that was causing gcc to 
2572       choke.
2573     * Add server support for LsaLookupPrivValue().
2574     * Various small compile fixes and cleanup warnings.
2575     * BUG 2456: Fix compile failure on non-gcc platforms due to
2576       non-standard pragma.
2579 o   Kevin Dalley <kevin@kelphead.org>
2580     * BUG 2398: Don't force smbclient to assume a dry run if the 
2581       target tarfile is /dev/null.
2584 o   Guenther Deschner <gd@samba.org>
2585     * Fix crash bug in the client-spoolss enumdataex-call.
2586     * Expand the valid-workstation-scheme by expanding names 
2587       beginning with a plus (+) as a unix group.
2588     * Allow own netbios name to be set in smbclient's session setup.
2589     * Better handling of LDAP over IPC connections that have expired 
2590       on the LDAP-Server.
2591     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
2592     * Add examples/misc/adssearch.pl.
2593     * BUG 2343: Build fixes.
2594     * Support get_user_info_7 in SAMR server RPC.
2595     * Fix server_role in the samr_query_dom_info calls.
2596     * Add example perl script to check for multiple LDAP entries
2597       after running 'net rpc vampire'.
2598     * Add more output when listing printer forms via rpcclient.
2599     * Debug log message cleanup.
2602 o   Steve French <sfrench@us.ibm.com>
2603     * On failed mount (ENXIO) retry share name in uppercase (fix
2604       mount to FastConnect AIX SMB server).
2605     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
2606     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
2607       it with a user name.
2608     * Update for new CIFS POSIX info levels.
2609     * Ignore users mount parm in mount.cifs.
2611 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
2612     * BUG 1549: Don't truncate service names in smbstatus.
2615 o   William Jojo <jojowil@hvcc.edu>
2616     * BUG 2445: Patch to avoid default ACLs on AIX.
2619 o   S Murthy Kambhampaty <smk_va@yahoo.com>
2620     * Add idmap_rid module to Fedora and RedHat spec files.      
2623 o   Volker Lendecke <vl@samba.org>
2624     * BUG 2401: Flush internal getpwnam() cache after deleting a 
2625       user.
2626     * BUG 1604: Make winbind work with more than 10 trusted domains.
2627     * Cleanup various compiler warnings.
2628     * Fix a memory leaks in privileges code and passdb backends.
2629     * Fixes for samr_lookup_sids() client call.
2630     * Optimize _samr_query_groupmem with LDAP backend for large 
2631       domains.
2632     * Support SIDs as %s replacements in the afs username map 
2633       parameter.
2634     * Add 'log nt token command' parameter. If set, %s is replaced 
2635       with the user sid, and %t takes all the group sids.
2636     * Do not use the "Local Unix Group"-default description for 
2637       all kinds of group-mappings. 
2638     * Fix uninitialized variable in Linux nss_winbind library.
2639     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
2640     * Implement 'net afs impersonate'.
2641     
2643 o   Herb Lewis <herb@samba.org>
2644     * Fix build problem when HAVE_POSIX_ACL is not defined.
2645     * BUG 2417: Add help lines for net rpc group addmem and 
2646       delmem commands.
2647     
2649 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
2650     * Add support to libsmbclient for getting and setting DOS 
2651       attributes using EA functions.
2652     * Fix libsmbclient's URL encoding/decoding.
2653     * Replace browse listing URI queries with an internal options 
2654       structure (previous method violated the SMB URI syntax).
2655     * Allow tree connects to be multiplexed over a single CIFS server 
2656       connection context.
2657     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
2658       can determine a dead tree connection.
2659     * Implement better solution for backwards binary compatibility
2660       in libsmbclient while adding new fields to struct _SMBCCTX.
2663 o   Mark Loeser <halcy0n@gentoo.org>
2664     * BUG 2443: Compile fix for gcc4.
2667 o   Jim McDonough <jmcd@us.ibm.com>
2668     * BUG 2338: Fix coredump when OS/2 checks for long file name 
2669       support (with .+,;=[].) (thanks to Guenter Kukkukk).
2672 o   Jason Mader <jason@ncac.gwu.edu>
2673     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
2674       2341, 2342)
2677 o   Jim McDonough <jmcd@us.ibm.com>
2678     * Fixes for server schannel implementation when 'restrict 
2679       anonymous = 1' is set in smb.conf.
2680     * Fix bug in server side lookupsids reply that crashed lsass.exe 
2681       on Windows clients.
2682     * Fix 'net rpc trustdom establish'.
2683     * BUG 2062: Turn off broadcast for all 390 NICs.
2684     * Fix 'net rpc trustdom add' to correctly add new domain trust 
2685       accounts.  This will eventually replace 'smbpasswd -a -i'.
2686     * Implement 'net rpc trustdom del', including client side of 
2687       samr_remove_sid_from_foreign_domain.
2688     * Bring IBM Directory Server schema up to date with openldap 
2689       schema.
2690     * Allow for better protection of sensitive attributes in IBM
2691       Directory Server.
2694 o   Stefan Metzmacher <metze@samba.org>    
2695     * Fix memleaks in the nttrans code.
2698 o   Mike Nix <mnix@wanm.com.au>
2699     * Add SMBsplopen and SMBsplclose client calls.
2702 o   Justin Ossevoort <justin@snt.utwente.nl>
2703     * BUG 2316: Fix crashes in pdb_pgsql.
2706 o   James Peach <jpeach@sgi.com>
2707     * Fixes in string handling code.
2708     * Fix oplock2 test in client smbtorture.
2711 o   Tim Potter <tpot@samba.org>
2712     * Fix up example pdb modules after prototype change for 
2713       setsampwent.
2714     * BUG 2058: Fix for shared object creation in examples.
2715     * BUG 2315: Fix segv in LSA privileges server code.
2716     * Build fixes for python wrapper libraries.
2719 o   Richard Sharpe <rsharpe@samba.org>
2720     * BUG 2044: Fix segv in profiles tool.
2721     * Fix bogus error messages when enumerating user group 
2722       membership via 'net rpc'.
2725 o   Simo Sorce <idra@samba.org>
2726     * Debian packaging fixes.
2729 o   John Terpstra <jht@samba.org>
2730     * Add the capability to set account description using pdbedit.
2733 o   Doug VanLeuven <roamdad@sonic.net> 
2734     * Add more case/realm/name permutations to the kerberos keytab.
2735     * AIX compile fixes.
2738 o   Jelmer Vernooij <jelmer@samba.org>
2739     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
2740     * BUG 1957: Implement minimal update of fields in mySQL pdb 
2741       module.
2742     
2744 o   Torsten Werner <torsten.werner@assyst-intl.com>
2745     * BUG 2405: Define 'lpstat' printcap output on HPUX.
2746     
2748 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
2749     * Detect infinite loops when traversing tdbs.
2752       --------------------------------------------------
2753                    ==============================
2754                    Release Notes for Samba 3.0.11
2755                              Feb 5, 2005
2756                    ==============================
2758 Common bugs fixed in 3.0.11 include:
2760   o Crash in smbd when using CUPS printing.
2761   o Parsing error of other SIDs included in the user_info_3
2762     structure returned from domain controllers.
2763   o Inefficiencies when searching non-AD LDAP directories.
2764   o Failure to expand variables in user domain attributes
2765     in tdbsam and ldapsam.
2766   o Memory leaks.
2767   o Failure to retrieve certain attribute when migrating from 
2768     a Windows DC to a Samba DC via 'net rpc vampire'.
2769   o Numerous printing bugs bugs including memory 
2770     bloating on large/busy print servers.
2771   o Compatibility issues with Exchange 5.5 SP4.
2772   o sendfile fixes.
2774 Additional features introduced in Samba 3.0.11:
2776   o Winbindd performance improvements.
2777   o More 'net rpc vampire' functionality.
2778   o Support for the Windows privilege model to assign rights
2779     to specific SIDs.
2780   o New administrative options to the 'net rpc' command.
2783 ============
2784 LDAP Changes
2785 ============
2787 If "ldap user suffix" or "ldap machine suffix" are defined in
2788 smb.conf, all user-accounts must reside below the user suffix,
2789 and all machine and inter-domain trust-accounts must be located 
2790 below the machine suffix.  Previous Samba releases would fall 
2791 back to searching the 'ldap suffix' in some cases.
2794 ===============
2795 Privilege Model
2796 ===============
2798 Samba 3.0.11 supports the following assignable rights
2800 SeMachineAccountPrivilege  Add machines to domain
2801 SePrintOperatorPrivilege   Manage printers
2802 SeAddUsersPrivilege        Add users and groups to the domain
2803 SeRemoteShutdownPrivilege  Force shutdown from a remote system
2804 SeDiskOperatorPrivilege    Manage disk shares
2806 These rights can be assigned to arbitrary users or groups
2807 via the 'net rpc rights grant/revoke' command.  More details
2808 of Samba's privilege implementation can be found in the 
2809 Samba-HOWTO-Collection.
2810     
2812 ######################################################################
2813 Changes
2814 #######
2816 Changes since 3.0.10
2817 --------------------
2819 smb.conf changes
2820 ----------------
2822     Parameter Name                      Action
2823     --------------                      ------
2824     afs token lifetime                  New
2825     enable privileges                   New
2826     ldap password sync                  Alias
2827     min password length                 Deprecated
2828     winbind enable local accounts       Deprecated
2831 commits
2832 -------
2833 o   Jeremy Allison <jra@samba.org>
2834     * Extend vfs to add seekdir/telldir/rewinddir.
2835     * Fix dirent return.
2836     * Fix bugs when handling secondary trans2 requests.
2837     * Implementation of get posix acls in UNIX extensions.
2838     * Added set posix acl functionality into the UNIX extensions code.
2839     * Updated config.guess/config.sub .
2840     * Fix error reply when 'follow symlinks = no'.
2841     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
2842       not already zero.
2843     * Fixes for LARGE_READX support.
2844     * Fix the problem we get on Linux where sendfile fails, but we've
2845       already sent the header using send().
2846     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
2847       inherit = no'.
2848     * BUG 2088: Ensure inherit permissions is only applied on a new 
2849       file, not an existing one.
2850     * Don't go fishing for the krb5 authorization data unless we know
2851       it's there.
2852     * Fixes for libsmbclient to ensure that interrupted system calls
2853       are restarted minus the already expired portion of the timeout
2854       (based on work by Derrell Lipman).
2855     * More Unicode string parsing fixes.
2856     * Convert the winreg pipe to use WERROR returns.
2857     * Make all LDAP timeouts consistent (input from Joe Meadows 
2858       <jameadows@webopolis.com>).
2859     * BUG 2231: Remove double "\\" from client findfirst.
2860     * BUG 2238: Fix memory leak in shadow copy vfs.
2861     * Return correct DOS/NT error code on transact named pipe on 
2862       closed pipe handle.
2863     * BUG 2211: Fix security descriptor parsing bug (based on work by 
2864       Mrinal Kalakrishnan <mail@mrinal.net>).
2865     * BUG 2270: Fix memory leaks in cups printing backend support 
2866       (based on work by Lars Mueller).
2867     * BUG 2255: Fix debug level in kerberos error messages.
2868     * BUG 2110: Ensure we convert to ucs2 correctly after the 
2869       CAN-2004-0930 patch.
2870     * Make strict locking an enum. Auto means use oplock optimization.
2871     * Fix client  & server to allow 127k READX calls.
2872     * More *alloc fixes (includes additional fixes by Albert Chin.
2873     * Catch sendfile errors correctly and return the correct values 
2874       we want the caller to return.
2875     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
2876       for better use by desktop environments such as GNOME.
2877     * Ensure we can't remove a level II oplock without having the
2878       shared memory area locked.
2879             
2881 o   Timur Bakeyev <timur@com.bat.ru>
2882     * BUG 2100: change the way we check for errors after a dlopen().
2883     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
2884     
2885     
2886 o   Andrew Bartlett <abartlet@samba.org>
2887     * Clarify error message when 'lanman auth = no'.
2888     * Remove the unnecessary UTF-8 conversion calls in the calls to
2889       auth_winbind from smbd.
2890     * Don't store the auth-user credentials with the cli_state* as 
2891       this can cause the schannel setup to fail when the auth-user
2892       domain is not our primary domain.
2895 o   Grigory Batalov <bga@altlinux.org>
2896     * Fix encoding while receiving of a message which was actually 
2897       sent using STR_ASCII.
2900 o   Daniel Beschorner <db@unit-netz.de>
2901     * BUG 603: Correct access mask check for _samr_lookup_domain()
2902       to work with Windows RAS server
2905 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
2906     * Fix missing printer_tdb reference decrement.
2907     
2909 o   Gerald (Jerry) Carter <jerry@samba.org>
2910     * BUG 2073: fall back to smb_name if current_user_info is not
2911       available in lp_file_list_changed().
2912     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
2913       errors.
2914     * Don't run the background LPQ daemon when we are running in
2915       interactive mode.
2916     * prevent the background LPQ daemon from updating the print queue
2917       cache just because multiple smbd processes sent a message that
2918       it was out of date.
2919     * consolidate printer searches to use find_service rather than 
2920       for(...) loops.
2921     * BUG 2091: don't remove statically defined printers in 
2922       remove_stale_printers().
2923     * Fix logic error in add_a_form() that only compared N characters 
2924       instead of the entire form name.
2925     * BUG 2107: fix memory bloating caused by large numbers of 
2926       print_queue_updates() requests sent via messages.tdb.
2927     * Check the setprinter(3) based on the access permissions on 
2928       the handle and avoid the call to print_access_check().
2929     * Re-instantiate previous semantics for calling init_unistr2() 
2930       with a NULL source buffer.
2931     * Support Windows privilege model for assigning rights
2932       to specific SIDs.  Based on work by Simo Sorce in the trunk 
2933       svn branch.  This feature is controlled by the 'enable 
2934       privileges = [yes|no]' smb.conf(5) option.
2935     * Add some smb.conf scripts for add/delete/change shares and 
2936       deleting cups printers.
2937     * Expand variables in the profile path, logon home and logon script 
2938       values when using either tdbsam or ldapsam.
2939     * Add Domain Admins (Full Control) to the default printer security 
2940       descriptor if we are a DC.
2941     * RedHat and Fedora Packaging fixes for perl dependencies.
2942     * Remove unused schema items from OpenLDAP schema file.
2943     * Remove duplicate enumeration of "Windows x86" architecture
2944       when listing printer drivers via rpcclient.
2945     * Fail set_privileges() if 'enable privileges = no' to prevent 
2946       confused admins.
2947     * Fix segfault in cups_queue_get().
2948     * Tighten restrictions on changing user passwords when 
2949       the connected user possesses the SeMachineAccountPrivilege.
2950     * Ensure we set NETBIOSNAME.domainname for the long machine name
2951       when publishing printers in AD (based on input from Rob Foehl).
2952     * Mark 'winbind enable local accounts' as deprecated.
2953     * Mark testprns tool as deprecated.
2954     * Allow root to grant/revoke privilege assignments.
2955     * Correct interaction between user rights and se_access_check() on
2956       SAMR objects.
2957     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
2958       class.
2959     * BUG 2262: Add support in configure.in for *freebsd6*.
2960     * BUG 2266: Portability fixes for quota code on FreeBSD4.
2961     * BUG 2264: Remove shutdown and abortshutdown commands from 
2962       rpcclient in favor of using the same functions in 'net'.
2963     * BUG 2295: Prevent smbd from returning an empty server name
2964       in certain lanman api calls.
2965     * BUG 2290: Fix autogen.sh script in examples (based on original
2966       patch from Lars Mueller).
2967     * Fix bug enumerating domain trusts in security = ads.
2968     * Fix segv in rpcclient's dsenumdomtrusts.
2969     * Fix bug in expansion of %U and %G in included filenames.
2970     * BUG 2291: Restrict creation of server trust and domain trust
2971       accounts to members of the "Domain Admins" group.
2973 o   Nadav Danieli <nadavd@exanet.com>
2974     * Short circuit some is_locked() tests if we are oplocked.
2975     
2976     
2977 o   Guenther Deschner <gd@samba.org>
2978     * Allow 'localhost' as a valid server name in the smbd for the
2979       spoolss calls.
2980     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
2981       Mewburn for the input).
2982     * BUG 2059: Add additional checks needed after logic change to the
2983       HAVE_WRFILE_KEYTAB detection test.
2984     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
2985       Samba DC.  Allow us to lookup at least our own SID.
2986     * More fixes to have proper German in swat (Thanks to Reiner 
2987       Klaproth and Björn Jacke.
2988     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
2989       setting security descriptors with smbcacls and using with 
2990       the -S or -M switch. 
2991     * Include the munged_dial, bad_password_count, logon_count, and 
2992       logon_hours attributes when running 'net rpc vampire'.
2993     * Fix segfault in idmap_rid.
2994     * When winbindd is operating in the multi-mapping mode of 
2995       idmap_rid, allow BUILTIN domain-mapping.
2996     * Display infolevel 12 in query_dom_info in rpcclient.
2997     * Fix bug in winbindd's lowercasing of usernames.
2998     * Allow -v or -l for displaying verbose groupmap-listing 
2999       as well as "verbose".
3000     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
3001       vampire'.
3002     * Close LDAP-Connection before retrying to open a new connection 
3003       in the retry-loop.
3004     * Marking "min password length" as depreciated.  
3005     * Implement SAMR query_dom_info-call info-level 8 server- and 
3006       client-side, based on samba4-idl.
3007     * Allow rpcclient to define a port to use when connecting 
3008       to a remote server.
3009     * Allow Account Lockout with Lockout Duration "forever" (until 
3010       admin unlocks) to be set and displayed in User Manager.
3011     * Allow to set acb_mask in rpcclient's enumdomusers.
3012     * Add more generic rootDSE inspection function to check 
3013       for given controls or extensions and remember these on a 
3014       per server basis.
3015     * Improve LDAP search efficiency by passing the acb_mask to 
3016       pdb_setsampwent().
3017     * Fixes for ldapsam_enum_group_memberships().
3018     * Add createdomgroup to rpcclient.
3019     * Add "net rpc user RENAME"-command.
3020     * Display sam_user_info_7 in rpcclient.
3021     * Make multi-domain-mode in idmap_rid accessible from outside 
3022       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
3023     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
3024       "Lockout Duration: Forever".
3025     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
3026       config utility.
3027     * Require assignment of Administrator SID in the passdb 
3028       backend.  Fall back to the default name of 'Administrator' if
3029       the lookup fails rather than using the first name in the
3030       default 'admin users' list.
3031     * Enhance LDAP failure debug messages.
3032     * BUG 2291: Call the 'add machine script' for server trust and 
3033       domain trust accounts as well as workstation accounts.
3034     
3035     
3036 o   Levente Farkas <lfarkas@lfarkas.org>
3037     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
3038       packages.
3041 o   Jay Fenlason <fenlason@redhat.com>
3042     * Fix crash in 'net join' due to calling free on 
3043       static buffers.
3044     * Several patches from RedHat's Fedora Core RPMS.
3047 o   Rob Foehl <rwf@loonybin.net>.
3048     * Compiler warnings.
3049     * Try modifying printer published attributes before adding it a
3050       new entry in AD.
3051     * Solaris packaging fixes.
3052     * Don't force the cups printer-make-and-model tag as the comment
3053       for autoloaded printers.
3054     * Implement caching of names from printcap to support a true
3055       'printcap cache time'.
3058 o   Johann Hanne <jhml@gmx.net>
3059     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
3062 o   Jeff Hardy <hardyjm@potsdam.edu>
3063     * Example script for 'add print command' when using CUPS.
3066 o   Deryck Hodge <deryck@samba.org>
3067     * Add -P (--password-only-menu) to SWAT for displaying only the
3068       password change page to non-root users.
3071 o   David Hu <david.hu@hp.com>
3072     * Copy structure from print_queue_update() message rather than 
3073       referencing it.  Fixes seg fault on HP-UX.
3074       
3075       
3076 o   Buck Huppmann <buckh@pobox.com>
3077     * BUG 2186: Don't free uninitialized credentials.
3078     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
3079       dnsDomainName != realm.
3080    
3082 o   Björn Jacke <bjoern@j3e.de>
3083     * BUG 2040: Ensure the locale is reset to C to get ASCII-
3084       compatible toupper/lower functions.
3087 o   William Jojo <jojowil@hvcc.edu>
3088     * Fix HPUX sendfile and add configure.in tests and code for
3089       sendfile on AIX.
3090     * AIX 5.3 compile fixes.
3093 o   Volker Lendecke <vl@samba.org>
3094     * Optimize anonymous session setups by workstations in a 
3095       Samba domain.
3096     * Reimplment the QueryUserAliases() server RPC reply.
3097     * Re-add the getpwnam-cache for performance.
3098     * Cache the result of a pdb_getsampwnam for later SID lookup 
3099       queries.
3100     * Unify the means of localtaing a user's global groups on a 
3101       Samba DC.
3102     * Fix bug when serving the 'Start Menu' in a roaming user profile..
3103     * Map more pre-defined NT security descriptors to AFS acls.
3104     * Add timeout to AD search requests.
3105     * If a connection to a DC is requested (in winbindd), open
3106       connections simultaneously to all DCs found.
3107     * Memleak fixes.
3108     * Fix logic error in handling of 'printcap name' parameter.
3109     * Prevent winbindd from SPAM'ing the log files with 'user root 
3110       does not exist'.
3111     * Backport samr_DomInfo2 IDL specification from Samba 4.
3112     * Implement smbstatus -n, don't lookup users and groups.
3113     * Implement simple mapping that maps the space to another character 
3114       defined by afsacl:space.
3115     * Add support for 'net idmap delete <idmap-file> <SID>'.
3116     * Add new parameter 'afs token lifetime' tells the AFS client 
3117       when to throw away a token (patch from kllin@it.su.se).
3118     * Initial work to allow support for multiple pipe opens on a 
3119       single cli_state*.
3120     * Ensure that we still retrieve the netbios name of any DC 
3121       listed as a 'password server' to work around cases where the 
3122       DC was defined using an IP address or fqdn.
3123     * Fix memleak in winbindd connection code.
3124     * Fix cli_samr_queryuseraliases.
3125     * Allow wbinfo --user-sids to expand expand domain local groups.
3126     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
3127     * Fix parsing of other_sids in net_user_info3.
3128     * Correct bad failure logic when user was not a member of any 
3129       domain local groups.
3130     
3132 o   Jason Mader <jason@ncac.gwu.edu>
3133     * BUG 2113, 2289: Remove dead code.
3136 o   Jim McDonough <jmcd@us.ibm.com>
3137     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
3138       clients.  If it fails, fall back to WINREG.
3139     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
3140     * BUG 2198: Set password last change time when running 'net rpc 
3141       vampire'.
3142     * Add "refuse machine password change" policy field.
3145 o   Luke Mewburn <lukem@NetBSD.org>
3146     * BUG 2150: shmget() - Use POSIX definitions instead of non-
3147       standard SHM_.
3148       
3150 o   Stefan Metzmacher <metze@samba.org>    
3151     * autogen.sh fixes.
3154 o   Buchan Milne <bgmilne@mandrake.org>
3155     * Mandrake packaging fixes.
3158 o   Lars Mueller <lmuelle@samba.org>
3159     * Fix build of libsmbclient on x86_64.
3160     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
3161       is installed in a non-default location.
3162     * BUG 2050: Calculate max_fd for select correctly.
3163     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
3164       script.
3167 o   Jason Mader <jason@ncac.gwu.edu>
3168     * BUG 2069: Remove unused variables.
3169     * BUG 2075: Remove dead code paths.
3170     * BUG 2083: Fix compiler warnings caused by bad type casts.
3173 o   James Peach <jpeach@sgi.com>
3174     * Fix rewinddir -> rewind_dir when using VFS macros.
3175     
3177 o   Gavrie Philipson <gavrie@disksites.com>
3178     * BUG 1838: Remove stale printers imeeddiately when 
3179       processing a SIGHUP and during smb.conf reload.
3181       
3182 o   Tim Potter <tpot@samba.org>
3183     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
3184     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
3185     * Change the license for the winbindd external interface 
3186       more liberal.
3187     * HP-UX compile fixes.
3188     * Compile fixes after new setsampwent() API.
3191 o   Richard Renard <rrenard@idealx.com>
3192     * Update Netscape DS 5.2 LDAP schema.
3195 o   Simo Sorce <idra@samba.org>
3196     * Backport pdbedit changes from trunk.
3197     * Allows the add/change share command to create the shared 
3198       directory directory on disk.
3199     * Log a warning in testparm if a print command is defined for
3200       a print service using 'printing = cups'.
3201      
3202 o   Jelmer Vernooij <jelmer@samba.org>
3203     * Bug fixes for pdb_{xml,pqsql,xml}
3204     * Fixes for pdb_mysql.
3207 o   Andrew Tridgell <tridge@samba.org>
3208     * Bring Samba3 into line with the Samba4 password change code.
3209     
3211 o   Shiro Yamada <shiro@miraclelinux.com>
3212     * BUG 2190: Force SWAT to display parameters in unix charset and 
3213       not UTF-8.
3216       --------------------------------------------------
3217                    ==============================
3218                    Release Notes for Samba 3.0.10
3219                              Dec 16, 2004
3220                    ==============================
3222 Common bugs fixed in 3.0.10 include:
3224   o Fix for security issues described in CAN-2004-1154.
3227 Changes since 3.0.9
3228 -------------------
3230 commits
3231 -------
3233 o   Jeremy Allison <jra@samba.org>
3234     * Added checks surrounding all *alloc() calls to fix
3235       CAN-2004-1154.
3236     * Fix long standing memory size bug in bitmap_allocate().
3237     * Remove bogus error check in deferred open file serving 
3238       code.
3241 o   Thomas Bork <tombork@web.de>
3242     * Fix autoconf script on platforms using a version of GNU ld
3243       that does not include a date stamp in the output of --version.
3246 o   Luke Mewburn <lukem@NetBSD.org>
3247     * Fix the swat install script to deal with the new image
3248       destination directory used by the docs.
3249      
3252       --------------------------------------------------
3254                    =============================
3255                    Release Notes for Samba 3.0.9
3256                              Nov 15, 2004
3257                    =============================
3259 Common bugs fixed in 3.0.9 include:
3261   o Problem updating roaming user profiles.
3262   o Crash in smbd when printing from a Windows 9x client.
3263   o Unresolved symbols in libsmbclient which caused
3264     applications such as KDE's konqueror to fail when
3265     accessing smb:// URLs.
3268 Changes since 3.0.8
3269 -------------------
3272 commits
3273 -------
3275 o   Jeremy Allison <jra@samba.org>
3276     * Correctly detect errno for no acl/ea support.
3277     * BUG 2036: Fix seg fault in 'net ads join'.
3279     
3280 o   Gerald (Jerry) Carter <jerry@samba.org>
3281     * Solaris packaging fixes.
3282     * Fix seg fault in lanman printing code.
3283     * BUG 2017: fix testparm reporting for the passwd program 
3284       string.
3285     * Fix output of smbstatus to match the man page.
3286     * BUG 2027: fix conflict with declaration MD5_CTX in system 
3287       headers.
3288     * 2028: Avoid false error messages when copying a long 
3289       printer name to the device mode.
3292 o   Guenther Deschner <gd@samba.org> 
3293     * Allow deldriverex in rpcclient to delete drivers for a 
3294       specific architecture and a specific version.
3295     * Fix a couple of rpcclient spoolss commands (setprinter, 
3296       setprintername, getdriver) w.r.t to printer-naming scheme.
3297       Allow 'localhost' in the server string for certain server-side
3298       spoolss functions.
3299     * BUG 2015: Do not fail on setting file attributes with 
3300       acl support enabled.
3303 o   Michel Gravey <michel.gravey@optogone.com>
3304     * Fix build when using gcc 3.0.
3307 o   Volker Lendecke <vl@samba.org>
3308     * Fix tdb open logic when checking our local_pid after 
3309       the fork().
3312 o   Jim McDonough <jmcd@us.ibm.com>
3313     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
3314       non-root user.
3317 o   Luke Mewburn <lukem@NetBSD.org>
3318     BUG 1661: Fix KRB5_SETPW-defines
3321 o   Buchan Milne <bgmilne@mandrake.org> 
3322     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
3325 o   Lars Mueller <lmuelle@samba.org>
3326     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
3329 o   Martin Zielinski <mz@seh.de>
3330     * Add DeletePrinterDriverEx() functionality to rpcclient.
3331     
3333       --------------------------------------------------
3335                    =============================
3336                    Release Notes for Samba 3.0.8
3337                              Nov 7, 2004
3338                    =============================
3340 Common bugs fixed in 3.0.8 include:
3342   o Compile fixes for HP-UX
3343   o Fixes for the printer publishing code used when joined to 
3344     an AD domain.
3345   o Incompatibilities with file system quotas.
3346   o Several bugs in the spoolss printing code and print system 
3347     backends.
3348   o Inconsistencies in the username map functionality when 
3349     configured on domain member servers.
3350   o Various compile warnings and errors on various platforms.
3351   o Fixes for kerberos interoperability with Windows 200x 
3352     domains when using DES keys.
3353   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
3354   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
3356     
3357 New features included in the 3.0.8 release are:
3359   o New migration functionality added the the net tool
3360     for files/directories, printers, and shares.
3361   o New experimental idmap backend for assigning uids/gids
3362     directly based on the user/group RID when acting as a
3363     member of single domain without any trusts.
3364   o Additional printer migration support for XP/2003 platforms.
3367 ===========================
3368 Change in Winbindd Behavior
3369 ===========================
3371 All usernames returned by winbindd are now converted to lower 
3372 case for better consistency.  This means any winbind installation
3373 relying on the winbind username will need to rename existing 
3374 directories and/or files based on the username (%u and %U) to lower 
3375 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
3376 include mail spool files, home directories, valid user lines in 
3377 smb.conf, etc....
3380 ======================
3381 Change in Username Map
3382 ======================
3384 Previous Samba releases would only support reading the fully qualified 
3385 username (e.g. DOMAIN\user) from the username map when performing a 
3386 kerberos login from a client.  However, when looking up a map 
3387 entry for a user authenticated by NTLM[SSP], only the login name would be
3388 used for matches.  This resulted in inconsistent behavior sometimes
3389 even on the same server.
3391 Samba 3.0.8 obeys the following rules when applying the username
3392 map functionality:
3394   * When performing local authentication, the username map is 
3395     applied to the login name before attempting to authenticate 
3396     the connection.
3397   * When relying upon a external domain controller for validating
3398     authentication requests, smbd will apply the username map 
3399     to the fully qualified username (i.e. DOMAIN\user) only
3400     after the user has been successfully authenticated.
3403 ######################################################################
3404 Changes
3405 #######
3407 Changes since 3.0.7
3408 -------------------
3410 smb.conf changes
3411 ----------------
3412     Parameter Name                      Action
3413     --------------                      ------
3414     force printername                   New
3415     sendfile                            disabled by default
3418 commits
3419 -------
3421 o   Jeremy Allison <jra@samba.org>
3422     * Ensure extended security bit is on only if we negotiated 
3423       extended security.
3424     * Simplify statcache to use an in-memory tdb. 
3425     * If you're selecting a hash algorithm for tdb, you need 
3426       to do it at open time.
3427     * Removed old dir caching code - not being used now we 
3428       have the statcache anyway.
3429     * Simplify the mangle hash code to use an in-memory tdb.
3430     * Merge iconv changes from Samba 4 branch.
3431     * Fix parsing of names ending in dot and a few other error 
3432       returns.
3433     * BUG 1667: Smbpasswd file could be left locked on some 
3434       error exits.
3435     * Fixes for smbclient tar functionality.
3436     * BUG 1743: Fix logic bug the deferred open code.
3437     * Don't try to set security descriptors on shares where 
3438       this has been turned off.
3439     * Return correct error codes on old SEARCH call.
3440     * Ensure we set errno = E2BIG when we overflow in the 
3441       fast-path character conversion code.
3442     * Fix the roundup problem (returning 1mb roundup) for 
3443       non-Windows clients.
3444     * Added 'stat' command to smbclient to exercise the 
3445       UNIX_FILE_BASIC info level.
3446     * Fix bug where we could incorrectly set sparse attribute.
3447     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
3448       (reported by Taj Khattra <taj.khattra@gmail.com>).
3449     * Remove locked keys tdb code.
3450     * BUG 1886: Prevent delete on close being set for readonly files 
3451       (and return the correct error code).
3452     * Ensure we pass most of the new lock tests except for the cancel 
3453       lock which is yet to be added (merged from Samba 4 branch).
3454     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
3455     * BUG 1956: Ensure errno is saved and restored consistently on a 
3456       normal_close.
3457     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
3458       that all of the appropriate service principal names are set 
3459       upon joining an AD domain.
3460     * Fix the correct use of resume name in the trans2 code.
3461     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
3462       correct salt used when generated the DES key after joining an 
3463       AD domain.
3464     * Enhanced krb5 detection routines in the autoconf scripts.
3465   
3467 o   Andrew Bartlett <abartlet@samba.org>
3468     * Avoid changing the machine account password in the passdb 
3469       backend, when it has 'already been changed'.  This occurs 
3470       in situations where the secure channel between the workstation 
3471       and the DC breaks down, such as occurred in the MS04-11 
3472       security patch.
3473     * Fix utility name in error message in ntlm_auth.
3474     * Fix NTLMv2 for use with pam_winbind.
3475     * Remove conversion to and from UTF8 on the winbind pipe.
3476     * Allow 'require_membership_of' and 'require-membership-of'.
3477     * Fix the error code for 'you didn't specify a domain' in 
3478       ntlm_auth.
3479     * Use sys_getgroups() rather than scanning all groups 
3480       when generating SAMR replies.
3483 o   Igor Belyi <sambauser@katehok.ac93.org>
3484     * Ensure pdb user is deleted first before deleting UNIX 
3485       user (LDAP backend needs this ordering).
3488 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
3489     * Fix core dump in 'net rpc vampire'.
3490     
3492 o   Vince Brimhall <vbrimhall@novell.com>
3493     * Make ldapsam_compat robust against NULL attributes.
3496 o   Gerald Carter <jerry@samba.org>
3497     * Don't limit the number of groups returned by winbindd_getgroups()
3498       by NGROUPS_MAX.
3499     * BUG 1519: Match Windows 2000 behavior when opening a 
3500       printer using a servername in the form of an IP address or 
3501       DNS name.
3502     * BUG 1907: remove extra slashes from the printer name in 
3503       getprinterdriverdir_1().  
3504     * Fix standard_sub_snum() to use the current user's gid.
3505     * Fix background queue update bug (based on Volker's initial work 
3506       in 3.1.0).
3507     * Add 'force printername' service parameter for people that want 
3508       to enforce printername == sharename for spoolss printing.
3509     * Ensure consistent usage of the username map.  Use the fully 
3510       qualified DOMAIN\user format for 'security = domain|ads' and 
3511       apply after authentication has succeeded.
3512     * Cosmetic fix for getent output -- lowercase the username only 
3513       and not the complete domain\username string.
3514     * Packaging fixes for Solaris, Redhat, & Fedora.
3516     
3517 o   Sean Chandler <sean.chandler@verizon.net>
3518     * Fix memlieak in cliconnect.c.
3521 o   Darren Chew <darrenc@vicscouts.asn.au>
3522     * Solaris packaging fixes.
3523     
3525 o   Nalin Dahyabhai <nalin@redhat.com>
3526     * SMB signing fix for 56-bit DES session keys.
3529 o   Guenther Deschner <gd@samba.org> 
3530     * add IA64 to the architecture table of printer-drivers.
3531     * Add file/share/printer migration functionality to 
3532       the net command.
3533     * Show correct help for net groupmap commands.
3534     * Fix deadlock loop in winbind's required_membership_sid
3535       verification.
3536     * Bring the same level of "required_membership"-functionality 
3537       that ntlm_auth uses, to pam_winbindd as well.
3538     * Prevent "net lookup kdc" from seg-faulting when
3539       using our own implementation of krb5_lookup_kdc with 
3540       heimdal.
3541     * Adding getprinter level 7 to rpcclient.
3542     * Support migrating printers|shares|files from Server A 
3543       to Server B while running the net-command on client C.
3544     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
3545       failure of this call non-critical (Thanks to Love @ Heimdal
3546       for the explanation and patch).
3547     * Fix typos in net's usage-output.
3548     * Fix the paranoia-check to ensure the ldap-attribute and the
3549       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
3550       are identical.
3551     * Fix several bugs in the _samr_query_useraliases() rpc reply.
3552     * Check correct string length when verifying password-policies 
3553       and using extended characters (Thanks to Uwe Morgenroth from CC 
3554       Compunet and Volker).
3555     * Make 'password history'-behavior in ldapsam more consistent. 
3556     * Adding "Windows x64" as architecture string and driverdir "x64" 
3557       for the 64bit AMD platform.
3558     * BUG 1343: Readd WKGUID-binding to match the correct default-
3559       locations of new User-, Group- and Machine-Accounts in Active 
3560       Directory (this got lost during the last trunk-merge).
3561     * Fix printer-migration w.r.t. to new naming-convention for
3562       policy-handles.
3563     * Allow to migrate win2k3/xp-drivers as well. 
3564     * Add client-side support of triggering ads printer publishing 
3565       over msrpc setprinter calls inside the net-tool. 
3566     * Add the idmap_rid module (written in conjunction with 
3567       Sumit Bose <sbose@suse.de>).
3568     * BUG 1661: Fix build with recent heimdal releases.
3569     * Prevent idmap_rid from making unnecessary calls to domain 
3570       controllers for trusted domains.
3573 o   Arthur van Dongen <avdongen@xs4all.nl>
3574     * Fix typos in pam_winbind log messages and SuSE 
3575       packaging files.
3578 o   Rob Foehl <rwf@loonybin.net>
3579     * Typo fixes for log messages in printer publishing code.
3580     * Fix memory leak in printer publishing code.
3581     * Ensure print_backend_init() only gets called once.
3582     * Have smbd check the published status of all printers 
3583       at startup.
3584     * Cleanup up the XXX_a_printer() API for consistency.
3585     * Refactored the printer publishing code and include better 
3586       error handling.
3589 o   Steve French <sfrench@us.ibm.com>
3590     * Fix IP address override in mount.cifs mount helper and clean 
3591       up warning messages from the sparse tool and expand syntax help.
3592     * Strip guest mount option off before sending to kernel mount 
3593       routine to avoid logging spurious message.
3596 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
3597     * BUG 1732: Limit share names returned by RAP based on windows 
3598       character width, not unix character width.
3599     * BUG 1498: Ensure that acl entries are stored in the correct 
3600       order.
3603 o   Brett Funderburg <brett@deepfile.com>
3604     * Pass create options parameter to nt_create_andx() function
3605       from the python bindings.
3606     * BUG 1864: Add sd->type field to security descriptor Python 
3607       representation.
3608     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
3609       when trying to return the security descriptor for a file.
3610     * BUG 1884: Fixes for the Python bindings to use the value
3611       of the desired_access filed passed into the lsa_open_policy()
3612       routines.
3615 o   Michael Gravey <michel.gravey@optogone.com>
3616     * BUG 1776: Fix warnings when building modules caused by 
3617       certain versions of GNU ld not using the the default 
3618       --allow-shlib-undefined flag.
3621 o   Chris Hertel <crh@samba.org>
3622     * Fix logic bug in splay tree data structure when finding 
3623       a leaf node.
3624     * Fix bug where an invalid MAC address would be printed by 
3625       a node status lookup from nmblookup.
3627       
3628 o   Uli Iske <iske@elkb.de>
3629     * Update the DNS/eDirectory LDAP schema file.
3632 o   Björn Jacke <bjacke@sernet.de>
3633     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
3634       UTF-8.  Reformat msgstr in msg-files to UTF-8.
3635     * Do not use display charset for swat output.
3636     * Convert the share names correctly from unix encoding to web 
3637       encoding and vice versa. 
3638     * Convert files from status page from unix charset to UTF-8.
3641 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
3642     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
3645 o   Tom Lackemann <cessnatomny@yahoo.com>
3646     * BUG 1954: Fix memory leak in posix acl code.
3649 o   Volker Lendecke <vl@samba.org>
3650     * Robustnss fix for winbindd when sending multiple requests 
3651       at a high rate for a slow operation.  
3652     * Solve the problem of user sids ending up with gid's 
3653       and vice versa.
3654     * Use sys_fork instead of fork for the dual daemon so that 
3655       we get the correct debug pid in the logfiles.
3656     * Based on patch from jmcd, implement special lists for the LDAP 
3657       user attributes to delete.
3658     * Fix creation of aliases via usrmgr. Winbind was too strict 
3659       checking the type of sids.
3660     * Lowercase all usernames returned by winbind.
3661     * BUG 1545, 1823: Only issue the ldap extended password change 
3662       operation if the ldap server supports it.  Also ignore object 
3663       class violation errors from the extended operation.
3664     * Optimization for 'idmap backend = ldap': When asking sid2id 
3665       for the wrong type, don't ask ldap when we have the opposite mapping 
3666       in the local tdb.
3667     * Fix ldapsam_compat homeDrive.
3668     * Add usersidlist and allowedusers subcommands to the net tool
3669       in order to support scanning a file server's share and list 
3670       all users who have permission to connect there.
3671     * Allow for multiple DC's to be named as #1c names in lmhosts.
3672     * Memory leak fixes.
3673     * Fix checks for the local pid of an smbd process after 
3674       reopening tdbs.
3677 o   Herb Lewis <herb@samba.org>
3678     * Added tdbtool to be built by default.
3681 o   Love <lha@stacken.kth.se>
3682     * BUG 1955: Inconsistent error return.
3685 o   Sorin Manolache <sorinm@gmail.com>
3686     * Memory leak fix.
3689 o   Jim McDonough <jmcd@us.ibm.com>
3690     * Allow 'net ads lookup' to rely on command line arguments 
3691       if contacting an ADS server fails; utilize cldap for lookups.
3692     * Fixup formatting errors in TDB_LOG calls; add printf attribute
3693       support to tdb log functions.
3696 o   Bill McGonigle <bill+samba@bfccomputing.com>
3697     * BUG 1926: Type in debug message.
3700 o   Sean McGrath
3701     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
3702       for libsmbclient.
3705 o   Luke Mewburn <lukem@NetBSD.org>
3706     * BUG 1782: Prevent testparm from displaying parameter synonyms.
3709 o   Stefan Metzmacher <metze@samba.org>    
3710     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
3711     * Fix client quota support.
3712     * Fix opening of system quota file.
3715 o   Lars Mueller <lmuelle@samba.org>
3716     * Small fixes for autogen.sh to deal with version detection 
3717       of autoconf and autoheader; fixes for examples using 
3718       libtool to adhere to stricter syntax of newer version.
3721 o   Henrik Nordstrom <hno@squid-cache.org>
3722     * Allow winbindd to return the correct number of groups 
3723       when the groups array must be enlarged.
3726 o   Narayana Pattipati <narayana.pattipati@wipro.com>
3727     * Solaris autoconf detection fixes.
3730 o   Tim Potter <tpot@samba.org>
3731     * BUG 1360: (correct fix) Use -Wl when passing flags to 
3732       the linker.
3733     * HP-UX compile fixes (from JBravo on #samba-technical).
3734     * BUG 1731: More HP-UX compiles fixes.
3735     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
3736       spits the dummy otherwise.
3737     * Fix bug in Python printerdata wrapper.
3738     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
3739       <bugzilla-samba@thewrittenword.com>).
3740     * Fix parameter confusion in priming of name-to-sid cache
3741       (Found by Qiao Yang).
3742     * BUG 1888: Remove '..' from all pre-processor commands.
3743     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
3744       DEBUG_PASSWORD.
3747 o   Matt Selsky <selsky@columbia.edu>
3748     * BUG 350: use autoconf 2.57 feature for checking header file
3749       preprocessing (fixes configure warnings on Solaris).
3752 o   Richard Renard <rrenard@idealx.com>
3753     * Fix usermgr.exe and trust relationships.
3756 o   Paul Szabo <psz@maths.usyd.edu.au>
3757     * Fix to make find_workgroup use the same 
3758       truncation as create_workgroup.
3761 o   Richard Sharpe <rsharpe@samba.org>
3762     * Ensure cli_write() can support writes >= 65536 bytes.
3765 o   Simo Sorce <idra@samba.org>
3766     * Added check password script code in examples/auth/crackcheck/
3767     * Fix memory corruption bug caused in freeing static memory.
3770 o   Andrew Tridgell <tridge@samba.org>
3771     * Remove lp_use_mmap() from map_file() since the latter 
3772       is for read only and does not require coherence.
3773     * Ensure that the uuid pack/unpack routines do not go past 
3774       the end of the structure.
3775     * Converted Samba 3 tree to use the new utf-16 aware iconv 
3776       code. 
3777     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
3778     * Ensure configure only uses '=' instead of the bashism '=='.
3779     * Reduces the number of tdb locking calls made on file IO.
3780     
3782 o   Jelmer Vernooij <jelmer@samba.org>
3783     * Convert internal data to UTF-8 before calling libxml2.
3784     * Complain if 'password chat' doesn't contain the %u variable
3785       (based on a patch by Ronan Waide).
3786     
3788 o   Josef Zlomek
3789     * BUG 1541:  Fix recursive ls in smbclient. 
3791     
3792 o   Igor Zhbanov <bsg@uniyar.ac.ru>
3793     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
3794       option.
3796       --------------------------------------------------
3798                   =============================
3799                   Release Notes for Samba 3.0.7
3800                            Sept 13, 2004
3801                   =============================
3803 Common bugs fixed in 3.0.7 include:
3805   o Fixes for two Denial of Service vulnerabilities
3806     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
3807   o Winbind failure to return user entries under certain
3808     conditions.
3809   o Syntax errors in the OpenLDAP schema file (samba.schema).
3810   o Printing errors caused by not setting default values
3811     for the various printing commands.
3814 Changes since 3.0.6
3815 -------------------
3817 smb.conf changes
3818 ----------------
3820     Parameter Name                      Action
3821     --------------                      ------
3822     winbind enable local accounts       disabled by default
3824     
3825 commits
3826 -------
3827 o   Jeremy Allison <jra@samba.org>
3828     * Fix parsing of names ending in dot and a few other error 
3829       returns.
3830     * BUG 1674: Move the symlinks checks into reduce_name().
3831     * Fix memleak when checking the valid names smb.conf option.
3832     * Fix memleak on error return path in the file open code.
3833     * More paranoia checks in the hash2 mangling code.
3834     * Fix syntax error in configure.in.
3835     * Match Win2k3's behavior for pathname parsing error returns.
3836     * Make nmbd more robust against bad netbios packets 
3837       (CAN-2004-0808).
3838     * Add more checks for invalid ASN.1 packets for SPNEGO packets
3839       (CAN-2004-0807).
3841   
3842 o   Andrew Bartlett <abartlet@samba.org>  
3843     * Janitor work in loadparm.c -- remove unused parameters.
3846 o   Gerald Carter <jerry@samba.org>
3847     * BUG 1464: Ensure that printing commands are initialized even
3848       if the 'printing' parameter is not explicitly set.
3849     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
3850       Adharsh Praveen <rprav@india.hp.com>)
3851     * Work around parsing error in the print change notify code.
3852     * remove duplicate declaration of getprintprocdir from 
3853       rpcclient.
3854     * Only use sAMAccountName and not userPrincipalName when looking
3855       up a username in AD since the breaks winbindd (lookup_name() 
3856       only works with the sAMAccountName).
3857     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
3858       filling in the username in the user_info3.
3859     * Fix logic bug in the check for creating a user's home directory 
3860       in register_vuid(); caused home directory to be mismatched to 
3861       the first share in smb.conf under certain conditions.
3862     * BUG 1656: rename auto.a to auto.smb.
3863     * Ensure that we assign our pid to print jobs (and not our 
3864       parent's pid); ensures that spooling jobs from dead smbds 
3865       are removed from the tdb.
3866     * Disable 'winbind enable local accounts' by default.
3867     * Adding some initial checks for DragonFly (same as 
3868       FreeBSD 4.1).
3869     
3871 o   Guenther Deschner <gd@samba.org> 
3872     * Use SMB_ASSERT() to track down NULL printer names in 
3873       the tdb open code.
3874     * Revert fix for BUG 1474 to avoid unnecessary packaging 
3875       dependencies.
3878 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
3879     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
3880       and 5.1.
3881     * BUG 1626: More compile fixes.
3884 o   Rob Foehl <rwf@loonybin.net>
3885     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
3886       by attempts to sanitize the defined attributes.
3889 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
3890     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
3893 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
3894     * BUG 1657: Remove used initialized variable, 
3895     * BUG 1658: Add a little bit of const.
3898 o   Volker Lendecke <vl@samba.org>
3899     * If there's garbage in the pidfile, we should not panic 
3900       but assume that no one else is around. We can't find the 
3901       other guy anyway.
3904 o   Jim McDonough <jmcd@us.ibm.com>
3905     * Fixup format string in the tdb error messages.
3908 o   Jonas Olsson <lexicon@lysator.liu.se>
3909     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
3910       reporting the list in usrmgr.exe.
3913 o   Tim Potter <tpot@samba.org>
3914     * Fix out-of-tree builds (problem with the script to generate 
3915       the svn version number).
3916     * BUG 1360:  Need to use -Wl when passing flags to the linker.
3917     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
3918       doesn't have one of its own.
3920 o   Simo Sorce <idra@samba.org>
3921     * Fixup compile issues on AIX caused by broken strlen() and 
3922       strdup().
3923     * Update debian packaging files.
3926 o   Dimitri van der Spek <dwspek@aboveit.nl>
3927     * Use the correct counter when copying group rids from the 
3928       user_info3 struct in pam_winbind.
3929       
3931 o   Qiao Yang <qyang@stbernard.com>
3932     * BUG 1622: Only cache the user
3935       --------------------------------------------------
3936       
3937                   =============================
3938                   Release Notes for Samba 3.0.6
3939                            Aug 19, 2004
3940                   =============================
3942 Common bugs fixed in 3.0.6 include:
3944   o Schannel failure in winbindd.
3945   o Numerous memory leaks.
3946   o Incompatibilities between the 'write list' and 'force user'
3947     smb.conf options.
3948   o Premature optimization of the open_directory() internal 
3949     function that broke tools such as the ArcServe backup 
3950     agent, Macromedia HomeSite, and Robocopy.
3951   o Corrupt workgroup names in nmbd's browse.dat.
3952   o Sharing violation errors commonly seen when opening
3953     when serving Microsoft Office documents from a Samba 
3954     file share.
3955   o Browsing problems caused by an apostrophe (') in the 
3956     computer's description field.
3957   o Problems creating special file types from UNIX CIFS 
3958     clients and enabling 'unix extensions'.
3959   o Fix stalls in smbd caused by inaccessible LDAP servers.
3960   o Remove various memory leaks.
3961   o Fix issues in the password lockout feature.
3963 New features introduced in this release include:
3965   O Support symlinks created by CIFS clients which 
3966     can be followed on the server.
3967   o Using a cups server other than localhost.
3968   o Maintaining the service principal entry in the system 
3969     keytab for integration with other kerberized services.
3970     Please refer to the 'use kerberos keytab' entry in 
3971     smb.conf(5).  When using the heimdal kerberos libraries,
3972     you must also specify the following in /etc/krb5.conf:
3973     [libdefaults]
3974        default_keytab_name = FILE:/etc/krb5.keytab
3975   o Support for maintaining individual printer names
3976     stored separately from the printer's sharename.
3977   o Support for maintaining user password history.
3978   o Support for honoring the logon times for user in a 
3979     Samba domain.
3982 ============================================
3983 unix extensions = yes (default) and symlinks
3984 ============================================
3986 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
3987 clients supporting the UNIX extensions to the CIFS protocol 
3988 can create symlinks to absolute paths which will be **followed** 
3989 by the server.  This functionality has been requested in order 
3990 to correctly support certain applications when the user's home 
3991 directory is mounted using some type of CIFS client (e.g. the 
3992 cifsvfs in the Linux 2.6 kernel).
3994 If this behavior is not acceptable for your production environment
3995 you can set 'wide links = no' in the specific share declaration in 
3996 the server's smb.conf.  Be aware that disabling wide link support 
3997 out of a share in Samba may impact the server's performance due 
3998 to the fact that smbd will now have to check each path additional 
3999 times before traversing it.
4000   
4002 ========================
4003 Password History Support 
4004 ========================
4006 The new password history feature allows smbd to check the new 
4007 password in password change requests against a list of the user's
4008 previous passwords.  The number of previous passwords to save can 
4009 be set using pdbedit (4 in this example):
4011    root# pdbedit -P "password history" -C 4
4013 When using the ldapsam passdb backend, it is vital to secure the 
4014 following attributes from access by non-administrative users:
4016    * sambaNTPassword
4017    * sambaLMPassword
4018    * sambaPasswordHistory
4020 You should refer to your directory server's documentation on how 
4021 to implement this restriction.
4024 Changes since 3.0.5
4025 -------------------
4027 smb.conf changes
4028 ----------------
4030     Parameter Name              Action
4031     --------------              ------
4032     cups server                 New
4033     defer sharing violations    New
4034     force unknown acl user      New
4035     ldap timeout                New
4036     printcap cache time         New
4037     use kerberos keytab         New
4038     
4039 commits
4040 -------
4041 o   Jeremy Allison <jra@samba.org> 
4042     * Correct path parsing bug that broke DeletePrinterDriverEx().
4043     * Fix bugs in check_path_syntax() caught by asserts.
4044     * Internal change - rearrange internal global case setting 
4045       variables to a per connection basis.
4046     * BUG 1345: Fix premature optimization in unix_convert(). 
4047     * Allow clients to truncate a locked file.
4048     * BUG 1319: Always check to see if a user as write access
4049       to a share, even when 'force user' is set.
4050     * Fix specific case of open that doesn't cause oplock break, 
4051       or share mode check.
4052     * Correct sid type is WKN_GROUP, not alias. Added some 
4053       more known types (inspired by patch from Jianliang Lu).
4054     * Allow creation of absolute symlink paths via CIFS clients.
4055     * Fix charset bug in when invoking send_mailslot().
4056     * When using widelinks = no, use realpath to canonicalize 
4057       the connection path on connection create for the user. 
4058     * Enhance stat open code.
4059     * Fix unix extensions mknod code path.
4060     * Allow unix domain socket creation via unix extensions.
4061     * Auto disable the 'store dos attribute' parameter if the 
4062       underlying filesystem doesn't support EAs.
4063     * Implement deferred open code to fix a bug with Excel files 
4064       on Samba shares.
4065     * BUG 1427: Catch bad path errors at the right point.  Ensure 
4066       all our pathname parsing is consistent.
4067     * Fix SMB signing error introduced by the new deferred open 
4068       code.
4069     * Change default setting for case sensitivity to "auto". (see 
4070       commit message -- r1154 -- for details).
4071     * Add new remote client arch -- CIFSFS.
4072     * Allow smbd to maintain the service principal entry in the 
4073       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
4074       Guenther Deschner, et. al.).
4075     * Fix longstanding memleak bug with logfile name.
4076     * Fix incorrect type in printer publishing (struct uuid, 
4077       not UUID_FLAT).
4078     * Heimdal compile fixes after introduction of the new ketyab 
4079       feature.
4080     * Ensure we check attributes correctly on rename request.
4081     * Ensure we defer a sharing violation on rename correctly.
4082     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
4083       on timeout.
4084     * Fix bogus error message when using "mangling method = hash" 
4085       rather than hash2.
4086     * Turn on sendfile by default for non-Win9x clients.
4087     * Handle non-io opens that cause oplock breaks correctly.
4088     * Ensure ldap replication sleep time is not more than 5 seconds.
4089     * Add support for storing a user's password history.
4090       LDAP portion of the code was based on a patch from 
4091       Jianliang Lu <j.lu@tiesse.com>.
4092     * Correct memory leaks found in the password change code.
4093     * Fix support for the mknod command with the Linux CIFS client.
4094     * Remove support for passing the new password to smbpasswd 
4095       on the command line without using the -s option.
4096     * Ensure home directory service number is correctly reused
4097       (inspired by patches from Michael Collin Nielsen 
4098       <michael@hum.aau.dk>).
4099     * Fix to stop printing accounts from resetting the bas 
4100       password and account lockout flags.
4101     * If a account was locked out by an admin (and has a bad 
4102       password count of zero) leave it locked out until an admin 
4103       unlocks it (but log a message).
4104     * Ensure we return the same ACL revision on the wire that 
4105       W2K3 does.
4106     * BUG 1578: Hardcode replacement for invalid characters as '_'
4107       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
4108     * Fix hashed password history for LDAP backends.
4109     * Enforce logon hours restrictions if confiogured (based on code 
4110       from Richard Renard <rrenard@idealx.com>).
4111     * BUG 1606: Force smbd to disable sendfile with DOS clients 
4112       and ensure that the chained header is filled in for ...&X 
4113       commands.
4114     * BUG 1602: Fix access to shares when all symlink support 
4115       has been disabled.
4119 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
4120     * Allow pdbedit to export a single user from a passdb backend.
4121     
4123 o   Andrew Bartlett <abartlet@samba.org>  
4124     * Fix parsing bug in GetDomPwInfo().
4125     * Fix segfault in 'ntlm_auth --diagnostics'.
4126     * Re-enable code to allow sid_to_gid() to perform a group 
4127       mapping lookup before checking with winbindd.
4128     * Fix memory leak in the trans2 signing code.
4129     * Allow more flexible GSS-SPENGO client and server operation 
4130       in ntlm_auth.
4131     * Improve smbd's internal random number generation.
4132     * Fix a few outstanding long password changes in smbd.
4133     * Fix LANMAN2 session setup code.
4136 o   Eric Boehm <boehm@nortelnetworks.com>
4137     BUG 703: Final touches on netgroup case lookups.
4138     
4139     
4140 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
4141     * Ensure error status codes don't get overwritten in 
4142       lsa_lookup_sids() server code.
4143     * Correct bug that caused smbd to overwrite certain error 
4144       codes when returning up the call stack.
4145     * Ensure the correct sid type returned for builtin sids.
4148 o   Gerald Carter <jerry@samba.org>
4149     * Fix a few bugs in the Fedora Packaging files.
4150     * Fix for setting the called name to by our IP if the 
4151       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
4152       with connecting to printers via \\ip.ad.dr.ess\printer 
4153       UNC path.
4154     * BUG 1315: fix for schannel client connections to servers
4155       when we haven't specifically negotiated AUTH_PIPE_SEAL.
4156     * Allow PrinterDriverData valuenames with embedded backslashes
4157       (Fixes bug with one of the Konica Fiery drivers).
4158     * Fixed string length miscalculation in netbios names that 
4159       resulted in corrupt workgroup names in browse.dat.
4160     * When running smbd as a daemon, launch child smbd to update 
4161       the lpq cache listing in the background.
4162     * Allow printers "Printers..." folder to be renamed to a string 
4163       other than the share name.
4164     * Allow winbindd to use domain trust account passwords when 
4165       running on a Samba DC to establish an schannel to remote 
4166       domains.
4167     * Fix bad merge and ensure that we always use tdb_open_log() 
4168       instead of tdb_open_ex() (the former call enforce the 'use 
4169       mmap' parameter).
4170     * BUG 1221: revert old change that used single and double 
4171       quotes as delimeters in next_token(), and change 
4172       print_parameter() to print out parm values surrounded by 
4173       double quotes (instead of single quotes).
4174     * Prevent home directories added during the SMBsesssetup&X from 
4175       being removed as unused services.
4176     * Invalidate the print object cache for open printer handles when
4177       smbd receives a message that an attribute on a given printer 
4178       has been changed.
4179     * Cause the configure script to exit if --enable-cups[=yes] is 
4180       defined and the system does not have the cups devel files 
4181       installed.
4182     * BUG 1297: Prevent map_username() from being called twice 
4183       during logon.
4184     * Ensure that we use the userPrincipalName AD attribute 
4185       value for LDAP SASL binds.
4186     * Ensure we remove the tdb entry when deleting a job that 
4187       is being spooled.
4188     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
4189       client sends a FindNextPrintChangeNotify() request without 
4190       previously sending a FindFirstPrintChangeNotify().  Return 
4191       the same error code as Windows 2000 SP4.
4192     * BUG 1516: Manually declare ldap_open_with_timeout() to 
4193       workaround compiler errors on IRIX (or other systems without 
4194       LDAP headers).
4195     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
4196       3.0.5.
4197     * Corrected syntax error in the OID for sambaUnixIdPool, 
4198       sambaSidEntry, & sambaIdmapEntry object classes.
4199     * Tighten the cache consistency with the ntprinters.tdb entry 
4200       an the in memory cache associated with open printer handles.
4201     * Make sure that register_messages_flags() doesn't overwrite 
4202       the originally registered flags.
4205 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
4206     * Debian BUG 252591: Ensure that the return value from the 
4207       number of available interfaces is initialized in case no 
4208       interfaces are actually available.
4211 o   Guenther Deschner <gd@sernet.de> 
4212     * Implement 'rpcclient setprintername'.
4213     * Add local groups to the user's NT_TOKEN since they are 
4214       actually supported now.
4215     * Heimdal compile fixes after introduction of the new keytab 
4216       feature.
4217     * Correctly honor the info level parameter in 'rpcclient 
4218       enumprinters'.
4219     * Reintroduce 'force unknown acl user' parameter.  When getting a 
4220       security descriptor for a file, if the owner sid is not known, 
4221       the owner uid is set to the current uid. Same for group sid.
4222     * Ensure that REG_SZ values in the SetPrinterData actually 
4223       get written in UNICODE strings rather than ASCII.
4224     * Ensure that the last kerberos error return is not invalid.
4225     * Display share ACL entries from rpcclient.
4226     * Correct infinite loop in pam_winbind's verification of 
4227       group membership in the 'other sids' field in the user_info3 
4228       struct.
4231 o   Fabian Franz <FabianFranz@gmx.de>
4232     * Support specifying a port in the device URL passed to smbspool.
4233     
4234     
4235 o   Steve French <sfrench@us.ibm.com>
4236     * Handle -S and user mount parms in mount.cifs.
4237     * Fix user unmount of shares mount with suid mount.cifs.
4238     * prevent infinite recusion in reopen_logs() when expanding 
4239       the smb.conf variable %I.
4242 o   Bjoern Jacke <bj@sernet.de>
4243     * Install libsmbclient into $(LIBDIR), not into hard coded 
4244       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
4245       and an explicit configure --libdir setting.
4248 o   <kawasa_r@itg.hitachi.co.jp>
4249     * Correct more memory leaks and initialization bugs.
4250     * Fix bug that prevented core dumps from being generated 
4251       even if you tried.
4252     * Connect to the winbind pipe in non-blocking mode to 
4253       prevent processes from hanging.
4254     * Memory leak fixes.
4257 o   Stephan Kulow <coolo@suse.de>
4258     * Fix crash bug in libsmbclient.
4261 o   Volker Lendecke <vl@samba.org>
4262     * Added vfs_full_audit module.
4263     * Add vfs_afsacl.c which can display & set AFS acls via 
4264       the NT security editor.
4265     * Fix crash bug caused by trying to Base64 encode a NULL string.
4266     * Fix DOS error code bug in reply_chkpath().
4267     * Correct misunderstanding of the max_size field in 
4268       cli_samr_enum_als_groups;  it is more like an account_control 
4269       field with individual bits what to retrieve.
4270     * Implement 'net rpc group rename' -- rename domain groups.
4271     * Implement the 'cups server' option. This makes it possible 
4272       to have virtual smbd's connect to different cups daemons.
4273     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
4274     * Fix sid_to_gid() calls in winbindd to prevent loops.
4275     * Ensure that local_sid_to_gid() sets the type of the group on 
4276       return.
4277     * Make sure that the clients are given back the IP address to 
4278       which they connected in the case of a multi-homed host. Only 
4279       affects strings the spoolss printing replies.
4280     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
4281       did not ask for the modifyTimestamp attribute, so it could 
4282       not find it.   Try not to regress by not putting that attrib 
4283       in the main list but append it manually for the relevant searches.
4284     * Fix two memleaks in login_cache.c.
4285     * fixes memory bloat when unmarshalling strings.
4286     * Fix compile errors using gcc 3.2 on SuSE 8.2.
4287     * Fix the build for systems without kerberos headers.
4288     * Allow winbindd to handle authentication requests only when 
4289       started without either an 'idmap uid' or 'idmap gid' range.
4290     * Fix the build for systems without ldap headers.
4291     * Fix interaction between share security descriptor and the 
4292       'read only' smb.conf option.
4293     * Fix bug that caused _samr_lookupsids() with more than 32 (
4294       MAX_REF_DOMAINS) SIDs to fail.
4295     * Allow the 'idmap backend' parameter to accept a list of 
4296       LDAP servers for failover purposes.
4297     * Revert code in smbd to remove a tdb when it has become 
4298       corrupted.
4299     * Add paranoid checks when mapping SIDs to a uid/gid to 
4300       ensure that the type is correct.
4301     * Initial work on getting client support for sending mailslot 
4302       datagrams.
4303     * Add 'ldap timeout' parameter.
4304     * Dont always uppercase 'afs username map'.
4305     * Expand aliases for getusersids as well.
4306     * Improved NT->AFS ACL mapping VFS module.
4309 o   Herb Lewis <herb@samba.org>
4310     * Add the acls debug class.
4311     * Fix logic bug in netbios name truncate routine.
4312     * Fix smbd crash caused by smbtorture IOCTL test.
4313     * Fix errno tromping before calling iconv to reset the 
4314       conversion state.
4315     * need to leave empty dacl so we can remove last ACE.
4318 o   Jianliang Lu <Jianliang.Lu@getronics.com>
4319     * Fix to stop smbd hanging on missing group member in 
4320       get_memberuids().
4321     * Make sure Samba returns the correct group types.
4322      * Reset the bad password count password counts upon a successful login.
4323      
4324      
4325 o   Jason Mader <jason@ncac.gwu.edu>
4326     * BUG 1385: Don't use non-consts in a structure initialization.
4327     
4329 o   Jim McDonough <jmcd@us.ibm.com>
4330     * BUG 1279: SMBjobid fix for Samba print servers running on 
4331       Big-Endian platforms.
4334 o   Joe Meadows <jameadows@webopolis.com>
4335     * Add optional timeout parameter to ldap open calls.
4336     * Allow get_dc_list() to check the negative cache.
4339 o   Stefan Metzmacher <metze@samba.org>    
4340     * fix a configure logic bug for linux/XFS quotas when 
4341       using --with-sys-quotas.
4342     * Use quota debug class in quota code.
4343     * print out the SVN revision by configure,
4344     
4346 o   Buchan Milne <bgmilne@mandrake.org>
4347     * Mandrake packaging fixes.
4348     
4349     
4350 o   Lars Mueller <lmuelle@samba.org>
4351     * BUG 1279: Added 'printcap cache time' parameter.
4352     * Fix afs related build issues on SuSE.
4353     * Fix compiler warnings in the kerberos client code.
4356 o   James Peach <jpeach@sgi.com>
4357     * More iconv detection fixes for IRIX.
4358     * Compile fixed for systems that do not have C99/UNIX98 compliant 
4359       vsnprintf by default.
4360     * Prevent smbd from attempting to use sendfile at all if it is 
4361       not supported by the server's OS.
4362     * Allow SWAT to search for index.html when serving html files 
4363       in a directory.
4366 o   Dan Peterson
4367     * Implement NFS quota support on FreeBSD.
4370 o   Tim Potter <tpot@samba.org>
4371     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
4372       avoid conflicts with identical symbols in the global namespace 
4373       when loading libnss_wins.so.
4376 o   Richard Renard <rrenard@idealx.com>
4377     * Save the current password as it is being changed into the 
4378       password history list.
4381 o   Richard Sharpe <rsharpe@samba.org>
4382     * Fix error return codes on some lock messages.
4383     * BUG 1178: Make the libsmbclient routines callable 
4384       by C++ programs.
4385     * BUG 1333: Make sure we return an error code when 
4386       things go wrong.
4387     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
4388       share mode locking requests fail.
4391 o   Simo Sorce <idra@samba.org>
4392     * Update Debian stable & unstable packaging.
4393     * Tidy up parametric options in testparm output.
4396 o   Richard Sharpe <rsharpe@samba.org>
4397     * Add sigchild handling to winbindd to restart the child 
4398       daemon if necessary.
4401 o   Tom Shaw <tomisfaraway@gmail.com>
4402     * Use winbindd_fill_pwent() consistently.
4405 o   Nick Thompson <nickthompson@agere.com>
4406     * Protect smbd against broken filesystems which return zero 
4407       blocksize.
4410 o   Andrew Tridgell <tridge@samba.org>
4411     * Fixed bug in handling of timeout in socket connections.
4412      
4414 o   Nick Wellnhofer <wellnhofer@aevum.de>    
4415     * Prevent lp_interfaces() list from being corrupted.  Fixes
4416       bug where nmbd would lose the list of network interfaces 
4417       on the system and consequently shutdown.
4419       
4420 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
4421     * Fix ntlm_auth memory leaks.
4424 o   Jelmer Vernooij <jelmer@samba.org>
4425     * Additional NT status to unix error mappings.
4426     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
4427       get duplicate symbol errors.
4428     * Return an error when the last command read from stdin 
4429       fails in smbclient.
4430     * Prepare for better error checking in tar.
4431     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
4432       
4434       --------------------------------------------------
4435       
4436                  =============================
4437                  Release Notes for Samba 3.0.5
4438                          July 20, 2004
4439                  =============================
4441 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
4442 the exception of correcting the two security issues outlined 
4443 below.
4445 ######################## SECURITY RELEASE ########################
4447 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
4448 CVE ID:        CAN-2004-0600, CAN-2004-0686
4449                (http://cve.mitre.org/)
4452 This is the latest stable release of Samba. This is the version
4453 that production Samba servers should be running for all current
4454 bug-fixes.
4456 It has been confirmed that versions of Samba 3 prior to v3.0.4
4457 are vulnerable to two potential buffer overruns.  The individual
4458 details are given below.
4460 =============
4461 CAN-2004-0600
4462 =============
4464 Affected Versions:      Samba 3.0.2 and later
4466 The internal routine used by the Samba Web Administration
4467 Tool (SWAT v3.0.2 and later) to decode the base64 data
4468 during HTTP basic authentication is subject to a buffer
4469 overrun caused by an invalid base64 character.  It is
4470 recommended that all Samba v3.0.2 or later installations
4471 running SWAT either (a) upgrade to v3.0.5, or (b) disable
4472 the swat administration service as a temporary workaround.
4474 This same code is used internally to decode the
4475 sambaMungedDial attribute value when using the ldapsam
4476 passdb backend. While we do not believe that the base64
4477 decoding routines used by the ldapsam passdb backend can
4478 be exploited, sites using an LDAP directory service with
4479 Samba are strongly encouraged to verify that the DIT only
4480 allows write access to sambaSamAccount attributes by a
4481 sufficiently authorized user.
4483 The Samba Team would like to heartily thank Evgeny Demidov
4484 for analyzing and reporting this bug.
4486 -------------
4487 CAN-2004-0686
4488 -------------
4490 Affected Versions:      Samba 3.0.0 and later
4492 A buffer overrun has been located in the code used to support
4493 the 'mangling method = hash' smb.conf option.  Please be aware
4494 that the default setting for this parameter is 'mangling method
4495 = hash2' and therefore not vulnerable.
4497 Affected Samba 3 installations can avoid this possible security
4498 bug by using the default hash2 mangling method.  Server
4499 installations requiring the hash mangling method are encouraged
4500 to upgrade to Samba 3.0.5.
4503 ##################################################################
4505     --------------------------------------------------
4506                  
4507                  =============================
4508                  Release Notes for Samba 3.0.4
4509                           May 8, 2004
4510                  =============================
4512 Common bugs fixed in Samba 3.0.4 include:
4514   o Password changing after applying the patch described in 
4515     the Microsoft KB828741 article to Windows clients.
4516   o Crashes in smbd.
4517   o Managing print jobs via Windows on Big-Endian servers.
4518   o Several memory leaks in winbindd and smbd.
4519   o Compile issues on AIX and *BSD.
4521 Changes since 3.0.3
4522 --------------------
4524 commits
4525 -------
4527 o   Jeremy Allison <jra@samba.org>
4528     * Fix path processing for DeletePrinterDriverEx().
4529     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
4530       breakage.
4533 o   Andrew Bartlett <abartlet@samba.org>
4534     * Fix alignment bug in GetDomPwInfo().
4537 o   Alexander Bokovoy <ab@samba.org>
4538     * Fix utime[s]() issues in smbwrapper on systems 
4539       that can boot both the 2.4 and 2.6 Linux kernels.
4542 o   Gerald Carter <jerry@samba.org>
4543     * Fedora packaging fixes.
4544     * BUG 1302: Fix seg fault by not trying to optimize a list of 
4545       invalid gids using the wrong array size.
4546     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
4547       seen when 'security = share'.
4548     * Fix problems when using IBM's compiler on AIX.
4549     * Link Developer's Guide, Example Guide, and multi-page HOWTO
4550       into SWAT's welcome page.
4551     * BUG 1293: fix double free in printer publishing code.
4553     
4554 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
4555     * Fix for handling timeouts in socket connections.
4558 o   Michel Gravey <michel.gravey@optogone.com>
4559     * BUG 483: patch from  to fix password hash creation in SWAT.
4560     
4562 o   Volker Lendecke <vl@samba.org>
4563     * Close the open NT pipes before the tdis.
4564     * Fix AFS related build issues.
4565     * Handle error conditions when base64 encoding a blob of 0 bytes.
4567     
4568 o   Herb Lewis <herb@samba.org>
4569     * Added 'acls' debug class.
4571 o   kawasa_r@itg.hitachi.co.jp
4572     * Multiple variable initialization and memory leak fixes.
4573     
4574     
4575 o   Stephan Kulow <coolo@suse.de>
4576     * Fix string length bug in libsmbclient that caused KDE's 
4577       Konqueror to crash.
4578     * BUG 429: More libsmbclient fixes.
4581 o   Jim McDonough <jmcd@us.ibm.com>
4582     * BUG 1007, 1279: Store the print job using a little-endian key.
4585 o   Eric Mertens
4586     o Compile fix for OpenBSD (ENOTSUP not supported).
4588     
4589 o   Stefan Metzmacher <metze@samba.org>
4590     * Correct bug in disks quota views from explorer.
4592     
4593 o   Tim Potter <tpot@samba.org>
4594     BUG 1305: Correct debug output.
4597 o   Richard Sharpe <rsharpe@samba.org>
4598     * Fix incorrect error code mapping.
4601 o   Jelmer Vernooij <jelmer@samba.org>
4602     * Add additional NT_STATUS errorm mappings.
4603     
4605     --------------------------------------------------
4607                  =============================
4608                  Release Notes for Samba 3.0.3
4609                         April 29, 2004
4610                  =============================
4613 Common bugs fixed in Samba 3.0.3 include:
4615   o Crash bugs and change notify issues in Samba's printing code.
4616   o Honoring secondary group membership on domain member servers.
4617   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
4618   o Substitution errors for %[UuGg] in smb.conf.
4619   o winbindd crashes when using ADS security mode.
4620   o SMB signing errors.
4621   o Delays in winbindd startup caused by unnecessary 
4622     connections to trusted domain controllers.
4623   o Various small memory leaks.
4624   o Winbindd failing due to expired Kerberos tickets.
4626 New features introduced in Samba 3.0.3 include:
4628   o Improved support for i18n character sets.
4629   o Support for account lockout policy based on
4630     bad password attempts.
4631   o Improved support for long password changes (>14
4632     characters) and strong password enforcement.
4633   o Support for Windows aliases (i.e. nested groups).
4634   o Experimental support for storing DOS attribute on files
4635     and folders in Extended Attributes.
4636   o Support for local nested groups via winbindd.
4637   o Specifying options to be passed directly to the CUPS libraries.
4639 Please be aware that the Samba source code repository was 
4640 migrated from CVS to Subversion on April 4, 2004.  Details on 
4641 accessing the Samba source tree via anonymous svn can be found 
4642 at http://svn.samba.org/samba/subversion.html.
4645 Changes since 3.0.2a
4646 --------------------
4647 smb.conf changes
4648 ----------------
4650     Parameter Name              Action
4651     --------------              ------
4652     cups options                New
4653     ea support                  New
4654     only user                   Deprecated
4655     store dos attributes        New
4656     unicode                     Removed
4657     winbind nested groups       New
4659     
4660 commits
4661 -------
4663 o   Jeremy Allison <jra@samba.org>
4664     * Ensure that Kerberos mutex is always properly unlocked.
4665     * Removed Heimdal "in-memory keytab" support.
4666     * Fixup the 'multiple-vuids' bugs in our server code.
4667     * Correct return code from lsa_lookup_sids() on unmapped
4668       sids (based on work by vl@samba.org).
4669     * Fix the "too many fcntl locks" scalability problem 
4670       raised by tridge.
4671     * Fixup correct (as per W2K3) returns for lookupsids 
4672       as well as lookupnames.
4673     * Fixups for delete-on-close semantics as per Win2k3 behavior.
4674     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
4675     * Fix "unable to initialize" bug when smbd hasn't been run with 
4676       new system and a user is being added via pdbedit/smbpasswd.
4677     * Added NTrename SMB (0xA5).
4678     * Fixup correct timeout values for blocking lock timeouts.
4679     * Fix various bugs reported by 'gentest'.
4680     * More locking fixes in the case where we own the lock.
4681     * Fix up regression in IS_NAME_VALID and renames.
4682     * Don't set allocation size on directories.
4683     * Return correct error code on fail if file exists and target 
4684       is a directory.
4685     * Added client "hardlink" comment to test doing NT rename with 
4686       hard links.  Added hardlink_internals() code - UNIX extensions 
4687       now use this as well.
4688     * Use a common function to parse all pathnames from the wire for 
4689       much closer emulation of Win2k3 error return codes.
4690     * Implement check_path_syntax() and rewrite string sub 
4691       functions for better multibyte support.
4692     * Ensure msdfs referrals are multibyte safe.
4693     * Allow msdfs symlink syntax to be more forgiving.
4694       eg. sym_link -> msdfs://server/share/path/in/share 
4695       or  sym_link -> msdfs:\\server\share\path\in\share.
4696     * Cleanup multibyte netbios name support in nmbd ( based on patch
4697       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
4698     * Fix check_path_syntax() for multibyte encodings which have 
4699       no '\' as second byte (based on work by ab@samba.org.
4700     * Fix the "dfs self-referrals as anonymous user" problem
4701       (based on patch from vl@samba.org).
4702     * BUG 1064: Ensure truncate attribute checking is done correctly 
4703       on "hidden" dot files.
4704     * Fix bug in anonymous dfs self-referrals again.
4705     * Fix get/set of EA's in client library
4706     * Added support for OS/2 EA's in smbd server.
4707     * Added 'ea support' parameter to smb.conf.
4708     * Added 'store dos attributes' parameter to smb.conf.
4709     * Fix wildcard identical rename.
4710     * Fix reply_ctemp - make compatible with w2k3.
4711     * Fix wildcard unlink.
4712     * Fix wildcard src with wildcard dest renames.      
4713     * BUG 1139: Fix based on suggestion by jdev@panix.com.
4714       swap lookups for user and group - group will do an
4715       algorithmic lookup if it fails, user won't.
4716     * Make EA's lookups case independent.
4717     * Fix SETPATHINFO in 'unix extensions' support.
4718     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
4719       the UNIX info levels, and the short case preserve names.
4722 o   Timur Bakeyev <timur@com.bat.ru>
4723     * BUG 1144: only set --with-fhs when the argument is 'yes'
4724     * BUG 1152: Allow python modules to build despite libraries added 
4725       to LDFLAGS instead of LDPATH.
4726     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
4729 o   Craig Barratt <cbarratt@users.sourceforge.net>
4730     * BUG 389: Allow multiple exclude arguments with smbclient 
4731       tar -Xr options (better support for Amanda backup client).
4734 o   Andrew Bartlett <abartlet@samba.org>
4735     * Include support for linking with cracklib for enforcing strong 
4736       password changes.
4737     * Add support for >14 character password changes from Windows 
4738       clients.
4739     * Add 'admin set password' capability to 'net rpc'.
4740     * Allow 'net rpc samdump' to work with any joined domain 
4741       regardless of smb.conf settings.
4742     * Use an allocated buffer for count_chars.
4743     * Add sanity checks for changes in the domain SID in an 
4744       LDAP DIT.
4745     * Implement python unit tests for Samba's multibyte string 
4746       support.
4747     * Remove 'unicode' smb.conf option.
4748     * BUG 1138: Fix support for 'optional' SMB signing and other 
4749       signing bugs.
4750     * BUG 169: Fix NTLMv2-only behavior.
4751     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
4752       default.
4753     * Support SMB signing on connections using only the LANMAN 
4754       password and generate the correct the 'session key' for these 
4755       connections.
4756     * Implement --required-membership-of=, an ntlm_auth option 
4757       that restricts all authentication to members of this particular 
4758       group.
4759     * Improve our fall back code for password changes.
4760     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
4761       after the server had said something (such as an error).
4762     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
4764       
4765 o   Alexander Bokovoy <ab@samba.org>
4766     * Fix incorrect size calculation of the directory name 
4767       in recycle.so.
4768     * Fix problems with very long filenames in both smbd and smbclient
4769       caused by truncating paths during character conversions.
4770     * Fix smbfs problem with Tree Disconnect issued before smbfs 
4771       starts its work.
4774 o   Gerald Carter <jerry@samba.org>
4775     * BUG 850: Fix 'make installmodules' bug on True64.
4776     * BUG 66: mark 'only user' deprecated.
4777     * Remove corrupt tdb and shutdown (only for printing tdbs, 
4778       connections, sessionid & locking).
4779     * decrement smbd counter in connections.tdb in smb_panic().
4780     * RedHat specfile updates.
4781     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
4782     * BUG 1147; bad pointer case in get_stored_queue_info() 
4783       causing seg fault.
4784     * BUG 761: read the config file before initialized default 
4785       values for printing options; don't default to bsd printing 
4786       Linux.
4787     * Allow the 'printing' parameter to be set on a per share basis.
4788     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
4789     * BUG 848: don't create winbind local users/groups that already 
4790       exist in the tdb.
4791     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
4792       LynxOS/ppc).
4793     * BUG 488: fix the 'show client in col 1' button and correctly 
4794       enumerate active connections.
4795     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
4796       problem when storing the updating pid for the lpq cache.
4797     * BUG 1007 (partial): Fix print change notify bugs.
4798     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
4799       and winbind use default domain = yes.  Also ensures that 
4800     * BUG 1151: Ensure that winbindd users are passed through 
4801       the username map.
4802     * Fix client rpc binds for ASU derived servers (pc netlink, 
4803       etc...).
4804     * BUG 417, 1128: Ensure that the current_user_info is set
4805       consistently so that %[UuGg] is expanded correctly.
4806     * BUG 1195: Fix crash in winbindd when the ADS server is 
4807       unavailable.
4808     * BUG 1185: Set reconnect time to be the same as the 
4809       'winbind cache time'.
4810     * Ensure that we return the sec_desc in smb_io_printer_info_2.
4811     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
4812     * BUG 1095: Honor the '-l' option in smbclient.
4813     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
4814       block.
4815     * Ensure server schannel uses the auth level requested by the 
4816       client.
4817     * Removed --with-cracklib option due to potential crash issue.
4818     * Fix -lcrypto linking problem with wbinfo.
4819     * BUG 761: allow printing parameter to set defaults on a per 
4820       share basis.
4821     * Add 'cups options' parameter to allow raw printing without 
4822       changing /etc/cups/cupsd.conf.
4823     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
4824       winbindd.
4825     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
4826     * BUG 1288: resolve any machine netbios name (0x00) and not just 
4827       servers (0x20).
4828     * BUG 1199: Fix potential symlink issue in 
4829       examples/printing/smbprint.
4832 o   Robert Dahlem <Robert.Dahlem@gmx.net>
4833     * BUG 1048:  Don't return short names when when 'mangled names = no'
4836 o   Guenther Deschner <gd@suse.com>
4837     * Remove hard coded attribute name in the ads ranged retrieval
4838       code.
4839     * Add --with-libdir and --with-mandir to autoconf script.
4842 o   Bostjan Golob <golob@gimb.org>
4843     * BUG 1046: Fix  getpwent_list() so that the username is not 
4844       overwritten by other fields.
4847 o   Landon Fuller <landonf@opendarwin.org>
4848     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
4849       to fix user/group enumeration on systems whose libc does not 
4850       call setgrent() before trying to enumerate users (i.e. 
4851       FreeBSD 5.2).
4854 o   Steve French <sfrench@us.ibm.com>
4855     * Update mount.cifs to version 1.1.
4856     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
4857     * Fixes to minor security bug in the mount helper.
4858     * Fix credential file mounting for cifs vfs.
4859     * Fix free of incremented pointer in cifsvfs mount helper.
4860     * Fix path canonicalization of the mount target path and help 
4861       text display in the cifs mount helper.
4862     * Add missing guest mount option for mount.cifs.
4865 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
4866     * BUG 1055; formatting fixes for 'net share'.
4867     * BUG 692: correct truncation of share names and workgroup 
4868       names in smbclient.
4869     * BUG 1088: use strchr_m() for query_host (smbclient -L).
4870     * Patch from to internally count characters correctly.
4873 o   Paul Green <paulg@samba.org>
4874     * Update VOS _POSIX_C_SOURCE macro to 200112L.
4875     * Fix bug in configure.ion by moving the first use of 
4876       AC_CHECK_HEADERS so it is always executed.
4877     * Fix configure.in to only use $BLDSHARED to select whether to 
4878       build static or shared libraries.
4881 o   Pat Haywarrd <Pat.Hayward@propero.net>
4882     * Make the session_users list dynamic (max of 128K).
4883     
4884     
4885 o   Cal Heldenbrand <calzplace@yahoo.com> 
4886     * Fix for for 'pam_smbpass migrate' functionality.
4889 o   Chris Hertel <crh@samba.org>
4890     * fix enumeration of shares 12 characters in length via 
4891       smbclient.
4894 o   Ulrich Holeschak <ulrich@holeschak.de>
4895     * BUG 932: fix local password change using pam_smbpass
4898 o   Krischan Jodies <kj@sernet.de>
4899     * Implement 'net rpc group delete'
4902 o   John Klinger <john.klinger@lmco.com>
4903     * Return NSS_SUCCESS once the max number of gids possible 
4904        has been found in initgroups() on Solaris.
4905     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
4908 o   Volker Lendecke <vl@samba.org>
4909     * Fix success message for net groupmap modify.
4910     * Fix errors when enumerating members of groups in 'net rpc'.
4911     * Match Windows behavior in samr_lookup_names() by returning
4912       ALIAS(4) when you search in BUILTIN. 
4913     * Fix server SAMR code to be able to set alias info for 
4914       builtin as well. 
4915     * Fix duplication of logic when creating groups via smbd.
4916     * Ensure that the HWM values are set correctly after running 
4917       'net idmap'.
4918     * Add 'net rpc group add'.
4919     * Implement 'net groupmap set' and 'net groupmap cleanup'.
4920     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
4921     * Fix wb_delgrpmem (wbinfo -o).
4922     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
4923     * Fix sambaUserWorkstations on a Samba DC.
4924     * Implement wbinfo -k: Have winbind generate an AFS token after
4925       authenticating the user.
4926     * Add expand_msdfs VFS module for providing referrals based on the
4927       the client's IP address.
4928     * Implement client side NETLOGON GetDCName function.
4929     * Fix caching of name->sid lookups.
4930     * Add support in winbindd for expanding nested local groups.
4931     * Fix memleak in winbindd.
4932     * Fix msdfs proxy.
4933     * Don't list domain groups from BUILTIN.
4934     * Fix memleak in policy handle utility functions.
4935     * Decrease winbindd startup time by only contacting trusted 
4936       domains as necessary.
4937     * Allow winbindd to ask the DC for its domain for a trusted 
4938       DC.
4939     * Fix Netscape DS schema based on comments from 
4940       <thomas.mueller@christ-wasser.de>.
4941     * Correct case where adding a domain user to a XP local group 
4942       did a lsalookupname on the user without domain prefix, and 
4943       failed.
4944     * Fix segfault in winbindd caused by 'wbinfo -a'.
4945     
4947 o   Herb Lewis <herb@samba.org>
4948     * Fix typo for tag in proto file.
4949     * Add missing #ifdef HAVE_BICONV stuff.
4950     * Truncate Samba's netbios name at the first '.' (not 
4951       right to left).
4954 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
4955     * Bug fixes and enhancements to libsmbclient library.
4957     
4958 o   Jianliang Lu <j.lu@tiesse.com>
4959     * Enforce the 'user must change password at next login' flag.
4960     * Decode meaning of 'fields present' flags (improves support 
4961       for usrmgr.exe).
4962     * NTLMv2 fixes.
4963     * Don't force an upper case domain name in the ntlmssp code.
4964     
4966 o   L. Lucius <ib@digicron.com>.
4967     * type fixes.
4970 o   Jim McDonough <jmcd@us.ibm.com>
4971     * Add versioning support to tdbsam.
4972     * Update the IBM Directory Server schema with the OpenLDAP 
4973       file.
4974     * Various decoding fixes to improve usrmgr.exe support.
4975     * Fix statfs redeclaration of statfs struct on ppc
4976     * Implement support for password lockout of Samba domain 
4977       controllers and standalone servers.
4978     * Get MungedDial attribute actually working with full TS 
4979       strings in it for pdb_ldap.
4980     * BUG 1208 (partial): Improvements for working with expired krb5 
4981       tickets in winbindd.
4982     * Use timegm, or our already existing replacement instead of 
4983       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
4984     * Remove modifyTimestamp from list of our attributes.  
4985     * Fix lsalookupnames to check for domain users as well as local 
4986       users. 
4987     * Merge struct uuid replacement for GUID from trunk.
4988     * BUG 1208: Finish support for handling expired tickets in 
4989       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
4992 o   Stefan Metzmacher <metze@samba.org>
4993     * Implement new VERSION schema based on subversion revision 
4994       numbers.
4995     * Add shadow_copy vfs module.
4996     * Fix segault in login_cache support.
4999 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
5000      o BUG 979 -- Fix quota display on AIX.
5003 o   James Peach <jpeach@sgi.com>
5004     * Correct check for printf() format when using the SGI MIPSPro 
5005       compiler.
5006     * BUG 1038: support backtrace for 'panic action' on IRIX.
5007     * BUG 768: Accept profileing arg to IRIX init script.
5008     * BUG 748: Relax arg parsing to sambalp script (IRIX).
5009     * BUG 758: Fix pdma build.
5010     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
5011       Jason Mader.
5012       
5014 o   Kurt Pfeifle <kpfeifle@danka.de>
5015     * Add example shell script for migrating drivers and printers 
5016       from a Windows print server to a Samba print server using 
5017       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
5020 o   Tim Potter <tpot@samba.org>
5021     * Fix logic bug in tdb non-blocking lock routines when 
5022       errno == EAGAIN.
5023     * BUG 1025: Include sys/acl.h in check for broken nisplus 
5024       include files.      
5025     * BUG 1066: s/printf/d_printf/g in SWAT.
5026     * BUG 1098: rename internal msleep() function to fix build 
5027       problems on AIX.
5028     * BUG 1112: Fix for writable printerdata problem in python bindings.
5029     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
5030     * BUG 1155: enclose use of fchown() with guards.
5031     * Relicense tdb python module as LGPL.
5034 o   Richard Sharpe <rsharpe@samba.org>
5035     * Add support to smbclient for multiple logins on the same 
5036       session (based on work by abartlet@samba.org).
5037     * Correct blocking condition in smbd's use of accept() on IRIX.
5038     * Add support for printing out the MAC address on nmblookup.
5041 o   Simo Sorce <idra@samba.org>
5042     * Replace unknown_3 with fields_present in SAMR code.
5043     * More length checks in strlcat().
5046 o   Andrew Tridgell <tridge@samba.org>
5047     * Rewrote the AIX UESS backend for winbindd.
5048     * Fixed compilation with --enable-dmalloc.
5049     * Change tdb license to LGPL (see source/tdb/tdb.c).
5050     * Force winbindd to use schannel in clients connections to 
5051       DC's if possible.
5054 o   Jelmer Vernooij <jelmer@samba.org>
5055    * Fix ETA Calculation when resuming downloads in smbget.
5056    * Add -O (for writing downloaded files to standard out) 
5057      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
5058     * Fix syntax error in example mysql table
5060            
5061 o   TAKEDA yasuma <yasuma@miraclelinux.com>
5062     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
5063       cmd_chown, cmd_chmod smbclient functions.
5066 o   Shiro Yamada <shiro@miraclelinux.com>
5067     * BUG 1129: install image files for SWAT.
5069       
5070     --------------------------------------------------
5072                   ==============================
5073                   Release Notes for Samba 3.0.2a
5074                         February 13, 2004
5075                   ==============================
5077 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
5078 to address, in particular, a problem when using pdbedit to 
5079 sanitize (--force-initialized-passwords) Samba's tdbsam 
5080 backend.   This is the latest stable release of Samba. This 
5081 is the version that all production Samba servers should be 
5082 running for all current bug-fixes.  
5084 ******************* Attention! Achtung! Kree! *********************
5086 Beginning with Samba 3.0.2, passwords for accounts with a last 
5087 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
5088 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
5089 strings.  This will cause authentication to fail for such
5090 accounts.  If you have valid passwords that meet this criteria, 
5091 you must update the last change time to a non-zero value.  If you 
5092 do not, then  'pdbedit --force-initialized-passwords' will disable 
5093 these accounts and reset the password hashes to a string of X's.
5095 ******************* Attention! Achtung! Kree! *********************
5098 Changes since 3.0.2
5099 -------------------
5101 commits
5102 -------
5104 Please refer to the CVS log for the SAMBA_3_0 branch for complete
5105 details.  The list of changes per contributor are as follows:
5108 o   Jeremy Allison <jra@samba.org>
5109     * Added paranoia checks in parsing code.
5110     
5112 o   Andrew Bartlett <abartlet@samba.org>
5113     * Ensure that changes to uninitialized passwords in ldapsam 
5114       are written to the DIT.
5117 o   Gerald (Jerry) Carter <jerry@samba.org>
5118     * Fixed iterator in tdbsam.
5119     * Fix bug that disabled accounts with a valid NT password 
5120       hash, but no LanMan hash.
5121     
5123 o   Steve French <sfrench@us.ibm.com>
5124     * Added missing nosetuid and noexec options.
5126     
5127 o   Bostjan Golob <golob@gimb.org>
5128     * BUG 1046: Don't overwrite usernames of entries returned 
5129       by getpwent_list().
5132 o   Sebastian Krahmer <krahmer@suse.de>
5133     * Fixed potential crash bug in NTLMSSP parsing code.
5136 o   Tim Potter <tpot@samba.org>
5137     * Fixed logic in tdb_brlock error checking.
5139     
5140 o   Urban Widmark <urban@teststation.com>
5141     * Set nosuid,nodev flags in smbmnt by default.
5142     
5143     
5144         --------------------------------------------------
5145                   
5146                   =============================
5147                   Release Notes for Samba 3.0.2
5148                         February 9, 2004
5149                   =============================
5151 It has been confirmed that previous versions of Samba 3.0 are
5152 susceptible to a password initialization bug that could grant an 
5153 attacker unauthorized access to a user account created by the
5154 mksmbpasswd.sh shell script.
5156 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
5157 has assigned the name CAN-2004-0082 to this issue.
5159 Samba administrators not wishing to upgrade to the current 
5160 version should download the 3.0.2 release, build the pdbedit 
5161 tool, and run 
5163    root# pdbedit-3.0.2 --force-initialized-passwords
5164       
5165 This will disable all accounts not possessing a valid password
5166 (e.g. the password field has been set a string of X's).
5168 Samba servers running 3.0.2 are not vulnerable to this bug 
5169 regardless of whether or not pdbedit has been used to sanitize
5170 the passdb backend.
5172 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
5173 release include:
5175   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
5176   o Logging onto a Samba domain from Windows XP clients.
5177   o Problems with the %U and %u smb.conf variables in relation to 
5178     Windows 9x/ME clients.
5179   o Kerberos failures due to an invalid in memory keytab detection
5180     test.
5181   o Updates to the ntlm_auth tool.
5182   o Fixes for various SMB signing errors.
5183   o Better separation of WINS and DNS queries for domain controllers.
5184   o Issues with nss_winbind FreeBSD and Solaris.
5185   o Several crash bugs in smbd and winbindd.
5186   o Output formatting fixes for smbclient for better compatibility
5187     with scripts based on the 2.2 version.
5190 Changes since 3.0.1
5191 -------------------
5193 smb.conf changes
5194 ----------------
5196     Parameter Name              Action
5197     --------------              ------
5198     ldap replication sleep      New
5199     read size                   removed (unused)
5200     source environment          removed (unused)
5203 commits
5204 -------
5206 Please refer to the CVS log for the SAMBA_3_0 branch for complete
5207 details.  The list of changes per contributor are as follows:
5209 o   Jeremy Allison <jra@samba.org>
5210     * Revert change that broke Exchange clear text samlogons.
5211     * Fix gcc 3.4 warning in MS-DFS code.
5212     * Tidy up of NTLMSSP code.
5213     * Fixes for SMB signing errors
5214     * BUG 815: Workaround NT4 bug to support plaintext
5215       password logins and UNICODE.
5216     * Fix SMB signing bug when copying large files.
5217     * Correct error logic in mkdir_internals() (caused a panic
5218       when combined with --enable-developer).
5219     * BUG 830: Protect against crashes due to bad character 
5220       conversions.
5222       
5223 o   Petri Asikainen <paca@sci.fi>
5224     * BUG 330, 387:Fix single valued attribute updates when 
5225       working with Novell NDS.
5228 o   Andrew Bartlett <abartlet@samba.org>
5229     * Correctly handle per-pipe NTLMSSP inside a NULL session.
5230     * Fix segfault in gencache 
5231     * Fix early free() of encrypted_session_key.
5232     * Change DC lookup routines to more carefully separate
5233       DNS names (realms) from NetBIOS domain names.
5234     * Add new sid_to_dn() function for internal winbindd use.
5235     * Refactor cli_ds_enum_domain_trusts().
5236     * BUG 707: Implement range retrieval of ADS attributes (based 
5237       on work from Volker <vl@samba.org> and Guenther Deschner 
5238       <gd@suse.com>).
5239     * Automatically initialize the signing engine if a session key
5240       is available.
5241     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
5242       encoded strings, only form input in SWAT.
5243     * Resets the NTLMSSP state for new negotiate packets.
5244     * Add 2-byte alignments in net_samlogon() queries to parse 
5245       odd-length plain text passwords.
5246     * Allow Windows groups with no members in winbindd.
5247     * Allow normal authentication in the absence of a server 
5248       generated session key.
5249     * More optimizations for looking up UNIX group lists.
5250     * Clean up error codes and return values for pam_winbindd
5251       and winbindd PAM interface.
5252     * Fix string return values in ntlm_auth tool.
5253     * Fix segfault when 'security = ads' but no realm is defined.
5254     * BUG 722: Allow winbindd to map machine accounts to uids.
5255     * More cleanups for winbindd's find_our_domain().
5256     * More clearly detect whether a domain controller is an NT4
5257       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
5258     * Increase separation between DNS queries for hosts and queries
5259       for AD domain controllers.
5260     * Include additional NT_STATUS to PAM error mappings.
5261     * Password initialization fixes.
5263     
5264 o   Justin Baugh <justin.baugh@request.com>
5265     * BUG 948: Implement missing functions required for FreeBSD 
5266       nss_winbind support. 
5269 o   Alexander Bokovoy <ab@samba.org>
5270     * BUG 922: Make sure enable fast path for strlower_m() and 
5271       strupper_m().
5274 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
5275     * Fix crash when using 'security = server' and 'encrypt 
5276       passwords = no' by always initializing the session key.
5278       
5279 o   Dmitry Butskoj <buc@odusz.elektra.ru>
5280     * Fix for special files being hidden from admins.
5283 o   Gerald (Jerry) Carter <jerry@samba.org>
5284     * Fix bug in the lanman session key generation.  Caused 
5285       "decode_pw: incorrect password length" error messages.
5286     * Save the right case for the located user name in 
5287       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
5288     * BUG 897: Add well known rid for pre win2k compatible access
5289       group.
5290     * BUG 887: Correct typo in delete user script example.
5291     * Use short lived TALLOC_CTX* for allocating printer objects 
5292       from the print handle cache.
5293     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
5294     * Fix several warnings reported by the SUN Forte C compiler.
5295     * Fully control DNS queries for AD DC's using 'name resolve order'.
5296     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
5297     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
5298     * BUG 936: fix bind credentials for schannel binds in smbd.
5299     * BUG 446: Fix output of smbclient for better compatibility 
5300       with scripts based on the 2.2 version (including Amanda).
5301     * BUG 891, 949: Fedora packaging fixes.
5302     * Fix bug that caused rpcclient to incorrectly retrieve 
5303       the SID for a server (this causing all calls that required 
5304       this information to fail). 
5305     * BUG 977: Don't create a homes share for a user if a static 
5306       share already exists by the same name.
5307     * Removed unused smb.conf options.
5308     * Password initialization fixes.
5309     * Set the disable flag for template accounts created by
5310       mksmbpasswd.sh.
5311     * Disable any account has no passwords and does not have the
5312       ACB_PWNOTREQ bit set.
5315 o   Guenther Deschner <gd@suse.com>
5316     * Install smbwrapper.so should be put into the $(libdir) 
5317       and not $(bindir).
5318     * Add the capability to specify the new user password 
5319       for "net ads password" on the command line.
5320     * Correctly detect AFS headers on SuSE.
5321         
5323 o   James Flemer <jflemer@uvm.edu>
5324     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
5325       HAVE_SYS_ATTRIBUTES_H.
5328 o   Luke Howard <lukeh@PADL.COM>
5329     * Fix segfault in session setup reply caused by a early free().
5332 o   Stoian Ivanov <sdr@bultra.com>
5333     * Implement grepable output for smbclient -L.
5336 o   LaMont Jones <lamont@debian.org>
5337     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
5338       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
5339       not being defined).
5341       
5342 o   Volker Lendecke <vl@samba.org>
5343     * BUG 583: Ensure that user names always contain the short 
5344       version of the domain name.
5345     * Fix our parsing of the LDAP uri.
5346     * Don't show the 'afs username map' in the SWAT basic view.
5347     * Fix SMB signing issues in relation to failed NTLMSSP logins.
5348     * BUG 924: Fix return codes in smbtorture harness.
5349     * Always lower-case usernames before handing it to AFS code.
5350     * Add a German translation for SWAT.
5351     * Fix a segfaults in winbindd.
5352     * Fix the user's domain passed to register_vuid() from 
5353       reply_spnego_kerberos().
5354     * Add NSS example code in nss_winbind to convert UNIX 
5355       id's <-> Windows SIDs.
5356     * Display more descriptive error messages for login via 'net'.
5357     * Fix compiler warning in the net tool.
5358     * Fix length bug when decoding base64 strings.
5359     * Ensure we don't call getpwnam() inside a loop that is iterating 
5360       over users with getpwent().  This broke on glibc 2.3.2.
5363 o   Herb Lewis <herb@samba.org>
5364     * Fix bit rot in psec.
5367 o   Jianliang Lu <j.lu@tiesse.com>
5368     * Ensure we delete the group mapping before calling the delete 
5369       group script.
5370     * Define well known RID for managing the  "Power Users" group.
5371     * BUG 381: check builtin (not local) group SID when updating 
5372       group membership.
5373     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
5374       packet.
5377 o   John Klinger <john.klinger@lmco.com>
5378     * Implement initgroups() call in nss_winbind on Solaris.
5381 o   Jim McDonough <jmcd@us.ibm.com>
5382     * Fix regression in net rpc join caused by recent changes 
5383       to cli_lsa_query_info_policy().
5384     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
5385       machine account.
5388 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
5389     * BUG 570: Ensure that configure honors the LDFLAGS variable.
5392 o   Stefan Metzmacher <metze@samba.org>
5393     * Implement LDAP rebind sleep patch.
5394     * Revert to 2.2 quota code because of so many broken quota files 
5395       out there.
5396     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
5397                       XFS_USER_QUOTA -> USRQUOTA
5398                       XFS_GROUP_QUOTA -> GRPQUOTA
5399     * Fix disk_free calculation with group quotas.
5400     * Add debug class 'quota' and a lot of DEBUG()'s 
5401       to the quota code.
5402     * Fix sys_chown() when no chown() is present.
5403     * Add SIGABRT to fault handling in order to catch got a 
5404       backtrace if an error occurs the OpenLDAP client libs.
5407 o   <ndb@theghet.to>
5408     * Allow an existing LDAP machine account to be re-used when 
5409       joining an AD domain.
5412 o   James Peach <jpeach@sgi.com>
5413     * BUG 889: Change smbd to use pread/pwrite on platforms that 
5414       support these calls. Can lead to a significant speed increase.
5417 o   Tim Potter <tpot@samba.org>
5418     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
5419     * BUG 924: Fix typo in RW2 torture test.
5420     
5421     
5422 o   Richard Sharpe <rsharpe@samba.org>
5423     * Small fixes to torture.c to cleanup the error handling 
5424       and prevent crashes.
5427 o   J. Tournier <jerome.tournier@IDEALX.com>
5428     * Small fixes for the smbldap-tool scripts.
5431 o   Andrew Tridgell <tridge@samba.org>
5432     * Fix src len check in pull_usc2().
5433     
5434     
5435 o   Jelmer Vernooij <jelmer@samba.org>
5436     * Put functions for generating SQL queries in pdb_sql.c
5437     * Add pgSQL backend (based on patch by Hamish Friedlander)
5438     * BUG 908: Fix -s option to smbcontrol.    
5439     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
5440     * Fix for libnss_wins on IRIX platforms.
5441     * Fix swatdir for --with-fhs.
5444         --------------------------------------------------
5446                   =============================
5447                   Release Notes for Samba 3.0.1
5448                         December 15, 2003
5449                   =============================
5451 Some of the more common bugs in 3.0.0 addressed in the release 
5452 include:
5454   o Substitution problems with smb.conf variables.
5455   o Errors in return codes which caused some applications
5456     to fail to open files.
5457   o General Protection Faults on Windows 2000/XP clients
5458     using Samba point-n-print features.
5459   o Several miscellaneous crash bugs.
5460   o Access problems when enumerating group mappings are
5461     stored in an LDAP Directory.
5462   o Several common SWAT bugs when writing changes to
5463     smb.conf.
5464   o Internal inconsistencies when 'winbind use default
5465     domain = yes'
5469 Changes since 3.0.0
5470 ----------------------
5472     Parameter Name              Action
5473     --------------              ------
5474     hide local users            Removed
5475     mangled map                 Deprecated
5476     mangled stack               Removed
5477     passwd chat timeout         New
5480 commits
5481 -------
5483 o   Change the interface for init_unistr2 to not take a length 
5484     but a flags field.  We were assuming that 
5485     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
5486 o   Allow d_printf() to handle strings with escaped quotation 
5487     marks since the msg file includes the escape character (bug 489).
5488 o   Fix bad html table row termination in SWAT wizard code (bug 413).
5489 o   Fix to parse the level-2 strings.
5490 o   Fix for "valid users = %S" in [homes].  Fix read/write 
5491     list as well. 
5492 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
5493     This is the same way AC_CHECK_LIB works (bug 508).
5494 o   Testparm output fixes for clarity.
5495 o   Fix broken wins hook functionality -- i18n bug (bug 528).
5496 o   Take care of condition where DOS and NT error codes must differ.
5497 o   Default to using only built-in charsets when a working iconv 
5498     implementation cannot be located.
5499 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
5500     be done unconditionally (bug 550).
5501 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
5502 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
5503     --enable-debug=[yes|no] works correctly.
5504 o   Allow ^C to interrupt smbpasswd if using our getpass 
5505     (e.g. smbpasswd command).
5506 o   Support signing only on RPC's (bug 167).
5507 o   Correct bug that prevented  Excel 2000 clients from opening 
5508     files marked as read-only.
5509 o   Portability fix bugs 546 - 549).
5510 o   Explicitly initialize the value of AR for vendor makes that don't
5511     do this (e.g. HPUX 11).  (bug 552).
5512 o   More i18n fixes for SWAT (bug 413).
5513 o   Change the cwd before the postexec script to ensure that a
5514     umount will succeed.
5515 o   Correct double free that caused winbindd to crash when a DC 
5516     is rebooted (bug 437).
5517 o   Fix incorrect mode sum (bug 562).
5518 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
5519     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
5520 o   Add script to generate *msg files.
5521 o   Add Dutch SWAT translation file.
5522 o   Make sure to call get_user_groups() with the full winbindd 
5523     name for a user if he/she has one (bug 406).
5524 o   Fix up error code returns from Samba4 tester. Ensure invalid 
5525     paths are validated the same way.  
5526 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
5527 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
5528     libraries were found for $BACKEND.
5529 o   Move sysquotas autoconf tests to a separate file.
5530 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
5531     tester
5532 o   Make sure that the files that contain the static_init_$subsystem; 
5533     macro get recompiled after configure by removing the object 
5534     files.
5535 o   Ensure canceling a blocking lock returns the correct error 
5536     message.
5537 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
5538 o   Updated Japanese welcome file in SWAT.
5539 o   Fix to  nt-time <-> unix-time functions reversible.
5540 o   Ensure that winbindd uses the the escaped DN when querying
5541     an AD ldap server.
5542 o   Fix portability issues when compiling (bug 505, 550)
5543 o   Compile fix for tdbbackup when Samba needs to override 
5544     non-C99 compliant implementations of snprintf().
5545 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
5546 o   Make sure we break out of samsync loop on error.
5547 o   Ensure error code path doesn't free unmalloc()'d memory
5548     (bug 628).
5549 o   Add configure test for krb5_keytab_entry keyblock vs key 
5550     member (bug 636).
5551 o   Fixed spinlocks.
5552 o   Modified testparm so that all output so all debug output goes 
5553     to stderr, and all file processing goes to stdout.
5554 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
5555     and smbcquotas.
5556 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
5557     we have a devmode before copying a string to the devicename.
5558 o   Support mapping REALM.COM\user to a local user account (without 
5559     running winbindd)  for compatibility with 2.2.x release.
5560 o   Ensure we don't use mmap() on blacklisted systems.
5561 o   fixed a number of bugs and memory leaks in the AIX 
5562     winbindd shim
5563 o   Call initgroups() in SWAT before becomming the user so that
5564     secondary group permissions can be used when writing to 
5565     smb.conf.
5566 o   Fix signing problems when reverse connecting back to a 
5567     client for printer notify
5568 o   Fix signing problems caused by a miss-sequence bug.
5569 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
5570     Fixes NEXUS tools running on Win9x clients (bug 64).
5571 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
5572     SID could not be mapped.
5573 o   Fix segfault in mount.cifs helper when there is no options 
5574     specified during mount.
5575 o   Change the \n after the password prompt to go to tty instead 
5576     of stdout (bug 668).
5577 o   Stop net -P from prompting for machine account password (bug 451).
5578 o   Change in behavior to Not only change the effective uid but also
5579     the real uid when becoming unprivileged.
5580 o   Cope with Exchange 5.5 cleartext pop password auth.
5581 o   New files for support of initshutdown pipe.  Win2k doesn't 
5582     respond properly to all requests on the winreg pipe, so we need 
5583     to handle this new pipe (bug 534).
5584 o   Added more va_copy() checks in configure.in.
5585 o   Include fixes for libsmbclient build problems.
5586 o   Missing UNIX -> DOS codepage conversion in lanman.c.
5587 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
5588 o   Parameterize the listen backlog in smbd and make it larger by
5589     default. A backlog of 5 is way too small these days.
5590 o   Check for an invalid fid before dereferencing the fsp pointer
5591     (bug 696).
5592 o   Remove invalid memory frees and return codes in pdb_ldap.c.
5593 o   Prompt for password when invoking --set-auth-user and no 
5594     password is given.
5595 o   Bind the nmbd sending socket to the 'socket address'.
5596 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
5597     $LDFLAGS occurs before any library specification (bug 661).
5598 o   Fix large number of printf() calls for 64-bit size_t.
5599 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
5600     keyblock in the krb5 structs.
5601 o   Remove #include <compat.h> in hopes to avoid problems with 
5602     apache header files.
5603 o   Correct winbindd build problems on HP-UX 11.
5604 o   Lowercase netgroups lookups (bug 703).
5605 o   Use the actual size of the buffer in strftime instead of a made
5606     up value which just happens to be less than sizeof(fstring).  
5607     (bug 713).
5608 o   Add ldaplibs to pdbedit link line (bug 651).
5609 o   Fix crash bug in smbclient completion (bug 659).
5610 o   Fix packet length for browse list reply (bug 771).
5611 o   Fix coredump in cli_get_backup_list().
5612 o   Make sure that we expand %N (bug 612).
5613 o   Allow rpcclient adddriver command to specify printer driver 
5614     version (bug 514).
5615 o   Compile tdbdump by default.
5616 o   Apply patches to fix iconv detection for FreeBSD.
5617 o   Do not allow the 'guest account' to be added to a passdb backend 
5618     using smbpasswd or pdbedit (bug 624).
5619 o   Save LDFLAGS during iconv detection (bug 57).
5620 o   Run krb5 logins through the username map if the winbindd 
5621     lookup fails (bug 698).
5622 o   Add const for lp_set_name_resolve_order() to avoid compiler 
5623     warnings (bug 471).
5624 o   Add support for the %i macro in smb.conf to stand in for the for
5625     the local IP address to which a client connected.
5626 o   Allow winbindd to match local accounts to domain SID when 
5627     'winbind trusted domains only = yes' (bug 680).
5628 o   Remove code in idmap_ldap that searches the user suffix and group 
5629     suffix.  It's not needed and provides inconsistent functionality 
5630     from the tdb backend.
5631 o   Patch to handle munged dial string for Windows 2000 TSE.
5632     Thanks to Gaz de France, Direction de la Recherche, Service 
5633     Informatique Métier for their supporting this work by Aurelien 
5634     Degrémont <adegremont@idealx.com>.
5635 o   Correct the "smbldap_open: cannot access when not root error"
5636     messages when looking up group information (bug 281).
5637 o   Skip over the winbind separator when looking up a user.
5638     This fixes the bug that prevented local users from
5639     matching an AD user when not running winbindd (bug 698).
5640 o   Fix a problem with configure on *BSD systems. Make sure
5641     we add -liconv etc to LDFLAGS.
5642 o   Fix core dump bug when "security = server" and the authentication
5643     server goes away.
5644 o   Correct crash bug due to an empty munged dial string.
5645 o   Show files locked by a specific user (smbstatus -u 'user') 
5646     (bug 590).
5647 o   Fix bug preventing print jobs from display in the queue
5648     monitor used by Windows NT and later clients (bug 660).
5649 o   Fix several reported problems with point-n-print from
5650     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
5651     reply (bug 338, 527 & 643).
5652 o   Fix a handful of potential memory leaks in the LDAP code used
5653     by ldapsam[_compat] and the LDAP idmap backend.
5654 o   Fix for pdbedit error code returns (bug 763).
5655 o   Make sure we only enumerate group mapping entries  (not 
5656     /etc/group) even when doing local aliases.
5657 o   Relax check on the pipe name in a dce/rpc bind response to work 
5658     around issues with establishing trusts to a Windows 2003 domain.
5659 o   Ensure we mangle names ending in '.' in hash2 mangling method.
5660 o   Correct parsing issues with munged dial string.
5661 o   Fix bugs in quota support for XFS.
5662 o   Add a cleaner method for applications that need to provide 
5663     name->SID mappings to do this via NSS rather than having to 
5664     know the winbindd pipe protocol.
5665 o   Adds a variant of the winbindd_getgroups() call called 
5666     winbindd_getusersids() that provides direct SID->SIDs listing of 
5667     a users supplementary groups. This is enough to allow non-Samba 
5668     applications to do ACL checking.
5669 o   Make sure we don't append the 'ldap suffix' when writing out the 
5670     'ldap XXX suffix' values in SWAT (bug 328).
5671 o   Fix renames across file systems.
5672 o   Ensure that items in a list of strings containing whitespace are 
5673     written out surrounded by single quotes.  This means that both 
5674     double and single quotes are now used to surround strings in 
5675     smb.conf (bug 481).
5676 o   Enable SWAT to correctly determine if winbindd is running (bug 
5677     398).
5678 o   Include WWW-Authenticate field in 401 response for bad auth 
5679     attempt (bug 629).
5680 o   Add support for NTLM2 (NTLMv2 session security).
5681 o   Add support for variable-length session keys.
5682 o   More privilege fixes for group enumeration in LDAP (bug 281).
5683 o   Use the dns name (or IP) as the originating client name when
5684     using CUPS (bug 467).
5685 o   Fix various SMB signing bugs.
5686 o   Fix ACL propagation on a DFS root (bug 263).
5687 o   Disable NTLM2 for RPC pipes.
5688 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
5689     authentication.
5690 o   Change the name of the job passed off to cups from "Test Page" 
5691     to "smbprn.00000033 Test Page" so that we can get the smb 
5692     jobid back. This allow users to delete jobs with cups printing 
5693     backend (partial work on bug 770).
5694 o   Fix build of winbindd with static pdb modules.
5695 o   Retrieve the correct ACL group bits if the file has an ACL 
5696     (bug 802).
5697 o   Implement "net rpc group members": Get members of a domain group 
5698     in human-readable format.
5699 o   Add MacOSX (Darwin) specific charset module code.
5700 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
5701     can include the full name in gecos field (bug 587).
5702 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
5703 o   Implement 'net rpc group list [global|local|builtin]*' for a 
5704     select listing of the respective user databases.
5705 o   Don't automatically set NT status code flag unless client tells 
5706     us it can cope.
5707 o   Add 'net status [sessions|shares] [parseable]'.
5708 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
5709     bug 770).
5710 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
5711    (bug 608).
5712 o   Fix inverted logic in hosts allow/deny checks caused by 
5713     s/strcmp/strequal/ (bug 846).
5714 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
5715 o   Fix typo in 'hash' mangling algorithm.
5716 o   Support munged dial for ldapsam (bug 800).
5717 o   Fix process_incoming_data() to return the number of bytes handled 
5718     this call whether we have a complete PDU or not; fixes bug 
5719     with multiple PDU request rpc's broken over SMBwriteX calls 
5720     each.
5721 o   Fix incorrect smb flags2 for connections to pre-NT servers 
5722     (causes smbclient to fail to OS2 for example) (bug 821).
5723 o   Update version string in smbldap-tools Makefile to 0.8.2.
5724 o   Correct a problem with "net rpc vampire" mis-parsing the 
5725     alias member info reply.
5726 o   Ensure the ${libdir} is created by the installclientlib script.
5727 o   Fix detection of Windows 2003 client architecture in the smb.conf
5728     %a variable.
5729 o   Ensure that smbd calls the add user script for a missing UNIX 
5730     user on kerberos auth call (bug 445).
5731 o   Fix bugs in hosts allow/deny when using a mismatched 
5732     network/netmask pair.
5733 o   Protect alloc_sub_basic() from crashing when the source string 
5734     is NULL (partial work on bug 687).
5735 o   Fix spinlocks on IRIX.
5736 o   Corrected some bad destination paths when running "configure 
5737     --with-fhs".
5738 o   Add packaging files for Fedora Core 1.
5739 o   Correct bug in SWAT install script for non-english languages.
5740 o   Support character set ISO-8859-1 internally (bug 558).
5741 o   Fixed more LDAP access errors when looking up group mappings 
5742     (bug 281).
5743 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
5744     resolution to fail on local files on on domain members 
5745     (bug 875).
5746 o   Fix uninitialized variable in passdb.c.
5747 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
5748 o   Fix problem mounting directories when mount.cifs is installed 
5749     with the setuid bit on.
5750 o   Fix bug that prevent --mandir from overriding the defaults
5751     given in the --with-fhs macro.
5752 o   Fix bug in in-memory Kerberos keytab detection routines 
5753     in configure.in
5757 ######################################################################
5759               The original 3.0.0 release notes follow
5760               =======================================
5761                     WHATS NEW IN Samba 3.0.0
5762                         September 24, 2003
5763               =======================================
5766 Major new features:
5767 -------------------
5769 1)  Active Directory support.  Samba 3.0 is now able to  
5770     join a ADS realm as a member server and authenticate 
5771     users using LDAP/Kerberos.
5773 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
5774     and internally there is now a much better infrastructure for 
5775     multi-byte and UNICODE character sets.
5777 3)  New authentication system. The internal authentication system 
5778     has been almost completely rewritten. Most of the changes are 
5779     internal, but the new auth system is also very configurable.
5781 4)  New default filename mangling system.
5783 5)  A new "net" command has been added. It is somewhat similar to 
5784     the "net" command in windows. Eventually we plan to replace 
5785     numerous other utilities (such as smbpasswd) with subcommands 
5786     in "net".
5788 6)  Samba now negotiates NT-style status32 codes on the wire. This
5789     improves error handling a lot.
5791 7)  Better Windows 2000/XP/2003 printing support including publishing
5792     printer attributes in active directory.
5794 8)  New loadable module support for passdb backends and character 
5795     sets.
5797 9)  New default dual-daemon winbindd support for better performance.
5799 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
5800     domain and maintaining user, group and domain SIDs.
5802 11) Support for establishing trust relationships with Windows NT 4.0
5803     domain controllers.
5804   
5805 12) Initial support for a distributed Winbind architecture using
5806     an LDAP directory for storing SID to uid/gid mappings.
5807   
5808 13) Major updates to the Samba documentation tree.
5810 14) Full support for client and server SMB signing to ensure
5811     compatibility with default Windows 2003 security settings.
5813 15) Improvement of ACL mapping features based on code donated by
5814     Andreas Grünbacher.
5817 Plus lots of other improvements!
5820 Additional Documentation
5821 ------------------------
5823 Please refer to Samba documentation tree (included in the docs/ 
5824 subdirectory) for extensive explanations of installing, configuring
5825 and maintaining Samba 3.0 servers and clients.  It is advised to 
5826 begin with the Samba-HOWTO-Collection for overviews and specific 
5827 tasks (the current book is up to approximately 400 pages) and to 
5828 refer to the various man pages for information on individual options.
5830 We are very glad to be able to include the second edition of
5831 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
5832 (O'Reilly & Associates) in this release.  The book is available
5833 on-line at http://samba.org/samba/docs/ and is included with 
5834 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
5835 publisher for making "Using Samba" under the GNU Free Documentation 
5836 License.
5839 ######################################################################
5840 Upgrading from a previous Samba 3.0 beta
5841 ########################################
5843 Beginning with Samba 3.0.0beta3, the RID allocation functions
5844 have been moved into winbindd.  Previously these were handled
5845 by each passdb backend.  This means that winbindd must be running
5846 to automatically allocate RIDs for users and/or groups.  Otherwise,
5847 smbd will use the 2.2 algorithm for generating new RIDs.
5849 If you are using 'passdb backend = tdbsam' with a previous Samba 
5850 3.0 beta release (or possibly alpha), it may be necessary to 
5851 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
5852 to winbindd_idmap.tdb.  To do this:
5854 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
5855     once)
5856 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
5857     directory
5858 3)  run: (note that 'tdb>' is the tool's prompt for input)
5860        root# ./tdbtool /usr/local/samba/private/passdb.tdb
5861        tdb> show RID_COUNTER
5862        key 12 bytes
5863        RID_COUNTER
5864        data 4 bytes
5865        [000] 0A 52 00 00                                       .R.
5867        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
5868        ....
5869        record moved
5871 If you are using 'passdb backend = ldapsam', it will be necessary to 
5872 store idmap entries in the LDAP directory as well (i.e. idmap backend 
5873 = ldap).  Refer to the 'net idmap' command for more information on 
5874 migrating SID<->UNIX id mappings from one backend to another.
5876 If the RID_COUNTER record does not exist, then these instructions are
5877 unneccessary and the new RID_COUNTER record will be correctly generated
5878 if needed.  
5882 ########################
5883 Upgrading from Samba 2.2
5884 ########################
5886 This section is provided to help administrators understand the details
5887 involved with upgrading a Samba 2.2 server to Samba 3.0.
5890 Building
5891 --------
5893 Many of the options to the GNU autoconf script have been modified 
5894 in the 3.0 release.  The most noticeable are:
5896   * removal of --with-tdbsam (is now included by default; see section
5897     on passdb backends and authentication for more details)
5898     
5899   * --with-ldapsam is now on used to provided backward compatible
5900     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
5901     backend and authentication section for more details
5902   
5903   * inclusion of non-standard passdb modules may be enabled using
5904     --with-expsam.  This includes an XML backend and a mysql backend.
5905       
5906   * removal of --with-msdfs (is now enabled by default)
5907   
5908   * removal of --with-ssl (no longer supported)
5909   
5910   * --with-utmp now defaults to 'yes' on supported systems
5911   
5912   * --with-sendfile-support is now enabled by default on supported 
5913     systems
5914   
5915     
5916 Parameters
5917 ----------
5919 This section contains a brief listing of changes to smb.conf options
5920 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
5921 complete descriptions of new or modified parameters.
5923 Removed Parameters (order alphabetically):
5925   * admin log
5926   * alternate permissions
5927   * character set
5928   * client codepage
5929   * code page directory
5930   * coding system
5931   * domain admin group
5932   * domain guest group
5933   * force unknown acl user
5934   * hide local users
5935   * mangled stack
5936   * nt smb support
5937   * postscript
5938   * printer driver
5939   * printer driver file
5940   * printer driver location
5941   * read size
5942   * source environment
5943   * status
5944   * strip dot
5945   * total print jobs
5946   * use rhosts
5947   * valid chars
5948   * vfs options
5950 New Parameters (new parameters have been grouped by function):
5952   Remote management
5953   -----------------
5954   * abort shutdown script
5955   * shutdown script
5957   User and Group Account Management
5958   ---------------------------------
5959   * add group script
5960   * add machine script
5961   * add user to group script
5962   * algorithmic rid base
5963   * delete group script
5964   * delete user from group script
5965   * passdb backend
5966   * set primary group script
5968   Authentication
5969   --------------
5970   * auth methods
5971   * realm
5972   * passwd chat timeout
5974   Protocol Options
5975   ----------------
5976   * client lanman auth
5977   * client NTLMv2 auth
5978   * client schannel
5979   * client signing
5980   * client use spnego
5981   * disable netbios
5982   * ntlm auth
5983   * paranoid server security
5984   * server schannel
5985   * server signing
5986   * smb ports
5987   * use spnego
5989   File Service
5990   ------------
5991   * get quota command
5992   * hide special files
5993   * hide unwriteable files
5994   * hostname lookups
5995   * kernel change notify
5996   * mangle prefix
5997   * map acl inherit
5998   * msdfs proxy
5999   * set quota command
6000   * use sendfile
6001   * vfs objects
6002   
6003   Printing
6004   --------
6005   * max reported print jobs
6007   UNICODE and Character Sets
6008   --------------------------
6009   * display charset
6010   * dos charset
6011   * unicode
6012   * unix charset
6013   
6014   SID to uid/gid Mappings
6015   -----------------------
6016   * idmap backend
6017   * idmap gid
6018   * idmap uid
6019   * winbind enable local accounts
6020   * winbind trusted domains only
6021   * template primary group
6022   * enable rid algorithm
6024   LDAP
6025   ----
6026   * ldap delete dn
6027   * ldap group suffix
6028   * ldap idmap suffix
6029   * ldap machine suffix
6030   * ldap passwd sync
6031   * ldap replication sleep
6032   * ldap user suffix
6033   
6034   General Configuration
6035   ---------------------
6036   * preload modules
6037   * private dir
6039 Modified Parameters (changes in behavior):
6041   * encrypt passwords (enabled by default)
6042   * mangling method (set to 'hash2' by default)
6043   * passwd chat
6044   * passwd program
6045   * restrict anonymous (integer value)
6046   * security (new 'ads' value)
6047   * strict locking (enabled by default)
6048   * unix extensions (enabled by default)
6049   * winbind cache time (increased to 5 minutes)
6050   * winbind uid (deprecated in favor of 'idmap uid')
6051   * winbind gid (deprecated in favor of 'idmap gid')
6054 Databases
6055 ---------
6057 This section contains brief descriptions of any new databases 
6058 introduced in Samba 3.0.  Please remember to backup your existing 
6059 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
6060 upgrade databases as they are opened (if necessary), but downgrading 
6061 from 3.0 to 2.2 is an unsupported path.
6063 Name                    Description                             Backup?
6064 ----                    -----------                             -------
6065 account_policy          User policy settings                    yes
6066 gencache                Generic caching db                      no
6067 group_mapping           Mapping table from Windows              yes
6068                         groups/SID to unix groups        
6069 winbindd_idmap          ID map table from SIDS to UNIX          yes
6070                         uids/gids.
6071 namecache               Name resolution cache entries           no
6072 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
6073                         returned as part of a successful
6074                         net_sam_logon request 
6075 printing/*.tdb          Cached output from 'lpq                 no
6076                         command' created on a per print 
6077                         service basis
6078 registry                Read-only samba registry skeleton       no
6079                         that provides support for exporting
6080                         various db tables via the winreg RPCs
6083 Changes in Behavior
6084 -------------------
6086 The following issues are known changes in behavior between Samba 2.2 and 
6087 Samba 3.0 that may affect certain installations of Samba.
6089   1)  When operating as a member of a Windows domain, Samba 2.2 would 
6090       map any users authenticated by the remote DC to the 'guest account'
6091       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
6092       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
6093       current work around to re-establish the 2.2 behavior.
6094       
6095   2)  When adding machines to a Samba 2.2 controlled domain, the 
6096       'add user script' was used to create the UNIX identity of the 
6097       machine trust account.  Samba 3.0 introduces a new 'add machine 
6098       script' that must be specified for this purpose.  Samba 3.0 will
6099       not fall back to using the 'add user script' in the absence of 
6100       an 'add machine script'
6101   
6103 ######################################################################
6104 Passdb Backends and Authentication
6105 ##################################
6107 There have been a few new changes that Samba administrators should be
6108 aware of when moving to Samba 3.0.
6110   1) encrypted passwords have been enabled by default in order to 
6111      inter-operate better with out-of-the-box Windows client 
6112      installations.  This does mean that either (a) a samba account
6113      must be created for each user, or (b) 'encrypt passwords = no'
6114      must be explicitly defined in smb.conf.
6115     
6116   2) Inclusion of new 'security = ads' option for integration 
6117      with an Active Directory domain using the native Windows
6118      Kerberos 5 and LDAP protocols.
6120      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
6121      type which is neccessary for servers on which the 
6122      administrator password has not been changed, or kerberos-enabled 
6123      SMB connections to servers that require Kerberos SMB signing.
6124      Besides this one difference, either MIT or Heimdal Kerberos
6125      distributions are usable by Samba 3.0.
6126      
6128 Samba 3.0 also includes the possibility of setting up chains
6129 of authentication methods (auth methods) and account storage 
6130 backends (passdb backend).  Please refer to the smb.conf(5) 
6131 man page for details.  While both parameters assume sane default 
6132 values, it is likely that you will need to understand what the 
6133 values actually mean in order to ensure Samba operates correctly.
6135 The recommended passdb backends at this time are
6137   * smbpasswd - 2.2 compatible flat file format
6138   * tdbsam - attribute rich database intended as an smbpasswd
6139     replacement for stand alone servers
6140   * ldapsam - attribute rich account storage and retrieval 
6141     backend utilizing an LDAP directory.  
6142   * ldapsam_compat - a 2.2 backward compatible LDAP account 
6143     backend
6144     
6145 Certain functions of the smbpasswd(8) tool have been split between the 
6146 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
6147 utility.  See the respective man pages for details.
6148     
6149      
6150 ######################################################################
6151 LDAP
6152 ####
6154 This section outlines the new features affecting Samba / LDAP 
6155 integration.
6157 New Schema
6158 ----------
6159   
6160 A new object class (sambaSamAccount) has been introduced to replace 
6161 the old sambaAccount.  This change aids us in the renaming of 
6162 attributes to prevent clashes with attributes from other vendors.  
6163 There is a conversion script (examples/LDAP/convertSambaAccount) to 
6164 modify and LDIF file to the new schema.
6165   
6166 Example:
6167   
6168   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
6169   $ convertSambaAccount --sid=<Domain SID> \
6170     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
6171     --changetype=[modify|add]
6172         
6173 The <DOM SID> can be obtained by running 'net getlocalsid 
6174 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
6175 the format of the generated LDIF output--either create new entries 
6176 or modify existing entries.
6177     
6178 The old sambaAccount schema may still be used by specifying the 
6179 "ldapsam_compat" passdb backend.  However, the sambaAccount and
6180 associated attributes have been moved to the historical section of
6181 the schema file and must be uncommented before use if needed.
6182 The 2.2 object class declaration for a sambaAccount has not changed
6183 in the 3.0 samba.schema file. 
6184   
6185 Other new object classes and their uses include:
6186   
6187   * sambaDomain - domain information used to allocate rids 
6188     for users and groups as necessary.  The attributes are added
6189     in 'ldap suffix' directory entry automatically if 
6190     an idmap uid/gid range has been set and the 'ldapsam'
6191     passdb backend has been selected.
6192       
6193   * sambaGroupMapping - an object representing the 
6194     relationship between a posixGroup and a Windows
6195     group/SID.  These entries are stored in the 'ldap 
6196     group suffix' and managed by the 'net groupmap' command.
6197     
6198   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
6199     automatically and contains the next available 'idmap uid' and 
6200     'idmap gid'
6201     
6202   * sambaIdmapEntry - object storing a mapping between a 
6203     SID and a UNIX uid/gid.  These objects are created by the 
6204     idmap_ldap module as needed.
6206   * sambaSidEntry - object representing a SID alone, as a Structural
6207     class on which to build the sambaIdmapEntry.
6209     
6210 New Suffix for Searching
6211 ------------------------
6212   
6213 The following new smb.conf parameters have been added to aid in directing
6214 certain LDAP queries when 'passdb backend = ldapsam://...' has been
6215 specified.
6217   * ldap suffix         - used to search for user and computer accounts
6218   * ldap user suffix    - used to store user accounts
6219   * ldap machine suffix - used to store machine trust accounts
6220   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
6221   * ldap idmap suffix   - location of sambaIdmapEntry objects
6223 If an 'ldap suffix' is defined, it will be appended to all of the 
6224 remaining sub-suffix parameters.  In this case, the order of the suffix
6225 listings in smb.conf is important.  Always place the 'ldap suffix' first
6226 in the list.  
6228 Due to a limitation in Samba's smb.conf parsing, you should not surround 
6229 the DN's with quotation marks.
6232 IdMap LDAP support
6233 ------------------
6235 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
6236 following options would inform Samba that the idmap table should be
6237 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
6238 dc=org" partition.
6240  [global]
6241     ...
6242     idmap backend     = ldap:ldap://onterose/
6243     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
6244     idmap uid         = 40000-50000
6245     idmap gid         = 40000-50000
6247 This configuration allows winbind installations on multiple servers to
6248 share a uid/gid number space, thus avoiding the interoperability problems
6249 with NFS that were present in Samba 2.2.
6250     
6253 ######################################################################
6254 Trust Relationships and a Samba Domain
6255 ######################################
6257 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
6258 allocating uids and gids to trusted users and groups.  More
6259 information regarding Samba's support for establishing trust 
6260 relationships can be found in the Samba-HOWTO-Collection included
6261 in the docs/ directory of this release.
6263 First create your Samba PDC and ensure that everything is 
6264 working correctly before moving on the trusts.
6266 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
6267 4.0 domain named WINDOWS:
6269   1) create the trust account for SAMBA in "User Manager for Domains"
6270   2) connect the trust from the Samba domain using
6271      'net rpc trustdom establish GLASS'
6273 To create a trustlationship with SAMBA as the trusted domain:
6275   1) create the initial trust account for GLASS using
6276      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
6277      account for GLASS$ prior to this step (depending on your
6278      local configuration).
6279   2) connect the trust from a WINDOWS DC using "User Manager
6280      for Domains"
6282 Now join winbindd on the Samba PDC to the SAMBA domain using
6283 the normal steps for adding a Samba server to an NT4 domain:
6284 (note that smbd & nmbd must be running at this point)
6286    root# net rpc join -U root
6287    Password: <enter root password from smbpasswd file here>
6289 Start winbindd and test the join with 'wbinfo -t'.
6291 Now test the trust relationship by connecting to the SAMBA DC
6292 (e.g. POGO) as a user from the WINDOWS domain:
6294    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
6295    Password:
6297 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
6299    $ smbclient //crystal/netlogon -U root -W WINDOWS
6300    Password:
6302 ######################################################################
6303 Changes in Winbind
6304 ##################
6306 Beginning with Samba3.0.0beta3, winbindd has been given new account
6307 manage functionality equivalent to the 'add user script' family of
6308 smb.conf parameters.  The idmap design has also been changed to 
6309 centralize control of foreign SID lookups and matching to UNIX 
6310 uids and gids.
6313 Brief Description of Changes
6314 ----------------------------
6316 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
6317    reverted to the 2.2.x design.  This means that when resolving a 
6318    SID to a UID or similar mapping:
6320         a) First consult winbindd
6321         b) perform a local lookup only if winbindd fails to
6322            return a successful answer
6324    There are some variations to this, but these two rules generally
6325    apply.
6327 2) All idmap lookups have been moved into winbindd.  This means that
6328    a server must run winbindd (and support NSS) in order to achieve
6329    any mappings of SID to dynamically allocated UNIX ids.  This was
6330    a conscious design choice.
6332 3) (OBSOLETE) New functions have been added to winbindd to emulate 
6333    the 'add user script' family of smbd functions without requiring 
6334    that external scripts be defined.  This functionality is controlled 
6335    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
6336    by default).
6338    However, this account management functionality is only supported 
6339    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
6340    must be shared among multiple Samba servers (such as a PDC and BDCs), 
6341    it will be necessary to define your own 'add user script', et. al.
6342    programs that place the accounts/groups in some form of directory
6343    such as NIS or LDAP.  This requirement was deemed beyond the scope
6344    of winbind's account management functions.  Solutions for 
6345    distributing UNIX system information have been deployed and tested 
6346    for many years.  We saw no need to reinvent the wheel.
6348 4) A member of a Samba controlled domain running winbindd is now able 
6349    to map domain users directly onto existing UNIX accounts while still
6350    automatically creating accounts for trusted users and groups.  This
6351    behavior is controlled by the 'winbind trusted domains only' smb.conf
6352    parameter (disabled by default to provide 2.2.x winbind behavior).
6354 5) Group mapping support is wrapped in the local_XX_to_XX() functions
6355    in smbd/uid.c.  The reason that group mappings are not included
6356    in winbindd is because the purpose of Samba's group map is to
6357    match any Windows SID with an existing UNIX group.  These UNIX
6358    groups can be created by winbindd (see next section), but the
6359    SID<->gid mapping is retreived by smbd, not winbindd.
6362 Examples
6363 --------
6365 * security = server running winbindd to allocate accounts on demand
6367 * Samba PDC running winbindd to handle the automatic creation of UNIX
6368   identities for machine trust accounts
6370 * Automtically creating UNIX user and groups when migrating a Windows NT
6371   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
6372   'net rpc vampire' for this to work.
6374    
6375 ######################################################################
6376 Known Issues
6377 ############
6379 * There are several bugs currently logged against the 3.0 codebase
6380   that affect the use of NT 4.0 GUI domain management tools when run
6381   against a Samba 3.0 PDC.  This bugs should be released in an early 
6382   3.0.x release.
6384 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
6385 filed against the Samba 3.0 codebase.
6388 ######################################################################
6389 Reporting bugs & Development Discussion
6390 #######################################
6392 Please discuss this release on the samba-technical mailing list or by
6393 joining the #samba-technical IRC channel on irc.freenode.net.
6395 If you do report problems then please try to send high quality
6396 feedback. If you don't provide vital information to help us track down
6397 the problem then you will probably be ignored.  
6399 A new bugzilla installation has been established to help support the 
6400 Samba 3.0 community of users.  This server, located at 
6401 https://bugzilla.samba.org/, has replaced the older jitterbug server 
6402 previously located at http://bugs.samba.org/.