r17727: Start pulling in changes for 3.0.23c
[Samba/gbeck.git] / WHATSNEW.txt
blobe944e0f361602dd053e9534badadc20d3917c096
1                    ===============================
2                    Release Notes for Samba 3.0.23b
3                              Aug 7, 2006
4                    ===============================
6 This is the latest stable release of Samba. This is the version 
7 that production Samba servers should be running for all current 
8 bug-fixes.  Please read the changes in this section and for the 
9 original 3.0.23 release regarding new features and difference 
10 in behavior from previous releases.
12 Common bugs fixed in 3.0.23b include:
14   o Ambiguity with unqualified names in smb.conf parameters
15     such as "force user" and "valid users".
16   o Errors in 'net ads join' caused by bad IP address in the list
17     of domain controllers.
18   o SMB signing errors in the client and server code.
19   o Domain join failures when using smbpasswd on a Samba PDC.
22 Member servers, domain accounts, and smb.conf
23 =============================================
25 Since Samba 3.0.8, it has been recommended that all domain accounts 
26 listed in smb.conf on a member server be fully qualified with the 
27 domain name.  This is now a requirement.  All unqualified names are 
28 assumed to be local to the Unix host, either as part of the server's 
29 local passdb or in the local system list of accounts (e.g. /etc/passwd 
30 or /etc/group).
32 The reason for this change is that smbd has transitioned from
33 access checks based on string comparisons to token based
34 authorization.  All names are resolved to a SID and then verified
35 against the logged on user's NT user token.  Local names will
36 resolve to a local SID, while qualified domain names will resolve
37 to the appropriate domain SID.  
39 If the member server is not running winbindd at all, domain 
40 accounts will be implicitly mapped to local accounts and their
41 tokens will be modified appropriately to reflect the local 
42 SID and group membership.
44 For example, the following share will restrict access to the
45 domain group "Linux Admins" and the local group srvadmin.
47 [restricted]
48         path = /data
49         valid users = +"DOMAIN\Linux Admins" +srvadmin
51 Note that to restrict the [homes] share on a member server to the 
52 owner of that directory, it is necessary to prefix the %S value 
53 to "valid users".
55 [global]
56         security = {domain,ads}
57         workgroup = DOM
58         winbind separator = +
59 [homes]
60         valid users = DOM+%S
64 ######################################################################
65 Changes
66 #######
68 Changes since 3.0.23
69 --------------------
71 commits
72 -------
73 o   Michael Adams <ma@sernet.de>
74     * Fix memory leaks on error paths in 'net ads join'.
77 o   Jeremy Allison <jra@samba.org>
78     * BUG 3962: Fix memory leak when enumerating print jobs.
79     * Fix file access flags for the Linux CIFS fs client.
80     * Fix memory leaks in the smbclient DFS code.
81     * BUG 3967: Fix SMB signing client bug in trans calls.
82     * BUG 3985: Ensure in msdfs we check for our NetBIOS aliases.
83     * Added lookup_name_smbconf() to be called when looking up names 
84       from smb.conf.  Unqualified names are assumed to be local.
85     * BUG 4003: Fix SMB signing server error in NTcancel reply.
88 o   Gerald (Jerry) Carter <jerry@samba.org>
89     * Fix a few "smbldap_open(): Cannot open when not root" bugs when 
90       viewing or modifying local group membership.
91     * Make LsaLookupSids() reply include the full SID of unresolved 
92       SIDs.
93     * BUG 3957: Prevent returning strange DC IP addresses by zeroing 
94       memory in the SRV hostlist in case there is not an A record for 
95       each SRV name.
96     * BUG 3964: normalize the case of usernames prior to getpwnam() 
97       call in the smbpasswd backend.
98     * Cleanup the 'net ads help join' output and document createupn 
99       and createcomputer options.
100     * Fix a regression in the ldapsam URI syntax.  Allow multiple 
101       LDAP URIs to be grouped by  "".
104 o   William Charles <william@charles.name>
105     * BUG 3959: Remove rand() from SRV RR comparison to fix crashes 
106       in qsort().
109 o   Guenther Deschner <gd@samba.org>
110     * Fix memory leaks in pam_winbind.
111     * Save the logon script path from the info3 in the PAM session 
112       allowing other PAM modules to pick it up from there.
115 o   Volker Lendecke <vl@samba.org>
116     * BUG 3991: Fix problem with user tokens on standalone systems
117       configured to use a username map.
118     * Fix bug where qualified user or group names in smb.conf
119       were assumed to use the '\' character as the winbind separator.
122 Release Notes for older release follow:
124       --------------------------------------------------
125                    ===============================
126                    Release Notes for Samba 3.0.23a
127                              Jul 21, 2006
128                    ===============================
130 Common bugs fixed in 3.0.23a include:
132   o Failure to strip the domain name from groups when 'winbind 
133     use default domain = yes'
134   o Failure in pam_winbind to correctly parse arguments.
135   o Bad token creation of local users on member servers not 
136     running winbindd.
137   o Failure to add users or groups to ACLs using the Windows
138     object picker.
139   o Failure in file serving code when 'kernel oplocks = yes'.
141 New features in 3.0.23a include:
143   o New "createupn" option to "net ads join"
144   o Rewritten Kerberos keytab generation when 'use kerberos 
145     keytab = yes'
149 ######################################################################
150 Changes
151 #######
153 Changes since 3.0.23
154 --------------------
156 commits
157 -------
158 o   Jeremy Allison <jra@samba.org>
159     * Fix memory leaks in the POSIX locking for for the Linux CIFS fs 
160       client.
161     * Fix memory leaks in the AD schema parsing code.
162     * Fixed bug in interaction with Linux kernel oplocks.
165 o   Gerald (Jerry) Carter <jerry@samba.org>
166     * Rewrite the detection of the correct DES salting principal name
167       when joining an Active Directory Domain.
168     * Rewrite the keytab generation code based on existing SPN, 
169       UPN, and sAMAccountName attributes in the AD machine object.
170     * Cleanup of dead code from idmap_ad.
171     * Fix Winbind 32bit/64bit portability issues.
172     * Fail 'net ads join' and disable the machine account if we cannot 
173       set any SPNs for ourselves.
174     * Make sure to lower case all usernames before calling the create, 
175       delete, or rename hooks.
176     * Preserve case for usernames in passdb
177     * Flush the getpwnam cache after renaming a user
178     * Add become/unbecome root block in _samr_delete_dom_user() when 
179       trying to verify the account's existence.
180     * Changed 'net ads join' syntax for specifying an alternate 
181       OU.  New syntax is createcomputer=<ou path top to bottom>.
182     * Add createupn=[UPN] option to 'net ads join' for setting the
183       userPrincipalName attribute.
184     * Bug 3920: Restore winbind use default domain behavior for domain 
185       groups.  This break local users and 'winbind nested groups' on 
186       domain members.
189 o   Guenther Deschner <gd@samba.org>
190     * Don't clear the cache when starting winbindd in off line mode.
191     * Fix errno reporting in pam_winbind debug messages.
192     * BUG 3937: Fix segv in libnss_wins.so.
195 o   Volker Lendecke <vl@samba.org>
196     * Fix memory leaks in the in error paths out of the CLDAP 
197       request code.
198     * AIX portability fixes for DNS client code.
199     * BUG 3811, 3948: Fix alignment bug in on lsaquery. 
200     * BUG 3949: Fixed authorization issue on domain member 
201       servers not running winbindd.
204 o   Andrew Tridgell <tridge@samba.org>
205     * Fixed a bug which caused resolve_ads() to spin forever if 
206       one of the DCs isn't resolvable in DNS.
209 o   Simo Sorce <idra@samba.org>
210     * Debian packaging fixes.
213 o   Dietrich Streifert <dietrich.streifert@visionet.de>
214     * BUG 3916: Fix error parsing pam_winbind config arguments.
217 Release Notes for older release follow:
219       --------------------------------------------------
221                    ==============================
222                    Release Notes for Samba 3.0.23
223                             Jul 10, 2006
224                    ==============================
226 There has been a substantial amount of cleanup work done during 
227 this development cycle.  We would like to thank both Coverity 
228 (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/)
229 for analyzing the Samba source code. As a result, this release 
230 includes fixes for over 400 defects.  The coverage was approximately 
231 even with over 200 defects reported by each tool.
233 Thanks very much to those people who spent time testing the 
234 release candidates and reported their findings.  We would like to 
235 especially thank Thomas Bork <tombork@web.de> for his numerous 
236 reports.  We believe that the final release is in much better shape 
237 in large part due to his efforts.
239 New features in 3.0.23 include:
241    o Improved 'make test'
242    o New offline mode in winbindd.
243    o New Kerberos support for pam_winbind.so.
244    o New handling of unmapped users and groups. 
245    o New non-root share management tools.
246    o Improved support for local and BUILTIN groups.
247    o Winbind IDMAP integration with RFC2307 schema objects supported 
248      by Windows 2003 R2.
249    o Rewritten 'net ads join' to mimic Windows XP without requiring 
250      administrative rights to join a domain.
253 User and Group changes
254 ======================
256 The user and group internal management routines have been 
257 rewritten to prevent overlaps of assigned Relative Identifiers 
258 (RIDs).  In the past the has been a potential problem when either 
259 manually mapping Unix groups with the 'net groupmap' command or 
260 when migrating a Windows domain to a Samba domain using 'net rpc 
261 vampire'.
263 Unmapped users are now assigned a SID in the S-1-22-1 domain and 
264 unmapped groups are assigned a SID in the S-1-22-2 domain. 
265 Previously they were assign a RID within the SAM on the Samba 
266 server.  For a DC this would have been under the authority of the 
267 domain SID where as on a member server or standalone host, this 
268 would have been under the authority of the local SAM (hint: net 
269 getlocalsid).
271 The result is that any unmapped users or groups on an upgraded 
272 Samba domain controller may be assigned a new SID.  Because the 
273 SID rather than a name is stored in Windows security descriptors, 
274 this can cause a user to no longer have access to a resource for 
275 example if a file was copied from a Samba file server to a local 
276 NTFS partition.  Any files stored on the Samba server itself will 
277 continue to be accessible because Unix stores the Unix gid and not 
278 the SID for authorization checks.
280 A further example will help illustrate the change.  Assume that a 
281 group named 'developers' exists with a Unix gid of 782 but this 
282 user does not exist in Samba's group mapping table. it would be 
283 perfectly normal for this group to be appear in an ACL editor.  
284 Prior to 3.0.23, the group SID might appear as 
285 S-1-5-21-647511796-4126122067-3123570092-2565. With 3.0.23, the 
286 group SID would be reported as S-1-22-2-782. Any security 
287 descriptors associated with files stored on an NTFS disk partition 
288 would not allow access based on the group permissions if the user 
289 was not a member of the 
290 S-1-5-21-647511796-4126122067-3123570092-2565 group. Because this 
291 group SID not reported in a user's token is S-1-22-2-782, Windows 
292 would fail the authorization check even though both SIDs in some 
293 respect referred to the same Unix group.
295 The current workaround is to create a manual domain group mapping 
296 entry for the group 'developers' to point at the 
297 S-1-5-21-647511796-4126122067-3123570092-2565 SID.
300 Passdb Changes
301 ==============
303 The "passdb backend" parameter no long accepts multiple backends 
304 in a chaining configuration.  Also be aware that the SQL and XML 
305 based passdb modules have been removed in this release.  More 
306 information of external support for a SQL passdb module can be 
307 found at http://pdbsql.sourceforge.net/.
310 Group Mapping Changes
311 =====================
313 The default mapping entries for groups such as "Domain Admins" are 
314 no longer created when using an smbpasswd file or a tdbsam passdb 
315 backend.  This means that it is necessary to use 'net groupmap 
316 add' rather than 'net groupmap modify' to set these entries.  
317 This change has no effect on winbindd's IDmap functionality for 
318 domain groups.
321 LDAP Changes
322 ============
324 There has also been a minor update the Samba LDAP schema file. A 
325 substring matching rule has been added to the sambaSID attribute 
326 definition.  For OpenLDAP servers, this will require the addition 
327 of 'index sambaSID sub' to the slapd.conf configuration file.  It 
328 will be necessary to run slapindex after making this change. There 
329 has been no change to actual data storage schema.
332 ######################################################################
333 Changes
334 #######
336 smb.conf changes
337 ----------------
339     Parameter Name                      Description       Default
340     --------------                      -----------       -------
341     acl group control                   Deprecated        No
342     add port command                    New               ""
343     change notify timeout               Changed Scope
344     dmapi support                       New               No
345     dos filemode                        Modified          No
346     enable asu support                  Changed default   No
347     enable core files                   New               Yes
348     enable privileges                   Changed default   Yes
349     enable rid algorithm                Removed
350     fam change notify                   New               Yes
351     hosts equiv                         Removed
352     host msdfs                          Changed default   Yes
353     msdfs root                          Changed default   Yes
354     open files database hash size       New               10007
355     passdb expand explicit              Changed default   No
356     strict locking                      Changed default   auto
357     usershare allow guests              New               No
358     usershare max shares                New               0
359     usershare owner only                New               Yes
360     usershare path                      New               ${lockdir}
361     usershare prefix allow list         New               ""
362     usershare prefix deny list          New               ""
363     usershare template share            New               ""
364     winbind enum users                  Changed default   No
365     winbind enum groups                 Changed default   No
366     winbind nested groups               Changed default   Yes
367     winbind offline logon               New               No
368     winbind refresh tickets             New               No
369     winbind max idle children           Removed
370     wins partners                       Removed
373 Changes since 3.0.22
374 --------------------
376 commits
377 -------
378 o   Jeremy Allison <jra@samba.org>
379     * Fixes for various Klocwork defect reports.
380     * Cleanup pdb_get_XXX() methods and ensure that a failure
381       to allocate memory for a samu user structure is reported 
382       as a failure to the calling function.
383     * Fix memleak in printing gencache contents.
384     * Fix warnings reported by gcc4 -O6 on 64-bit systems 
385     * Fix naming conflicts with 'net usershare' structures and 
386       Solaris header files.
387     * Fix memleaks on error paths from the ASN.1 parsing code.
388     * Add uid to share_mode_entry structure so we can report who 
389       opened the file.
390     * Ensure we use sys_write in password chats so we're not 
391       interrupted.
392     * Ensure all new rid allocation goes through the same pdb_ldap 
393       interface.
394     * BUG 3308: Stop us returning duplicate mid replies on path 
395       based set-EOF trans2 calls.
396     * Pass RAW-OPLOCK with kernel oplocks off.
397     * Fix bug in OS/2 Warp - it doesn't set the ff_last offset 
398       correctly when doing info level 1 directory scans.
399     * Add Samba4 replacement for timegm() to work on Solaris.
400     * Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
401     * BUG 3592: Ignore a file in the tar output from smbclient if the 
402       read failed (e.g. due to ACCESS_DENIED).  (Based on ideas from
403       Justin Best <justinb@pdxmission.org>).
404     * BUG 3668: Workaround issues in Windows server code with LARGE_READX.
405     * Push/Pull Kerberos principal and realm names to/from UTF-8.
406     * Fix incorrect boolean in assert to make POSIX lock tests
407       pass with CIFSFS.
408     * Don't ever set O_SYNC on open unless "strict sync = yes".
409     * Remove dead printing code.
410     * Allow configurable guest access to Samba's usershare functionality.
411     * BUG 3587: Make byte-range locking tdb self-cleaning.
412     * Ensure every exit error path in the session setup code calls 
413       nt_status_squash().
414     * Use portable wrapper functions instead of seteuid directly in 
415       winbindd.
416     * Make "change notify timeout" a per-share parameter.
417     * Fix regression in SAMBA_4_0's smbtorture DENY tests.
418     * Fix valgrind-spotted issue in BASE-DELETE test.
419     * Fix early termination condition in winbindd when trying to 
420       connect to a remote DC.
421     * Instruct winbindd to ignore fd_set when select() returns -1.
422     * BUG 3779: Make nmbd udp sockets non-blocking to prevent problem
423       with select returning true but no data being available.
424     * Back port talloc_steal() fixes from SAMBA_4_0 (original fixes by 
425       Andrew Tridgell).
426     * BUG 3467: Fix delete on close semantics needed by WinXP Media 
427       Center Ed. for simultaneous recording and playback (thanks to 
428       Jason Qian for the debugging assistance).
429     * BUG 3347: Save the Unix user token used to set the 
430       delete-on-close flag.
431     * Fix parsing of SAMR_Q_CONNECT_ANON.
432     * Add in support for userinfo26 structure and re-enable 
433       userinfo25 
434     * Schannel server fixes.  Fix the credentials chaining across 
435       \netlogon pipe disconnects.
436     * Replace ubqix code in nmbd with an internal tdb.
437     * Fix struct timespec checks in configure.in.
438     * Add in server support for the NetSamLogonEx().
439     * Add support for LsaLookupSids2() and LsaLookupSids3().
440     * Add LsaLookupNames[2-4]().
441     * Add support for 'net usershare'.
442     * BUG 3522: Fix error code return on SMBmkdir(foo) when foo 
443       already exists (thanks to Sandeep Tamhankar).
444     * BUG 3510: Fix 'net rpc join' against a server when 
445       schannel is disabled.
446     * Get rid of poor errno mapping table. Bounce through NTSTATUS 
447       instead.
448     * Check for SeMachineAccountPrivilege when deleting machine 
449       accounts.
450     * Fix a logic bug with multiple oplock contention.
451     * Add the replacements for opendir/readdir etc from SAMBA_4_0.
452       Attempt to fix the broken directory handling in the *BSD.
453     * Allow run time tuning of the locking tdb hash size for
454       very busy servers.
455     * BUG 3642: Ensure we don't call FD_SET on read with 
456       fd == -1.
457     * BUG 3569: Work around linear posix locking issue on AIX
458       which was causing high loads due to the tdb CLEAR_IF_FIRST
459       flag (based on work from William JoJo).
460     * Fix OS/2 directory delete bug found by kukks.
461     * Match the Windows 2003 NTLMSSP signature.
462     * Performance tuning work in core read & write file serving 
463       paths.
464     * Change default to 'strict locking' to better reflect 
465       real world clients.
466     * Fix error return on session setup. Ensure no data blob is 
467       added if the logon call failed so that Windows clients 
468       interpret the NT_STATUS code correctly.
469     * Teach Samba the difference between exclusive and batch 
470       oplocks.
471     * BUG 3592: Ignore a file in a smbtar output if the first 
472       read fails (inspired by Justin Best).
473     * BUG 3668: Workaround Windows bug with LARGE_READX where if 
474       you ask for exactly 64k bytes it returns 0.
475     * BUG 3858: Ensure that all files are removed by a wildcard 
476       delete when 'hide unreadable = yes'.
477     * Fix various issues raised by the Klocwork code analyzer.
478     * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
479       query reply ("enhanced browsing = yes").
480     * Fix SMB signing failures in client tools.
481     * BUG 3909: Avoid EA lookups on MS-DFS links.
484 o   Andrew Bartlett <abartlet@samba.org>
485     * Work around abort() in the OpenLDAP client libs caused by a NULL 
486       msg pointer.
489 o   Timur Bakeyev <timur@com.bat.ru>
490     * BUG 2961: Fix compile warnings for pam_smbpass.
491     * BUG 2746, 3763: Fix compile warnings in pam_winbind.
494 o   Alexander Bokovoy <ab@samba.org>
495     * Fix 'smbcontrol shutdown' messages for nmbd and winbindd.
496     * Fix absolute symlinks in the installbin.sh script.
499 o   Max N. Boyarov <m.boyarov@sam-solutions.net>
500     * Fix crash bug in perfmon daemon example code.
503 o   Nicholas Brealey <nick@brealey.org>
504     * Compile fix for pam_winbind.
507 o   Gerald (Jerry) Carter <jerry@samba.org>
508     * Fix 'make install' problem when building outside source/.
509     * Fix 'net ads join' when the workgroup is set incorrectly in 
510       smb.conf.
511     * Re-add code to include the BUILTIN\Administrators SID when
512       winbindd is not running, but the user's token includes the 
513       Domain Admin SID.  Fixes access problem for managing Services.
514     * Only call the printer publishing calls if 'security = ads'.
515     * Normalize printing keys when deleting.
516     * Only store LANMAN passwords on a change if 'lanman auth = yes'.
517     * Look at the NT password (not lanman one) when determining if 'smbpasswd 
518       -e' should probably for a password.
519     * Default eventlog tdbs to mode 0660 to allow easier access by 
520       BUILTIN\Administrators.
521     * Remove extra call to create_user on member servers without winbindd.
522     * Replace the use of OpenLDAP's ldap_domain2hostlist() for locating 
523       AD DC's with out own DNS SRV queries.
524     * Fix compile error on HP-UX reported by Ryan Novosielski.
525     * Rewrite 'net ads join' to share common code with 'net rpc join' 
526       and behave more like a Windows XP client.
527     * Remove --with-ldapsam option from configure (only used for 
528       backwards compatibility for 2.2 smb.conf files).
529     * Remove 'wins partners' and 'hosts equiv' smb.conf parameters.
530     * Remove rhosts authentication module.
531     * Reimplement 'net ads leave' to disable the machine account in the 
532       domain rather than removing it.
533     * Rewrite of tdbsam file descriptor handling.
534     * Add server affinity support when selecting a remote 
535       domain controller.
536     * Remove chaining of passdb modules.
537     * Generate a local users primary group SID based on his 
538       or her primary Unix group rather than storing the attribute 
539       in the passdb entry.
540     * Default primary group SID to 'Domain Users' if the real Unix 
541       primary group maps to the S-1-22-2 domain.
542     * Refactor memory management in passdb user objects.
543     * RHEL and Fedora packaging fixes.
544     * Implement XcvDataPort() spooler call and supporting 'add 
545       port command'.
546     * BUG 3534: Ignore lines in the username map file with no right 
547       hand list.
548     * Add support for the experimental %(DomainSID) smb.conf 
549       variable.
550     * Add support for parsing SIDs in smb.conf value lists.
551     * Fix vuid allocation in Kerberos SMBsesssetup reply. 
552     * Ensure that local group membership is included in the 
553       getgroups() NSS reply.
554     * Automatically create a BUILTIN\{Administrators,Users} if
555       winbindd is running.
556     * Automatically grant all privileges to members of the local 
557       Administrators group.
558     * Protect against NULL cli_state* pointers in 
559       cli_rpc_pipe_open().
560     * Add a SUBSTR matching rule the the Samba LDAP schema 
561       file for the sambaSID attribute.  This will allow for 
562       Searching group mapping entries within a given domain
563       without reorganizing the directory namespace.  Also 
564       requires 'index sambaSID sub' in slapd.conf.
565     * Fix parsing of 'idmap uid/gid' values that broke when
566       the range included any whitespace.
567     * Support renaming local groups (protect against renaming 
568       BUILTIN groups).
569     * Do not allow the root account to be deleted via MS-RPC.
570     * Fix RID allocation to skip over RIDs that resolve in our
571       own domain (work around upgraded users and groups).
572     * Store the name/ip address combination when we do a reverse 
573       look up in case future forward lookups would fail.
574       Fixes cases where a DC name could not be resolved via 
575       NetBIOS queries,
576     * Allow winbindd to run on standalone servers in order to
577       provide support for local groups.
578     * Deprecate 'acl group control' and replace it with added 
579       functionality to 'dos filemode'.
580     * Ensure that all global memory is freed from pam_winbind 
581       when unloading the shared library (based on work from Arkady 
582       Glabek).
583     * Fix 32-bit/64-bit portability issues between PAM & NSS winbind 
584       libraries and winbindd.
585     * Add defensive checks about create local accounts (i.e. calling
586       'add user script') on domain member servers when winbindd
587       is running but having problems.
588     * Use system provided killproc() in RedHat init scripts for 
589       more robust shutdown.
590     * Fix a crash in the printer publishing code when adding a 
591       new printer via the APW.
592     * Fix broken compile of unsupported smbwrapper utility.
593     * BUG 3905: Fix smbd startup failure caused by a failure to
594       create an NT token for the guest account.
595     * BUG 3908: Fix RPC bind authentication failure which broke
596       user password changes.
597     * Ensure that "net ads join" reports failure correctly if
598       it cannot set the machine account password.
601 o   Mathias Dietz <MDIETZ@de.ibm.com>
602     * EPERM can be a valid return from getting an xattr. 
603       Don't disable if we get it.
606 o   Guenther Deschner <gd@samba.org>
607     * Fix memleaks in winbindd ads searches.
608     * Fix timestamp bug in pam_winbindd which forced users to change
609       passwords prematurely.
610     * Small debug message cleanups.
611     * Small fixes for 'net ads password'.
612     * BUG 3843: Allow to set passwords directly when creating users 
613       via "net rpc user add" 
614     * Add "rpc shell" to the usage text for the net command.
615     * Winbindd user aliases lookup fixes for large domains.
616     * Fix memleak in the CLDAP processing code.
617     * Enable AD features in winbindd's PAM support only when 
618       communicating with an AD domain controller.
619     * Set our internal domains to "online" by default in winbindd.
620     * BUG 3800: Fill the password_policy method in winbindd for 
621       winbindd_passdb.
622     * Fix memory leak when LDAP POSIX attribute queries fail.
623     * Honor the krb5 principal name change (of the new ads join code) 
624       in the kerberized winbind pam_auth.
625     * Correctly handle the case when there is no configuration file 
626       for pam_winbind.
627     * Adding "own-domain" switch to wbinfo which is handy from time 
628       to time.
629     * BUG 3823: Fix in-forest domain trust enumeration in winbindd.
630     * Fix winbindd group enumeration for groups with no members.
631     * Correct "net ads changetrustpw" to use the sAMAccountName.
632     * Fix winbindd in ADS domains by removing code using the 
633       UPN and rely upon the sAMAccountName.
634     * Fix a eDir related memory leak.
635     * Don't try to add the sn attribute twice to an LDAP 
636       inetOrgPerson + samSamAccount entry.
637     * Fix winbind function table typo.
638     * Attempt to send the correct warning from pam_winbind when a password 
639       change was attempted too early.
640     * Don't use cached credentials when changing passwords.
641     * Correctly disallow unauthorized access when logging on with the
642       kerberized pam_winbind and workstation restrictions are in effect.
643     * Save useless round trips in pam_winbind's auth calls.
644     * Make the existence of the /etc/security/pam_winbind.conf file
645       non-critical and fallback to only parse the argv options in that 
646       case.
647     * Add winbind debug class to the main winbindd process.
648     * Be consistent between rpc and ads winbind backend: let the 
649       ads backend query the samlogon cache first as well.
650     * Ignore BUILTIN groups when searching AD for group memberships.
651     * Fix KRB5KDC_ERR_POLICY -> NTSTATUS mapping.
652     * Cleanup credential caches from winbind's linked list.
653     * Fix 'winbindd -n' for new persistent caches.
654     * Fix searching by SID in winbindd.
655     * Add "smbcontrol winbind onlinestatus" for debugging purpose.
656     * Prefer to use the indexed objectCategory attribute (instead of
657       objectClass which is not indexed on AD) in LDAP queries.
658     * Free LDAP result in ads_get_attrname_by_oid().
659     * Prevent unnecessary storing of password in a WINBINDD_CCACHE_ENTRY.
660     * Prevent passwords of winbindd's list of credential caches from 
661       being swapped to disk using mlock().
662     * BUG 3345: Expand the "winbind nss info" to also take "rfc2307" to 
663       support the plain posix attributes LDAP schema from win2k3-r2
664       (based on patches from Howard Wilkinson and Bob Gautier).
665     * Add more robust code for fallback when lookup_usergroups() fails.
666     * Fix 'net rpc join' for winbindd running on a Samba DC.
667     * Add help text for new 'net rpc audit' utility.
668     * Add net ads search SID.
669     * samrQueryDomainInfo level 5 should return the domain name, not our 
670       NetBIOS name when we are a DC.
671     * Add some more client rpc for the querydominfo calls (from samba4 idl).
672     * Process all the supported info levels in the samr_query_domain_info2 
673       call.
674     * Wrap the samr_query_domain_info2() call around 
675       samr_query_domain_info().
676     * Fix segv in smbctool.
677     * Honor the time_offset also when verifying Kerberos tickets.
678     * Prevent unnecessary longstanding LDAP connection to eDirectory.
679     * Fix segv in smbspool.
680     * BUG 1914: Allow to store 24 password history entries in ldapsam.
681     * Enhancements to various commands in rpcclient 
682     * Don't force 'Administrator' to change an expired password on 
683       logon.
684     * Add support for offline mode in winbindd.
685     * Provide support in pam_winbind for initializing a user's 
686       ticket cache.
687     * Implement samr_chgpasswd_user3 server-side.
688     * Make pam_winbind more robust when detecting domain users.
689     * Add client side support for SAMR_GET_USRDOM_PWINFO.
690     * Re-enable strict checking on C++ reserved keywords since Heimdal 
691       0.7.2 has been released.
692     * Allow renaming of machine accounts in a Samba domain.
693     * BUG 3539: Let winbindd try to obtain the gecos field from 
694       the msSFU30Gecos attribute when "winbind nss info = sfu" is 
695       set. 
696     * Correctly handle acb_info/acct_flags as uint32 not as uint16.
697     * Return the real ACB-flags in the SamLogon() reply.
698     * Some client side cleanup for the samr set security object 
699       functions.
700     * Make sure we always reset the userAccountControl bits when 
701       re-joining (net ads join) with an existing account.
702     * Document some more MSV1_0 bits and their behavior.
703     * Only set the last rebind timestamp when we did rebind 
704       after a update LDAP operation to avoid the ldap replication 
705       sleep period.
706     * Fix incorrect error checking in winbindd for domains with 
707       no trusts.
708     * Consolidate the parsing of the Krb5 PAC and NET_USER_INFO3 
709       structure.
710     * Work around crash bug in MIT krb5 libs when reading a 
711       keytab file.  Stop trying to decrypt a ticket as soon as 
712       we have a clear indication that the ticket is bad.
713     * Merge DCERPC_FAULT constants from the SAMBA_4_0 tree.
714     * Adding client side samr querygroup infolevels 2 & 5.
715     * Make smbpasswd -a root work for eDirectory where there 
716       is no "account" structural objectclass.
717     * Make sure we only send out a CLDAP request (net ads) to 
718       an connected AD server.
719     * Fix a broken LDAP search filter when looking for groups.
720     * Add in-tree version of iniparser library from 
721       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
722       (rather than linking in loadparm.c).  Settings are now stored
723       in /etc/security/pam_winbind.conf.
724     * Fix different extended_dn handling in adssearch.pl
725       (Thanks to Frederic Brin at Novell).
726     * Fix a memleak in winbindd's credentials cache.
727     * Protect against crashes in CLDAP request processing.
728     * Remove incomplete DfsEnum() info level to avoid an smbd crash.
731 o   Aleksey Fedoseev <fedoseev@ru.ibm.com>
732     * Fix parameter type for 'acl compatibility'.
733     * Fixes for msgtest torture tool.
734     * Fix crash bug in the file locking code.
737 o   Arek Glabek <aglabek@centeris.com>
738     *  Fix parsing error on input parameters in eventlogadm.
741 o   Paul Green <paulg@samba.org>
742     * Properly rebuild time limit on systems with executable extensions.
743     * Fix build on platforms that do not support shared libs.
744     * Remove dead code in the auth_script module. 
747 o   Bjoern Jacke <samba@j3e.de>.
748     * Fix DMAPI compile failures on AIX and True64.
749     * Fix AIX PIC suffix (use .o instead of .po).
750     * Fall back to less-preferred clocks until we find one that we 
751       can use if clock_gmtime() is not available at run-time.
752     * Fix EA support on AIX platforms.
753     * Automatically disable file shares with no explicit path set.
754     * Remove the local hack to set the RO bit on directories in 
755       user profiles when profile acls = yes.  Rely on EAs instead.
756     * Compile fixes for Solaris LDAP client libs.
757     * Add DMAPI/XDSM support for AIX.
758     * Find JFS DMAPI libs on Linux when only they are available.
761 o   William Jojo <jojowil@hvcc.edu>
762     * Fixes for the winbind NSS library on AIX.
763     * Fix VFS builds on AIX platforms.
764     * Fixes for the AIX version of libnss_winbind.so
767 o   Leonid Kabanov <lkabanov@mail.ru> 
768     * BUG 3711: Shell portability fixes for 'make test'.
771 o   Volker Lendecke <vl@samba.org>
772     * Fixes for various Klocwork defect reports.
773     * Fixes for various Coverity defect reports.
774     * BUG 3848: Fix WinXP join error in a Samba domain using ldapsam.
775     * Fix more potential seg-faults when something on our way to a 
776       DC connection fails.
777     * Never fall back to using the IP address for a DC's name in RPC 
778       connections.
779     * Implement recycle:subdir_mode.
780     * Activate RPC-AUTHCONTEXT in "make test".
781     * Portability fixes for 'make test'.
782     * Correctly set the group RID in init_sam_from_buffer.
783     * Fix missing prompt in smbclient.
784     * Return correct error code upon success from _net_srv_pwset().
785     * Fix Windows XP joins to a Samba domain.
786     * Fix 'valid users = +unixgroup' which was failing with smbpasswd
787       when mapped to a non-algorithmic rid.
788     * Fix regression which upper-cased machine names passed to the
789       'add machine script'.
790     * Correct parsing error in parse_net.c for user's with no group
791       membership.
792     * Fix off by one error in client SPNEGO code and other klocwork
793       bug fixes.
794     * Memory leak fixes in 'net sam'.
795     * BUG 3720: Fix uninitialized error return variable.
796     * Default "passdb expand explicit" to no.
797     * BUG 3741: Re-enable algorithmic SID mapping in one critical place.
798     * Fix user NT token creation when utilizing a username map.
799     * More coverity fixes.
800     * Fix a VUID bug in 'security = share'.
801     * Correctly fill in the gid for local users.
802     * Fix some warnings on True64.
803     * Add special close handling for fake files.
804     * BUG 3788: Fix nss_winbind's getgrouplist() call on AIX.
805     * BUG 3435: Fix 'msdfs root = yes' in [homes].
806     * Instruct winbindd to find a trusted DC on its own when running on 
807       a Samba DC.
808     * Fix segv in child winbindd processes caused by a failed tconX 
809       to the DC.
810     * Dynamically compute the maximum password age based no the 
811       last change time rather than reading the must change time 
812       from the passdb record.
813     * Rewrite mechanisms for handling lookup_{name,sid} resolution.
814     * Assign unmapped users to the S-1-22-1 domain and unmapped 
815       groups to the S-1-22-2 domain
816     * Disable algorithmic mapping for RIDs in tdbsam & ldapsam
817     * Remove sql passdb backends.
818     * Implement rpccli_samr_set_domain_info()
819     * Add initial support for 'net sam' command.
820     * BUG 2413: Remove anonymous connections in 'net rpc info'.
821     * Implement asynchronous support for trans2 calls.
822     * Make smbclient -L use RPC to list shares, fall back to RAP.
823     * Ensure that the global SAM SID is initialized before any
824       dependent routines are called.
825     * Enhance consistency checks on local configuration when joining
826       a domain.
827     * Fix a memleak in the server registry code for enumeration 
828       shares.
829     * Fix an invalid munlock() call in winbindd's credentials cache.
830     * Fix compile warnings when passing NULL to snprintf().
831     * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
832       token in case anything weird is going on with the 'force user'.
833     * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
836 o   Derrell Lipman <derrell@samba.org>
837     [libsmbclient]
838     * BUG 3814: Only set the DFS capability flag in client requests
839       if the share is a DFS root.
840     * Fix bug causing previous settings to be re-initialized 
841       when parsing new configuration files.
842     * BUG 3446: Don't ignore the authentication domain when parsing 
843       the SMB URI.
844     * Fix cli_setpathinfo() to actually do what it's supposed to.
845     * Fix libsmbclient to make correct use of the new "one connection
846       per server feature".
849 o   Jason Mader <jason@ncac.gwu.edu>
850     * Numerous compiler warning fixes.
853 o   John E. Malmberg <wb8tyw@qsl.net>
854     * Make smbldap obey config tests.
857 o   Jim McDonough <jmcd@us.ibm.com>
858     * Fixes for 'make test' on AIX.
859     * Ensure we do a wildcard search for SID's starting with the global SAM 
860       sid, not an exact search (from John Janosik).
861     * Adapt smbclient fix to smbtree to enable long share names.
862     * Prevent machines and users with no home directory from 
863       getting the previous entries home path when migrating via 
864       'net rpc vampire' (based on a patch from Richard Renard).
865     * Remove hard-coded LDIF names when dumping a migrated 
866       domain's users and groups.
867     * BUG 1374: Can't join an OU with name that contains '#'.
870 o   Stefan Metzmacher <metze@samba.org>
871     * Add more tests to 'make test'.
872     * Try to make timelimit.c more portable.
873     * Fix linking of smbmount tools with --enable-socket-wrapper.
874     * Pass 'target:samba3=yes' to samba4's smbtorture when running 
875       samba3's make test.
876     * Miscellaneous fixes for 'make test'.
877     * Add improved support for 'make test' including making 
878       use of smbtorture from SAMBA_4_0.
879     * Add --no-process-group to all server programs 
880       (e.g. timelimit 20000 bin/nmbd -F -S --no-process-group).
881     * Add configure tests --with-selftest-prefix=/tmp/samba-test
884 o   Lars Müller <lmuelle@samba.org>
885     * Fix lock calls in the python tdb bindings.
886     * Add -k switch to tdbdump for accessing a single key.
887     * Debian packaging fixes.
888     * Add -t|--password-from-stdin option to pdbedit as we had 
889       with Samba 2.2.
890     * Various minor fixes to install scripts used by 'make install'.
893 o   James Peach <jpeach@sgi.com>
894     * Ensure smbclient always prompts on standard output when in
895       interactive mode.
896     * BUG 3801, 3805: Fix MIPSPro compiler warnings on IRIX.
897     * Introduce command line options to set the remainder of the 
898       parameters in dynconfig.c.
899     * Avoid pulling in -lpthreads caused by -lrt.
900     * Fix build failures on IRIX 6.4 due to DMAPI support.
901     * Isolate the slow CLOCK_REALTIME message in the profiling code.
902     * Correct comparison logic so that libunwind can be correctly detected.
903     * Implement a "stacktrace" smbcontrol option using libunwind's remote
904       stack tracing support (ia64 only).
905     * Use dynamic buffers in the IRIX nsswitch module to prevent truncation
906       of long group lists.
907     * New autoconf macro to test for sysconf variables.
908     * Change profiling data macros to use stack variables rather than
909       globals. This catches mismatched start/end calls and removes
910       the need for special nested profiling calls.
911     * Rewrite AC_LIBTESTFUNC so that it works like the callers
912       of it expect.
913     * Use clock_gettime for profiling timstamps if it is available. Use
914       the fastest clock available on uniprocessors.
915     * Preserve errno in fcntl lock wrappers.
916     * Initialize our saved uid and gid so that we can tell when we 
917       created the profiling shmem segment and don't bogusly refuse to 
918       look at it.
919     * Add a new option "enable core files" which can be used to disable 
920       automatic core file dumping. 
921     * Update our internal copy of popt to that distributed with the RPM 
922       4.2 source code.
923     * Add support for FAM for file change notification.
924     * Disable sendfile if the 'write cache;' has been enabled.
925     * Refactor capability interface from being IRIX-specific to 
926       using only the POSIX interface.
927     * Consolidate core dumping code to aid in debugging.
928     * Add support for libunwind to generating a backtrace.
929     * BUG 3490: Don't test for ldap or krb5 libs if --without-ldap
930       and --without-ads are specified.
931     * Allow the user to set winbind nss timeouts in seconds on IRIX.
932     * Set the FILE_STATUS_OFFLINE bit by observing the events 
933       a DMAPI-based HSM is interested in.
936 o   Tim Potter <tpot@samba.org>
937     * Build janitorial duties.
938     * BUG 3725: Put references to $PICFLAGS in quotes.
941 o   Aruna Prabakar <aruna.prabakar@hp.com>
942     * Show -W option in smbpasswd usage text.
945 o   ISHIKAWA Tomonori <toishika@fsi.co.jp>
946     * BUG 2715: Fix nmbd datagram comment buffer size for multibyte 
947       character strings
950 o   Andreas Schwab
951     * Correct syntax error in aclocal.m4.
954 o   Simo Sorce <idra@samba.org>
955     * Pam modules install fix.
956     * Allow "net changesecretpw" to accept a password via stdin.
957     * Implement 'net setdomainsid' command.
958     * Ensure that sid -> group conversion are done as root.
959     * BUG 3413: Sanity check for existence of 'ldap admin 
960       dn' before setting a password in secrets.tdb (based on
961       work by William Jojo).
962     * New revision of the snprintf replace code.
963     * Set the correct sid type when looking up a gid.
966 o   Todd Stecher <tstecher@isilon.com>
967     * Add TCP fallback for our implementation of the CHANGEPW 
968       kpasswd calls.
971 o   Ronan Waide <waider@waider.ie>
972     * Add 'wbinfo -i' functionality to exercise winbindd's getpwnam() 
973       functionality.
976 o   Shlomi Yaakobovich <Shlomi@exanet.com>
977     * Fix for machine password time_t overflow.
980       --------------------------------------------------
981                    ==============================
982                    Release Notes for Samba 3.0.22
983                             Mar 30, 2006
984                    ==============================
986 This is a security release of Samba. The Samba 3.0.21 release 
987 series (including the patch releases a through c) has been 
988 discovered to expose the clear text of the server's machine 
989 account credentials in the winbind log files when the log 
990 level is set to 5 or higher.  This defect has been assigned 
991 the CVE number CAN-2006-1059.
993 Summary
994 =======
996 The machine trust account password is the secret shared
997 between a domain controller and a specific member server.
998 Access to the member server machine credentials allows
999 an attacker to impersonate the server in the domain and 
1000 gain access to additional information regarding domain 
1001 users and groups.
1003 The winbindd daemon included in Samba 3.0.21 and subsequent
1004 patch releases (3.0.21a-c) writes the clear text of server's
1005 machine credentials to its log file at level 5.  The winbindd
1006 log files are world readable by default and often log files
1007 are requested on open mailing lists as tools used to debug
1008 server misconfigurations.
1010 This affects servers configured to use domain or ads security
1011 and possibly Samba domain controllers as well (if configured
1012 to use winbindd).
1014 =======
1016       --------------------------------------------------
1018                    ===============================
1019                    Release Notes for Samba 3.0.21c
1020                               Feb 24, 2006
1021                    ===============================
1023 Common bugs fixed in 3.0.21c include:
1025   o Access checks when deleting printer driver meta-data.
1026   o Several non-default combinations schannel and SPNEGO support.
1027   o Password changes with NT4 and Win2k pre-SP4 clients.
1028   o High load issues on IRIX caused by a bug when interfacing 
1029     with kernel oplocks.
1032 ######################################################################
1033 Changes
1034 #######
1036 Changes since 3.0.21b
1037 ---------------------
1039 commits
1040 -------
1041 o   Michael Adam <ma@SerNet.DE>
1042     * Add popt to the include path for examples/VFS.
1045 o   Jeremy Allison <jra@samba.org>
1046     * Fix bug in the USC2 macros on big-endian CPUs.
1047     * Filter deleted oplocks from the output of smbstatus.
1048     * Remove invalid test check_for_pipe().
1049     * BUG 3515: Fix kernel oplock support on IRIX.
1050     * BUG 3522: Fix return value for mkdir request when the directory
1051       already exists.
1052     * BUG 3526: Add missing FindNext info levels (diagnosed by Corinna 
1053       Vinschen).
1054     * BUG 3330: Fix username parsing in Kerberos PAC (based on work 
1055       by Guenther).
1056     * BUG 3512: Fix cause of "use spnego=no" and "server signing=auto" 
1057       resulting in a client disconnect after negprot.
1058     * BUG 3510: Fix 'net join' against a server with client schannel 
1059       disabled.
1060     * Fix negprot bug causing a 2k client with cached domain 
1061       credentials to refuse to connect to a standalone Samba host.
1062     * Ensure that the correct error is checked when encountering a 
1063       socket error (fixes crashes in winbindd).
1066 o   Andrew Bartlett <abartlet@samba.org>
1067     * Fix domain joins from NT4 clients and password changes.
1070 o   Richard Bollinger <rabollinger@gmail.com>.
1071     * Compile fix in pdbedit.
1074 o   Gerald (Jerry) Carter <jerry@samba.org>
1075     * Break RHEL/Fedora packaging out to include a samba-docs rpm.
1076     * Remove use of /var/cache/samba from RHEL/Fedora packaging.
1077     * Fix bug in loadparm.c that caused builtin services to be also
1078       listed as external services (e.g. Spooler, NETLOGON, etc..).
1079     * Fix bug in the samr dispinfo enumeration code.
1080     * Add earlier checks to deny deleting a printer driver meta-data.
1083 o   Guenther Deschner <gd@samba.org>
1084     * Add Account Policy LDAP attributes for eDirectory schema.
1087 o   William JoJo <jojowil@hvcc.edu>
1088     * BUG 1870: Make nmblookup do a node status on all IP's when 
1089       requested.
1090     * BUG 2353: Fix clitar -F processing.
1093 o   Volker Lendecke <vl@samba.org>
1094     * Fix the build for --with-aio-support.
1095     * Fix remote password changing if password must change is set.
1096     * Fix rpcclient to obey the -W parameter.
1097     * Fix segv in smbmount and the profiles tool.
1098     * Fix typo in pdbedit help text (reported by Karolin Seeger).
1101 o   Vladimir Lettiev
1102     * Honour the $(DESTDIR) Makefile variable when installing 
1103       Python extensions.
1106 o   Jason Mader <jason@ncac.gwu.edu>
1107     * Compiler warning fixes.
1110 o   Lars Müller <lmuelle@samba.org>
1111     * Fix python build with older python versions.
1112     * Update dhcp.conf files in Debian packaging
1113     * SWAT welcome file updates
1114     * Compiler warning fixes.
1115     * Add .2 to the SONAME as version suffix if we link the nss 
1116       modules on linux.
1117     * Add -t|--password-from-stdin option to pdbedit.
1120 o   James Peach <jpeach@sgi.com>
1121     * Continue not enabling valgrind on 64-bit Linux.
1124 o   Tim Potter <tpot@samba.org>
1125     * Remove unused #defines.
1128 o   Simo Sorce <idra@samba.org>
1129     * Debian packaging updates.
1132 o   Qiao Yang <qyang@stbernard.com>
1133     * Make sure to refresh the timestamp on entries in the failed 
1134       connection code in winbindd.
1137       --------------------------------------------------
1138                    ===============================
1139                    Release Notes for Samba 3.0.21b
1140                               Jan 30, 2006
1141                    ===============================
1143 Common bugs fixed in 3.0.21b include:
1145   o Server crashes in smbd.
1146   o Compile issues on 64-bit platforms.
1147   o Crash bugs on big-endian systems.
1148   o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
1149   o Over 30 bugzilla reports closed.
1152 ######################################################################
1153 Changes
1154 #######
1156 Changes since 3.0.21a
1157 ---------------------
1159 commits
1160 -------
1161 o   Jeremy Allison <jra@samba.org>
1162     * Fix the SAMR cache across handles opens and closes.
1163     * Re-add the talloc_describe_all() function for reporting pool 
1164       usage.
1165     * Merge talloc license change from Samba 4.
1166     * Fix 64-bit compile warnings reported by gcc.
1167     * Add the share path into the sharemode db. 
1168     * Consistency fixes: Remove use of uint8_t -> uint8.
1169     * BUG 3346: Fix crash bug in big-endian boxes by linearizing 
1170       structure when passing through the messaging API.
1171     * BUG 3421: Fix segv in the Kerberos key tab code (Thanks to 
1172       Luke Deller).
1173     * Force smbd to exit if the guest account internal setup fails.
1174     * BUG 3419: vfs_full_audit fixes for multiple connections.
1175     * Ensure SWAT lists running processes.
1176     * Fix NTLMv2 interoperability bug between Samba servers.
1177     * Oplock break logic fixes.
1180 o   Andrew Bartlett <abartlet@samba.org>
1181     * BUG 3401: Fix crash bug caused by incorrect handling of weak 
1182       session keys.  Based on original patch from Yau Lam Yiu.
1185 o   Alexander Bokovoy <ab@samba.org>
1186     * BUG 3397: Add USER_INFO_9 for SMS 2003 support (ported from 
1187       Samba TNG code).
1190 o   Stefan Burkei <stefan@burkei.de>
1191     * BUG 3248: When doing auth_crap authentication use the client 
1192       given workstation name not our own.
1195 o   Gerald (Jerry) Carter <jerry@samba.org>
1196     * Fixing net rpc registry enumerate from overwriting the open 
1197       subkey handle.
1198     * BUG 3380: fix crash when changing printer drivers.
1199     * BUG 3391: ensure we can lookup account policies for failed 
1200       logons.
1201     * Adding query/set ops for security descriptors on services.
1202     * BUG 3329: Solaris packaging fixes.
1203     * Better formatting for smbstatus output (based on patch from
1204       Adam Neilson).
1205     * Hook the max connections spin box in the share properties 
1206       MMC plug-in dialog to the 'max connections' smb.conf parameter
1207       and the 'modify share command' option.
1208     * Work around building libnss_winbind.so on Solaris when 
1209       --enable-developer is specified.
1210     * Add vendor patch level string to VERSION.
1211     * Consolidate packaging for RHEL4 and Fedora based on initial
1212       work by jht.  
1215 o   Albert Chin <@thewrittenword.com>
1216     * BUG 3374: Build failures on True64.
1219 o   Guenther Deschner <gd@samba.org>
1220     * Fill in samr_get_dom_pwinfo based on Samba4.
1221     * Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
1222     * Fixes for adssearch.pl example script.
1223     * Prevent 'net rpc' from dumping clear text password at high log 
1224       levels unless built with DEBUG_PASSWORD.
1225     * Fix 'net ads user add' with a Windows 2003 SP1 DC.
1226     * Fix python build.
1227     * Fix segfault in pdb_nds.c.
1228     * Don't write null sid mappings into the winbindd_cache.tdb.
1229     * Save sid_to_name lookup result in winbindd already after doing 
1230       a successful name_to_sid.
1231     * BUG 3390: Fix segfault in "net rpc vampire|samdump".
1232     * BUG 1524, 3205: Support changing expired passwords in 
1233       pam_winbindd.
1234     * Fix netfileenum returning WERR_BUF_TOO_SMALL in rpcclient.
1235     * BUG 3264: Allow idmap_ad to load as 'ad'.  Cleanup the way 
1236       idmap modules are build and loaded, idmap_rid now will have 
1237       to be loaded without prefix, just "rid".
1238     * Prevent cli_krb5_get_ticket of getting into an infinite loop. 
1241 o   Andrew Esh <Andrew_Esh@adaptec.com>
1242     * BUG 1061: Fix nmbd to correctly the path to an lmhosts files 
1243       specified on the command line with -H.
1246 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
1247     * End profile fixes.
1248     * BUG 3348: Don't assume owning sticky bit directory means 
1249       write access allowed.
1250     * Fix double free in on failure path in POSIX acl code.
1253 o   Andriy Gapon <avg@icyb.net.ua>
1254     * BUG 3458: Fix crash bug in smbd and winbindd caused by 
1255       accessing freed memory.
1258 o   Björn Jacke <bj@sernet.de>
1259     * Configure check for Tru64 EA functions (not yet implemented).
1260     * Find Tru64 AIO lib in configure.
1261     * Cut-n-paste fixes in configure.in.
1264 o   John Janosik <jpjanosi@us.ibm.com>
1265     * IBM Tivoli Directory Server schema updates.
1268 o   Michael James <michael@james.st>
1269     * sid2string fix in adssearch.pl.
1272 o   William JoJo <jojowil@hvcc.edu>
1273     * BUG 3340: Prevent automatic inclusion of AIO support on AIX.
1274     * BUG 3389: Failures on AIX in linking smbd when the symbol 
1275       table for ld exceeds 65536 bytes.
1276     * Add -W to smbpassword so that the ldap admin dn password does
1277       not have to be specified on the command line.
1278     * BUG 3408: Fix for external password change programs on AIX.
1279     * BUG 1779: 64-bit compile fixes.
1282 o   Martin Koeppe <mkoeppe@gmx.de>
1283     * BUG 3287: Match SFU behavior for dev/inode numbers.
1286 o   Volker Lendecke <vl@samba.org>
1287     * BUG 3291: Fix valgrind error in client connection code.
1288     * BUG 3292: Prevent smbclient from spinning if server terminates
1289       connection.
1290     * BUG 3293: Use SMBecho instead of chkpath to keep a smbclient 
1291       connection alive smbclient.
1292     * Add lookupname to rpcclient query_user as a fallback, we now 
1293       accept both rid and username.
1294     * Introduce yet another copy of the string_sub function: 
1295       talloc_string_sub use by AFS token code in winbindd.
1296     * BUG 3351: pdb_mysql again overwrites password fields.
1297     * BUG 3384: Fix segv in tdbtool.
1298     * Use the same CFLAGS for generating the pch as we use to 
1299       actually compile.
1300     * Correct typo when compiling the vfs_catia module.
1301     * Fix automatic recreation of a new tdb sam file.
1304 o   Derrell Lipman <derrell@samba.org>
1305     [libsmbclient]
1306     * Fix parsing of file times (w_time and m_time were reversed).
1307     * Add additional libsmbclient test programs.
1308     * BUG 3336: Load networks interfaces in libsmbcliebt after parsing 
1309       the configuration files.
1310     * Avoid doing a NetBIOS name query for each server and workgroup 
1311       enumeration call.
1312     * Do not open connection when only looking for cached connection.
1313     * BUG 2651: Add option to log debug messages to stderr instead 
1314       of stdout.
1315     * Added flag to not request authentication information.
1316     * Enhancements to smbwrapper example code.
1317     * Replace smbwrapper call to dlopen(/lib/libc...) with direct 
1318       use of RTLD_NEXT.
1321 o   David May <mayd@cygnus.uwa.edu.au>
1322     * BUG 3329: Shell scripting portability fixes on 'make test'.
1325 o   Tony Mountifield <tony@softins.co.uk>
1326     * BUG 3327: fix bad access to gencache.tdb after fork() in 
1327       smbmount.
1330 o   Lars Müller <lmuelle@samba.org>
1331     * BUG 3264: Support backwards compatible setups using 
1332       'idmap backend = idmap_rid'.
1333     * Add %w macro for the winbind separator.
1334     * Convert net command to use stderr for error messages rather 
1335       than stdout.
1338 o   James Peach <jpeach@sgi.com>
1339     * Portability fixes in LDAP code.  Don't use non-static array 
1340       initializers.
1341     * Support the TCP_FASTACK socket option if it is available. 
1342     * Tell the MIPSPro compiler to push DEBUG calls out of line.
1345 o   Makr Proehl <m.proehl@science-computing.de>
1346     * BUG 1336: Print the server role when calling testparm in 
1347       non-verbose mode.
1350 o   Simo Sorce <idra@samba.org>
1351     * Crackcheck utility enhancement based on patch sent by 
1352       Tom Geissler.
1353     * BUG 3405: Fix segv in vfs_recycle module on platforms wither 
1354       mode_t is not 32-bits.
1357 o   John Terpstra <jht@samba.org>
1358     * RHEL/Fedora spec file patches.
1361       --------------------------------------------------
1362                    ===============================
1363                    Release Notes for Samba 3.0.21a
1364                               Dec 30, 2005
1365                    ===============================
1367 Common bugs fixed in 3.0.21a include:
1369   o Deadlocks when multiple users access an oplocked file 
1370     concurrently
1373 ######################################################################
1374 Changes
1375 #######
1377 Changes since 3.0.21
1378 --------------------
1380 commits
1381 -------
1382 o   Gerald (Jerry) Carter <jerry@samba.org>
1383     * RedHat 9 packaging Fixes.
1386 o   Guenther Deschner <gd@samba.org>
1387     * eDirectory schema syntax fixes.
1390 o   Volker Lendecke <vl@samba.org>
1391     * BUG 3349: Deadlock caused logic error in oplock code.
1393       --------------------------------------------------
1394                    ==============================
1395                    Release Notes for Samba 3.0.21
1396                             Dec 20, 2005
1397                    ==============================
1399 Common bugs fixed in 3.0.21 include:
1401   o Missing groups in a user's token when logging in via Kerberos
1402   o Incompatibilities with newer MS Windows hotfixes and 
1403     embedded OS platforms
1404   o Portability and crash bugs.
1405   o Performance issues in winbindd.
1407 New features introduced in Samba 3.0.21 include:
1409   o Complete NTLMv2 support by consolidating authentication
1410     mechanism used at the CIFS and RPC layers.
1411   o The capability to manage Unix services using the Win32 
1412     Service Control API.
1413   o The capability to view external Unix log files via the
1414     Microsoft Event Viewer.
1415   o New libmsrpc share library for application developers.
1416   o Rewrite of CIFS oplock implementation.
1417   o Performance Counter external daemon.
1418   o Winbindd auto-detection query methods when communicating with
1419     a domain controller.
1420   o The ability to enumerate long share names in libsmbclient 
1421     applications.
1424 ######################################################################
1425 Changes
1426 #######
1428 smb.conf changes
1429 ----------------
1431     Parameter Name                      Action
1432     --------------                      ------
1433     dfree cache time                    New
1434     dfree command                       Per share
1435     eventlog list                       New
1436     iprint server                       New
1437     map read only                       New
1438     passdb expand explicit              New
1439     rename user script                  New
1440     reset on zero vc                    New
1441     svcctl list                         Renamed from 'enable svcctl'
1445 Changes since 3.0.20b
1446 ---------------------
1448 o   Jeremy Allison <jra@samba.org>
1449     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
1450     * Added 'map readonly' parameter.
1451     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
1452       not defined.
1453     * Maintain schannel client session keys in volatile 
1454       $(privatedir)/schannel_store.tdb.
1455     * BUG 2769: Ensure we mangle filenames ending in a space
1456     * Catch corner case of renaming a symlinked directory into 
1457       itself
1458     * Ensure that smb.conf requests for hidden files are honored, 
1459       even when DOS attributes are stored in EA's
1460     * Add new auth method "auth_script" for calling an external 
1461       program
1462     * BUG 2152: Fix for mangled filenames when the client does 
1463       support long filenames
1464     * Rewritten implementation of client and server DCE/RPC infrastructure 
1465     * BUG 3192: Adds a "dfree cache time" parameter.
1466     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
1467       the S_IWGRP mask in the absence of a POSIX ACL.
1468     * Remove use of 'long long' in libsmbclient code.
1469     * Ensure the new canonicalize_servicename() in name/snum hash 
1470       is multi-byte safe.
1471     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
1472       Bakeyev.
1473     * BUG 3216: Put directory opens into the share mode db so we 
1474       can treat them similarly to file opens (delete on close, 
1475       share mode violations etc.).
1476     * Fix bug in name mangling code when case sensitivity is enabled.
1477     * Remove external dependencies from the sharemodes library.
1478     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
1479     * Don't misinterpret wild card characters in file names on disk
1480       as they are actually valid characters.
1481     * BUG 3223: Fix bug in account policy management when 
1482       account_pol.tdb settings have been migrating to an LDAP 
1483       backend.
1484     * Allow the hash size of the tdb open (locking) database to be 
1485       set in local.h.
1486     * Fix error code returns on client spoolss code.
1487     * Remove unneeded strncpy use.
1488     * Fix uninitialized variables warnings.
1489     * Cleanup smbcacls security descriptor parsing and error codes.
1490     * BUG 3224: Correctly use machine_account_name and client_name 
1491       when doing netlogon credential setup.  Fixes winbindd running 
1492       on a Samba PDC.
1493     * Backport Samba 4 time zone handling.
1494     * Fix core dump if setmntent() returns NULL.
1495     * Replace old crc32 code with one from the FreeBSD tree.
1496     * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
1497     * Remove #define of close -> close_fn macro in libsmbclient.
1498     * Return early if -1 returned from *BSD EA call (reported by 
1499       Timur).
1500     * Name space cleanup by marking local functions static.
1501     * Move samr enumeration cache from per handle basis to a shared 
1502       cache.
1503     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
1504       OS/2 servers (based on patch from Guenter Kukkukk).
1505     * Ensure default applies to new files (reported by Thomas 
1506       Neumann).
1507     * BUG 3293: Use SMBecho to testing the server in client rather 
1508       than SMBchkpath.
1509     * Merge talloc fixes from Samba 4 branch.
1510     * Add support DCE/RPC cancel operation.
1511     * Don't reset attrs to zero in EA get.  Fixes 'hide dot files'
1512       when using EA for DOS attributes.
1513     * Fix bug in returning remote time (reported by Thomas Bork).
1514     * No users or groups to return in BUILTIN domain.
1515     * Removed separate "builtin" search enumeration.
1516     * Added count_sam_aliases to return the correct alias count.
1517     * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
1518       eDirectory when accessing the universal password.
1519     * Fix deadlock condition in share mode locking code.
1520     * Fix logic bug in unix_mask_match().
1521     * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
1525 o   Rashid N. Achilov <shelton@granch.ru>
1526     * Add better service description names to the svcctl code.
1529 o   Timur Bakeyev <timur@com.bat.ru>
1530     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
1533 o   Andrew Bartlett <abartlet@samba.org>
1534     * Remove another ancient NTLMSSP implementation.
1535     * Allow machine account logons work if the client gives the 
1536       appropriate flags. 
1539 o   Alexander Bokovoy <ab@samba.org>
1540     * Add POSIX statvfs() to VFS api.
1543 o   Gerald (Jerry) Carter <jerry@samba.org>
1544     * Eventlog and ServiceControl support.
1545     * BUG 1051: store the directory path so we can send the full 
1546       name in the unlink call from smbclient.
1547     * Use reference count strategy for keeping the registry tdb 
1548       open.
1549     * Convert internal registry objects to new hierarchical talloc
1550     * Allow the root user a free pass for access checks in the
1551       registry and service control checks.
1552     * Sanity checks in the privilege code to prevent empty SID 
1553       entries
1554     * Add basic infrastructure for 'make test' when the socket 
1555       wrapper library is configured at compile time
1556     * Convert profiles utility to use the current regfio interface 
1557       for reading and writing user profiles
1558     * Remove netsamlogon_cache interface
1559     * Ensure that print jobs are removed even when the cancel 
1560       command is received before the print cache has been updated
1561     * Fix linking problem on Solaris when including ACL support.
1562     * Give root a free pass to open the eventlog tdb files.
1563     * Fix segfault in addprinter due to mixing talloc() and 
1564       malloc()'d memory.
1565     * fix invalid read reported by valgrind in the spoolss 
1566       backchannel connection.
1567     * Remove use of 'long long' in perfcounter registry code.
1568     * BUG 3201: make sure request structure is cleared prior to 
1569       sending the request to winbindd.
1570     * Don't count open pipes in the num_files_open on a connection
1571       (regression from Samba 2.2).
1572     * Ensure servername hashing code normalizes the name.
1573     * Fix checks for connect() in -lnsl[_s].
1574     * Convert eventlog API to use NTSTATUS return codes rather 
1575       than WERROR.
1576     * Fix segv in winbindd caused by an uninitialized variable 
1577       in winbindd_dual_getsidaliases().
1578     * Allow winbindd to select the appropriate backend methods
1579       based on the DC attributes and not the security parameter.
1580     * Re-add the netsamlogon_cache tdb and ensure that user entries
1581       are updated from the PAC data during Kerberos ticket 
1582       validation.
1583     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
1584       by mangling machine names in sub_set_smb_name().
1585     * Add smbget to the list of tools built by default.
1586     * Fix clearing of eventlog tdb files.
1587     * Fix sequential reads in eventlog support.
1588     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
1589       is Win9x.
1590     * Fix build issues with the Sun compiler.
1591     * BUG 3156: Don't use find_service() when explicitly looking 
1592       for a printer.
1593     * Fix nss_winbind_solaris.c build breakage on HP-UX.
1594     * Initialize the local group description.
1595     * Disable WINS and NetLogon services in the MMC services
1596       plugin when the associated smb.conf features are not enabled.
1597     * Add checks for invalid characters in new share names on the 
1598       srvsvc pipe.
1599     * Fix SWAT installation issues with 'make install'.
1600     * Always add the BUILTIN\Administrators SID to a Domain 
1601       Admins token.
1604 o   Alex Deiter <tiamat@komi.mts.ru>
1605     * BUG 3196: Patch to compile against the Sun LDAP client libs.
1606       (not for AD support; just ldap support).
1609 o   Guenther Deschner <gd@samba.org>
1610     * Fixed compile problems and warnings with newer OpenLDAP 
1611       and OpenSSL libs
1612     * Fix bug when enumerating trusted domains via 'wbinfo -m'
1613     * Parse the MS Kerberos PAC to obtain the user group 
1614       membership during logon.
1615     * Add support for SeRestorePrivilege to allow a process to 
1616       change the ownership of a file to any arbitrary account
1617     * Fix password history storage when using Novell eDirectory for 
1618       ldapsam storage
1619     * Backport Kerberos PAC parsing from Samba 4 branch in order to
1620       correctly create the NT User Token when logging into a Samba 
1621       member server
1622     * Add small helper function to return a PAC_LOGON_INFO.
1623     * Use LDAP bitwise matching rule when searching for groups 
1624       in ADS.
1625     * Avoid an infinite loop when retrying to connect in smbspool.
1626     * Memory leak fixes in the Kerberos PAC parsing code.
1627     * Improve NT_STATUS error messages returned from pam_winbind.
1628     * Rename unknown samr group fields in samr structures with 
1629       the correct name.removed separate "builtin" search enumeration.
1630     * Cleanup redundant StartTLS code.
1631     * Allow StartTLS support when connecting to Windows 2003 by
1632       setting 'ldap ssl = start_tls'.
1633     * Support raw NTLMSSP session setups in smbspool.
1634     * Add rpccli_samr_chgpasswd3().
1635     * Add 'wbinfo --separator'.
1636     * Uninitialized warnings fixes.
1637     * Fix return value in client spooler code.
1638     * Require forced migration of account policies.  
1641 o   Steve French <sfrench@us.ibm.com>
1642     * Fix cifs to handle non-numeric uid and gid parameters.
1643     * Merge trunk and SAMBA_3_0 mount.cifs code.
1644     * Cleanup cifs cfs help message.
1647 o   Paul Green <paulg@samba.org>
1648     * Update to the latest config.guess and config.sub files.
1651 o   Deryck Hodge <deryck@samba.org>
1652     * Allow control of syslog facility and level in audit vfs modules.
1655 o   S Murthy Kambhampaty <smk_va@yahoo.com>
1656     * Patches for Fedora RPM specfile and init script
1659 o   Krishna Ganugapati <krishnag@centeris.com>
1660     * Use the subtree delete ldap control when running 'net ads 
1661       leave'.
1664 o   Volker Lendecke <vl@samba.org>
1665     * New oplock implementation.
1666     * Add assert() call if winbindd cannot locate the domain SID in 
1667       secrets.tdb on startup
1668     * Fix an annoying timeout in winbindd when nmbd is not running.
1669     * Speed up loading smb.conf for large numbers of share 
1670       definitions by adding an internal hashing of names to snums. 
1671       Thanks to Michael Adam.
1672     * Fix potential segv in rpcclient's lsarpc calls.
1673     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
1674     * Fix alignment in getdc response.
1675     * Allow pdbedit to set the domain for a user account.
1676     * Fix fallback logic in rpc binds.
1677     * Fix memleak in message handling code.
1678     * Fix connection bug to port 445 and 139 after a successful 
1679       getdcname response.
1680     * Add additional calls to initialize_krb5_error_table() for 
1681       Kerberos client code.
1682     * Implement the possibility to have AFS users as SIDs in pts.
1683     * Removed unused alternative_name code from winbindd.
1684     * Protect against NULL alternative_name strings in winbindd.
1685     * Define a default panic action with -DEVELOPER is defined.
1686     * Add the capability to reset smbd connections on a zero VC id.
1687     * Allow smb.conf variable expansion to be disabled in passdb 
1688       backends.
1689     * Add lookupname to rpcclient query_user as a fallback.
1690     * BUG 3292: Prevent smbclient from spinning when the server 
1691       disconnects.
1692     * BUG 2191: Fix valgrind error in cli_session_setup_guest().
1693     * Add samr_lookup_rids for the builtin domain.
1694     * Memory allocation cleanups in passdb.
1695     * Restrict samr_open_domain() to our domain only.
1696     * Change local_lookup_sid() to local_lookup_rid() since it 
1697       is responsible for our domain only.
1698     * Fix some uninitialized variable warnings.
1699     * Fix winbind_lookup_name for the local domain, 
1702 o   Derrell Lipman <derrell@samba.org>
1703     * Cleanup libmsrpc version numbers.
1704     * BUG 3257, 3267, 3273: Plug memory and file descriptor leaks.    
1705     * Fix crash bug in libsmbclient.
1706     * Add long share name support to libsmbclient when enumerating 
1707       shares.
1710 o   Jason Mader <jason@ncac.gwu.edu>
1711     * Removed compiler various warnings.
1714 o   Alex Masterov <alex@infobit.ru>
1715     * BUG 3218: Fix XATTR calls on *BSD systems.
1718 o   Jim McDonough <jmcd@us.ibm.com>
1719     * Speed up string_to_sid by removing next_token calls and 
1720       unneeded strncmp() calls.
1721     * Implement user rename for smbpasswd and LDAP backends.
1722     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
1723     * BUG 3187: Fix time zone offset in logon hours restrictions.
1726 o   Stefan Metzmacher <metze@samba.org>
1727     * Fix setting of quotas on linux kernel with the struct 
1728       if_dqblk interface
1729     * Enable sysquota interface on Linux by default
1730     * Use lp_socket_address() when binding to port 138/udp in nmbd.
1733 o   Brian Moran <bmoran@centeris.com>
1734     * Eventlog and ServiceControl support.
1735     * Added eventlogadm tool for writing Eventlog records.
1736     * Fix typo when creating Eventlog source DLL registry paths.
1737     * Add simple script to tail syslog and write records to 
1738       eventlog tdb.
1739     * Fix segv in eventlogadm when not event logs are listed in 
1740       smb.conf.
1743 o   Lars Müller <lmuelle@samba.org>
1744     * Only install smbsh manpage if smbwrapper has been successfully
1745       built.
1746     * Ensure setmntent() returns with != NULL in the disk_quotas() 
1747       Linux version.
1748     * Add configure switch to disable libmsrpc build.
1749     * Add a soname to libmsrpc.
1752 o   Ricky Nance <ricky.nance@gmail.com>
1753     * Updates for the mklogon perl scripts.
1756 o   Chris Nicholls <skel@samba.org>
1757     * New libmsrpc library (Google SoC Project).
1758     * Fix libmsrpc build of on the Sun compiler by removing empty 
1759       structure declarations.
1762 o   James Peach <jpeach@sgi.com>
1763     * Fix parsing error for smb ports parameter.
1766 o   Tim Potter <tpot@samba.org>
1767     * BUG 3260: Fix DYNEXP flags on HPUX.
1770 o   Marcin Porwit <mporwit@centeris.com>
1771     * Eventlog and ServiceControl support.
1772     * Added basic Performance Counter daemon which can feed data
1773       for the Windows perfmon.exe tool.
1774     * Fix directory permissions in the perfcounter daemon.
1775     * Add the 'File' registry value for the eventlog keys.
1778 o   Aruna Prabakar <aruna.prabakar@hp.com.
1779     * Add checks to verify that the spooler is running on HP-UX when
1780       reloading the printer name cache.
1783 o   Joel Smith <joel.j.smith@novell.com>
1784     * Add iPrint printing backend support.
1787 o   Toomas Soome <Toomas.Soome@mls.ee>
1788     * Implement host lookups in nss_winbind.so.1 on Solaris
1791 o   Simo Sorce <idra@samba.org>
1792     * Update Debian packaging.
1795 o   John Terpstra <jht@samba.org>
1796     * Add 'net idmap' usage help text.
1799 o   Andrew Tridgell <tridge@samba.org>
1800     * Change license notice of standalone talloc library to LGPL.
1803 o   Darren Tucker <dtucker@zip.com.au>
1804     o Crash fix for snprintf() code.
1807 o   Rainer Weikusat <rainer.weikusat@sncag.com>
1808     * Fix function name typo in skeleton VFS code.
1812 Release Notes for older release follow:
1814       --------------------------------------------------
1815                    ===============================
1816                    Release Notes for Samba 3.0.20b
1817                              Oct 12, 2005
1818                    ===============================
1820 Common bugs fixed in 3.0.20b include:
1822   o A crash bug in winbindd
1823   o Reporting files as read-only instead of returning the 
1824     correct error code of "access denied"
1825   o File system quota support defects
1826   
1828 ######################################################################
1829 Changes
1830 #######
1833 Changes since 3.0.20a
1834 ---------------------
1836 commits
1837 -------
1839 o   Jeremy Allison <jra@samba.org>
1840     * BUG 3088: Fix error condition for files on a read-write share 
1841       which cannot be read due to permissions.
1844 o   Gerald (Jerry) Carter <jerry@samba.org>
1845     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
1846       details.
1847     * BUG 1473, 3090: Quota detection and compilation problems on 
1848       Solaris.
1851 o   Marc Balmer <marc@msys.ch>
1852     * Build fixes when builddir != srcdir
1855 o   Alex Deiter <tiamat@komi.mts.ru>
1856     * BUG 3145: Fix build issue regarding quota support on Solaris.
1859 o   Volker Lendecke <vl@samba.org>
1860     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
1861       name.
1864       --------------------------------------------------
1865                    ===============================
1866                    Release Notes for Samba 3.0.20a
1867                              Sept 30, 2005
1868                    ===============================
1870 Common bugs fixed in 3.0.20a include:
1872   o Stability problems with winbindd.
1873   o Crash bugs caused by incompatibilities on 64-bit systems.
1874   o Missing files from directory listings on AIX servers
1875   o User Manager interoperability problems.
1876   o Minor build difficulties on various platforms such as 
1877     Solaris and OpenBSD, 
1880 Winbind, security = domain, and Active Directory
1881 ================================================
1883 Recent security updates for Windows 2000 and Windows 2003 have 
1884 changed the fashion in which user and group lists can be obtained 
1885 from domain controllers.  In short, the RPC mechanisms used by 
1886 "security = domain" to retrieve users and groups is not compatible 
1887 with these changes.   The "security = ads" configuration is not 
1888 affected by the Windows protocol changes.
1890 Samba developers are actively working to correct this problem in 
1891 the 3.0.21 release.  In the meantime, Administrators who are unable 
1892 to migrate to "security = ads" and must continue using "security = 
1893 domain", can define credentials to be used by winbindd for account
1894 enumeration by executing the following command as root.
1896         wbinfo --set-auth-user='DOMAIN\username%password'
1900 ######################################################################
1901 Changes
1902 #######
1905 Changes since 3.0.20
1906 --------------------
1908 commits
1909 -------
1911 o   Jeremy Allison <jra@samba.org>
1912     * BUG 3065: Fix for legacy clients retrieving a listing of 
1913       an empty directory.
1914     * Added external library for accessing Samba's share mode 
1915       database.
1916     * Fix winbindd credentials chain which caused logon failures 
1917       after attempting to authenticate an unknown user.
1918     * Fix recursive looping bug in winbindd.
1919     * Fix build errors on 64-bit systems.
1920     * Posix ACL memory leak and crash bug fixes.
1921     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
1922     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
1923     * Hide dot files and directory logic fixes.
1924     * Correct display of open file modes by smbstatus.
1925     * BUG 3010: Fix missing files bug on AIX systems.
1928 o   Gerald (Jerry) Carter <jerry@samba.org>
1929     * Allow the root user to automatically pass se_access_checks()
1930       in the registry and service control server code.
1931     * Ensure that winbindd uses the correct name in the net_auth2()
1932       request when running on a Samba PDC.
1933     * Fix linking problem with tdb utilities.
1934     * BUG 3080: Fix regression in 'net rpc shutdown' command.
1935     * Fix segv in 'net rpc' when the pipe open fails.
1936     * Fix upload bug when installing 64-bit Windows printer drivers.
1937     * Fix regression in the smburi syntax used by smbspool.
1938     * Fix sorting of subkey hash records in registry files.
1939     * Correct REG_CREATE_KEY_EX parsing error.
1940     * Interoperability issues with usrmgr.exe and Samba groups.
1941     * Use the display names and not the Unix names when enumerating
1942       groups in the ldapsam passdb backend.
1943     * Ensure that Windows domain user names are converted to lower case.
1946 o   Guenther Deschner <gd@samba.org>
1947     * Prevent BUILTIN sids returned in the user's token from 
1948       a Windows DC from being applied to any local group mappings
1949       on the Samba host.
1950     * Plug memory leaks in the Kerberos keytab code.
1951     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
1952       backend when 'winbind nested groups' is enabled.
1953     * Fix crash bug in winbindd caused by 64-bit build issues.
1954     * Improve debug messages in smbspool.
1955     * Give better error-message when "NDS Universal Password" change fails.
1956     * Fix password history error in the eDirectory schema file.
1957     * Ensure that Windows domain group names are converted to lower case.
1960 o   Steve French <sfrench@us.ibm.com>
1961     * Allow disabling mandatory byte range lock mount flag, and fix 
1962       corresponding entry in mtab.
1965 o   Volker Lendecke <vl@samba.org>
1966     * Fix race condition in the NTcreate&X open code when the 
1967       disposition is NTCREATEX_DISP_CREATE.
1968     * Correct logic error when checking the pid for pending print 
1969       change notify messages.
1970     * Ensure that winbindd child process complete startup even when
1971       the parent is receiving authentication requests.
1972     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
1973       when authentication fails.
1976 o   Jason Mader <jason@ncac.gwu.edu>
1977     * Compile warning fixes.
1980 o   Uli Meis <a.sporto@gmail.com>
1981     * Patches for pdb_*sql.c
1984 o   Luke Mewburn <lukem@NetBSD.org>
1985     * Autoconf syntax fixes.
1988 o   James Peach <jpeach@sgi.com>
1989     * Correct problem with creating a core file in Linux.
1992 o   Stefan Metzmacher <metze@samba.org>    
1993     * Quota fixes in smbd.
1996 o   Peter Rindfuss <rindfuss@wz-berlin.de>
1997     * Patches for pdb_*sql.c
2000 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
2001     * Solaris toolchain patches for autoconf scripts.
2004 o   Andrew Tridgell <tridge@samba.org>
2005     * Fix for tdb clear-if-first race condition.
2008 o   Leo Weppelman <leo@wau.mis.ah.nl>
2009     * BUG 3104: Don't allow time updates to files on read-only shares.
2012 o   Steve Williams <steve@celineandsteve.com>
2013     * BUG 3052: Fix compile issues on OpenBSD.
2016       --------------------------------------------------
2017                    ==============================
2018                    Release Notes for Samba 3.0.20
2019                              Aug 19, 2005
2020                    ==============================
2022 Additional features introduced in Samba 3.0.20 include:
2024   o Support for several new Win32 rpc pipes.
2025   o Improved support for OS/2 clients.
2026   o New 'net rpc service' tool for managing Win32 services.
2027   o Capability to set the owner on new files and directory
2028     based on the parent's ownership.
2029   o Experimental, asynchronous IO file serving support.
2030   o Completed Support for Microsoft Print Migrator.
2031   o New Winbind IDmap plugin (ad) for retrieving uid and gid
2032     from AD servers which maintain the SFU user and group 
2033     attributes.
2034   o Rewritten support for POSIX pathnames when utilizing 
2035     the Linux CIFS fs client.
2036   o New asynchronous winbindd.
2037   o Support for Microsoft Print Migrator.
2038   o New Windows NT registry file I/O library.
2039   o New user right (SeTakeOwnershipPrivilege) added.
2040   o New "net share migrate" options.
2043 What happened to 3.0.15 - 3.0.19?
2044 ==================================
2046 After some discussion it was deemed that the amount of changes 
2047 going into the next Samba 3.0 release needed something to catch
2048 people's attention.  Skipping several releases was chosen as 
2049 the best solution with the least overhead.  There will be no
2050 3.0.15 - 3.0.19 ever released.  The next production release
2051 following 3.0.20 should be 3.0.21.
2053 The original announcement about the version number change can 
2054 be found in the samba mailing list archives:
2056 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
2059 Asynchronous Winbind Implementation
2060 ===================================
2062 Winbindd has been completely rewritten in this release to support
2063 an almost completely non-blocking, asynchronous request/reply
2064 model.  This means that winbindd will scale much better in 
2065 large domain environments and on high latency networks.  Neither 
2066 the client interface nor the command line tools (i.e. wbinfo) have 
2067 changed in their calling conventions or syntax.  However, due to 
2068 internal structure changes, it is required (more so than normal) 
2069 that you install the nss_winbind.so library included in this release.
2072 Support for Microsoft Print Migrator
2073 ====================================
2075 Samba 3.0.20 includes full support for migrating printers from 
2076 Windows servers or other Samba servers via the Microsoft Print 
2077 Migrator tool.  Restoring printers requires a working "add printer 
2078 command" defined in smb.conf.  Current support also allows
2079 administrators to create a master list of printer drivers which
2080 can be restored in bulk on new (or existing) Samba installations.
2083 Asynchronous IO Support
2084 =======================
2086 Experimental support for async IO has been added to smbd for 
2087 certain platforms.  To enable this new feature, Samba must be 
2088 compiled to include the --with-aio-support configure option.
2089 In addition, the "aio read size" and "aio write size" to non-zero
2090 values.  See the smb.conf(5) man page for more details on these 
2091 settings.
2094 ######################################################################
2095 Changes
2096 #######
2098 smb.conf changes
2099 ----------------
2101     Parameter Name                      Action
2102     --------------                      ------
2103     acl check permissions               New
2104     acl group control                   New
2105     acl map full control                New
2106     aio read size                       New
2107     aio write size                      New
2108     enable asu support                  New
2109     inherit owner                       New
2110     ldap filter                         Removed
2111     map to guest                        Modified (new value added)
2112     max stat cache size                 New
2113     min password length                 Removed
2114     printer admin                       Deprecated
2115     username map script                 New
2116     winbind enable local accounts       Removed
2117     winbindd nss info                   New
2120 Changes since 3.0.14a
2121 ---------------------
2124 commits
2125 -------
2127 o   Jeremy Allison <jra@samba.org>
2128     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
2129     * Ensure the old SMB search calls always ask mask_match() to 
2130       translate patterns like ????????.???.
2131     * Split out the check_path_syntax() into a findfirst, findnext,
2132       & wildcard versions.
2133     * Fix checks for matching groups in an file ACL against the
2134       user's primary and supplementary group list.
2135     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
2136       LANMAN2 protocol, ensure the EA size is always correctly 
2137       set on a query for a file with no EA's.
2138     * BUG 2551: Look at the incoming flags2 flag 
2139       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
2140       uppercased on a SMBsearch request, not the protocol level.
2141     * Added "volume" command to smbclient that prints out the 
2142       volume name and serial number.
2143     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
2144     * Add support for OS/2 Extended Attributes.
2145     * Correctly check OpenX open modes.
2146     * Ensure allocation size is correctly returned for OpenX. 
2147     * Only set allocation on create/truncate for nttrans.
2148     * Fix oplock bug in trans2open() code.
2149     * Remove unix_ERR_XXX global nastiness.
2150     * Only do the strange DOS error for openX, not trans2open.
2151     * Ensure SMBopen replies includes the share modes as well as 
2152       open modes.
2153     * BUG 2581: Add size limit (in kb) to stat cache.
2154     * Fix bug in the trans2 secondary processing.
2155     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
2156     * Add an SMB counter per connection struct for gathering
2157       profiling data.
2158     * BUG 2605: Ensure smbclient doesn't perform commands if 
2159       the "chdir" fails in a scripted set.
2160     * Ensure a 'forced group' is added to the list of effective
2161       gids when processing ACLs.
2162     * Refactor rpc_bind structures for better future work.
2163     * BUG 2942: Add missing value in debug message.
2164     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
2165       by 'mangling method = hash'.
2166     * Fix memory leaks in the msdfs trans2 server code.
2167     * Convert msdfs server to be talloc'd based.
2168     * Fix up stackable vfs interface.
2169     * Fix rpc fault when encountering an unknown rpc_bind auth 
2170       type.
2171     * BUG 2954: More AIX 5.1 AIO compile fixes.
2172     * Fix valgrind bug in interaction with new aio buffer (found
2173       by Volker).
2174     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
2175     * Cleanup SAMR user info structure naming.
2176     * BUG 2889:  Fix directly listings from OS/2 clients.
2177     * Added "acl group control" parameter.
2178     * Add debug warning if AddPrinterEx() is called without having
2179       an 'add printer command'  defined.
2180     * Add better log messages when modifying ldap entries.
2181     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
2182       when string is unaligned.
2183     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
2184       message buffer is nor reused.
2185     * Add support for client setting capabilities to select posix 
2186       pathnames on the wire.
2187     * Stop using C++ reserved words so that Samba can be compiled 
2188       using g++.  Also allows VFS modules in C++.
2189     * More fixes to allow better large directory scaling.
2190     * BUG 2827: Ensure we call the vfs connection hook before 
2191       doing a vfs stat.  Allows database vfs backends to initialize 
2192       with a working connection.
2193     * BUG 2826: Ensure the correct return value for symlink and 
2194       readlink in the VFS.
2195     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
2196     * Added AIO support to smbd.
2197     * Add "acl map full control", true by default, to allow people 
2198       to change mapping of rwx to full control or not.
2199     * Transition smbd to use NTcreate&X for internal file opens.
2200     * Add checks against the current effective group id (e.g. force 
2201       user) when testing write permissions one ACLs.
2202     * Fix FindFirst/FindNext server code when parsing directories
2203       on old IRIX XFS file systems (thanks to Cale Fairchild
2204       for the debugging help).
2205     * BUG 2644: Test for special files to be ignored was reversed.
2206     * Ensure yield_connection() is called on all appropriate error
2207       conditions.
2208     * Fix EDEADLCK problem with deferred open calls.
2209     * BUG 2622: Remove DPTR_MASK as it makes no sense.
2210     * Fix the write cache based on some VERY good detective work
2211       from Ingo Kilian.
2212     * BUG 2346: Fix read-only excel file bugs.
2213     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
2214       return ENOSYS if not implemented.
2215     * Add new CAP for POSIX pathnames.
2216     * BUG 2703: Add NULL guard for disp_fields[0].
2217     * BUG 2681: With "strict allocate = yes" we now zero fill when 
2218       a file is extended. Should catch disk full errors on write
2219       from MS-Office.
2220     * Add "acl check permissions" to turn on/off the new 
2221       behavior of checking for write access in a directory 
2222       before delete. 
2223     * Refactor printing interface to take offset into job. 
2224     * Allow mapping of POSIX ACLs to NT perms to differentiate 
2225       between directories and files.
2226     * Added encrypt/decrypt function for LSA secrets and trusted
2227       domain passwords on the wire.
2228     * BUG 2729: Resume keys are *mandatory* for a search when 
2229       listing a W2K and above server from a FATxx filesystem only.
2230     * BUG 2735: Ensure that smbd mangles control characters in file 
2231       and directory names.
2232     * Refactor small pieces of socket handling code (in conjunction 
2233       with Derrell).
2234     * BUG 2698: Fix infinite listing loop in smbclient caused by
2235       an invalid character set conversion.
2236     * Add client code that will abort a directory listing if we 
2237       see the same name twice between packets.
2238     * Performance improvements in trans2 qfilepathinfo code by 
2239       removing unnecessary memset() calls.
2240     * Rewrite the RPC bind parsing functions to follow the 
2241       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
2242     * BUG 2774: Set sparse flag if needed when returning 
2243       file attributes.
2244     * Fix errors listing directories from Windows NT clients 
2245       which caused "." and ".." to show up in explorer.exe.
2246     * Merge of error code fixes from SAMBA_4_0 branch.
2247     * BUG 2801: Fix regression in the "delete veto files" option.
2248     * Fix based on work from  Shlomi Yaakobovich to catch loops 
2249       in corrupted tdb files.
2250     * Allow someone with SeTakeOwnershipPrivilege to chown the 
2251       user of a file to herself.
2252     * Fix minor compiler warnings in printing/printing.c.
2253     * Merge new DOS error code from SAMBA_4.
2254     * Fix issue when non-English characters in filenames and 
2255       directories.
2256     * Fix bogus error message in smbstatus about unknown share modes.
2259 o   Andrew Bartlett <abartlet@samba.org>
2260     * Support raw NTLMSSP authentication for Windows Vista 
2261       clients.
2262     * Fix parallel NTLMSSP processing by removing global state.
2263     * BUG 2684: Add per service hosts allow/deny checks for 
2264       printers when  connecting via MS-RPC.
2265     * BUG 2391: Fix segv caused by free a static pointer returned 
2266       from getpwnam().
2267     * Support Kerberos authentication in smbd when using a keytab
2268       and participating in a non-Microsoft Kerberos realm.
2271 o   Timur Bakeyev <timur@com.bat.ru>
2272     * BUG 2546: Add support for FreeBSD EA API
2273     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
2274     * BUG 2908: Fix string length logic error in msdfs code.
2275     * BUG 2909: Fix typo that caused smbd to call the wrong 
2276       aio_fsync function.
2279 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
2280     * Added Linux per-socket TCP settings.
2283 o   Gerald (Jerry) Carter <jerry@samba.org>
2284     * Added support for \svcctl pipe rpcs.
2285     * Added 'net rpc service' subcommand for managing Win32 
2286       services.
2287     * Refactoring work on the rpc [un]marshalling layer and 
2288       structures.
2289     * Verify privilege name in 'net rpc rights privileges' in 
2290       order to provide better error messages.
2291     * Cleanup rpc structures in rpc_spoolss.h.
2292     * Cleanups and fixes for the \winreg server code.
2293     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
2294     * Fix bugs in client spoolss code after refactoring work.
2295     * Fix Valgrind warnings of invalid reads in the spoolss 
2296       server code.
2297     * Fixed a segv when enumerating services on a Samba host.
2298     * Fix segv in the service control server code.
2299     * Fix crashes in client spoolss calls caused by not checking 
2300       for a valid pointer from the caller.
2301     * Fix regression in DeleteDriver() server routines.
2302     * Fix dup_a_regval() when size is 0.
2303     * Fix usrmgr.exe crash when viewing user properties at 
2304       debuglevel 10.
2305     * Do not enumerate any privileges when 'enable privileges = no'
2306       and log a message if a client tries.
2307     * BUG 2872: Fix cut-n-paste error when checking pointer value 
2308       in ntlmssp_set_workstation().
2309     * Fix upgrade path from earlier nt*tdb files.
2310     * Removed print handle object cache.
2311     * BUG 2853: Don't strip out characters like '$' from printer 
2312       names when substituting for the lpq command.
2313     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
2314     * Fix build issues on x86_64-linux systems caused by valgrind 
2315       headers.  Thanks to Bent Vangli to the suggestions.
2316     * Refactor spoolss client calls.
2317     * Adding 'username map script'.
2318     * Disable schannel on the LSA and SAMR pipes in winbindd client 
2319       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
2320     * Cleanup of winreg API functions.
2321     * Add server stubs for RegSetKeySec() and RegGetKeySec().
2322     * Map generic bits to specific bits in reg_open_entry() 
2323       requests.
2324     * Add write support to registry tdb and printing backends.
2325     * Use tdb lookups rather than hard-coding certain registry 
2326       value names and data.
2327     * BUG 2808: don't try to install man pages if they are not 
2328       present.
2329     * Fix initialized variables reported by valgrind.
2330     * Normalize key lookups in ntprinters.tdb.
2331     * Mark "enumports command" as deprecated.
2332     * Add missing class file for python share command example.
2333     * Fix smbclient build issue on Solaris.
2334     * BUG 2626: ensure that the calling_name is set to something 
2335       after parsing smb.conf (if not set via -n).
2336     * Use "add machine script" when creating a user (ACB_NORMAL)
2337       who has a name ending in '$' (e.g. usrmgr.exe creating
2338       domain trust accounts).
2339     * Add 'rid' synonym for idmap_rid IDMap module.
2340     * Ensure that we set full access on the handle returned 
2341       from _samr_create_dom_{alias,group}() so that future 
2342       set_{alias,group}() commands succeed.
2343     * Fix bug when looking for internal domains in winbindd
2344       (caused winbindd_getgrgid() for local groups to fail).
2345     * Fix query and set alias info calls (level 1 from the MMC 
2346       manage computer plug-in.
2347     * Remove bogus log messages about unknown specversions.
2348     * BUG 2680: copy files from an MS-DFS win2k root share
2349     * BUG 2688: re-implement support for the -P (--port) option
2350     * Support connecting to an 'msdfs proxy' share on a Samba
2351       server.
2352     * Strip the directory path from cups command line printing 
2353       defaults.
2354     * Fix bug that prevented smbclient from creating directories 
2355       on non-dfs paths.
2356     * Deprecate the "printer admin" parameter in favor of the 
2357       SePrintOperatorPrivilege.
2358     * Add the capability to read and write WinNT regf registry 
2359       files.
2360     * Implement access checks for RegOpenXXX() server calls.
2361     * Extend registry client rpc calls.
2362     * Add "net rpc registry" set of commands.
2363     * Remove testprns tool.
2364     * Ensure that printer ACLs use the specific bits as well as 
2365       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
2366       records.
2367     * Add server support for RegSaveKey() for dumping registry 
2368       trees to a regf file.
2369     * Add "enable asu support" smb.conf parameter.
2370     * Merge various small file changes from trunk.
2371     * Remove "winbind enable local accounts" support.
2372     * Remove "ldap filter" smb.conf option.
2373     * Remove editreg utility (needs to be rewritten using regfio.c).
2374     * Fix build failure when running 'make torture' without first 
2375       running 'make all' first.
2376     * BUG 1261: Remove unusable libbiconv from iconv detection 
2377       in configure.
2378     * Add new option for "map to guest".  "Bad Uid" re-enables the
2379       Samba 2.2 behavior of mapping authenticated users to the
2380       guest account if there does not exist a valid Unix account 
2381       for the Windows domain user (based on patch from 
2382       aruna.prabakar@hp.com).
2383     * Fix a couple of regressions after introduction of new winbindd.
2384     * Fix smbpasswd user password change (still worked by bad error
2385       messages) due to trying to strdup a NULL pointer.
2386     * Implement default security descriptors for the
2387       OpenService[Manager]() calls and check requested access mask 
2388       at connect time.
2389     * Include access checks on handle mask for \svcctl operations
2390       such as ControlService() and StartService().
2391     * Implement simulated start and stop service control for 
2392       the spooler service as a per smbd service state value.
2393     * Add interface structure for controlling service via rc.init
2394       scripts (incomplete).
2395     * Convert move_driver_to_download_area() to use copy_file()
2396       rather than moving the files.
2397     * Add version number to registry.tdb file since it can be 
2398       modified now.
2399     * Remove over-paranoid assert() call when checking spoolss 
2400       buffer pointers
2401     * Fix error in EnumPrinterData() reported by valgrind.
2402     * Fix broken help links in SWAT editor caused by new doc layout.
2403     * Ensure that a domain structure in winbind is initialized prior
2404       to assigning the methods for communicating to a DC.
2405     * BUG 3000: Remove background updates of winbind cache and allow
2406       child processes to immediately update and expired cache entry.
2409 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
2410     * Added panic action script for Solaris.
2413 o   Jeremy Cooper <jeremy@ncircle.com>
2414     * Added support for several new \winreg client rpcs.
2417 o   <core@road-star.jp>
2418     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
2419       telldir, rewinddir to match updated large directory code.
2422 o   Guenther Deschner <gd@samba.org>
2423     * Close handles on group creation in rpcclient to better 
2424       support mass group account creation.
2425     * Fix account policy key lookup for minimum and maximum
2426       password lengths.
2427     * Fix some compiler warnings and add missing exclude-block 
2428       in 'net rpc share migrate'.
2429     * Allow use of a non-default smb.conf by rpcclient.
2430     * Fix querydispinfo search semantics in rpcclient test code.
2431     * Fix querydispinfo server semantics to allow to list more 
2432       then 511 users.
2433     * Fix server crash bug in ancient OpenPrinter() call.
2434     * Fix a crash bug when enumerating privileges via the LSA 
2435       calls.
2436     * Fix crash in EnumPrinterKey() client calls caused by previous 
2437       refactoring work.
2438     * Various compiler warning fixes.
2439     * Fix segfault in the client AddPrinterEx-call of 'net 
2440       rpc printer'.
2441     * Fix build issues when --with-aio-support is enabled.
2442     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
2443     * Honour the CC environment variable in python build.
2444     * Fix searches in pdb_ldap for inter-domain trust accounts.
2445     * Don't expand the %L in %LOGONSERVER% from user attributes.
2446     * Fix bug in 'net rpc vampire' that caused accounts to be created 
2447       with no assigned ACB flags.
2448     * Fix enumeration of builtin-aliases.
2449     * Avoid unset rids for builtin-aliases.
2450     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
2451     * More "net rpc share migrate" fixes.
2452     * Merge PADL's idmap_ad plugin (taken from the latest 
2453       xad_oss_plugins-tarball).
2454     * Add support for "idmap backend = ad" when "security = ads".
2455     * Add home directory and shell support from AD via "winbindd nss 
2456       support = sfu" and "security = ads".
2457     * Provide better feedback when we fail share-manipulation 
2458       due to missing scripts.
2459     * Correctly substitute "\" as default winbind separator in 
2460       generate_parm_table.py example share command script.
2461     * Document pam_winbind.c to clarify the working status of
2462       require-membership-of option.
2463     * Added client-support for various lsa_query_trust_dom_info()
2464       calls and a rpcclient-tester for some info-levels.
2465     * Add "net rpc trustdom vampire" tool (in conjunction with 
2466       Lars Mueller).
2467     * Add missing cli_srvsvc_net_share_set_info-function and
2468       rpcclient-testers (in preparation for net share acl migration).
2469     * Print trusted domain passwords returned via rpcclient in 
2470       display charset.
2471     * Error code fixes when attempting to manipulating 
2472       non-existent shares.
2473     * Cleanup "net share migrate" code. 
2474     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
2475       = true".
2476     * Allow admins to uncheck the "User must change Password at 
2477       next Logon" checkbox in User manager (merge from trunk).
2480 o   Renaud Duhaut <rd@duhaut.com> 
2481     * BUG 1040: Add directory_mode parameter when creating recycle
2482       directories.
2485 o   Steven Edwards <steven_ed4153@yahoo.com>.
2486     * Use chsize() if we don't have ftruncate().
2489 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
2490     * BUG 1780: Add Kerberos (file based ticket cache) support 
2491       to smbspool.
2494 o   Steve French <sfrench@us.ibm.com>
2495     * Update list of mount options for mount.cifs.
2496     * Add more defines for POSIX extensions to match the newly 
2497       added client implementation.
2498     * Add initial support for cifs umount utility.
2499     * Fix cifs mounts to handle commas embedded in prompted 
2500       password, and password and credential files.
2501     * Fix cifs mounts to handle domain name and user name in 
2502       username field (in form domain\user).
2503     * Add missing error code mappings when a client unsuccessfully 
2504       tries to create a hard-link.
2505     * Add support so umount.cifs can update mtab.
2506     * Add two newer mount options to syntax help for mount.cifs.
2507     * Add missing remount flag handling.
2508     * Allow domain= to be specified in credentials file. 
2509     * Fix umount.cifs help, allow root to unmount someone else's
2510       mount.
2511     * Lock mtab when updating it during umount.cifs, also delete
2512       only one matching entry at a time.
2513     * Fix minor compiler warnings in the mount.cifs helper.
2516 o   Deryck Hodge <deryck@samba.org>
2517     * BUG 2137: Encode quotes for display in HTML (original patch 
2518       from Jay Fenlason).
2521 o   Olaf Imig <Olaf.Imig@bifab.de>
2522     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
2523       print job ids.
2524     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
2527 o   Björn Jacke <bj@sernet.de>
2528     * Added ioctl constants reported by msbackup.exe and filemon.exe.
2531 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
2532     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
2535 o   John Janosik <jpjanosi@us.ibm.com>
2536     * BUG 2077: Correctly fill in the correct server name when 
2537       processing trusted domain logins.
2538     * BUG 2976: Mark logons for unknown domains with a 
2539       non-authoritative response.
2542 o   William Jojo <jojowil@hvcc.edu>
2543     * AIX AIO fixes.
2546 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
2547     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
2548       local drive.
2551 o   Tom Lackemann <cessnatomny@yahoo.com>
2552     * BUG 2242: Patch to ensure that we only set the security 
2553       descriptor on an NTtransact create if we created the file.
2556 o   Volker Lendecke <vl@samba.org>
2557     * Port some of the non-critical changes from HEAD to 3_0. 
2558       The main one is the change in pdb_enum_alias_memberships 
2559       to match samr.idl a bit closer.
2560     * Close handles on user creation in rpcclient to better 
2561       support mass user account creation.
2562     * Implement client RAP calls for enumusers/enumgroups level 0.
2563     * Implement a new caching API for enumerating the pdb elements.
2564     * Convert the RAP user and group enumeration functions to the 
2565       utilized the pdb_search API. 
2566     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
2567       RestrictAnonymous environments.
2568     * Internal passdb API changes for better search capabilities
2569       (based on original work by Guenther Deschner).
2570     * Fix various compiler warnings.
2571     * Add chain length statistics to tdbtool.
2572     * Fix set afs ACL calls on files and directories in the root of 
2573       a share.
2574     * Refactoring work on internal open code
2575     * Correctly initialize the version in a new set of nt*tdb files.
2576     * Remove smb_run_idle_events() from main process loop in smbd 
2577       and instead rely upon the timeout processing to handle 
2578       dropping idle LDAP connections.
2579     * Fix the bug where users show up as trusting domains.
2580     * Fix an assertion failure in winbindd.
2581     * Fix a memleak in vfs_afsacl.
2582     * Various compiler warning fixes.
2583     * Fix compile when --enable-socket-wrapper is defined.
2584     * Fixes for top level acls in vfs_acl.c.
2585     * Refactor passdb interface functions.
2586     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
2587     * Correct 2 segv's in "net rpc printer migrate".
2588     * Return correct group type from smbd for BUILTIN groups.
2589     * Backport the talloc() layer from Samba 4.
2590     * BUG 2701: Fix segv in ldap reconnection code.
2591     * BUG 2705: Fix segv when connecting from usrmgr.exe.
2592     * Use the SID in the user token for the %s expansion in 'afs 
2593       username map'.
2594     * Memory leak fixes in passdb code.
2595     * BUG 2720: Fixes for "net usersidlist".
2596     * BUG 2725: Fix segv in "net ads user".
2597     * Only allow schannel connections if a successful Auth2 
2598       has been previously performed.
2599     * Don't look at gencache.tdb for the trusted domains if 
2600       winbind is present.
2601     * Rewrite winbindd using an asynchronous process model.
2604 o   Herb Lewis <herb@samba.org>
2605     * Compiler warning cleanups.
2606     * smbwrapper Makefile and compile time check cleanups.
2607     * Adding robustness checks for tdbdump and tdbtool.
2608     * Extend tdb command line parsing to arbitrary hex characters.
2609     * Add LOCKING debug class.
2610     * Fix more compiler warnings.
2613 o   Derrell Lipman <derrell@samba.org>
2614     * add support for opening a file for write with O_APPEND 
2615       in libsmbclient.
2616     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
2617       tree.
2618     * Fix smbc_stat() from returning incorrect timestamps IFF 
2619       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
2620       and not if it used cli-getatr() to retrieve the timestamps 
2621       (Win98). 
2622     * Fix handful of compiler warnings.
2623     * BUG 2498, 2484: smbc_getxattr() fixes.
2624     * BUG 1133: Added provision for overloading some global 
2625       configuration options via the new, per-user file 
2626       ~/.smb/smb.conf.append.
2627     * BUG 2543: Properly cache anonymous username when reverting 
2628       to anonymous login, in libsmbclient.
2629     * BUG 2505: Fix large file support in libsmbclient.
2630     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
2631       with a file rather than a directory.
2632     * Correct deprecated lvalue casts in testsuite/libsmbclient.
2633     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
2634       formatting or parsing the timestamp values correctly.
2635     * Correctly detect AF_LOCAL support in configure.
2636     * Fix problem updating file times on Windows 98 hosts using 
2637       libsmbclient.
2638     * Fix compile breakage on Solaris by eliminating the use of 
2639       ctime_r() in libsmbclient DEBUG statement.
2642 o   Jason Mader <jason@ncac.gwu.edu>
2643     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
2644     * Various compiler warning fixes about mistyped variables.
2645     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
2646       and code  cleanups.
2647     * BUG 2527, 2538: Removed unused variables.
2650 o   Marcel <samba.10.maazl@spamgourmet.com>
2651     * Fix regression in OS/2 trans2 open code.
2654 o   Jim McDonough <jmcd@us.ibm.com>
2655     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
2656       (in conjunction with Volker).
2657     * BUG 2953: Prevent the credentials chain on DC gets out 
2658       of sync with client when NT_STATUS_NO_USER is returned.
2659     * Added subcommands to "net rpc vampire" (mostly done by Don 
2660       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
2661       ldif file instead of actually writing to the passdb.  
2662     * BUG 2736: Add retries to workaround winbind race condition 
2663       with detecting idle clients.
2664     * BUG 2953: Additional fixes for domain trusts.  Also clears
2665       up the "bad stub" error when attempting to logon to a Samba
2666       domain with a bad username.
2669 o   Luke Mewburn <lukem@NetBSD.org>
2670     * Compiler warning fixes.
2673 o   Kalim Moghul <kalim@samba.org>
2674     * Removed unused printmode command from smbclient.
2677 o   Lars Müller <lmuelle@samba.org>
2678     * Re-enable the VERSION_REVISION option in case of another 
2679       letter release.
2680     * Fix spoolss python bindings after C++ compiler changes and 
2681       other python fixes.
2682     * BUG 2659: Don't trump on memory in smbtorture.
2683     * BUG 2060: Add -fPIC which is the case for all other Samba 
2684       shared libs.
2685     * Fix argv parsing in "net rpc".
2686     * Add support to create position independent executable (PIE) 
2687       code if the compiler supports it.
2688     * BUG 2767: Add new options to testparm (--show-all-parameters,
2689       --parameter-name, and --section-name).
2690     * Fix net share migrate files to also migrate the ACLs of 
2691       the top level dir of a share.
2694 o   Marcel Muller <mueller@maazl.de>
2695     * Patch to fix the OS/2 EA_FROM_LIST info level call.
2696     * Mangled names fix for OS/2 clients.
2697     * Ensure we correctly set the return packet size to include the 
2698       pad bytes in reply_readbmpx().
2699     * Fix for bug in SMBwriteBraw that incorrectly returned the 
2700       number of bytes written. 
2703 o   Ricky Nance <ricky.nance@gmail.com>
2704     * Implemented mklogon script generator for domain logon scripts.
2707 o   James Peach <jpeach@sgi.com>
2708     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
2709     * BUG 2285: Patch for hires timestamps and efficient notify code.
2710     * MS-DFS tidyup patches.
2711     * Build fixes on IRIX.
2712     * IRIX compiler warning fixes.
2713     * BUG 2596: Fix become_root link issues and one IRIX stack 
2714       backtrace bug.
2715     * Fix for null pointer ACL free.
2716     * BUG 2314: Fix const compiler warnings in the quota code.
2719 o   Ed Plese <ed@edplese.com>
2720     * Fix faulty logic which caused winbindd to return failure 
2721       when a user possessed no supplementary groups.
2724 o   Marcin Porwit <mporwit@centeris.com>
2725     * Initial support for the \eventlog pipe.
2726     * Fix a memleak in the eventlog code.
2727     * Miscellaneous fixes for Samba's experimental event log support.
2728     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
2729       calls.
2732 o   Tim Potter <tpot@samba.org>
2733     * BUG 2940, 2943: Fixed various compiler warnings regarding 
2734       mismatched types and unused variables.
2735     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
2736     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
2737       configure script on HPUX IA.
2738     * Remove unused autoconf #define's.
2739     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
2740     * Removed unused function declarations in tdb.h.
2741     * BUG 2895: Don't wrap non-existent functions in the python 
2742       tdb bindings.
2743     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
2744       according to POSIX.
2745     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
2746       defined.
2747     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
2748     * BUG 2611: Add fflush(stdout) after displaying username prompt 
2749       in smbsh if username not specified on command line.
2750     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
2751     * BUG 2808: Update install swat message to reflect the fact 
2752       that swat/README no longer exists.
2755 o   Denis Sbragion <d.sbragion@infotecna.it>
2756     * BUG 2196: Allow absolute path (system wide) recycle bin.
2759 o   Fernando Schapachnik <fernando@mecon.gov.ar>
2760     * Add logon hours support for the Postgres backend.
2763 o   Richard Sharpe <rsharpe@samba.org>
2764     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
2766 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
2767     * BUG 2362: Quota support fix for DragonFly.
2768     * Fix dragonfly detection in configure.
2771 o   Simo Sorce <idra@samba.org>
2772     * Allow Domain Admins to force user sessions to close via the 
2773       Windows Server Manager.
2774     * Add support to 'net rpc right privileges <name>' to enumerate 
2775       accounts which possess a specific privilege.
2776     * Fix memory issues issues in vfstest (reported by Rainer Link).
2777     * Randomize reloading as to not overload cupsd.
2780 o   Smitty <smitty@plainjoe.org>
2781     * Compile fixes for smbget when using --enable-developer.
2782     * Include LUID values to match Windows privileges since 
2783       apparently this matters to printmig.exe
2786 o   John Terpstra <jht@samba.org>
2787     * Solaris packaging fixes.
2788     * Clean up usage help text in "net rpc user"
2791 o   Andrew Tridgell <tridge@samba.org>
2792     * Merge socket wrapper library fixes from Samba 4.
2795 o   Brett Trotter <blt@iastate.edu>
2796     * Fix definition of global_sid_* in vfs_acl.c.
2799 o   Mark Weaver <mark-clist@npsl.co.uk>
2800     * Patch to fix sys_select so it can't drop signals if another 
2801       fd is ready to read. 
2804 o   Jelmer Vernooij <jelmer@samba.org>
2805     * Remove --with-manpage-languages configure option.
2806     * Merge socket wrapper fixes for IRIX systems from the 
2807       Samba 4 branch.
2808     * Add socket_wrapper library to 3.0. Can be enabled by passing
2809       --enable-socket-wrapper to configure.
2810     * Fix build of the various sql pdb backends after new talloc.
2813 o   Qiao Yang <qyang@stbernard.com>
2814     * Use our own DC when getting the SID for a domain.
2818 Release Notes for older release follow:
2820       --------------------------------------------------
2821                    ===============================
2822                    Release Notes for Samba 3.0.14a
2823                               Apr 14, 2005
2824                    ===============================
2826 Common bugs fixed in 3.0.14a include:
2828   o Compatibility issues between Winbind and Windows 2003 SP1
2829     domain controllers (*2k3sp1*).
2830   o MS-DFS errors with Windows XP SP2 clients.
2831   o High CPU loads caused by infinite loops in the FindNext()
2832     server code.
2833   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
2834     files.
2836     
2837 ######################################################################
2838 Changes
2839 #######
2841 Changes since 3.0.14
2842 --------------------
2844 commits
2845 -------
2846 o   Jeremy Allison <jra@samba.org>
2847     * Fixed invalid SMB_ASSERT() triggered by checking access on
2848        ACL'd files.
2851 Changes since 3.0.13
2852 --------------------
2854 smb.conf changes
2855 ----------------
2857     Parameter Name                      Action
2858     --------------                      ------
2859     dos filetimes                       Enabled by default
2862 commits
2863 -------
2864 o   Jeremy Allison <jra@samba.org>
2865     * Prevent nt_status code support when negotiating protocols
2866       earlier than NT1.
2867     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
2868       as this SMB is DOS codepage only.
2869     * BUG 2585: Fix printf() issues in smbpasswd which caused
2870       seg faults.
2871     * BUG 2563: Fix infinite loop on non-existent file with 
2872       FindNext().
2873     * BUG 2581 (partial): Ensure if realloc fails on an internal 
2874       tdb we fail gracefully.
2875     * Ensure that 'dos filetimes' works with ACLs.
2876     * Set 'dos filetimes = yes' as the default for smb.conf.
2878       
2879 o   Gerald (Jerry) Carter <jerry@samba.org>
2880     * Workaround autoconf issue to prevent debug symbols from 
2881       being included in the default build.
2882     * Disable schannel on the \lsarpc pipe in order to successfully 
2883       enumerate users and groups (*2k3sp1*)
2884     * Fix parsing error in rpc binds which broke NTLMSSP 
2885       authentication.   And as a result broke CTL+ALT+DEL password 
2886       changes from a Windows 2003 SP1 member of a Samba domain 
2887       (*2k3sp1*).
2888     * Revert change to FindFirst() server code that broke WinXP
2889       SP2 clients from launching *.exe files from a dfs target 
2890       share.
2891     * BUG 2588: Force smbclient to send netbios messages to port 
2892       139 unless otherwise instructed (based on patch from Thomas 
2893       Bork).
2894       
2896 o   Volker Lendecke <vl@samba.org>
2897     * Fix build on FreeBSD 4 where Winbind is not supported.
2898     * Fix 'wbinfo --user-sids' when using domain local groups.
2899     * Restrict domain local groups reported by 'wbinfo -r' to
2900       the Samba server domain and not the users domain.
2903 o   Lin Li <linl@xandros.com>
2904     * Ensure that winbind initializes internal trusted domain 
2905       structures when enumerating users and groups.
2906       
2908 o   Tim Potter <tpot@samba.org>
2909     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
2910       test.
2911     * Fix compiler warnings.
2914 o   <psz@maths.usyd.edu.au>
2915     * Fix for possible root squash NFS bugs.
2916     
2917     
2918 o   Simo Sorce <irda@samba.org>
2919     * Debian packaging fixes.
2920     
2922       --------------------------------------------------
2923                    ==============================
2924                    Release Notes for Samba 3.0.13
2925                             Mar 24, 2005
2926                    ==============================
2928 Common bugs fixed in 3.0.13 include:
2930   o Infinite FindNext() loop from Windows 9x client when
2931     copying or deleting files on a Samba file share using 
2932     explorer.exe.
2933   o Numerous smbclient bugs when listing directories.
2934   o Failures in smbclient when connecting to a Windows 9x 
2935     file server.
2937     
2938 ######################################################################
2939 Changes
2940 #######
2942 Changes since 3.0.12
2943 --------------------
2945 o   Jeremy Allison <jra@samba.org>
2946     * Fix typo bug in smbclient where flags overwrote info level
2947       in the cli_list_new().
2948     * Fix old smbclient bug where ff_searchcount was being compared 
2949       to -1 resulting in processing a filename twice.
2950     * Fix segv in smbclient caused by overwriting the last 2 bytes 
2951       in cli_list_new().
2952     * BUG 2530: Fix potential segv in smbclient when talking to a 
2953       Windows 9x file server.
2954     * Fix last entry offset in cli_list_new() when using a 
2955       FindFirst/FindNext info level of 0x104.
2956     * BUG 2501: Stop Win98 from looping doing FindNext on a 
2957       singleton directory. 
2958     * BUG 2521: Fix error in access checks when user group ACLs.
2959       
2960       
2961 o   Gerald (Jerry) Carter <jerry@samba.org>
2962     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
2963       to delete all versions of a driver.
2964     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
2965       'disable netbios = yes'.
2966     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
2967       shares.  
2968     * Update RedHat packaging files to require cups support.  Also
2969       remove requirement for 'idmap {uid,gid}' settings in smb.conf
2970       from winbindd init script.
2971     * BUG 2516: fix compile issue on True64.
2972     
2973       
2974       
2975 o   Guenther Deschner <gd@samba.org>
2976     * Check for the correct cli-struct when copying files in 'net 
2977       rpc printer' routines.
2980 o   Herb Lewis <herb@samba.org>
2981     * Fix incorrect test in 'net rpc user' when the user is not
2982       a member of any groups.
2983       
2984       
2985 o   Jim McDonough <jmcd@us.ibm.com>
2986     * Make sure that enum_group_members() searches the correct suffix.
2987     
2989       --------------------------------------------------
2990                    ==============================
2991                    Release Notes for Samba 3.0.12
2992                             Mar 18, 2005
2993                    ==============================
2995 Common bugs fixed in 3.0.12 include:
2997   o Winbind failures when using 'disable netbios = yes'
2998   o Failure to establish a trust relationship via 'net rpc trust 
2999     establish'
3000   o Various portability & compiler issues.
3001   o Read only file deletion failure caused by new delete semantics 
3002     in Windows XP SP2 and the MS 04-044 security hotfix.
3003   o Error messages from shared Excel workbooks residing on Samba 
3004     file shares.
3005   o Missing files in the output of smbclient -c 'dir' when run 
3006     against Windows file servers.
3007   o Inability for Print Administrators to pause/resume/purge print 
3008     queues.
3010 Additional features introduced in Samba 3.0.12:
3012   o Performance enhancements when serving directories containing 
3013     large number of files.
3014   o MS-DFS support added to smbclient.
3015   o More performance improvements when using Samba/OpenLDAP based 
3016     DC's via the 'ldapsam:trusted=yes' option.
3017   o Support for the Novell NDS universal password when using the
3018     ldapsam passdb backend.
3019   o New 'net rpc trustdom {add,del}' functionality to eventually 
3020     replace 'smbpasswd {-a,-x} -i'.
3021   o New libsmbclient functionality.
3025 =======================
3026 Large Directory Support
3027 =======================
3029 Samba 3.0.12pre1 introduces a specific mechanism for dealing
3030 with file services that frequently contain a large number of files
3031 per directory.  Historically Samba's performance has suffered 
3032 in such environments due to the translation from case 
3033 insensitive lookups by Windows client to the case sensitive
3034 storage mechanisms used by UNIX filesystems.
3036 Configuration details along with a short HOWTO can be found at:
3038 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
3041 ==================================
3042 libsmbclient Binary Compatibility
3043 ==================================
3045 Please note that a change has been made to the _SMBCCTX structure 
3046 in source/include/libsmbclient.h.  This change is not backwards
3047 compatible with applications linked against the libsmbclient.so
3048 library from Samba 3.0.11.  However, it is compatible with all 
3049 other Samba 3.0.x releases.  This means that it will be most likely
3050 be necessary to recompile any applications linked against the 
3051 3.0.11 version of the library.
3054 ######################################################################
3055 Changes
3056 #######
3058 smb.conf changes
3059 ----------------
3061     Parameter Name                      Action
3062     --------------                      ------
3063     allocation roundup size             New
3064     log nt token command                New
3065     write cache                         Deprecated
3069 Changes since 3.0.11
3070 --------------------
3072 commits
3073 -------
3074 o   Jeremy Allison <jra@samba.org>
3075     * BUG 2146: Return correct allocation sizes so as not to crash 
3076       the VC++ compiler.
3077     * BUG 962: Ensure that parsing of service names in smb.conf is 
3078       multibyte safe.
3079     * BUG 2201, 2227: Support new delete semantics used by MS04-044
3080       and XP SP2.
3081     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
3082       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
3083     * Add special hooks when serving directories containing large
3084       numbers of files.
3085     * Ensure that WINS negative name query responses and WACK 
3086       packets use the correct RR type of 0xA instead of reflecting 
3087       back what the query RR type was (0x20).
3088     * BUG 2310: Only do 16-bit normalization on small dfree request.
3089     * BUG 2323: Correct authentication failure when using plaintext 
3090       passwords from Windows XP clients.
3091     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
3092       work around issues building MS Visual Studio 6.0 project 
3093       on a Samba file share while restoring the pre-3.0.21pre1 
3094       behavior by default.
3095     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
3096       stat when checking for existence of a pathname.
3097     * Check the sticky bit on the parent directory for supporting
3098       the new WinXP SP2 file deletion semantics.
3099     * Various oplock, share mode, and byte range locking fixes
3100       found by Connectathon tests.
3101     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
3102       code (inspired by patch from Satwik Hebbar).
3103     * BUG 2382, 2045: More pending modtime and delayed write fixes
3104       for MS Excel (incorporates partial patches from 
3105       ke_miyata@itg.hitachi.co.jp).
3106     * Debug log message cleanups.
3107     * Add case insensitive search for a principal match on logon 
3108       verification in the system keytab (based on patch by 
3109       Michael Brown <mbrown@fensystems.co.uk>).
3110     * Revert the previous SMB signing change from Nalin Dahyabhai
3111       when using DES keys.
3112     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
3113     * Fix FindFirst() server code to deal with resume names of ".."
3114       and "." (found by Jim McDonough).
3115     * BUG 2451: Fix missing functions in full audit VFS module.
3116     * Ensure that smbd logs failures reported by DISK_FREE()
3117       (reported by Ying Li <ying.li2@hp.com>).
3118     * Ensure that smbclient obeys the max protocol argument again.
3119     * BUG 2335: Return correct error code for OS/2 clients (based on
3120       negotiated protocol level).
3121     * BUG 2460, 2464: remove dead code and unused variables 
3122       (reported by Jason Mader).
3125 o   Andrew Bartlett <abartlet@samba.org>
3126     * Avoid length-limited intermediate copy of NT and LM responses 
3127       in NETLOGON client.
3128     * Debug message cleanups in the NTLMSSP implementation.
3131 o   Manuel Baena <mbaena@lcc.uma.es>
3132     * Print actual error message in smbmnt.c:fullpath().
3135 o   Vince Brimhall <vbrimhall@novell.com>
3136     * Add support for Novell NDS universal password.
3137     * BUG 2424: Ensure that uidNumber and gidNumber use match 
3138       the RFC2307 schema.
3139     * BUG 2453: Change the way pdb_nds.c handles users with no 
3140       Universal or Simple Password.
3141     * NDS schema file corrections.
3144 o   Gerald (Jerry) Carter <jerry@samba.org>
3145     * Add trans2 client call for checking dfs referrals
3146     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
3147       when checking directories on modern CIFS servers.
3148     * Add MS-DFS support to smbclient.
3149     * Code cleanup of adt_tree.[ch].
3150     * Add missing checks to allow root to manage user rights.
3151     * Allow domain admins to manage rights assignments on domain members
3152       servers.
3153     * BUG 2333: Use the lpq command to pass in the correct printer name 
3154       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
3155       the default.
3156     * BUG 1439: make sure to initialize pointer to prevent invalid 
3157       free()'s on exit.
3158     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
3159       netbios = yes'.
3160     * Add cups-devel to BuidlRequires directive in Fedora spec file.
3161     * BUG 858: Fix order of popt args evaluation so we don't crash 
3162       when given no command line args.
3163     * Remove dependency on bash for source/autogen.sh.
3164     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
3165     * Implement MS-DFS for recursive directory listings in smbclient.
3166     * BUG 2394: Fix nmbd linking issue on IRIX.
3167     * Only display the publish check box in the client's printer 
3168       properties dialog if we are a member of an AD domain.
3169     * BUG 2363: allow 'in use' driver to be removed as long as 
3170       one 'Windows NT x86' driver remains.
3171     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
3172       porting purposes.
3173     * Enforce better printer.tdb cache consistency when removing 
3174       jobs from a print queue via SMB.
3175     * Ensure that pause/resume/purge print queue commands are run
3176       with the appropriate level of privilege necessary to actually
3177       work.
3178     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
3179       for 'printing = cups' installations that do not actually have 
3180       libcups.
3181     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
3182     * BUG 2215: Rewrite questionable code that was causing gcc to 
3183       choke.
3184     * Add server support for LsaLookupPrivValue().
3185     * Various small compile fixes and cleanup warnings.
3186     * BUG 2456: Fix compile failure on non-gcc platforms due to
3187       non-standard pragma.
3190 o   Kevin Dalley <kevin@kelphead.org>
3191     * BUG 2398: Don't force smbclient to assume a dry run if the 
3192       target tarfile is /dev/null.
3195 o   Guenther Deschner <gd@samba.org>
3196     * Fix crash bug in the client-spoolss enumdataex-call.
3197     * Expand the valid-workstation-scheme by expanding names 
3198       beginning with a plus (+) as a unix group.
3199     * Allow own netbios name to be set in smbclient's session setup.
3200     * Better handling of LDAP over IPC connections that have expired 
3201       on the LDAP-Server.
3202     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
3203     * Add examples/misc/adssearch.pl.
3204     * BUG 2343: Build fixes.
3205     * Support get_user_info_7 in SAMR server RPC.
3206     * Fix server_role in the samr_query_dom_info calls.
3207     * Add example perl script to check for multiple LDAP entries
3208       after running 'net rpc vampire'.
3209     * Add more output when listing printer forms via rpcclient.
3210     * Debug log message cleanup.
3213 o   Steve French <sfrench@us.ibm.com>
3214     * On failed mount (ENXIO) retry share name in uppercase (fix
3215       mount to FastConnect AIX SMB server).
3216     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
3217     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
3218       it with a user name.
3219     * Update for new CIFS POSIX info levels.
3220     * Ignore users mount parm in mount.cifs.
3222 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
3223     * BUG 1549: Don't truncate service names in smbstatus.
3226 o   William Jojo <jojowil@hvcc.edu>
3227     * BUG 2445: Patch to avoid default ACLs on AIX.
3230 o   S Murthy Kambhampaty <smk_va@yahoo.com>
3231     * Add idmap_rid module to Fedora and RedHat spec files.      
3234 o   Volker Lendecke <vl@samba.org>
3235     * BUG 2401: Flush internal getpwnam() cache after deleting a 
3236       user.
3237     * BUG 1604: Make winbind work with more than 10 trusted domains.
3238     * Cleanup various compiler warnings.
3239     * Fix a memory leaks in privileges code and passdb backends.
3240     * Fixes for samr_lookup_sids() client call.
3241     * Optimize _samr_query_groupmem with LDAP backend for large 
3242       domains.
3243     * Support SIDs as %s replacements in the afs username map 
3244       parameter.
3245     * Add 'log nt token command' parameter. If set, %s is replaced 
3246       with the user sid, and %t takes all the group sids.
3247     * Do not use the "Local Unix Group"-default description for 
3248       all kinds of group-mappings. 
3249     * Fix uninitialized variable in Linux nss_winbind library.
3250     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
3251     * Implement 'net afs impersonate'.
3252     
3254 o   Herb Lewis <herb@samba.org>
3255     * Fix build problem when HAVE_POSIX_ACL is not defined.
3256     * BUG 2417: Add help lines for net rpc group addmem and 
3257       delmem commands.
3258     
3260 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
3261     * Add support to libsmbclient for getting and setting DOS 
3262       attributes using EA functions.
3263     * Fix libsmbclient's URL encoding/decoding.
3264     * Replace browse listing URI queries with an internal options 
3265       structure (previous method violated the SMB URI syntax).
3266     * Allow tree connects to be multiplexed over a single CIFS server 
3267       connection context.
3268     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
3269       can determine a dead tree connection.
3270     * Implement better solution for backwards binary compatibility
3271       in libsmbclient while adding new fields to struct _SMBCCTX.
3274 o   Mark Loeser <halcy0n@gentoo.org>
3275     * BUG 2443: Compile fix for gcc4.
3278 o   Jim McDonough <jmcd@us.ibm.com>
3279     * BUG 2338: Fix coredump when OS/2 checks for long file name 
3280       support (with .+,;=[].) (thanks to Guenter Kukkukk).
3283 o   Jason Mader <jason@ncac.gwu.edu>
3284     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
3285       2341, 2342)
3288 o   Jim McDonough <jmcd@us.ibm.com>
3289     * Fixes for server schannel implementation when 'restrict 
3290       anonymous = 1' is set in smb.conf.
3291     * Fix bug in server side lookupsids reply that crashed lsass.exe 
3292       on Windows clients.
3293     * Fix 'net rpc trustdom establish'.
3294     * BUG 2062: Turn off broadcast for all 390 NICs.
3295     * Fix 'net rpc trustdom add' to correctly add new domain trust 
3296       accounts.  This will eventually replace 'smbpasswd -a -i'.
3297     * Implement 'net rpc trustdom del', including client side of 
3298       samr_remove_sid_from_foreign_domain.
3299     * Bring IBM Directory Server schema up to date with openldap 
3300       schema.
3301     * Allow for better protection of sensitive attributes in IBM
3302       Directory Server.
3305 o   Stefan Metzmacher <metze@samba.org>    
3306     * Fix memleaks in the nttrans code.
3309 o   Mike Nix <mnix@wanm.com.au>
3310     * Add SMBsplopen and SMBsplclose client calls.
3313 o   Justin Ossevoort <justin@snt.utwente.nl>
3314     * BUG 2316: Fix crashes in pdb_pgsql.
3317 o   James Peach <jpeach@sgi.com>
3318     * Fixes in string handling code.
3319     * Fix oplock2 test in client smbtorture.
3322 o   Tim Potter <tpot@samba.org>
3323     * Fix up example pdb modules after prototype change for 
3324       setsampwent.
3325     * BUG 2058: Fix for shared object creation in examples.
3326     * BUG 2315: Fix segv in LSA privileges server code.
3327     * Build fixes for python wrapper libraries.
3330 o   Richard Sharpe <rsharpe@samba.org>
3331     * BUG 2044: Fix segv in profiles tool.
3332     * Fix bogus error messages when enumerating user group 
3333       membership via 'net rpc'.
3336 o   Simo Sorce <idra@samba.org>
3337     * Debian packaging fixes.
3340 o   John Terpstra <jht@samba.org>
3341     * Add the capability to set account description using pdbedit.
3344 o   Doug VanLeuven <roamdad@sonic.net> 
3345     * Add more case/realm/name permutations to the Kerberos keytab.
3346     * AIX compile fixes.
3349 o   Jelmer Vernooij <jelmer@samba.org>
3350     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
3351     * BUG 1957: Implement minimal update of fields in mySQL pdb 
3352       module.
3353     
3355 o   Torsten Werner <torsten.werner@assyst-intl.com>
3356     * BUG 2405: Define 'lpstat' printcap output on HPUX.
3357     
3359 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
3360     * Detect infinite loops when traversing tdbs.
3363       --------------------------------------------------
3364                    ==============================
3365                    Release Notes for Samba 3.0.11
3366                              Feb 5, 2005
3367                    ==============================
3369 Common bugs fixed in 3.0.11 include:
3371   o Crash in smbd when using CUPS printing.
3372   o Parsing error of other SIDs included in the user_info_3
3373     structure returned from domain controllers.
3374   o Inefficiencies when searching non-AD LDAP directories.
3375   o Failure to expand variables in user domain attributes
3376     in tdbsam and ldapsam.
3377   o Memory leaks.
3378   o Failure to retrieve certain attribute when migrating from 
3379     a Windows DC to a Samba DC via 'net rpc vampire'.
3380   o Numerous printing bugs bugs including memory 
3381     bloating on large/busy print servers.
3382   o Compatibility issues with Exchange 5.5 SP4.
3383   o sendfile fixes.
3385 Additional features introduced in Samba 3.0.11:
3387   o Winbindd performance improvements.
3388   o More 'net rpc vampire' functionality.
3389   o Support for the Windows privilege model to assign rights
3390     to specific SIDs.
3391   o New administrative options to the 'net rpc' command.
3394 ============
3395 LDAP Changes
3396 ============
3398 If "ldap user suffix" or "ldap machine suffix" are defined in
3399 smb.conf, all user-accounts must reside below the user suffix,
3400 and all machine and inter-domain trust-accounts must be located 
3401 below the machine suffix.  Previous Samba releases would fall 
3402 back to searching the 'ldap suffix' in some cases.
3405 ===============
3406 Privilege Model
3407 ===============
3409 Samba 3.0.11 supports the following assignable rights
3411 SeMachineAccountPrivilege  Add machines to domain
3412 SePrintOperatorPrivilege   Manage printers
3413 SeAddUsersPrivilege        Add users and groups to the domain
3414 SeRemoteShutdownPrivilege  Force shutdown from a remote system
3415 SeDiskOperatorPrivilege    Manage disk shares
3417 These rights can be assigned to arbitrary users or groups
3418 via the 'net rpc rights grant/revoke' command.  More details
3419 of Samba's privilege implementation can be found in the 
3420 Samba-HOWTO-Collection.
3421     
3423 ######################################################################
3424 Changes
3425 #######
3427 Changes since 3.0.10
3428 --------------------
3430 smb.conf changes
3431 ----------------
3433     Parameter Name                      Action
3434     --------------                      ------
3435     afs token lifetime                  New
3436     enable privileges                   New
3437     ldap password sync                  Alias
3438     min password length                 Deprecated
3439     winbind enable local accounts       Deprecated
3442 commits
3443 -------
3444 o   Jeremy Allison <jra@samba.org>
3445     * Extend vfs to add seekdir/telldir/rewinddir.
3446     * Fix dirent return.
3447     * Fix bugs when handling secondary trans2 requests.
3448     * Implementation of get posix acls in UNIX extensions.
3449     * Added set posix acl functionality into the UNIX extensions code.
3450     * Updated config.guess/config.sub .
3451     * Fix error reply when 'follow symlinks = no'.
3452     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
3453       not already zero.
3454     * Fixes for LARGE_READX support.
3455     * Fix the problem we get on Linux where sendfile fails, but we've
3456       already sent the header using send().
3457     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
3458       inherit = no'.
3459     * BUG 2088: Ensure inherit permissions is only applied on a new 
3460       file, not an existing one.
3461     * Don't go fishing for the krb5 authorization data unless we know
3462       it's there.
3463     * Fixes for libsmbclient to ensure that interrupted system calls
3464       are restarted minus the already expired portion of the timeout
3465       (based on work by Derrell Lipman).
3466     * More Unicode string parsing fixes.
3467     * Convert the winreg pipe to use WERROR returns.
3468     * Make all LDAP timeouts consistent (input from Joe Meadows 
3469       <jameadows@webopolis.com>).
3470     * BUG 2231: Remove double "\\" from client findfirst.
3471     * BUG 2238: Fix memory leak in shadow copy vfs.
3472     * Return correct DOS/NT error code on transact named pipe on 
3473       closed pipe handle.
3474     * BUG 2211: Fix security descriptor parsing bug (based on work by 
3475       Mrinal Kalakrishnan <mail@mrinal.net>).
3476     * BUG 2270: Fix memory leaks in cups printing backend support 
3477       (based on work by Lars Mueller).
3478     * BUG 2255: Fix debug level in Kerberos error messages.
3479     * BUG 2110: Ensure we convert to ucs2 correctly after the 
3480       CAN-2004-0930 patch.
3481     * Make strict locking an enum. Auto means use oplock optimization.
3482     * Fix client  & server to allow 127k READX calls.
3483     * More *alloc fixes (includes additional fixes by Albert Chin.
3484     * Catch sendfile errors correctly and return the correct values 
3485       we want the caller to return.
3486     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
3487       for better use by desktop environments such as GNOME.
3488     * Ensure we can't remove a level II oplock without having the
3489       shared memory area locked.
3490             
3492 o   Timur Bakeyev <timur@com.bat.ru>
3493     * BUG 2100: change the way we check for errors after a dlopen().
3494     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
3495     
3496     
3497 o   Andrew Bartlett <abartlet@samba.org>
3498     * Clarify error message when 'lanman auth = no'.
3499     * Remove the unnecessary UTF-8 conversion calls in the calls to
3500       auth_winbind from smbd.
3501     * Don't store the auth-user credentials with the cli_state* as 
3502       this can cause the schannel setup to fail when the auth-user
3503       domain is not our primary domain.
3506 o   Grigory Batalov <bga@altlinux.org>
3507     * Fix encoding while receiving of a message which was actually 
3508       sent using STR_ASCII.
3511 o   Daniel Beschorner <db@unit-netz.de>
3512     * BUG 603: Correct access mask check for _samr_lookup_domain()
3513       to work with Windows RAS server
3516 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
3517     * Fix missing printer_tdb reference decrement.
3518     
3520 o   Gerald (Jerry) Carter <jerry@samba.org>
3521     * BUG 2073: fall back to smb_name if current_user_info is not
3522       available in lp_file_list_changed().
3523     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
3524       errors.
3525     * Don't run the background LPQ daemon when we are running in
3526       interactive mode.
3527     * prevent the background LPQ daemon from updating the print queue
3528       cache just because multiple smbd processes sent a message that
3529       it was out of date.
3530     * consolidate printer searches to use find_service rather than 
3531       for(...) loops.
3532     * BUG 2091: don't remove statically defined printers in 
3533       remove_stale_printers().
3534     * Fix logic error in add_a_form() that only compared N characters 
3535       instead of the entire form name.
3536     * BUG 2107: fix memory bloating caused by large numbers of 
3537       print_queue_updates() requests sent via messages.tdb.
3538     * Check the setprinter(3) based on the access permissions on 
3539       the handle and avoid the call to print_access_check().
3540     * Re-instantiate previous semantics for calling init_unistr2() 
3541       with a NULL source buffer.
3542     * Support Windows privilege model for assigning rights
3543       to specific SIDs.  Based on work by Simo Sorce in the trunk 
3544       svn branch.  This feature is controlled by the 'enable 
3545       privileges = [yes|no]' smb.conf(5) option.
3546     * Add some smb.conf scripts for add/delete/change shares and 
3547       deleting cups printers.
3548     * Expand variables in the profile path, logon home and logon script 
3549       values when using either tdbsam or ldapsam.
3550     * Add Domain Admins (Full Control) to the default printer security 
3551       descriptor if we are a DC.
3552     * RedHat and Fedora Packaging fixes for perl dependencies.
3553     * Remove unused schema items from OpenLDAP schema file.
3554     * Remove duplicate enumeration of "Windows x86" architecture
3555       when listing printer drivers via rpcclient.
3556     * Fail set_privileges() if 'enable privileges = no' to prevent 
3557       confused admins.
3558     * Fix segfault in cups_queue_get().
3559     * Tighten restrictions on changing user passwords when 
3560       the connected user possesses the SeMachineAccountPrivilege.
3561     * Ensure we set NETBIOSNAME.domainname for the long machine name
3562       when publishing printers in AD (based on input from Rob Foehl).
3563     * Mark 'winbind enable local accounts' as deprecated.
3564     * Mark testprns tool as deprecated.
3565     * Allow root to grant/revoke privilege assignments.
3566     * Correct interaction between user rights and se_access_check() on
3567       SAMR objects.
3568     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
3569       class.
3570     * BUG 2262: Add support in configure.in for *freebsd6*.
3571     * BUG 2266: Portability fixes for quota code on FreeBSD4.
3572     * BUG 2264: Remove shutdown and abortshutdown commands from 
3573       rpcclient in favor of using the same functions in 'net'.
3574     * BUG 2295: Prevent smbd from returning an empty server name
3575       in certain lanman api calls.
3576     * BUG 2290: Fix autogen.sh script in examples (based on original
3577       patch from Lars Mueller).
3578     * Fix bug enumerating domain trusts in security = ads.
3579     * Fix segv in rpcclient's dsenumdomtrusts.
3580     * Fix bug in expansion of %U and %G in included filenames.
3581     * BUG 2291: Restrict creation of server trust and domain trust
3582       accounts to members of the "Domain Admins" group.
3584 o   Nadav Danieli <nadavd@exanet.com>
3585     * Short circuit some is_locked() tests if we are oplocked.
3586     
3587     
3588 o   Guenther Deschner <gd@samba.org>
3589     * Allow 'localhost' as a valid server name in the smbd for the
3590       spoolss calls.
3591     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
3592       Mewburn for the input).
3593     * BUG 2059: Add additional checks needed after logic change to the
3594       HAVE_WRFILE_KEYTAB detection test.
3595     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
3596       Samba DC.  Allow us to lookup at least our own SID.
3597     * More fixes to have proper German in swat (Thanks to Reiner 
3598       Klaproth and Björn Jacke.
3599     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
3600       setting security descriptors with smbcacls and using with 
3601       the -S or -M switch. 
3602     * Include the munged_dial, bad_password_count, logon_count, and 
3603       logon_hours attributes when running 'net rpc vampire'.
3604     * Fix segfault in idmap_rid.
3605     * When winbindd is operating in the multi-mapping mode of 
3606       idmap_rid, allow BUILTIN domain-mapping.
3607     * Display infolevel 12 in query_dom_info in rpcclient.
3608     * Fix bug in winbindd's lowercasing of usernames.
3609     * Allow -v or -l for displaying verbose groupmap-listing 
3610       as well as "verbose".
3611     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
3612       vampire'.
3613     * Close LDAP-Connection before retrying to open a new connection 
3614       in the retry-loop.
3615     * Marking "min password length" as depreciated.  
3616     * Implement SAMR query_dom_info-call info-level 8 server- and 
3617       client-side, based on samba4-idl.
3618     * Allow rpcclient to define a port to use when connecting 
3619       to a remote server.
3620     * Allow Account Lockout with Lockout Duration "forever" (until 
3621       admin unlocks) to be set and displayed in User Manager.
3622     * Allow to set acb_mask in rpcclient's enumdomusers.
3623     * Add more generic rootDSE inspection function to check 
3624       for given controls or extensions and remember these on a 
3625       per server basis.
3626     * Improve LDAP search efficiency by passing the acb_mask to 
3627       pdb_setsampwent().
3628     * Fixes for ldapsam_enum_group_memberships().
3629     * Add createdomgroup to rpcclient.
3630     * Add "net rpc user RENAME"-command.
3631     * Display sam_user_info_7 in rpcclient.
3632     * Make multi-domain-mode in idmap_rid accessible from outside 
3633       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
3634     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
3635       "Lockout Duration: Forever".
3636     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
3637       config utility.
3638     * Require assignment of Administrator SID in the passdb 
3639       backend.  Fall back to the default name of 'Administrator' if
3640       the lookup fails rather than using the first name in the
3641       default 'admin users' list.
3642     * Enhance LDAP failure debug messages.
3643     * BUG 2291: Call the 'add machine script' for server trust and 
3644       domain trust accounts as well as workstation accounts.
3645     
3646     
3647 o   Levente Farkas <lfarkas@lfarkas.org>
3648     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
3649       packages.
3652 o   Jay Fenlason <fenlason@redhat.com>
3653     * Fix crash in 'net join' due to calling free on 
3654       static buffers.
3655     * Several patches from RedHat's Fedora Core RPMS.
3658 o   Rob Foehl <rwf@loonybin.net>.
3659     * Compiler warnings.
3660     * Try modifying printer published attributes before adding it a
3661       new entry in AD.
3662     * Solaris packaging fixes.
3663     * Don't force the cups printer-make-and-model tag as the comment
3664       for autoloaded printers.
3665     * Implement caching of names from printcap to support a true
3666       'printcap cache time'.
3669 o   Johann Hanne <jhml@gmx.net>
3670     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
3673 o   Jeff Hardy <hardyjm@potsdam.edu>
3674     * Example script for 'add print command' when using CUPS.
3677 o   Deryck Hodge <deryck@samba.org>
3678     * Add -P (--password-only-menu) to SWAT for displaying only the
3679       password change page to non-root users.
3682 o   David Hu <david.hu@hp.com>
3683     * Copy structure from print_queue_update() message rather than 
3684       referencing it.  Fixes seg fault on HP-UX.
3685       
3686       
3687 o   Buck Huppmann <buckh@pobox.com>
3688     * BUG 2186: Don't free uninitialized credentials.
3689     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
3690       dnsDomainName != realm.
3691    
3693 o   Björn Jacke <bjoern@j3e.de>
3694     * BUG 2040: Ensure the locale is reset to C to get ASCII-
3695       compatible toupper/lower functions.
3698 o   William Jojo <jojowil@hvcc.edu>
3699     * Fix HPUX sendfile and add configure.in tests and code for
3700       sendfile on AIX.
3701     * AIX 5.3 compile fixes.
3704 o   Volker Lendecke <vl@samba.org>
3705     * Optimize anonymous session setups by workstations in a 
3706       Samba domain.
3707     * Reimplment the QueryUserAliases() server RPC reply.
3708     * Re-add the getpwnam-cache for performance.
3709     * Cache the result of a pdb_getsampwnam for later SID lookup 
3710       queries.
3711     * Unify the means of localtaing a user's global groups on a 
3712       Samba DC.
3713     * Fix bug when serving the 'Start Menu' in a roaming user profile..
3714     * Map more pre-defined NT security descriptors to AFS acls.
3715     * Add timeout to AD search requests.
3716     * If a connection to a DC is requested (in winbindd), open
3717       connections simultaneously to all DCs found.
3718     * Memleak fixes.
3719     * Fix logic error in handling of 'printcap name' parameter.
3720     * Prevent winbindd from SPAM'ing the log files with 'user root 
3721       does not exist'.
3722     * Backport samr_DomInfo2 IDL specification from Samba 4.
3723     * Implement smbstatus -n, don't lookup users and groups.
3724     * Implement simple mapping that maps the space to another character 
3725       defined by afsacl:space.
3726     * Add support for 'net idmap delete <idmap-file> <SID>'.
3727     * Add new parameter 'afs token lifetime' tells the AFS client 
3728       when to throw away a token (patch from kllin@it.su.se).
3729     * Initial work to allow support for multiple pipe opens on a 
3730       single cli_state*.
3731     * Ensure that we still retrieve the netbios name of any DC 
3732       listed as a 'password server' to work around cases where the 
3733       DC was defined using an IP address or fqdn.
3734     * Fix memleak in winbindd connection code.
3735     * Fix cli_samr_queryuseraliases.
3736     * Allow wbinfo --user-sids to expand expand domain local groups.
3737     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
3738     * Fix parsing of other_sids in net_user_info3.
3739     * Correct bad failure logic when user was not a member of any 
3740       domain local groups.
3741     
3743 o   Jason Mader <jason@ncac.gwu.edu>
3744     * BUG 2113, 2289: Remove dead code.
3747 o   Jim McDonough <jmcd@us.ibm.com>
3748     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
3749       clients.  If it fails, fall back to WINREG.
3750     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
3751     * BUG 2198: Set password last change time when running 'net rpc 
3752       vampire'.
3753     * Add "refuse machine password change" policy field.
3756 o   Luke Mewburn <lukem@NetBSD.org>
3757     * BUG 2150: shmget() - Use POSIX definitions instead of non-
3758       standard SHM_.
3759       
3761 o   Stefan Metzmacher <metze@samba.org>    
3762     * autogen.sh fixes.
3765 o   Buchan Milne <bgmilne@mandrake.org>
3766     * Mandrake packaging fixes.
3769 o   Lars Mueller <lmuelle@samba.org>
3770     * Fix build of libsmbclient on x86_64.
3771     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
3772       is installed in a non-default location.
3773     * BUG 2050: Calculate max_fd for select correctly.
3774     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
3775       script.
3778 o   Jason Mader <jason@ncac.gwu.edu>
3779     * BUG 2069: Remove unused variables.
3780     * BUG 2075: Remove dead code paths.
3781     * BUG 2083: Fix compiler warnings caused by bad type casts.
3784 o   James Peach <jpeach@sgi.com>
3785     * Fix rewinddir -> rewind_dir when using VFS macros.
3786     
3788 o   Gavrie Philipson <gavrie@disksites.com>
3789     * BUG 1838: Remove stale printers imeeddiately when 
3790       processing a SIGHUP and during smb.conf reload.
3792       
3793 o   Tim Potter <tpot@samba.org>
3794     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
3795     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
3796     * Change the license for the winbindd external interface 
3797       more liberal.
3798     * HP-UX compile fixes.
3799     * Compile fixes after new setsampwent() API.
3802 o   Richard Renard <rrenard@idealx.com>
3803     * Update Netscape DS 5.2 LDAP schema.
3806 o   Simo Sorce <idra@samba.org>
3807     * Backport pdbedit changes from trunk.
3808     * Allows the add/change share command to create the shared 
3809       directory directory on disk.
3810     * Log a warning in testparm if a print command is defined for
3811       a print service using 'printing = cups'.
3812      
3813 o   Jelmer Vernooij <jelmer@samba.org>
3814     * Bug fixes for pdb_{xml,pqsql,xml}
3815     * Fixes for pdb_mysql.
3818 o   Andrew Tridgell <tridge@samba.org>
3819     * Bring Samba3 into line with the Samba4 password change code.
3820     
3822 o   Shiro Yamada <shiro@miraclelinux.com>
3823     * BUG 2190: Force SWAT to display parameters in unix charset and 
3824       not UTF-8.
3827       --------------------------------------------------
3828                    ==============================
3829                    Release Notes for Samba 3.0.10
3830                              Dec 16, 2004
3831                    ==============================
3833 Common bugs fixed in 3.0.10 include:
3835   o Fix for security issues described in CAN-2004-1154.
3838 Changes since 3.0.9
3839 -------------------
3841 commits
3842 -------
3844 o   Jeremy Allison <jra@samba.org>
3845     * Added checks surrounding all *alloc() calls to fix
3846       CAN-2004-1154.
3847     * Fix long standing memory size bug in bitmap_allocate().
3848     * Remove bogus error check in deferred open file serving 
3849       code.
3852 o   Thomas Bork <tombork@web.de>
3853     * Fix autoconf script on platforms using a version of GNU ld
3854       that does not include a date stamp in the output of --version.
3857 o   Luke Mewburn <lukem@NetBSD.org>
3858     * Fix the swat install script to deal with the new image
3859       destination directory used by the docs.
3860      
3863       --------------------------------------------------
3865                    =============================
3866                    Release Notes for Samba 3.0.9
3867                              Nov 15, 2004
3868                    =============================
3870 Common bugs fixed in 3.0.9 include:
3872   o Problem updating roaming user profiles.
3873   o Crash in smbd when printing from a Windows 9x client.
3874   o Unresolved symbols in libsmbclient which caused
3875     applications such as KDE's konqueror to fail when
3876     accessing smb:// URLs.
3879 Changes since 3.0.8
3880 -------------------
3883 commits
3884 -------
3886 o   Jeremy Allison <jra@samba.org>
3887     * Correctly detect errno for no acl/ea support.
3888     * BUG 2036: Fix seg fault in 'net ads join'.
3890     
3891 o   Gerald (Jerry) Carter <jerry@samba.org>
3892     * Solaris packaging fixes.
3893     * Fix seg fault in lanman printing code.
3894     * BUG 2017: fix testparm reporting for the passwd program 
3895       string.
3896     * Fix output of smbstatus to match the man page.
3897     * BUG 2027: fix conflict with declaration MD5_CTX in system 
3898       headers.
3899     * 2028: Avoid false error messages when copying a long 
3900       printer name to the device mode.
3903 o   Guenther Deschner <gd@samba.org> 
3904     * Allow deldriverex in rpcclient to delete drivers for a 
3905       specific architecture and a specific version.
3906     * Fix a couple of rpcclient spoolss commands (setprinter, 
3907       setprintername, getdriver) w.r.t to printer-naming scheme.
3908       Allow 'localhost' in the server string for certain server-side
3909       spoolss functions.
3910     * BUG 2015: Do not fail on setting file attributes with 
3911       acl support enabled.
3914 o   Michel Gravey <michel.gravey@optogone.com>
3915     * Fix build when using gcc 3.0.
3918 o   Volker Lendecke <vl@samba.org>
3919     * Fix tdb open logic when checking our local_pid after 
3920       the fork().
3923 o   Jim McDonough <jmcd@us.ibm.com>
3924     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
3925       non-root user.
3928 o   Luke Mewburn <lukem@NetBSD.org>
3929     BUG 1661: Fix KRB5_SETPW-defines
3932 o   Buchan Milne <bgmilne@mandrake.org> 
3933     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
3936 o   Lars Mueller <lmuelle@samba.org>
3937     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
3940 o   Martin Zielinski <mz@seh.de>
3941     * Add DeletePrinterDriverEx() functionality to rpcclient.
3942     
3944       --------------------------------------------------
3946                    =============================
3947                    Release Notes for Samba 3.0.8
3948                              Nov 7, 2004
3949                    =============================
3951 Common bugs fixed in 3.0.8 include:
3953   o Compile fixes for HP-UX
3954   o Fixes for the printer publishing code used when joined to 
3955     an AD domain.
3956   o Incompatibilities with file system quotas.
3957   o Several bugs in the spoolss printing code and print system 
3958     backends.
3959   o Inconsistencies in the username map functionality when 
3960     configured on domain member servers.
3961   o Various compile warnings and errors on various platforms.
3962   o Fixes for Kerberos interoperability with Windows 200x 
3963     domains when using DES keys.
3964   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
3965   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
3967     
3968 New features included in the 3.0.8 release are:
3970   o New migration functionality added the the net tool
3971     for files/directories, printers, and shares.
3972   o New experimental idmap backend for assigning uids/gids
3973     directly based on the user/group RID when acting as a
3974     member of single domain without any trusts.
3975   o Additional printer migration support for XP/2003 platforms.
3978 ===========================
3979 Change in Winbindd Behavior
3980 ===========================
3982 All usernames returned by winbindd are now converted to lower 
3983 case for better consistency.  This means any winbind installation
3984 relying on the winbind username will need to rename existing 
3985 directories and/or files based on the username (%u and %U) to lower 
3986 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
3987 include mail spool files, home directories, valid user lines in 
3988 smb.conf, etc....
3991 ======================
3992 Change in Username Map
3993 ======================
3995 Previous Samba releases would only support reading the fully qualified 
3996 username (e.g. DOMAIN\user) from the username map when performing a 
3997 Kerberos login from a client.  However, when looking up a map 
3998 entry for a user authenticated by NTLM[SSP], only the login name would be
3999 used for matches.  This resulted in inconsistent behavior sometimes
4000 even on the same server.
4002 Samba 3.0.8 obeys the following rules when applying the username
4003 map functionality:
4005   * When performing local authentication, the username map is 
4006     applied to the login name before attempting to authenticate 
4007     the connection.
4008   * When relying upon a external domain controller for validating
4009     authentication requests, smbd will apply the username map 
4010     to the fully qualified username (i.e. DOMAIN\user) only
4011     after the user has been successfully authenticated.
4014 ######################################################################
4015 Changes
4016 #######
4018 Changes since 3.0.7
4019 -------------------
4021 smb.conf changes
4022 ----------------
4023     Parameter Name                      Action
4024     --------------                      ------
4025     force printername                   New
4026     sendfile                            disabled by default
4029 commits
4030 -------
4032 o   Jeremy Allison <jra@samba.org>
4033     * Ensure extended security bit is on only if we negotiated 
4034       extended security.
4035     * Simplify statcache to use an in-memory tdb. 
4036     * If you're selecting a hash algorithm for tdb, you need 
4037       to do it at open time.
4038     * Removed old dir caching code - not being used now we 
4039       have the statcache anyway.
4040     * Simplify the mangle hash code to use an in-memory tdb.
4041     * Merge iconv changes from Samba 4 branch.
4042     * Fix parsing of names ending in dot and a few other error 
4043       returns.
4044     * BUG 1667: Smbpasswd file could be left locked on some 
4045       error exits.
4046     * Fixes for smbclient tar functionality.
4047     * BUG 1743: Fix logic bug the deferred open code.
4048     * Don't try to set security descriptors on shares where 
4049       this has been turned off.
4050     * Return correct error codes on old SEARCH call.
4051     * Ensure we set errno = E2BIG when we overflow in the 
4052       fast-path character conversion code.
4053     * Fix the roundup problem (returning 1mb roundup) for 
4054       non-Windows clients.
4055     * Added 'stat' command to smbclient to exercise the 
4056       UNIX_FILE_BASIC info level.
4057     * Fix bug where we could incorrectly set sparse attribute.
4058     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
4059       (reported by Taj Khattra <taj.khattra@gmail.com>).
4060     * Remove locked keys tdb code.
4061     * BUG 1886: Prevent delete on close being set for readonly files 
4062       (and return the correct error code).
4063     * Ensure we pass most of the new lock tests except for the cancel 
4064       lock which is yet to be added (merged from Samba 4 branch).
4065     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
4066     * BUG 1956: Ensure errno is saved and restored consistently on a 
4067       normal_close.
4068     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
4069       that all of the appropriate service principal names are set 
4070       upon joining an AD domain.
4071     * Fix the correct use of resume name in the trans2 code.
4072     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
4073       correct salt used when generated the DES key after joining an 
4074       AD domain.
4075     * Enhanced krb5 detection routines in the autoconf scripts.
4076   
4078 o   Andrew Bartlett <abartlet@samba.org>
4079     * Avoid changing the machine account password in the passdb 
4080       backend, when it has 'already been changed'.  This occurs 
4081       in situations where the secure channel between the workstation 
4082       and the DC breaks down, such as occurred in the MS04-11 
4083       security patch.
4084     * Fix utility name in error message in ntlm_auth.
4085     * Fix NTLMv2 for use with pam_winbind.
4086     * Remove conversion to and from UTF8 on the winbind pipe.
4087     * Allow 'require_membership_of' and 'require-membership-of'.
4088     * Fix the error code for 'you didn't specify a domain' in 
4089       ntlm_auth.
4090     * Use sys_getgroups() rather than scanning all groups 
4091       when generating SAMR replies.
4094 o   Igor Belyi <sambauser@katehok.ac93.org>
4095     * Ensure pdb user is deleted first before deleting UNIX 
4096       user (LDAP backend needs this ordering).
4099 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
4100     * Fix core dump in 'net rpc vampire'.
4101     
4103 o   Vince Brimhall <vbrimhall@novell.com>
4104     * Make ldapsam_compat robust against NULL attributes.
4107 o   Gerald Carter <jerry@samba.org>
4108     * Don't limit the number of groups returned by winbindd_getgroups()
4109       by NGROUPS_MAX.
4110     * BUG 1519: Match Windows 2000 behavior when opening a 
4111       printer using a servername in the form of an IP address or 
4112       DNS name.
4113     * BUG 1907: remove extra slashes from the printer name in 
4114       getprinterdriverdir_1().  
4115     * Fix standard_sub_snum() to use the current user's gid.
4116     * Fix background queue update bug (based on Volker's initial work 
4117       in 3.1.0).
4118     * Add 'force printername' service parameter for people that want 
4119       to enforce printername == sharename for spoolss printing.
4120     * Ensure consistent usage of the username map.  Use the fully 
4121       qualified DOMAIN\user format for 'security = domain|ads' and 
4122       apply after authentication has succeeded.
4123     * Cosmetic fix for getent output -- lowercase the username only 
4124       and not the complete domain\username string.
4125     * Packaging fixes for Solaris, Redhat, & Fedora.
4127     
4128 o   Sean Chandler <sean.chandler@verizon.net>
4129     * Fix memlieak in cliconnect.c.
4132 o   Darren Chew <darrenc@vicscouts.asn.au>
4133     * Solaris packaging fixes.
4134     
4136 o   Nalin Dahyabhai <nalin@redhat.com>
4137     * SMB signing fix for 56-bit DES session keys.
4140 o   Guenther Deschner <gd@samba.org> 
4141     * add IA64 to the architecture table of printer-drivers.
4142     * Add file/share/printer migration functionality to 
4143       the net command.
4144     * Show correct help for net groupmap commands.
4145     * Fix deadlock loop in winbind's required_membership_sid
4146       verification.
4147     * Bring the same level of "required_membership"-functionality 
4148       that ntlm_auth uses, to pam_winbindd as well.
4149     * Prevent "net lookup kdc" from seg-faulting when
4150       using our own implementation of krb5_lookup_kdc with 
4151       heimdal.
4152     * Adding getprinter level 7 to rpcclient.
4153     * Support migrating printers|shares|files from Server A 
4154       to Server B while running the net-command on client C.
4155     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
4156       failure of this call non-critical (Thanks to Love @ Heimdal
4157       for the explanation and patch).
4158     * Fix typos in net's usage-output.
4159     * Fix the paranoia-check to ensure the ldap-attribute and the
4160       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
4161       are identical.
4162     * Fix several bugs in the _samr_query_useraliases() rpc reply.
4163     * Check correct string length when verifying password-policies 
4164       and using extended characters (Thanks to Uwe Morgenroth from CC 
4165       Compunet and Volker).
4166     * Make 'password history'-behavior in ldapsam more consistent. 
4167     * Adding "Windows x64" as architecture string and driverdir "x64" 
4168       for the 64bit AMD platform.
4169     * BUG 1343: Readd WKGUID-binding to match the correct default-
4170       locations of new User-, Group- and Machine-Accounts in Active 
4171       Directory (this got lost during the last trunk-merge).
4172     * Fix printer-migration w.r.t. to new naming-convention for
4173       policy-handles.
4174     * Allow to migrate win2k3/xp-drivers as well. 
4175     * Add client-side support of triggering ads printer publishing 
4176       over msrpc setprinter calls inside the net-tool. 
4177     * Add the idmap_rid module (written in conjunction with 
4178       Sumit Bose <sbose@suse.de>).
4179     * BUG 1661: Fix build with recent heimdal releases.
4180     * Prevent idmap_rid from making unnecessary calls to domain 
4181       controllers for trusted domains.
4184 o   Arthur van Dongen <avdongen@xs4all.nl>
4185     * Fix typos in pam_winbind log messages and SuSE 
4186       packaging files.
4189 o   Rob Foehl <rwf@loonybin.net>
4190     * Typo fixes for log messages in printer publishing code.
4191     * Fix memory leak in printer publishing code.
4192     * Ensure print_backend_init() only gets called once.
4193     * Have smbd check the published status of all printers 
4194       at startup.
4195     * Cleanup up the XXX_a_printer() API for consistency.
4196     * Refactored the printer publishing code and include better 
4197       error handling.
4200 o   Steve French <sfrench@us.ibm.com>
4201     * Fix IP address override in mount.cifs mount helper and clean 
4202       up warning messages from the sparse tool and expand syntax help.
4203     * Strip guest mount option off before sending to kernel mount 
4204       routine to avoid logging spurious message.
4207 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
4208     * BUG 1732: Limit share names returned by RAP based on windows 
4209       character width, not unix character width.
4210     * BUG 1498: Ensure that acl entries are stored in the correct 
4211       order.
4214 o   Brett Funderburg <brett@deepfile.com>
4215     * Pass create options parameter to nt_create_andx() function
4216       from the python bindings.
4217     * BUG 1864: Add sd->type field to security descriptor Python 
4218       representation.
4219     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
4220       when trying to return the security descriptor for a file.
4221     * BUG 1884: Fixes for the Python bindings to use the value
4222       of the desired_access filed passed into the lsa_open_policy()
4223       routines.
4226 o   Michael Gravey <michel.gravey@optogone.com>
4227     * BUG 1776: Fix warnings when building modules caused by 
4228       certain versions of GNU ld not using the the default 
4229       --allow-shlib-undefined flag.
4232 o   Chris Hertel <crh@samba.org>
4233     * Fix logic bug in splay tree data structure when finding 
4234       a leaf node.
4235     * Fix bug where an invalid MAC address would be printed by 
4236       a node status lookup from nmblookup.
4238       
4239 o   Uli Iske <iske@elkb.de>
4240     * Update the DNS/eDirectory LDAP schema file.
4243 o   Björn Jacke <bjacke@sernet.de>
4244     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
4245       UTF-8.  Reformat msgstr in msg-files to UTF-8.
4246     * Do not use display charset for swat output.
4247     * Convert the share names correctly from unix encoding to web 
4248       encoding and vice versa. 
4249     * Convert files from status page from unix charset to UTF-8.
4252 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
4253     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
4256 o   Tom Lackemann <cessnatomny@yahoo.com>
4257     * BUG 1954: Fix memory leak in posix acl code.
4260 o   Volker Lendecke <vl@samba.org>
4261     * Robustnss fix for winbindd when sending multiple requests 
4262       at a high rate for a slow operation.  
4263     * Solve the problem of user sids ending up with gid's 
4264       and vice versa.
4265     * Use sys_fork instead of fork for the dual daemon so that 
4266       we get the correct debug pid in the logfiles.
4267     * Based on patch from jmcd, implement special lists for the LDAP 
4268       user attributes to delete.
4269     * Fix creation of aliases via usrmgr. Winbind was too strict 
4270       checking the type of sids.
4271     * Lowercase all usernames returned by winbind.
4272     * BUG 1545, 1823: Only issue the ldap extended password change 
4273       operation if the ldap server supports it.  Also ignore object 
4274       class violation errors from the extended operation.
4275     * Optimization for 'idmap backend = ldap': When asking sid2id 
4276       for the wrong type, don't ask ldap when we have the opposite mapping 
4277       in the local tdb.
4278     * Fix ldapsam_compat homeDrive.
4279     * Add usersidlist and allowedusers subcommands to the net tool
4280       in order to support scanning a file server's share and list 
4281       all users who have permission to connect there.
4282     * Allow for multiple DC's to be named as #1c names in lmhosts.
4283     * Memory leak fixes.
4284     * Fix checks for the local pid of an smbd process after 
4285       reopening tdbs.
4288 o   Herb Lewis <herb@samba.org>
4289     * Added tdbtool to be built by default.
4292 o   Love <lha@stacken.kth.se>
4293     * BUG 1955: Inconsistent error return.
4296 o   Sorin Manolache <sorinm@gmail.com>
4297     * Memory leak fix.
4300 o   Jim McDonough <jmcd@us.ibm.com>
4301     * Allow 'net ads lookup' to rely on command line arguments 
4302       if contacting an ADS server fails; utilize cldap for lookups.
4303     * Fixup formatting errors in TDB_LOG calls; add printf attribute
4304       support to tdb log functions.
4307 o   Bill McGonigle <bill+samba@bfccomputing.com>
4308     * BUG 1926: Type in debug message.
4311 o   Sean McGrath
4312     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
4313       for libsmbclient.
4316 o   Luke Mewburn <lukem@NetBSD.org>
4317     * BUG 1782: Prevent testparm from displaying parameter synonyms.
4320 o   Stefan Metzmacher <metze@samba.org>    
4321     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
4322     * Fix client quota support.
4323     * Fix opening of system quota file.
4326 o   Lars Mueller <lmuelle@samba.org>
4327     * Small fixes for autogen.sh to deal with version detection 
4328       of autoconf and autoheader; fixes for examples using 
4329       libtool to adhere to stricter syntax of newer version.
4332 o   Henrik Nordstrom <hno@squid-cache.org>
4333     * Allow winbindd to return the correct number of groups 
4334       when the groups array must be enlarged.
4337 o   Narayana Pattipati <narayana.pattipati@wipro.com>
4338     * Solaris autoconf detection fixes.
4341 o   Tim Potter <tpot@samba.org>
4342     * BUG 1360: (correct fix) Use -Wl when passing flags to 
4343       the linker.
4344     * HP-UX compile fixes (from JBravo on #samba-technical).
4345     * BUG 1731: More HP-UX compiles fixes.
4346     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
4347       spits the dummy otherwise.
4348     * Fix bug in Python printerdata wrapper.
4349     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
4350       <bugzilla-samba@thewrittenword.com>).
4351     * Fix parameter confusion in priming of name-to-sid cache
4352       (Found by Qiao Yang).
4353     * BUG 1888: Remove '..' from all pre-processor commands.
4354     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
4355       DEBUG_PASSWORD.
4358 o   Matt Selsky <selsky@columbia.edu>
4359     * BUG 350: use autoconf 2.57 feature for checking header file
4360       preprocessing (fixes configure warnings on Solaris).
4363 o   Richard Renard <rrenard@idealx.com>
4364     * Fix usermgr.exe and trust relationships.
4367 o   Paul Szabo <psz@maths.usyd.edu.au>
4368     * Fix to make find_workgroup use the same 
4369       truncation as create_workgroup.
4372 o   Richard Sharpe <rsharpe@samba.org>
4373     * Ensure cli_write() can support writes >= 65536 bytes.
4376 o   Simo Sorce <idra@samba.org>
4377     * Added check password script code in examples/auth/crackcheck/
4378     * Fix memory corruption bug caused in freeing static memory.
4381 o   Andrew Tridgell <tridge@samba.org>
4382     * Remove lp_use_mmap() from map_file() since the latter 
4383       is for read only and does not require coherence.
4384     * Ensure that the uuid pack/unpack routines do not go past 
4385       the end of the structure.
4386     * Converted Samba 3 tree to use the new utf-16 aware iconv 
4387       code. 
4388     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
4389     * Ensure configure only uses '=' instead of the bashism '=='.
4390     * Reduces the number of tdb locking calls made on file IO.
4391     
4393 o   Jelmer Vernooij <jelmer@samba.org>
4394     * Convert internal data to UTF-8 before calling libxml2.
4395     * Complain if 'password chat' doesn't contain the %u variable
4396       (based on a patch by Ronan Waide).
4397     
4399 o   Josef Zlomek
4400     * BUG 1541:  Fix recursive ls in smbclient. 
4402     
4403 o   Igor Zhbanov <bsg@uniyar.ac.ru>
4404     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
4405       option.
4407       --------------------------------------------------
4409                   =============================
4410                   Release Notes for Samba 3.0.7
4411                            Sept 13, 2004
4412                   =============================
4414 Common bugs fixed in 3.0.7 include:
4416   o Fixes for two Denial of Service vulnerabilities
4417     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
4418   o Winbind failure to return user entries under certain
4419     conditions.
4420   o Syntax errors in the OpenLDAP schema file (samba.schema).
4421   o Printing errors caused by not setting default values
4422     for the various printing commands.
4425 Changes since 3.0.6
4426 -------------------
4428 smb.conf changes
4429 ----------------
4431     Parameter Name                      Action
4432     --------------                      ------
4433     winbind enable local accounts       disabled by default
4435     
4436 commits
4437 -------
4438 o   Jeremy Allison <jra@samba.org>
4439     * Fix parsing of names ending in dot and a few other error 
4440       returns.
4441     * BUG 1674: Move the symlinks checks into reduce_name().
4442     * Fix memleak when checking the valid names smb.conf option.
4443     * Fix memleak on error return path in the file open code.
4444     * More paranoia checks in the hash2 mangling code.
4445     * Fix syntax error in configure.in.
4446     * Match Win2k3's behavior for pathname parsing error returns.
4447     * Make nmbd more robust against bad netbios packets 
4448       (CAN-2004-0808).
4449     * Add more checks for invalid ASN.1 packets for SPNEGO packets
4450       (CAN-2004-0807).
4452   
4453 o   Andrew Bartlett <abartlet@samba.org>  
4454     * Janitor work in loadparm.c -- remove unused parameters.
4457 o   Gerald Carter <jerry@samba.org>
4458     * BUG 1464: Ensure that printing commands are initialized even
4459       if the 'printing' parameter is not explicitly set.
4460     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
4461       Adharsh Praveen <rprav@india.hp.com>)
4462     * Work around parsing error in the print change notify code.
4463     * remove duplicate declaration of getprintprocdir from 
4464       rpcclient.
4465     * Only use sAMAccountName and not userPrincipalName when looking
4466       up a username in AD since the breaks winbindd (lookup_name() 
4467       only works with the sAMAccountName).
4468     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
4469       filling in the username in the user_info3.
4470     * Fix logic bug in the check for creating a user's home directory 
4471       in register_vuid(); caused home directory to be mismatched to 
4472       the first share in smb.conf under certain conditions.
4473     * BUG 1656: rename auto.a to auto.smb.
4474     * Ensure that we assign our pid to print jobs (and not our 
4475       parent's pid); ensures that spooling jobs from dead smbds 
4476       are removed from the tdb.
4477     * Disable 'winbind enable local accounts' by default.
4478     * Adding some initial checks for DragonFly (same as 
4479       FreeBSD 4.1).
4480     
4482 o   Guenther Deschner <gd@samba.org> 
4483     * Use SMB_ASSERT() to track down NULL printer names in 
4484       the tdb open code.
4485     * Revert fix for BUG 1474 to avoid unnecessary packaging 
4486       dependencies.
4489 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
4490     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
4491       and 5.1.
4492     * BUG 1626: More compile fixes.
4495 o   Rob Foehl <rwf@loonybin.net>
4496     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
4497       by attempts to sanitize the defined attributes.
4500 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
4501     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
4504 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
4505     * BUG 1657: Remove used initialized variable, 
4506     * BUG 1658: Add a little bit of const.
4509 o   Volker Lendecke <vl@samba.org>
4510     * If there's garbage in the pidfile, we should not panic 
4511       but assume that no one else is around. We can't find the 
4512       other guy anyway.
4515 o   Jim McDonough <jmcd@us.ibm.com>
4516     * Fixup format string in the tdb error messages.
4519 o   Jonas Olsson <lexicon@lysator.liu.se>
4520     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
4521       reporting the list in usrmgr.exe.
4524 o   Tim Potter <tpot@samba.org>
4525     * Fix out-of-tree builds (problem with the script to generate 
4526       the svn version number).
4527     * BUG 1360:  Need to use -Wl when passing flags to the linker.
4528     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
4529       doesn't have one of its own.
4531 o   Simo Sorce <idra@samba.org>
4532     * Fixup compile issues on AIX caused by broken strlen() and 
4533       strdup().
4534     * Update debian packaging files.
4537 o   Dimitri van der Spek <dwspek@aboveit.nl>
4538     * Use the correct counter when copying group rids from the 
4539       user_info3 struct in pam_winbind.
4540       
4542 o   Qiao Yang <qyang@stbernard.com>
4543     * BUG 1622: Only cache the user
4546       --------------------------------------------------
4547       
4548                   =============================
4549                   Release Notes for Samba 3.0.6
4550                            Aug 19, 2004
4551                   =============================
4553 Common bugs fixed in 3.0.6 include:
4555   o Schannel failure in winbindd.
4556   o Numerous memory leaks.
4557   o Incompatibilities between the 'write list' and 'force user'
4558     smb.conf options.
4559   o Premature optimization of the open_directory() internal 
4560     function that broke tools such as the ArcServe backup 
4561     agent, Macromedia HomeSite, and Robocopy.
4562   o Corrupt workgroup names in nmbd's browse.dat.
4563   o Sharing violation errors commonly seen when opening
4564     when serving Microsoft Office documents from a Samba 
4565     file share.
4566   o Browsing problems caused by an apostrophe (') in the 
4567     computer's description field.
4568   o Problems creating special file types from UNIX CIFS 
4569     clients and enabling 'unix extensions'.
4570   o Fix stalls in smbd caused by inaccessible LDAP servers.
4571   o Remove various memory leaks.
4572   o Fix issues in the password lockout feature.
4574 New features introduced in this release include:
4576   O Support symlinks created by CIFS clients which 
4577     can be followed on the server.
4578   o Using a cups server other than localhost.
4579   o Maintaining the service principal entry in the system 
4580     keytab for integration with other kerberized services.
4581     Please refer to the 'use Kerberos keytab' entry in 
4582     smb.conf(5).  When using the heimdal Kerberos libraries,
4583     you must also specify the following in /etc/krb5.conf:
4584     [libdefaults]
4585        default_keytab_name = FILE:/etc/krb5.keytab
4586   o Support for maintaining individual printer names
4587     stored separately from the printer's sharename.
4588   o Support for maintaining user password history.
4589   o Support for honoring the logon times for user in a 
4590     Samba domain.
4593 ============================================
4594 unix extensions = yes (default) and symlinks
4595 ============================================
4597 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
4598 clients supporting the UNIX extensions to the CIFS protocol 
4599 can create symlinks to absolute paths which will be **followed** 
4600 by the server.  This functionality has been requested in order 
4601 to correctly support certain applications when the user's home 
4602 directory is mounted using some type of CIFS client (e.g. the 
4603 cifsvfs in the Linux 2.6 kernel).
4605 If this behavior is not acceptable for your production environment
4606 you can set 'wide links = no' in the specific share declaration in 
4607 the server's smb.conf.  Be aware that disabling wide link support 
4608 out of a share in Samba may impact the server's performance due 
4609 to the fact that smbd will now have to check each path additional 
4610 times before traversing it.
4611   
4613 ========================
4614 Password History Support 
4615 ========================
4617 The new password history feature allows smbd to check the new 
4618 password in password change requests against a list of the user's
4619 previous passwords.  The number of previous passwords to save can 
4620 be set using pdbedit (4 in this example):
4622    root# pdbedit -P "password history" -C 4
4624 When using the ldapsam passdb backend, it is vital to secure the 
4625 following attributes from access by non-administrative users:
4627    * sambaNTPassword
4628    * sambaLMPassword
4629    * sambaPasswordHistory
4631 You should refer to your directory server's documentation on how 
4632 to implement this restriction.
4635 Changes since 3.0.5
4636 -------------------
4638 smb.conf changes
4639 ----------------
4641     Parameter Name              Action
4642     --------------              ------
4643     cups server                 New
4644     defer sharing violations    New
4645     force unknown acl user      New
4646     ldap timeout                New
4647     printcap cache time         New
4648     use Kerberos keytab         New
4649     
4650 commits
4651 -------
4652 o   Jeremy Allison <jra@samba.org> 
4653     * Correct path parsing bug that broke DeletePrinterDriverEx().
4654     * Fix bugs in check_path_syntax() caught by asserts.
4655     * Internal change - rearrange internal global case setting 
4656       variables to a per connection basis.
4657     * BUG 1345: Fix premature optimization in unix_convert(). 
4658     * Allow clients to truncate a locked file.
4659     * BUG 1319: Always check to see if a user as write access
4660       to a share, even when 'force user' is set.
4661     * Fix specific case of open that doesn't cause oplock break, 
4662       or share mode check.
4663     * Correct sid type is WKN_GROUP, not alias. Added some 
4664       more known types (inspired by patch from Jianliang Lu).
4665     * Allow creation of absolute symlink paths via CIFS clients.
4666     * Fix charset bug in when invoking send_mailslot().
4667     * When using widelinks = no, use realpath to canonicalize 
4668       the connection path on connection create for the user. 
4669     * Enhance stat open code.
4670     * Fix unix extensions mknod code path.
4671     * Allow unix domain socket creation via unix extensions.
4672     * Auto disable the 'store dos attribute' parameter if the 
4673       underlying filesystem doesn't support EAs.
4674     * Implement deferred open code to fix a bug with Excel files 
4675       on Samba shares.
4676     * BUG 1427: Catch bad path errors at the right point.  Ensure 
4677       all our pathname parsing is consistent.
4678     * Fix SMB signing error introduced by the new deferred open 
4679       code.
4680     * Change default setting for case sensitivity to "auto". (see 
4681       commit message -- r1154 -- for details).
4682     * Add new remote client arch -- CIFSFS.
4683     * Allow smbd to maintain the service principal entry in the 
4684       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
4685       Guenther Deschner, et. al.).
4686     * Fix longstanding memleak bug with logfile name.
4687     * Fix incorrect type in printer publishing (struct uuid, 
4688       not UUID_FLAT).
4689     * Heimdal compile fixes after introduction of the new ketyab 
4690       feature.
4691     * Ensure we check attributes correctly on rename request.
4692     * Ensure we defer a sharing violation on rename correctly.
4693     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
4694       on timeout.
4695     * Fix bogus error message when using "mangling method = hash" 
4696       rather than hash2.
4697     * Turn on sendfile by default for non-Win9x clients.
4698     * Handle non-io opens that cause oplock breaks correctly.
4699     * Ensure ldap replication sleep time is not more than 5 seconds.
4700     * Add support for storing a user's password history.
4701       LDAP portion of the code was based on a patch from 
4702       Jianliang Lu <j.lu@tiesse.com>.
4703     * Correct memory leaks found in the password change code.
4704     * Fix support for the mknod command with the Linux CIFS client.
4705     * Remove support for passing the new password to smbpasswd 
4706       on the command line without using the -s option.
4707     * Ensure home directory service number is correctly reused
4708       (inspired by patches from Michael Collin Nielsen 
4709       <michael@hum.aau.dk>).
4710     * Fix to stop printing accounts from resetting the bas 
4711       password and account lockout flags.
4712     * If a account was locked out by an admin (and has a bad 
4713       password count of zero) leave it locked out until an admin 
4714       unlocks it (but log a message).
4715     * Ensure we return the same ACL revision on the wire that 
4716       W2K3 does.
4717     * BUG 1578: Hardcode replacement for invalid characters as '_'
4718       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
4719     * Fix hashed password history for LDAP backends.
4720     * Enforce logon hours restrictions if confiogured (based on code 
4721       from Richard Renard <rrenard@idealx.com>).
4722     * BUG 1606: Force smbd to disable sendfile with DOS clients 
4723       and ensure that the chained header is filled in for ...&X 
4724       commands.
4725     * BUG 1602: Fix access to shares when all symlink support 
4726       has been disabled.
4730 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
4731     * Allow pdbedit to export a single user from a passdb backend.
4732     
4734 o   Andrew Bartlett <abartlet@samba.org>  
4735     * Fix parsing bug in GetDomPwInfo().
4736     * Fix segfault in 'ntlm_auth --diagnostics'.
4737     * Re-enable code to allow sid_to_gid() to perform a group 
4738       mapping lookup before checking with winbindd.
4739     * Fix memory leak in the trans2 signing code.
4740     * Allow more flexible GSS-SPENGO client and server operation 
4741       in ntlm_auth.
4742     * Improve smbd's internal random number generation.
4743     * Fix a few outstanding long password changes in smbd.
4744     * Fix LANMAN2 session setup code.
4747 o   Eric Boehm <boehm@nortelnetworks.com>
4748     BUG 703: Final touches on netgroup case lookups.
4749     
4750     
4751 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
4752     * Ensure error status codes don't get overwritten in 
4753       lsa_lookup_sids() server code.
4754     * Correct bug that caused smbd to overwrite certain error 
4755       codes when returning up the call stack.
4756     * Ensure the correct sid type returned for builtin sids.
4759 o   Gerald Carter <jerry@samba.org>
4760     * Fix a few bugs in the Fedora Packaging files.
4761     * Fix for setting the called name to by our IP if the 
4762       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
4763       with connecting to printers via \\ip.ad.dr.ess\printer 
4764       UNC path.
4765     * BUG 1315: fix for schannel client connections to servers
4766       when we haven't specifically negotiated AUTH_PIPE_SEAL.
4767     * Allow PrinterDriverData valuenames with embedded backslashes
4768       (Fixes bug with one of the Konica Fiery drivers).
4769     * Fixed string length miscalculation in netbios names that 
4770       resulted in corrupt workgroup names in browse.dat.
4771     * When running smbd as a daemon, launch child smbd to update 
4772       the lpq cache listing in the background.
4773     * Allow printers "Printers..." folder to be renamed to a string 
4774       other than the share name.
4775     * Allow winbindd to use domain trust account passwords when 
4776       running on a Samba DC to establish an schannel to remote 
4777       domains.
4778     * Fix bad merge and ensure that we always use tdb_open_log() 
4779       instead of tdb_open_ex() (the former call enforce the 'use 
4780       mmap' parameter).
4781     * BUG 1221: revert old change that used single and double 
4782       quotes as delimeters in next_token(), and change 
4783       print_parameter() to print out parm values surrounded by 
4784       double quotes (instead of single quotes).
4785     * Prevent home directories added during the SMBsesssetup&X from 
4786       being removed as unused services.
4787     * Invalidate the print object cache for open printer handles when
4788       smbd receives a message that an attribute on a given printer 
4789       has been changed.
4790     * Cause the configure script to exit if --enable-cups[=yes] is 
4791       defined and the system does not have the cups devel files 
4792       installed.
4793     * BUG 1297: Prevent map_username() from being called twice 
4794       during logon.
4795     * Ensure that we use the userPrincipalName AD attribute 
4796       value for LDAP SASL binds.
4797     * Ensure we remove the tdb entry when deleting a job that 
4798       is being spooled.
4799     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
4800       client sends a FindNextPrintChangeNotify() request without 
4801       previously sending a FindFirstPrintChangeNotify().  Return 
4802       the same error code as Windows 2000 SP4.
4803     * BUG 1516: Manually declare ldap_open_with_timeout() to 
4804       workaround compiler errors on IRIX (or other systems without 
4805       LDAP headers).
4806     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
4807       3.0.5.
4808     * Corrected syntax error in the OID for sambaUnixIdPool, 
4809       sambaSidEntry, & sambaIdmapEntry object classes.
4810     * Tighten the cache consistency with the ntprinters.tdb entry 
4811       an the in memory cache associated with open printer handles.
4812     * Make sure that register_messages_flags() doesn't overwrite 
4813       the originally registered flags.
4816 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
4817     * Debian BUG 252591: Ensure that the return value from the 
4818       number of available interfaces is initialized in case no 
4819       interfaces are actually available.
4822 o   Guenther Deschner <gd@sernet.de> 
4823     * Implement 'rpcclient setprintername'.
4824     * Add local groups to the user's NT_TOKEN since they are 
4825       actually supported now.
4826     * Heimdal compile fixes after introduction of the new keytab 
4827       feature.
4828     * Correctly honor the info level parameter in 'rpcclient 
4829       enumprinters'.
4830     * Reintroduce 'force unknown acl user' parameter.  When getting a 
4831       security descriptor for a file, if the owner sid is not known, 
4832       the owner uid is set to the current uid. Same for group sid.
4833     * Ensure that REG_SZ values in the SetPrinterData actually 
4834       get written in UNICODE strings rather than ASCII.
4835     * Ensure that the last Kerberos error return is not invalid.
4836     * Display share ACL entries from rpcclient.
4837     * Correct infinite loop in pam_winbind's verification of 
4838       group membership in the 'other sids' field in the user_info3 
4839       struct.
4842 o   Fabian Franz <FabianFranz@gmx.de>
4843     * Support specifying a port in the device URL passed to smbspool.
4844     
4845     
4846 o   Steve French <sfrench@us.ibm.com>
4847     * Handle -S and user mount parms in mount.cifs.
4848     * Fix user unmount of shares mount with suid mount.cifs.
4849     * prevent infinite recusion in reopen_logs() when expanding 
4850       the smb.conf variable %I.
4853 o   Bjoern Jacke <bj@sernet.de>
4854     * Install libsmbclient into $(LIBDIR), not into hard coded 
4855       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
4856       and an explicit configure --libdir setting.
4859 o   <kawasa_r@itg.hitachi.co.jp>
4860     * Correct more memory leaks and initialization bugs.
4861     * Fix bug that prevented core dumps from being generated 
4862       even if you tried.
4863     * Connect to the winbind pipe in non-blocking mode to 
4864       prevent processes from hanging.
4865     * Memory leak fixes.
4868 o   Stephan Kulow <coolo@suse.de>
4869     * Fix crash bug in libsmbclient.
4872 o   Volker Lendecke <vl@samba.org>
4873     * Added vfs_full_audit module.
4874     * Add vfs_afsacl.c which can display & set AFS acls via 
4875       the NT security editor.
4876     * Fix crash bug caused by trying to Base64 encode a NULL string.
4877     * Fix DOS error code bug in reply_chkpath().
4878     * Correct misunderstanding of the max_size field in 
4879       cli_samr_enum_als_groups;  it is more like an account_control 
4880       field with individual bits what to retrieve.
4881     * Implement 'net rpc group rename' -- rename domain groups.
4882     * Implement the 'cups server' option. This makes it possible 
4883       to have virtual smbd's connect to different cups daemons.
4884     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
4885     * Fix sid_to_gid() calls in winbindd to prevent loops.
4886     * Ensure that local_sid_to_gid() sets the type of the group on 
4887       return.
4888     * Make sure that the clients are given back the IP address to 
4889       which they connected in the case of a multi-homed host. Only 
4890       affects strings the spoolss printing replies.
4891     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
4892       did not ask for the modifyTimestamp attribute, so it could 
4893       not find it.   Try not to regress by not putting that attrib 
4894       in the main list but append it manually for the relevant searches.
4895     * Fix two memleaks in login_cache.c.
4896     * fixes memory bloat when unmarshalling strings.
4897     * Fix compile errors using gcc 3.2 on SuSE 8.2.
4898     * Fix the build for systems without Kerberos headers.
4899     * Allow winbindd to handle authentication requests only when 
4900       started without either an 'idmap uid' or 'idmap gid' range.
4901     * Fix the build for systems without ldap headers.
4902     * Fix interaction between share security descriptor and the 
4903       'read only' smb.conf option.
4904     * Fix bug that caused _samr_lookupsids() with more than 32 (
4905       MAX_REF_DOMAINS) SIDs to fail.
4906     * Allow the 'idmap backend' parameter to accept a list of 
4907       LDAP servers for failover purposes.
4908     * Revert code in smbd to remove a tdb when it has become 
4909       corrupted.
4910     * Add paranoid checks when mapping SIDs to a uid/gid to 
4911       ensure that the type is correct.
4912     * Initial work on getting client support for sending mailslot 
4913       datagrams.
4914     * Add 'ldap timeout' parameter.
4915     * Dont always uppercase 'afs username map'.
4916     * Expand aliases for getusersids as well.
4917     * Improved NT->AFS ACL mapping VFS module.
4920 o   Herb Lewis <herb@samba.org>
4921     * Add the acls debug class.
4922     * Fix logic bug in netbios name truncate routine.
4923     * Fix smbd crash caused by smbtorture IOCTL test.
4924     * Fix errno tromping before calling iconv to reset the 
4925       conversion state.
4926     * need to leave empty dacl so we can remove last ACE.
4929 o   Jianliang Lu <Jianliang.Lu@getronics.com>
4930     * Fix to stop smbd hanging on missing group member in 
4931       get_memberuids().
4932     * Make sure Samba returns the correct group types.
4933      * Reset the bad password count password counts upon a successful login.
4934      
4935      
4936 o   Jason Mader <jason@ncac.gwu.edu>
4937     * BUG 1385: Don't use non-consts in a structure initialization.
4938     
4940 o   Jim McDonough <jmcd@us.ibm.com>
4941     * BUG 1279: SMBjobid fix for Samba print servers running on 
4942       Big-Endian platforms.
4945 o   Joe Meadows <jameadows@webopolis.com>
4946     * Add optional timeout parameter to ldap open calls.
4947     * Allow get_dc_list() to check the negative cache.
4950 o   Stefan Metzmacher <metze@samba.org>    
4951     * fix a configure logic bug for linux/XFS quotas when 
4952       using --with-sys-quotas.
4953     * Use quota debug class in quota code.
4954     * print out the SVN revision by configure,
4955     
4957 o   Buchan Milne <bgmilne@mandrake.org>
4958     * Mandrake packaging fixes.
4959     
4960     
4961 o   Lars Mueller <lmuelle@samba.org>
4962     * BUG 1279: Added 'printcap cache time' parameter.
4963     * Fix afs related build issues on SuSE.
4964     * Fix compiler warnings in the Kerberos client code.
4967 o   James Peach <jpeach@sgi.com>
4968     * More iconv detection fixes for IRIX.
4969     * Compile fixed for systems that do not have C99/UNIX98 compliant 
4970       vsnprintf by default.
4971     * Prevent smbd from attempting to use sendfile at all if it is 
4972       not supported by the server's OS.
4973     * Allow SWAT to search for index.html when serving html files 
4974       in a directory.
4977 o   Dan Peterson
4978     * Implement NFS quota support on FreeBSD.
4981 o   Tim Potter <tpot@samba.org>
4982     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
4983       avoid conflicts with identical symbols in the global namespace 
4984       when loading libnss_wins.so.
4987 o   Richard Renard <rrenard@idealx.com>
4988     * Save the current password as it is being changed into the 
4989       password history list.
4992 o   Richard Sharpe <rsharpe@samba.org>
4993     * Fix error return codes on some lock messages.
4994     * BUG 1178: Make the libsmbclient routines callable 
4995       by C++ programs.
4996     * BUG 1333: Make sure we return an error code when 
4997       things go wrong.
4998     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
4999       share mode locking requests fail.
5002 o   Simo Sorce <idra@samba.org>
5003     * Update Debian stable & unstable packaging.
5004     * Tidy up parametric options in testparm output.
5007 o   Richard Sharpe <rsharpe@samba.org>
5008     * Add sigchild handling to winbindd to restart the child 
5009       daemon if necessary.
5012 o   Tom Shaw <tomisfaraway@gmail.com>
5013     * Use winbindd_fill_pwent() consistently.
5016 o   Nick Thompson <nickthompson@agere.com>
5017     * Protect smbd against broken filesystems which return zero 
5018       blocksize.
5021 o   Andrew Tridgell <tridge@samba.org>
5022     * Fixed bug in handling of timeout in socket connections.
5023      
5025 o   Nick Wellnhofer <wellnhofer@aevum.de>    
5026     * Prevent lp_interfaces() list from being corrupted.  Fixes
5027       bug where nmbd would lose the list of network interfaces 
5028       on the system and consequently shutdown.
5030       
5031 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
5032     * Fix ntlm_auth memory leaks.
5035 o   Jelmer Vernooij <jelmer@samba.org>
5036     * Additional NT status to unix error mappings.
5037     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
5038       get duplicate symbol errors.
5039     * Return an error when the last command read from stdin 
5040       fails in smbclient.
5041     * Prepare for better error checking in tar.
5042     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
5043       
5045       --------------------------------------------------
5046       
5047                  =============================
5048                  Release Notes for Samba 3.0.5
5049                          July 20, 2004
5050                  =============================
5052 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
5053 the exception of correcting the two security issues outlined 
5054 below.
5056 ######################## SECURITY RELEASE ########################
5058 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
5059 CVE ID:        CAN-2004-0600, CAN-2004-0686
5060                (http://cve.mitre.org/)
5063 This is the latest stable release of Samba. This is the version
5064 that production Samba servers should be running for all current
5065 bug-fixes.
5067 It has been confirmed that versions of Samba 3 prior to v3.0.4
5068 are vulnerable to two potential buffer overruns.  The individual
5069 details are given below.
5071 =============
5072 CAN-2004-0600
5073 =============
5075 Affected Versions:      Samba 3.0.2 and later
5077 The internal routine used by the Samba Web Administration
5078 Tool (SWAT v3.0.2 and later) to decode the base64 data
5079 during HTTP basic authentication is subject to a buffer
5080 overrun caused by an invalid base64 character.  It is
5081 recommended that all Samba v3.0.2 or later installations
5082 running SWAT either (a) upgrade to v3.0.5, or (b) disable
5083 the swat administration service as a temporary workaround.
5085 This same code is used internally to decode the
5086 sambaMungedDial attribute value when using the ldapsam
5087 passdb backend. While we do not believe that the base64
5088 decoding routines used by the ldapsam passdb backend can
5089 be exploited, sites using an LDAP directory service with
5090 Samba are strongly encouraged to verify that the DIT only
5091 allows write access to sambaSamAccount attributes by a
5092 sufficiently authorized user.
5094 The Samba Team would like to heartily thank Evgeny Demidov
5095 for analyzing and reporting this bug.
5097 -------------
5098 CAN-2004-0686
5099 -------------
5101 Affected Versions:      Samba 3.0.0 and later
5103 A buffer overrun has been located in the code used to support
5104 the 'mangling method = hash' smb.conf option.  Please be aware
5105 that the default setting for this parameter is 'mangling method
5106 = hash2' and therefore not vulnerable.
5108 Affected Samba 3 installations can avoid this possible security
5109 bug by using the default hash2 mangling method.  Server
5110 installations requiring the hash mangling method are encouraged
5111 to upgrade to Samba 3.0.5.
5114 ##################################################################
5116     --------------------------------------------------
5117                  
5118                  =============================
5119                  Release Notes for Samba 3.0.4
5120                           May 8, 2004
5121                  =============================
5123 Common bugs fixed in Samba 3.0.4 include:
5125   o Password changing after applying the patch described in 
5126     the Microsoft KB828741 article to Windows clients.
5127   o Crashes in smbd.
5128   o Managing print jobs via Windows on Big-Endian servers.
5129   o Several memory leaks in winbindd and smbd.
5130   o Compile issues on AIX and *BSD.
5132 Changes since 3.0.3
5133 --------------------
5135 commits
5136 -------
5138 o   Jeremy Allison <jra@samba.org>
5139     * Fix path processing for DeletePrinterDriverEx().
5140     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
5141       breakage.
5144 o   Andrew Bartlett <abartlet@samba.org>
5145     * Fix alignment bug in GetDomPwInfo().
5148 o   Alexander Bokovoy <ab@samba.org>
5149     * Fix utime[s]() issues in smbwrapper on systems 
5150       that can boot both the 2.4 and 2.6 Linux kernels.
5153 o   Gerald Carter <jerry@samba.org>
5154     * Fedora packaging fixes.
5155     * BUG 1302: Fix seg fault by not trying to optimize a list of 
5156       invalid gids using the wrong array size.
5157     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
5158       seen when 'security = share'.
5159     * Fix problems when using IBM's compiler on AIX.
5160     * Link Developer's Guide, Example Guide, and multi-page HOWTO
5161       into SWAT's welcome page.
5162     * BUG 1293: fix double free in printer publishing code.
5164     
5165 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
5166     * Fix for handling timeouts in socket connections.
5169 o   Michel Gravey <michel.gravey@optogone.com>
5170     * BUG 483: patch from  to fix password hash creation in SWAT.
5171     
5173 o   Volker Lendecke <vl@samba.org>
5174     * Close the open NT pipes before the tdis.
5175     * Fix AFS related build issues.
5176     * Handle error conditions when base64 encoding a blob of 0 bytes.
5178     
5179 o   Herb Lewis <herb@samba.org>
5180     * Added 'acls' debug class.
5182 o   kawasa_r@itg.hitachi.co.jp
5183     * Multiple variable initialization and memory leak fixes.
5184     
5185     
5186 o   Stephan Kulow <coolo@suse.de>
5187     * Fix string length bug in libsmbclient that caused KDE's 
5188       Konqueror to crash.
5189     * BUG 429: More libsmbclient fixes.
5192 o   Jim McDonough <jmcd@us.ibm.com>
5193     * BUG 1007, 1279: Store the print job using a little-endian key.
5196 o   Eric Mertens
5197     o Compile fix for OpenBSD (ENOTSUP not supported).
5199     
5200 o   Stefan Metzmacher <metze@samba.org>
5201     * Correct bug in disks quota views from explorer.
5203     
5204 o   Tim Potter <tpot@samba.org>
5205     BUG 1305: Correct debug output.
5208 o   Richard Sharpe <rsharpe@samba.org>
5209     * Fix incorrect error code mapping.
5212 o   Jelmer Vernooij <jelmer@samba.org>
5213     * Add additional NT_STATUS errorm mappings.
5214     
5216     --------------------------------------------------
5218                  =============================
5219                  Release Notes for Samba 3.0.3
5220                         April 29, 2004
5221                  =============================
5224 Common bugs fixed in Samba 3.0.3 include:
5226   o Crash bugs and change notify issues in Samba's printing code.
5227   o Honoring secondary group membership on domain member servers.
5228   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
5229   o Substitution errors for %[UuGg] in smb.conf.
5230   o winbindd crashes when using ADS security mode.
5231   o SMB signing errors.
5232   o Delays in winbindd startup caused by unnecessary 
5233     connections to trusted domain controllers.
5234   o Various small memory leaks.
5235   o Winbindd failing due to expired Kerberos tickets.
5237 New features introduced in Samba 3.0.3 include:
5239   o Improved support for i18n character sets.
5240   o Support for account lockout policy based on
5241     bad password attempts.
5242   o Improved support for long password changes (>14
5243     characters) and strong password enforcement.
5244   o Support for Windows aliases (i.e. nested groups).
5245   o Experimental support for storing DOS attribute on files
5246     and folders in Extended Attributes.
5247   o Support for local nested groups via winbindd.
5248   o Specifying options to be passed directly to the CUPS libraries.
5250 Please be aware that the Samba source code repository was 
5251 migrated from CVS to Subversion on April 4, 2004.  Details on 
5252 accessing the Samba source tree via anonymous svn can be found 
5253 at http://svn.samba.org/samba/subversion.html.
5256 Changes since 3.0.2a
5257 --------------------
5258 smb.conf changes
5259 ----------------
5261     Parameter Name              Action
5262     --------------              ------
5263     cups options                New
5264     ea support                  New
5265     only user                   Deprecated
5266     store dos attributes        New
5267     unicode                     Removed
5268     winbind nested groups       New
5270     
5271 commits
5272 -------
5274 o   Jeremy Allison <jra@samba.org>
5275     * Ensure that Kerberos mutex is always properly unlocked.
5276     * Removed Heimdal "in-memory keytab" support.
5277     * Fixup the 'multiple-vuids' bugs in our server code.
5278     * Correct return code from lsa_lookup_sids() on unmapped
5279       sids (based on work by vl@samba.org).
5280     * Fix the "too many fcntl locks" scalability problem 
5281       raised by tridge.
5282     * Fixup correct (as per W2K3) returns for lookupsids 
5283       as well as lookupnames.
5284     * Fixups for delete-on-close semantics as per Win2k3 behavior.
5285     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
5286     * Fix "unable to initialize" bug when smbd hasn't been run with 
5287       new system and a user is being added via pdbedit/smbpasswd.
5288     * Added NTrename SMB (0xA5).
5289     * Fixup correct timeout values for blocking lock timeouts.
5290     * Fix various bugs reported by 'gentest'.
5291     * More locking fixes in the case where we own the lock.
5292     * Fix up regression in IS_NAME_VALID and renames.
5293     * Don't set allocation size on directories.
5294     * Return correct error code on fail if file exists and target 
5295       is a directory.
5296     * Added client "hardlink" comment to test doing NT rename with 
5297       hard links.  Added hardlink_internals() code - UNIX extensions 
5298       now use this as well.
5299     * Use a common function to parse all pathnames from the wire for 
5300       much closer emulation of Win2k3 error return codes.
5301     * Implement check_path_syntax() and rewrite string sub 
5302       functions for better multibyte support.
5303     * Ensure msdfs referrals are multibyte safe.
5304     * Allow msdfs symlink syntax to be more forgiving.
5305       eg. sym_link -> msdfs://server/share/path/in/share 
5306       or  sym_link -> msdfs:\\server\share\path\in\share.
5307     * Cleanup multibyte netbios name support in nmbd ( based on patch
5308       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
5309     * Fix check_path_syntax() for multibyte encodings which have 
5310       no '\' as second byte (based on work by ab@samba.org.
5311     * Fix the "dfs self-referrals as anonymous user" problem
5312       (based on patch from vl@samba.org).
5313     * BUG 1064: Ensure truncate attribute checking is done correctly 
5314       on "hidden" dot files.
5315     * Fix bug in anonymous dfs self-referrals again.
5316     * Fix get/set of EA's in client library
5317     * Added support for OS/2 EA's in smbd server.
5318     * Added 'ea support' parameter to smb.conf.
5319     * Added 'store dos attributes' parameter to smb.conf.
5320     * Fix wildcard identical rename.
5321     * Fix reply_ctemp - make compatible with w2k3.
5322     * Fix wildcard unlink.
5323     * Fix wildcard src with wildcard dest renames.      
5324     * BUG 1139: Fix based on suggestion by jdev@panix.com.
5325       swap lookups for user and group - group will do an
5326       algorithmic lookup if it fails, user won't.
5327     * Make EA's lookups case independent.
5328     * Fix SETPATHINFO in 'unix extensions' support.
5329     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
5330       the UNIX info levels, and the short case preserve names.
5333 o   Timur Bakeyev <timur@com.bat.ru>
5334     * BUG 1144: only set --with-fhs when the argument is 'yes'
5335     * BUG 1152: Allow python modules to build despite libraries added 
5336       to LDFLAGS instead of LDPATH.
5337     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
5340 o   Craig Barratt <cbarratt@users.sourceforge.net>
5341     * BUG 389: Allow multiple exclude arguments with smbclient 
5342       tar -Xr options (better support for Amanda backup client).
5345 o   Andrew Bartlett <abartlet@samba.org>
5346     * Include support for linking with cracklib for enforcing strong 
5347       password changes.
5348     * Add support for >14 character password changes from Windows 
5349       clients.
5350     * Add 'admin set password' capability to 'net rpc'.
5351     * Allow 'net rpc samdump' to work with any joined domain 
5352       regardless of smb.conf settings.
5353     * Use an allocated buffer for count_chars.
5354     * Add sanity checks for changes in the domain SID in an 
5355       LDAP DIT.
5356     * Implement python unit tests for Samba's multibyte string 
5357       support.
5358     * Remove 'unicode' smb.conf option.
5359     * BUG 1138: Fix support for 'optional' SMB signing and other 
5360       signing bugs.
5361     * BUG 169: Fix NTLMv2-only behavior.
5362     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
5363       default.
5364     * Support SMB signing on connections using only the LANMAN 
5365       password and generate the correct the 'session key' for these 
5366       connections.
5367     * Implement --required-membership-of=, an ntlm_auth option 
5368       that restricts all authentication to members of this particular 
5369       group.
5370     * Improve our fall back code for password changes.
5371     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
5372       after the server had said something (such as an error).
5373     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
5375       
5376 o   Alexander Bokovoy <ab@samba.org>
5377     * Fix incorrect size calculation of the directory name 
5378       in recycle.so.
5379     * Fix problems with very long filenames in both smbd and smbclient
5380       caused by truncating paths during character conversions.
5381     * Fix smbfs problem with Tree Disconnect issued before smbfs 
5382       starts its work.
5385 o   Gerald Carter <jerry@samba.org>
5386     * BUG 850: Fix 'make installmodules' bug on True64.
5387     * BUG 66: mark 'only user' deprecated.
5388     * Remove corrupt tdb and shutdown (only for printing tdbs, 
5389       connections, sessionid & locking).
5390     * decrement smbd counter in connections.tdb in smb_panic().
5391     * RedHat specfile updates.
5392     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
5393     * BUG 1147; bad pointer case in get_stored_queue_info() 
5394       causing seg fault.
5395     * BUG 761: read the config file before initialized default 
5396       values for printing options; don't default to bsd printing 
5397       Linux.
5398     * Allow the 'printing' parameter to be set on a per share basis.
5399     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
5400     * BUG 848: don't create winbind local users/groups that already 
5401       exist in the tdb.
5402     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
5403       LynxOS/ppc).
5404     * BUG 488: fix the 'show client in col 1' button and correctly 
5405       enumerate active connections.
5406     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
5407       problem when storing the updating pid for the lpq cache.
5408     * BUG 1007 (partial): Fix print change notify bugs.
5409     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
5410       and winbind use default domain = yes.  Also ensures that 
5411     * BUG 1151: Ensure that winbindd users are passed through 
5412       the username map.
5413     * Fix client rpc binds for ASU derived servers (pc netlink, 
5414       etc...).
5415     * BUG 417, 1128: Ensure that the current_user_info is set
5416       consistently so that %[UuGg] is expanded correctly.
5417     * BUG 1195: Fix crash in winbindd when the ADS server is 
5418       unavailable.
5419     * BUG 1185: Set reconnect time to be the same as the 
5420       'winbind cache time'.
5421     * Ensure that we return the sec_desc in smb_io_printer_info_2.
5422     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
5423     * BUG 1095: Honor the '-l' option in smbclient.
5424     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
5425       block.
5426     * Ensure server schannel uses the auth level requested by the 
5427       client.
5428     * Removed --with-cracklib option due to potential crash issue.
5429     * Fix -lcrypto linking problem with wbinfo.
5430     * BUG 761: allow printing parameter to set defaults on a per 
5431       share basis.
5432     * Add 'cups options' parameter to allow raw printing without 
5433       changing /etc/cups/cupsd.conf.
5434     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
5435       winbindd.
5436     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
5437     * BUG 1288: resolve any machine netbios name (0x00) and not just 
5438       servers (0x20).
5439     * BUG 1199: Fix potential symlink issue in 
5440       examples/printing/smbprint.
5443 o   Robert Dahlem <Robert.Dahlem@gmx.net>
5444     * BUG 1048:  Don't return short names when when 'mangled names = no'
5447 o   Guenther Deschner <gd@suse.com>
5448     * Remove hard coded attribute name in the ads ranged retrieval
5449       code.
5450     * Add --with-libdir and --with-mandir to autoconf script.
5453 o   Bostjan Golob <golob@gimb.org>
5454     * BUG 1046: Fix  getpwent_list() so that the username is not 
5455       overwritten by other fields.
5458 o   Landon Fuller <landonf@opendarwin.org>
5459     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
5460       to fix user/group enumeration on systems whose libc does not 
5461       call setgrent() before trying to enumerate users (i.e. 
5462       FreeBSD 5.2).
5465 o   Steve French <sfrench@us.ibm.com>
5466     * Update mount.cifs to version 1.1.
5467     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
5468     * Fixes to minor security bug in the mount helper.
5469     * Fix credential file mounting for cifs vfs.
5470     * Fix free of incremented pointer in cifsvfs mount helper.
5471     * Fix path canonicalization of the mount target path and help 
5472       text display in the cifs mount helper.
5473     * Add missing guest mount option for mount.cifs.
5476 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
5477     * BUG 1055; formatting fixes for 'net share'.
5478     * BUG 692: correct truncation of share names and workgroup 
5479       names in smbclient.
5480     * BUG 1088: use strchr_m() for query_host (smbclient -L).
5481     * Patch from to internally count characters correctly.
5484 o   Paul Green <paulg@samba.org>
5485     * Update VOS _POSIX_C_SOURCE macro to 200112L.
5486     * Fix bug in configure.ion by moving the first use of 
5487       AC_CHECK_HEADERS so it is always executed.
5488     * Fix configure.in to only use $BLDSHARED to select whether to 
5489       build static or shared libraries.
5492 o   Pat Haywarrd <Pat.Hayward@propero.net>
5493     * Make the session_users list dynamic (max of 128K).
5494     
5495     
5496 o   Cal Heldenbrand <calzplace@yahoo.com> 
5497     * Fix for for 'pam_smbpass migrate' functionality.
5500 o   Chris Hertel <crh@samba.org>
5501     * fix enumeration of shares 12 characters in length via 
5502       smbclient.
5505 o   Ulrich Holeschak <ulrich@holeschak.de>
5506     * BUG 932: fix local password change using pam_smbpass
5509 o   Krischan Jodies <kj@sernet.de>
5510     * Implement 'net rpc group delete'
5513 o   John Klinger <john.klinger@lmco.com>
5514     * Return NSS_SUCCESS once the max number of gids possible 
5515        has been found in initgroups() on Solaris.
5516     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
5519 o   Volker Lendecke <vl@samba.org>
5520     * Fix success message for net groupmap modify.
5521     * Fix errors when enumerating members of groups in 'net rpc'.
5522     * Match Windows behavior in samr_lookup_names() by returning
5523       ALIAS(4) when you search in BUILTIN. 
5524     * Fix server SAMR code to be able to set alias info for 
5525       builtin as well. 
5526     * Fix duplication of logic when creating groups via smbd.
5527     * Ensure that the HWM values are set correctly after running 
5528       'net idmap'.
5529     * Add 'net rpc group add'.
5530     * Implement 'net groupmap set' and 'net groupmap cleanup'.
5531     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
5532     * Fix wb_delgrpmem (wbinfo -o).
5533     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
5534     * Fix sambaUserWorkstations on a Samba DC.
5535     * Implement wbinfo -k: Have winbind generate an AFS token after
5536       authenticating the user.
5537     * Add expand_msdfs VFS module for providing referrals based on the
5538       the client's IP address.
5539     * Implement client side NETLOGON GetDCName function.
5540     * Fix caching of name->sid lookups.
5541     * Add support in winbindd for expanding nested local groups.
5542     * Fix memleak in winbindd.
5543     * Fix msdfs proxy.
5544     * Don't list domain groups from BUILTIN.
5545     * Fix memleak in policy handle utility functions.
5546     * Decrease winbindd startup time by only contacting trusted 
5547       domains as necessary.
5548     * Allow winbindd to ask the DC for its domain for a trusted 
5549       DC.
5550     * Fix Netscape DS schema based on comments from 
5551       <thomas.mueller@christ-wasser.de>.
5552     * Correct case where adding a domain user to a XP local group 
5553       did a lsalookupname on the user without domain prefix, and 
5554       failed.
5555     * Fix segfault in winbindd caused by 'wbinfo -a'.
5556     
5558 o   Herb Lewis <herb@samba.org>
5559     * Fix typo for tag in proto file.
5560     * Add missing #ifdef HAVE_BICONV stuff.
5561     * Truncate Samba's netbios name at the first '.' (not 
5562       right to left).
5565 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
5566     * Bug fixes and enhancements to libsmbclient library.
5568     
5569 o   Jianliang Lu <j.lu@tiesse.com>
5570     * Enforce the 'user must change password at next login' flag.
5571     * Decode meaning of 'fields present' flags (improves support 
5572       for usrmgr.exe).
5573     * NTLMv2 fixes.
5574     * Don't force an upper case domain name in the ntlmssp code.
5575     
5577 o   L. Lucius <ib@digicron.com>.
5578     * type fixes.
5581 o   Jim McDonough <jmcd@us.ibm.com>
5582     * Add versioning support to tdbsam.
5583     * Update the IBM Directory Server schema with the OpenLDAP 
5584       file.
5585     * Various decoding fixes to improve usrmgr.exe support.
5586     * Fix statfs redeclaration of statfs struct on ppc
5587     * Implement support for password lockout of Samba domain 
5588       controllers and standalone servers.
5589     * Get MungedDial attribute actually working with full TS 
5590       strings in it for pdb_ldap.
5591     * BUG 1208 (partial): Improvements for working with expired krb5 
5592       tickets in winbindd.
5593     * Use timegm, or our already existing replacement instead of 
5594       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
5595     * Remove modifyTimestamp from list of our attributes.  
5596     * Fix lsalookupnames to check for domain users as well as local 
5597       users. 
5598     * Merge struct uuid replacement for GUID from trunk.
5599     * BUG 1208: Finish support for handling expired tickets in 
5600       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
5603 o   Stefan Metzmacher <metze@samba.org>
5604     * Implement new VERSION schema based on subversion revision 
5605       numbers.
5606     * Add shadow_copy vfs module.
5607     * Fix segault in login_cache support.
5610 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
5611      o BUG 979 -- Fix quota display on AIX.
5614 o   James Peach <jpeach@sgi.com>
5615     * Correct check for printf() format when using the SGI MIPSPro 
5616       compiler.
5617     * BUG 1038: support backtrace for 'panic action' on IRIX.
5618     * BUG 768: Accept profileing arg to IRIX init script.
5619     * BUG 748: Relax arg parsing to sambalp script (IRIX).
5620     * BUG 758: Fix pdma build.
5621     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
5622       Jason Mader.
5623       
5625 o   Kurt Pfeifle <kpfeifle@danka.de>
5626     * Add example shell script for migrating drivers and printers 
5627       from a Windows print server to a Samba print server using 
5628       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
5631 o   Tim Potter <tpot@samba.org>
5632     * Fix logic bug in tdb non-blocking lock routines when 
5633       errno == EAGAIN.
5634     * BUG 1025: Include sys/acl.h in check for broken nisplus 
5635       include files.      
5636     * BUG 1066: s/printf/d_printf/g in SWAT.
5637     * BUG 1098: rename internal msleep() function to fix build 
5638       problems on AIX.
5639     * BUG 1112: Fix for writable printerdata problem in python bindings.
5640     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
5641     * BUG 1155: enclose use of fchown() with guards.
5642     * Relicense tdb python module as LGPL.
5645 o   Richard Sharpe <rsharpe@samba.org>
5646     * Add support to smbclient for multiple logins on the same 
5647       session (based on work by abartlet@samba.org).
5648     * Correct blocking condition in smbd's use of accept() on IRIX.
5649     * Add support for printing out the MAC address on nmblookup.
5652 o   Simo Sorce <idra@samba.org>
5653     * Replace unknown_3 with fields_present in SAMR code.
5654     * More length checks in strlcat().
5657 o   Andrew Tridgell <tridge@samba.org>
5658     * Rewrote the AIX UESS backend for winbindd.
5659     * Fixed compilation with --enable-dmalloc.
5660     * Change tdb license to LGPL (see source/tdb/tdb.c).
5661     * Force winbindd to use schannel in clients connections to 
5662       DC's if possible.
5665 o   Jelmer Vernooij <jelmer@samba.org>
5666    * Fix ETA Calculation when resuming downloads in smbget.
5667    * Add -O (for writing downloaded files to standard out) 
5668      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
5669     * Fix syntax error in example mysql table
5671            
5672 o   TAKEDA yasuma <yasuma@miraclelinux.com>
5673     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
5674       cmd_chown, cmd_chmod smbclient functions.
5677 o   Shiro Yamada <shiro@miraclelinux.com>
5678     * BUG 1129: install image files for SWAT.
5680       
5681     --------------------------------------------------
5683                   ==============================
5684                   Release Notes for Samba 3.0.2a
5685                         February 13, 2004
5686                   ==============================
5688 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
5689 to address, in particular, a problem when using pdbedit to 
5690 sanitize (--force-initialized-passwords) Samba's tdbsam 
5691 backend.   This is the latest stable release of Samba. This 
5692 is the version that all production Samba servers should be 
5693 running for all current bug-fixes.  
5695 ******************* Attention! Achtung! Kree! *********************
5697 Beginning with Samba 3.0.2, passwords for accounts with a last 
5698 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
5699 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
5700 strings.  This will cause authentication to fail for such
5701 accounts.  If you have valid passwords that meet this criteria, 
5702 you must update the last change time to a non-zero value.  If you 
5703 do not, then  'pdbedit --force-initialized-passwords' will disable 
5704 these accounts and reset the password hashes to a string of X's.
5706 ******************* Attention! Achtung! Kree! *********************
5709 Changes since 3.0.2
5710 -------------------
5712 commits
5713 -------
5715 Please refer to the CVS log for the SAMBA_3_0 branch for complete
5716 details.  The list of changes per contributor are as follows:
5719 o   Jeremy Allison <jra@samba.org>
5720     * Added paranoia checks in parsing code.
5721     
5723 o   Andrew Bartlett <abartlet@samba.org>
5724     * Ensure that changes to uninitialized passwords in ldapsam 
5725       are written to the DIT.
5728 o   Gerald (Jerry) Carter <jerry@samba.org>
5729     * Fixed iterator in tdbsam.
5730     * Fix bug that disabled accounts with a valid NT password 
5731       hash, but no LanMan hash.
5732     
5734 o   Steve French <sfrench@us.ibm.com>
5735     * Added missing nosetuid and noexec options.
5737     
5738 o   Bostjan Golob <golob@gimb.org>
5739     * BUG 1046: Don't overwrite usernames of entries returned 
5740       by getpwent_list().
5743 o   Sebastian Krahmer <krahmer@suse.de>
5744     * Fixed potential crash bug in NTLMSSP parsing code.
5747 o   Tim Potter <tpot@samba.org>
5748     * Fixed logic in tdb_brlock error checking.
5750     
5751 o   Urban Widmark <urban@teststation.com>
5752     * Set nosuid,nodev flags in smbmnt by default.
5753     
5754     
5755         --------------------------------------------------
5756                   
5757                   =============================
5758                   Release Notes for Samba 3.0.2
5759                         February 9, 2004
5760                   =============================
5762 It has been confirmed that previous versions of Samba 3.0 are
5763 susceptible to a password initialization bug that could grant an 
5764 attacker unauthorized access to a user account created by the
5765 mksmbpasswd.sh shell script.
5767 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
5768 has assigned the name CAN-2004-0082 to this issue.
5770 Samba administrators not wishing to upgrade to the current 
5771 version should download the 3.0.2 release, build the pdbedit 
5772 tool, and run 
5774    root# pdbedit-3.0.2 --force-initialized-passwords
5775       
5776 This will disable all accounts not possessing a valid password
5777 (e.g. the password field has been set a string of X's).
5779 Samba servers running 3.0.2 are not vulnerable to this bug 
5780 regardless of whether or not pdbedit has been used to sanitize
5781 the passdb backend.
5783 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
5784 release include:
5786   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
5787   o Logging onto a Samba domain from Windows XP clients.
5788   o Problems with the %U and %u smb.conf variables in relation to 
5789     Windows 9x/ME clients.
5790   o Kerberos failures due to an invalid in memory keytab detection
5791     test.
5792   o Updates to the ntlm_auth tool.
5793   o Fixes for various SMB signing errors.
5794   o Better separation of WINS and DNS queries for domain controllers.
5795   o Issues with nss_winbind FreeBSD and Solaris.
5796   o Several crash bugs in smbd and winbindd.
5797   o Output formatting fixes for smbclient for better compatibility
5798     with scripts based on the 2.2 version.
5801 Changes since 3.0.1
5802 -------------------
5804 smb.conf changes
5805 ----------------
5807     Parameter Name              Action
5808     --------------              ------
5809     ldap replication sleep      New
5810     read size                   removed (unused)
5811     source environment          removed (unused)
5814 commits
5815 -------
5817 Please refer to the CVS log for the SAMBA_3_0 branch for complete
5818 details.  The list of changes per contributor are as follows:
5820 o   Jeremy Allison <jra@samba.org>
5821     * Revert change that broke Exchange clear text samlogons.
5822     * Fix gcc 3.4 warning in MS-DFS code.
5823     * Tidy up of NTLMSSP code.
5824     * Fixes for SMB signing errors
5825     * BUG 815: Workaround NT4 bug to support plaintext
5826       password logins and UNICODE.
5827     * Fix SMB signing bug when copying large files.
5828     * Correct error logic in mkdir_internals() (caused a panic
5829       when combined with --enable-developer).
5830     * BUG 830: Protect against crashes due to bad character 
5831       conversions.
5833       
5834 o   Petri Asikainen <paca@sci.fi>
5835     * BUG 330, 387:Fix single valued attribute updates when 
5836       working with Novell NDS.
5839 o   Andrew Bartlett <abartlet@samba.org>
5840     * Correctly handle per-pipe NTLMSSP inside a NULL session.
5841     * Fix segfault in gencache 
5842     * Fix early free() of encrypted_session_key.
5843     * Change DC lookup routines to more carefully separate
5844       DNS names (realms) from NetBIOS domain names.
5845     * Add new sid_to_dn() function for internal winbindd use.
5846     * Refactor cli_ds_enum_domain_trusts().
5847     * BUG 707: Implement range retrieval of ADS attributes (based 
5848       on work from Volker <vl@samba.org> and Guenther Deschner 
5849       <gd@suse.com>).
5850     * Automatically initialize the signing engine if a session key
5851       is available.
5852     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
5853       encoded strings, only form input in SWAT.
5854     * Resets the NTLMSSP state for new negotiate packets.
5855     * Add 2-byte alignments in net_samlogon() queries to parse 
5856       odd-length plain text passwords.
5857     * Allow Windows groups with no members in winbindd.
5858     * Allow normal authentication in the absence of a server 
5859       generated session key.
5860     * More optimizations for looking up UNIX group lists.
5861     * Clean up error codes and return values for pam_winbindd
5862       and winbindd PAM interface.
5863     * Fix string return values in ntlm_auth tool.
5864     * Fix segfault when 'security = ads' but no realm is defined.
5865     * BUG 722: Allow winbindd to map machine accounts to uids.
5866     * More cleanups for winbindd's find_our_domain().
5867     * More clearly detect whether a domain controller is an NT4
5868       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
5869     * Increase separation between DNS queries for hosts and queries
5870       for AD domain controllers.
5871     * Include additional NT_STATUS to PAM error mappings.
5872     * Password initialization fixes.
5874     
5875 o   Justin Baugh <justin.baugh@request.com>
5876     * BUG 948: Implement missing functions required for FreeBSD 
5877       nss_winbind support. 
5880 o   Alexander Bokovoy <ab@samba.org>
5881     * BUG 922: Make sure enable fast path for strlower_m() and 
5882       strupper_m().
5885 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
5886     * Fix crash when using 'security = server' and 'encrypt 
5887       passwords = no' by always initializing the session key.
5889       
5890 o   Dmitry Butskoj <buc@odusz.elektra.ru>
5891     * Fix for special files being hidden from admins.
5894 o   Gerald (Jerry) Carter <jerry@samba.org>
5895     * Fix bug in the lanman session key generation.  Caused 
5896       "decode_pw: incorrect password length" error messages.
5897     * Save the right case for the located user name in 
5898       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
5899     * BUG 897: Add well known rid for pre win2k compatible access
5900       group.
5901     * BUG 887: Correct typo in delete user script example.
5902     * Use short lived TALLOC_CTX* for allocating printer objects 
5903       from the print handle cache.
5904     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
5905     * Fix several warnings reported by the SUN Forte C compiler.
5906     * Fully control DNS queries for AD DC's using 'name resolve order'.
5907     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
5908     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
5909     * BUG 936: fix bind credentials for schannel binds in smbd.
5910     * BUG 446: Fix output of smbclient for better compatibility 
5911       with scripts based on the 2.2 version (including Amanda).
5912     * BUG 891, 949: Fedora packaging fixes.
5913     * Fix bug that caused rpcclient to incorrectly retrieve 
5914       the SID for a server (this causing all calls that required 
5915       this information to fail). 
5916     * BUG 977: Don't create a homes share for a user if a static 
5917       share already exists by the same name.
5918     * Removed unused smb.conf options.
5919     * Password initialization fixes.
5920     * Set the disable flag for template accounts created by
5921       mksmbpasswd.sh.
5922     * Disable any account has no passwords and does not have the
5923       ACB_PWNOTREQ bit set.
5926 o   Guenther Deschner <gd@suse.com>
5927     * Install smbwrapper.so should be put into the $(libdir) 
5928       and not $(bindir).
5929     * Add the capability to specify the new user password 
5930       for "net ads password" on the command line.
5931     * Correctly detect AFS headers on SuSE.
5932         
5934 o   James Flemer <jflemer@uvm.edu>
5935     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
5936       HAVE_SYS_ATTRIBUTES_H.
5939 o   Luke Howard <lukeh@PADL.COM>
5940     * Fix segfault in session setup reply caused by a early free().
5943 o   Stoian Ivanov <sdr@bultra.com>
5944     * Implement grepable output for smbclient -L.
5947 o   LaMont Jones <lamont@debian.org>
5948     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
5949       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
5950       not being defined).
5952       
5953 o   Volker Lendecke <vl@samba.org>
5954     * BUG 583: Ensure that user names always contain the short 
5955       version of the domain name.
5956     * Fix our parsing of the LDAP uri.
5957     * Don't show the 'afs username map' in the SWAT basic view.
5958     * Fix SMB signing issues in relation to failed NTLMSSP logins.
5959     * BUG 924: Fix return codes in smbtorture harness.
5960     * Always lower-case usernames before handing it to AFS code.
5961     * Add a German translation for SWAT.
5962     * Fix a segfaults in winbindd.
5963     * Fix the user's domain passed to register_vuid() from 
5964       reply_spnego_Kerberos().
5965     * Add NSS example code in nss_winbind to convert UNIX 
5966       id's <-> Windows SIDs.
5967     * Display more descriptive error messages for login via 'net'.
5968     * Fix compiler warning in the net tool.
5969     * Fix length bug when decoding base64 strings.
5970     * Ensure we don't call getpwnam() inside a loop that is iterating 
5971       over users with getpwent().  This broke on glibc 2.3.2.
5974 o   Herb Lewis <herb@samba.org>
5975     * Fix bit rot in psec.
5978 o   Jianliang Lu <j.lu@tiesse.com>
5979     * Ensure we delete the group mapping before calling the delete 
5980       group script.
5981     * Define well known RID for managing the  "Power Users" group.
5982     * BUG 381: check builtin (not local) group SID when updating 
5983       group membership.
5984     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
5985       packet.
5988 o   John Klinger <john.klinger@lmco.com>
5989     * Implement initgroups() call in nss_winbind on Solaris.
5992 o   Jim McDonough <jmcd@us.ibm.com>
5993     * Fix regression in net rpc join caused by recent changes 
5994       to cli_lsa_query_info_policy().
5995     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
5996       machine account.
5999 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
6000     * BUG 570: Ensure that configure honors the LDFLAGS variable.
6003 o   Stefan Metzmacher <metze@samba.org>
6004     * Implement LDAP rebind sleep patch.
6005     * Revert to 2.2 quota code because of so many broken quota files 
6006       out there.
6007     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
6008                       XFS_USER_QUOTA -> USRQUOTA
6009                       XFS_GROUP_QUOTA -> GRPQUOTA
6010     * Fix disk_free calculation with group quotas.
6011     * Add debug class 'quota' and a lot of DEBUG()'s 
6012       to the quota code.
6013     * Fix sys_chown() when no chown() is present.
6014     * Add SIGABRT to fault handling in order to catch got a 
6015       backtrace if an error occurs the OpenLDAP client libs.
6018 o   <ndb@theghet.to>
6019     * Allow an existing LDAP machine account to be re-used when 
6020       joining an AD domain.
6023 o   James Peach <jpeach@sgi.com>
6024     * BUG 889: Change smbd to use pread/pwrite on platforms that 
6025       support these calls. Can lead to a significant speed increase.
6028 o   Tim Potter <tpot@samba.org>
6029     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
6030     * BUG 924: Fix typo in RW2 torture test.
6031     
6032     
6033 o   Richard Sharpe <rsharpe@samba.org>
6034     * Small fixes to torture.c to cleanup the error handling 
6035       and prevent crashes.
6038 o   J. Tournier <jerome.tournier@IDEALX.com>
6039     * Small fixes for the smbldap-tool scripts.
6042 o   Andrew Tridgell <tridge@samba.org>
6043     * Fix src len check in pull_usc2().
6044     
6045     
6046 o   Jelmer Vernooij <jelmer@samba.org>
6047     * Put functions for generating SQL queries in pdb_sql.c
6048     * Add pgSQL backend (based on patch by Hamish Friedlander)
6049     * BUG 908: Fix -s option to smbcontrol.    
6050     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
6051     * Fix for libnss_wins on IRIX platforms.
6052     * Fix swatdir for --with-fhs.
6055         --------------------------------------------------
6057                   =============================
6058                   Release Notes for Samba 3.0.1
6059                         December 15, 2003
6060                   =============================
6062 Some of the more common bugs in 3.0.0 addressed in the release 
6063 include:
6065   o Substitution problems with smb.conf variables.
6066   o Errors in return codes which caused some applications
6067     to fail to open files.
6068   o General Protection Faults on Windows 2000/XP clients
6069     using Samba point-n-print features.
6070   o Several miscellaneous crash bugs.
6071   o Access problems when enumerating group mappings are
6072     stored in an LDAP Directory.
6073   o Several common SWAT bugs when writing changes to
6074     smb.conf.
6075   o Internal inconsistencies when 'winbind use default
6076     domain = yes'
6080 Changes since 3.0.0
6081 ----------------------
6083     Parameter Name              Action
6084     --------------              ------
6085     hide local users            Removed
6086     mangled map                 Deprecated
6087     mangled stack               Removed
6088     passwd chat timeout         New
6091 commits
6092 -------
6094 o   Change the interface for init_unistr2 to not take a length 
6095     but a flags field.  We were assuming that 
6096     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
6097 o   Allow d_printf() to handle strings with escaped quotation 
6098     marks since the msg file includes the escape character (bug 489).
6099 o   Fix bad html table row termination in SWAT wizard code (bug 413).
6100 o   Fix to parse the level-2 strings.
6101 o   Fix for "valid users = %S" in [homes].  Fix read/write 
6102     list as well. 
6103 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
6104     This is the same way AC_CHECK_LIB works (bug 508).
6105 o   Testparm output fixes for clarity.
6106 o   Fix broken wins hook functionality -- i18n bug (bug 528).
6107 o   Take care of condition where DOS and NT error codes must differ.
6108 o   Default to using only built-in charsets when a working iconv 
6109     implementation cannot be located.
6110 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
6111     be done unconditionally (bug 550).
6112 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
6113 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
6114     --enable-debug=[yes|no] works correctly.
6115 o   Allow ^C to interrupt smbpasswd if using our getpass 
6116     (e.g. smbpasswd command).
6117 o   Support signing only on RPC's (bug 167).
6118 o   Correct bug that prevented  Excel 2000 clients from opening 
6119     files marked as read-only.
6120 o   Portability fix bugs 546 - 549).
6121 o   Explicitly initialize the value of AR for vendor makes that don't
6122     do this (e.g. HPUX 11).  (bug 552).
6123 o   More i18n fixes for SWAT (bug 413).
6124 o   Change the cwd before the postexec script to ensure that a
6125     umount will succeed.
6126 o   Correct double free that caused winbindd to crash when a DC 
6127     is rebooted (bug 437).
6128 o   Fix incorrect mode sum (bug 562).
6129 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
6130     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
6131 o   Add script to generate *msg files.
6132 o   Add Dutch SWAT translation file.
6133 o   Make sure to call get_user_groups() with the full winbindd 
6134     name for a user if he/she has one (bug 406).
6135 o   Fix up error code returns from Samba4 tester. Ensure invalid 
6136     paths are validated the same way.  
6137 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
6138 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
6139     libraries were found for $BACKEND.
6140 o   Move sysquotas autoconf tests to a separate file.
6141 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
6142     tester
6143 o   Make sure that the files that contain the static_init_$subsystem; 
6144     macro get recompiled after configure by removing the object 
6145     files.
6146 o   Ensure canceling a blocking lock returns the correct error 
6147     message.
6148 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
6149 o   Updated Japanese welcome file in SWAT.
6150 o   Fix to  nt-time <-> unix-time functions reversible.
6151 o   Ensure that winbindd uses the the escaped DN when querying
6152     an AD ldap server.
6153 o   Fix portability issues when compiling (bug 505, 550)
6154 o   Compile fix for tdbbackup when Samba needs to override 
6155     non-C99 compliant implementations of snprintf().
6156 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
6157 o   Make sure we break out of samsync loop on error.
6158 o   Ensure error code path doesn't free unmalloc()'d memory
6159     (bug 628).
6160 o   Add configure test for krb5_keytab_entry keyblock vs key 
6161     member (bug 636).
6162 o   Fixed spinlocks.
6163 o   Modified testparm so that all output so all debug output goes 
6164     to stderr, and all file processing goes to stdout.
6165 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
6166     and smbcquotas.
6167 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
6168     we have a devmode before copying a string to the devicename.
6169 o   Support mapping REALM.COM\user to a local user account (without 
6170     running winbindd)  for compatibility with 2.2.x release.
6171 o   Ensure we don't use mmap() on blacklisted systems.
6172 o   fixed a number of bugs and memory leaks in the AIX 
6173     winbindd shim
6174 o   Call initgroups() in SWAT before becomming the user so that
6175     secondary group permissions can be used when writing to 
6176     smb.conf.
6177 o   Fix signing problems when reverse connecting back to a 
6178     client for printer notify
6179 o   Fix signing problems caused by a miss-sequence bug.
6180 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
6181     Fixes NEXUS tools running on Win9x clients (bug 64).
6182 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
6183     SID could not be mapped.
6184 o   Fix segfault in mount.cifs helper when there is no options 
6185     specified during mount.
6186 o   Change the \n after the password prompt to go to tty instead 
6187     of stdout (bug 668).
6188 o   Stop net -P from prompting for machine account password (bug 451).
6189 o   Change in behavior to Not only change the effective uid but also
6190     the real uid when becoming unprivileged.
6191 o   Cope with Exchange 5.5 cleartext pop password auth.
6192 o   New files for support of initshutdown pipe.  Win2k doesn't 
6193     respond properly to all requests on the winreg pipe, so we need 
6194     to handle this new pipe (bug 534).
6195 o   Added more va_copy() checks in configure.in.
6196 o   Include fixes for libsmbclient build problems.
6197 o   Missing UNIX -> DOS codepage conversion in lanman.c.
6198 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
6199 o   Parameterize the listen backlog in smbd and make it larger by
6200     default. A backlog of 5 is way too small these days.
6201 o   Check for an invalid fid before dereferencing the fsp pointer
6202     (bug 696).
6203 o   Remove invalid memory frees and return codes in pdb_ldap.c.
6204 o   Prompt for password when invoking --set-auth-user and no 
6205     password is given.
6206 o   Bind the nmbd sending socket to the 'socket address'.
6207 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
6208     $LDFLAGS occurs before any library specification (bug 661).
6209 o   Fix large number of printf() calls for 64-bit size_t.
6210 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
6211     keyblock in the krb5 structs.
6212 o   Remove #include <compat.h> in hopes to avoid problems with 
6213     apache header files.
6214 o   Correct winbindd build problems on HP-UX 11.
6215 o   Lowercase netgroups lookups (bug 703).
6216 o   Use the actual size of the buffer in strftime instead of a made
6217     up value which just happens to be less than sizeof(fstring).  
6218     (bug 713).
6219 o   Add ldaplibs to pdbedit link line (bug 651).
6220 o   Fix crash bug in smbclient completion (bug 659).
6221 o   Fix packet length for browse list reply (bug 771).
6222 o   Fix coredump in cli_get_backup_list().
6223 o   Make sure that we expand %N (bug 612).
6224 o   Allow rpcclient adddriver command to specify printer driver 
6225     version (bug 514).
6226 o   Compile tdbdump by default.
6227 o   Apply patches to fix iconv detection for FreeBSD.
6228 o   Do not allow the 'guest account' to be added to a passdb backend 
6229     using smbpasswd or pdbedit (bug 624).
6230 o   Save LDFLAGS during iconv detection (bug 57).
6231 o   Run krb5 logins through the username map if the winbindd 
6232     lookup fails (bug 698).
6233 o   Add const for lp_set_name_resolve_order() to avoid compiler 
6234     warnings (bug 471).
6235 o   Add support for the %i macro in smb.conf to stand in for the for
6236     the local IP address to which a client connected.
6237 o   Allow winbindd to match local accounts to domain SID when 
6238     'winbind trusted domains only = yes' (bug 680).
6239 o   Remove code in idmap_ldap that searches the user suffix and group 
6240     suffix.  It's not needed and provides inconsistent functionality 
6241     from the tdb backend.
6242 o   Patch to handle munged dial string for Windows 2000 TSE.
6243     Thanks to Gaz de France, Direction de la Recherche, Service 
6244     Informatique Métier for their supporting this work by Aurelien 
6245     Degrémont <adegremont@idealx.com>.
6246 o   Correct the "smbldap_open: cannot access when not root error"
6247     messages when looking up group information (bug 281).
6248 o   Skip over the winbind separator when looking up a user.
6249     This fixes the bug that prevented local users from
6250     matching an AD user when not running winbindd (bug 698).
6251 o   Fix a problem with configure on *BSD systems. Make sure
6252     we add -liconv etc to LDFLAGS.
6253 o   Fix core dump bug when "security = server" and the authentication
6254     server goes away.
6255 o   Correct crash bug due to an empty munged dial string.
6256 o   Show files locked by a specific user (smbstatus -u 'user') 
6257     (bug 590).
6258 o   Fix bug preventing print jobs from display in the queue
6259     monitor used by Windows NT and later clients (bug 660).
6260 o   Fix several reported problems with point-n-print from
6261     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
6262     reply (bug 338, 527 & 643).
6263 o   Fix a handful of potential memory leaks in the LDAP code used
6264     by ldapsam[_compat] and the LDAP idmap backend.
6265 o   Fix for pdbedit error code returns (bug 763).
6266 o   Make sure we only enumerate group mapping entries  (not 
6267     /etc/group) even when doing local aliases.
6268 o   Relax check on the pipe name in a dce/rpc bind response to work 
6269     around issues with establishing trusts to a Windows 2003 domain.
6270 o   Ensure we mangle names ending in '.' in hash2 mangling method.
6271 o   Correct parsing issues with munged dial string.
6272 o   Fix bugs in quota support for XFS.
6273 o   Add a cleaner method for applications that need to provide 
6274     name->SID mappings to do this via NSS rather than having to 
6275     know the winbindd pipe protocol.
6276 o   Adds a variant of the winbindd_getgroups() call called 
6277     winbindd_getusersids() that provides direct SID->SIDs listing of 
6278     a users supplementary groups. This is enough to allow non-Samba 
6279     applications to do ACL checking.
6280 o   Make sure we don't append the 'ldap suffix' when writing out the 
6281     'ldap XXX suffix' values in SWAT (bug 328).
6282 o   Fix renames across file systems.
6283 o   Ensure that items in a list of strings containing whitespace are 
6284     written out surrounded by single quotes.  This means that both 
6285     double and single quotes are now used to surround strings in 
6286     smb.conf (bug 481).
6287 o   Enable SWAT to correctly determine if winbindd is running (bug 
6288     398).
6289 o   Include WWW-Authenticate field in 401 response for bad auth 
6290     attempt (bug 629).
6291 o   Add support for NTLM2 (NTLMv2 session security).
6292 o   Add support for variable-length session keys.
6293 o   More privilege fixes for group enumeration in LDAP (bug 281).
6294 o   Use the dns name (or IP) as the originating client name when
6295     using CUPS (bug 467).
6296 o   Fix various SMB signing bugs.
6297 o   Fix ACL propagation on a DFS root (bug 263).
6298 o   Disable NTLM2 for RPC pipes.
6299 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
6300     authentication.
6301 o   Change the name of the job passed off to cups from "Test Page" 
6302     to "smbprn.00000033 Test Page" so that we can get the smb 
6303     jobid back. This allow users to delete jobs with cups printing 
6304     backend (partial work on bug 770).
6305 o   Fix build of winbindd with static pdb modules.
6306 o   Retrieve the correct ACL group bits if the file has an ACL 
6307     (bug 802).
6308 o   Implement "net rpc group members": Get members of a domain group 
6309     in human-readable format.
6310 o   Add MacOSX (Darwin) specific charset module code.
6311 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
6312     can include the full name in gecos field (bug 587).
6313 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
6314 o   Implement 'net rpc group list [global|local|builtin]*' for a 
6315     select listing of the respective user databases.
6316 o   Don't automatically set NT status code flag unless client tells 
6317     us it can cope.
6318 o   Add 'net status [sessions|shares] [parseable]'.
6319 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
6320     bug 770).
6321 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
6322    (bug 608).
6323 o   Fix inverted logic in hosts allow/deny checks caused by 
6324     s/strcmp/strequal/ (bug 846).
6325 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
6326 o   Fix typo in 'hash' mangling algorithm.
6327 o   Support munged dial for ldapsam (bug 800).
6328 o   Fix process_incoming_data() to return the number of bytes handled 
6329     this call whether we have a complete PDU or not; fixes bug 
6330     with multiple PDU request rpc's broken over SMBwriteX calls 
6331     each.
6332 o   Fix incorrect smb flags2 for connections to pre-NT servers 
6333     (causes smbclient to fail to OS2 for example) (bug 821).
6334 o   Update version string in smbldap-tools Makefile to 0.8.2.
6335 o   Correct a problem with "net rpc vampire" mis-parsing the 
6336     alias member info reply.
6337 o   Ensure the ${libdir} is created by the installclientlib script.
6338 o   Fix detection of Windows 2003 client architecture in the smb.conf
6339     %a variable.
6340 o   Ensure that smbd calls the add user script for a missing UNIX 
6341     user on Kerberos auth call (bug 445).
6342 o   Fix bugs in hosts allow/deny when using a mismatched 
6343     network/netmask pair.
6344 o   Protect alloc_sub_basic() from crashing when the source string 
6345     is NULL (partial work on bug 687).
6346 o   Fix spinlocks on IRIX.
6347 o   Corrected some bad destination paths when running "configure 
6348     --with-fhs".
6349 o   Add packaging files for Fedora Core 1.
6350 o   Correct bug in SWAT install script for non-english languages.
6351 o   Support character set ISO-8859-1 internally (bug 558).
6352 o   Fixed more LDAP access errors when looking up group mappings 
6353     (bug 281).
6354 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
6355     resolution to fail on local files on on domain members 
6356     (bug 875).
6357 o   Fix uninitialized variable in passdb.c.
6358 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
6359 o   Fix problem mounting directories when mount.cifs is installed 
6360     with the setuid bit on.
6361 o   Fix bug that prevent --mandir from overriding the defaults
6362     given in the --with-fhs macro.
6363 o   Fix bug in in-memory Kerberos keytab detection routines 
6364     in configure.in
6368 ######################################################################
6370               The original 3.0.0 release notes follow
6371               =======================================
6372                     WHATS NEW IN Samba 3.0.0
6373                         September 24, 2003
6374               =======================================
6377 Major new features:
6378 -------------------
6380 1)  Active Directory support.  Samba 3.0 is now able to  
6381     join a ADS realm as a member server and authenticate 
6382     users using LDAP/Kerberos.
6384 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
6385     and internally there is now a much better infrastructure for 
6386     multi-byte and UNICODE character sets.
6388 3)  New authentication system. The internal authentication system 
6389     has been almost completely rewritten. Most of the changes are 
6390     internal, but the new auth system is also very configurable.
6392 4)  New default filename mangling system.
6394 5)  A new "net" command has been added. It is somewhat similar to 
6395     the "net" command in windows. Eventually we plan to replace 
6396     numerous other utilities (such as smbpasswd) with subcommands 
6397     in "net".
6399 6)  Samba now negotiates NT-style status32 codes on the wire. This
6400     improves error handling a lot.
6402 7)  Better Windows 2000/XP/2003 printing support including publishing
6403     printer attributes in active directory.
6405 8)  New loadable module support for passdb backends and character 
6406     sets.
6408 9)  New default dual-daemon winbindd support for better performance.
6410 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
6411     domain and maintaining user, group and domain SIDs.
6413 11) Support for establishing trust relationships with Windows NT 4.0
6414     domain controllers.
6415   
6416 12) Initial support for a distributed Winbind architecture using
6417     an LDAP directory for storing SID to uid/gid mappings.
6418   
6419 13) Major updates to the Samba documentation tree.
6421 14) Full support for client and server SMB signing to ensure
6422     compatibility with default Windows 2003 security settings.
6424 15) Improvement of ACL mapping features based on code donated by
6425     Andreas Grünbacher.
6428 Plus lots of other improvements!
6431 Additional Documentation
6432 ------------------------
6434 Please refer to Samba documentation tree (included in the docs/ 
6435 subdirectory) for extensive explanations of installing, configuring
6436 and maintaining Samba 3.0 servers and clients.  It is advised to 
6437 begin with the Samba-HOWTO-Collection for overviews and specific 
6438 tasks (the current book is up to approximately 400 pages) and to 
6439 refer to the various man pages for information on individual options.
6441 We are very glad to be able to include the second edition of
6442 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
6443 (O'Reilly & Associates) in this release.  The book is available
6444 on-line at http://samba.org/samba/docs/ and is included with 
6445 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
6446 publisher for making "Using Samba" under the GNU Free Documentation 
6447 License.
6450 ######################################################################
6451 Upgrading from a previous Samba 3.0 beta
6452 ########################################
6454 Beginning with Samba 3.0.0beta3, the RID allocation functions
6455 have been moved into winbindd.  Previously these were handled
6456 by each passdb backend.  This means that winbindd must be running
6457 to automatically allocate RIDs for users and/or groups.  Otherwise,
6458 smbd will use the 2.2 algorithm for generating new RIDs.
6460 If you are using 'passdb backend = tdbsam' with a previous Samba 
6461 3.0 beta release (or possibly alpha), it may be necessary to 
6462 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
6463 to winbindd_idmap.tdb.  To do this:
6465 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
6466     once)
6467 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
6468     directory
6469 3)  run: (note that 'tdb>' is the tool's prompt for input)
6471        root# ./tdbtool /usr/local/samba/private/passdb.tdb
6472        tdb> show RID_COUNTER
6473        key 12 bytes
6474        RID_COUNTER
6475        data 4 bytes
6476        [000] 0A 52 00 00                                       .R.
6478        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
6479        ....
6480        record moved
6482 If you are using 'passdb backend = ldapsam', it will be necessary to 
6483 store idmap entries in the LDAP directory as well (i.e. idmap backend 
6484 = ldap).  Refer to the 'net idmap' command for more information on 
6485 migrating SID<->UNIX id mappings from one backend to another.
6487 If the RID_COUNTER record does not exist, then these instructions are
6488 unneccessary and the new RID_COUNTER record will be correctly generated
6489 if needed.  
6493 ########################
6494 Upgrading from Samba 2.2
6495 ########################
6497 This section is provided to help administrators understand the details
6498 involved with upgrading a Samba 2.2 server to Samba 3.0.
6501 Building
6502 --------
6504 Many of the options to the GNU autoconf script have been modified 
6505 in the 3.0 release.  The most noticeable are:
6507   * removal of --with-tdbsam (is now included by default; see section
6508     on passdb backends and authentication for more details)
6509     
6510   * --with-ldapsam is now on used to provided backward compatible
6511     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
6512     backend and authentication section for more details
6513   
6514   * inclusion of non-standard passdb modules may be enabled using
6515     --with-expsam.  This includes an XML backend and a mysql backend.
6516       
6517   * removal of --with-msdfs (is now enabled by default)
6518   
6519   * removal of --with-ssl (no longer supported)
6520   
6521   * --with-utmp now defaults to 'yes' on supported systems
6522   
6523   * --with-sendfile-support is now enabled by default on supported 
6524     systems
6525   
6526     
6527 Parameters
6528 ----------
6530 This section contains a brief listing of changes to smb.conf options
6531 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
6532 complete descriptions of new or modified parameters.
6534 Removed Parameters (order alphabetically):
6536   * admin log
6537   * alternate permissions
6538   * character set
6539   * client codepage
6540   * code page directory
6541   * coding system
6542   * domain admin group
6543   * domain guest group
6544   * force unknown acl user
6545   * hide local users
6546   * mangled stack
6547   * nt smb support
6548   * postscript
6549   * printer driver
6550   * printer driver file
6551   * printer driver location
6552   * read size
6553   * source environment
6554   * status
6555   * strip dot
6556   * total print jobs
6557   * use rhosts
6558   * valid chars
6559   * vfs options
6561 New Parameters (new parameters have been grouped by function):
6563   Remote management
6564   -----------------
6565   * abort shutdown script
6566   * shutdown script
6568   User and Group Account Management
6569   ---------------------------------
6570   * add group script
6571   * add machine script
6572   * add user to group script
6573   * algorithmic rid base
6574   * delete group script
6575   * delete user from group script
6576   * passdb backend
6577   * set primary group script
6579   Authentication
6580   --------------
6581   * auth methods
6582   * realm
6583   * passwd chat timeout
6585   Protocol Options
6586   ----------------
6587   * client lanman auth
6588   * client NTLMv2 auth
6589   * client schannel
6590   * client signing
6591   * client use spnego
6592   * disable netbios
6593   * ntlm auth
6594   * paranoid server security
6595   * server schannel
6596   * server signing
6597   * smb ports
6598   * use spnego
6600   File Service
6601   ------------
6602   * get quota command
6603   * hide special files
6604   * hide unwriteable files
6605   * hostname lookups
6606   * kernel change notify
6607   * mangle prefix
6608   * map acl inherit
6609   * msdfs proxy
6610   * set quota command
6611   * use sendfile
6612   * vfs objects
6613   
6614   Printing
6615   --------
6616   * max reported print jobs
6618   UNICODE and Character Sets
6619   --------------------------
6620   * display charset
6621   * dos charset
6622   * unicode
6623   * unix charset
6624   
6625   SID to uid/gid Mappings
6626   -----------------------
6627   * idmap backend
6628   * idmap gid
6629   * idmap uid
6630   * winbind enable local accounts
6631   * winbind trusted domains only
6632   * template primary group
6633   * enable rid algorithm
6635   LDAP
6636   ----
6637   * ldap delete dn
6638   * ldap group suffix
6639   * ldap idmap suffix
6640   * ldap machine suffix
6641   * ldap passwd sync
6642   * ldap replication sleep
6643   * ldap user suffix
6644   
6645   General Configuration
6646   ---------------------
6647   * preload modules
6648   * private dir
6650 Modified Parameters (changes in behavior):
6652   * encrypt passwords (enabled by default)
6653   * mangling method (set to 'hash2' by default)
6654   * passwd chat
6655   * passwd program
6656   * restrict anonymous (integer value)
6657   * security (new 'ads' value)
6658   * strict locking (enabled by default)
6659   * unix extensions (enabled by default)
6660   * winbind cache time (increased to 5 minutes)
6661   * winbind uid (deprecated in favor of 'idmap uid')
6662   * winbind gid (deprecated in favor of 'idmap gid')
6665 Databases
6666 ---------
6668 This section contains brief descriptions of any new databases 
6669 introduced in Samba 3.0.  Please remember to backup your existing 
6670 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
6671 upgrade databases as they are opened (if necessary), but downgrading 
6672 from 3.0 to 2.2 is an unsupported path.
6674 Name                    Description                             Backup?
6675 ----                    -----------                             -------
6676 account_policy          User policy settings                    yes
6677 gencache                Generic caching db                      no
6678 group_mapping           Mapping table from Windows              yes
6679                         groups/SID to unix groups        
6680 winbindd_idmap          ID map table from SIDS to UNIX          yes
6681                         uids/gids.
6682 namecache               Name resolution cache entries           no
6683 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
6684                         returned as part of a successful
6685                         net_sam_logon request 
6686 printing/*.tdb          Cached output from 'lpq                 no
6687                         command' created on a per print 
6688                         service basis
6689 registry                Read-only samba registry skeleton       no
6690                         that provides support for exporting
6691                         various db tables via the winreg RPCs
6694 Changes in Behavior
6695 -------------------
6697 The following issues are known changes in behavior between Samba 2.2 and 
6698 Samba 3.0 that may affect certain installations of Samba.
6700   1)  When operating as a member of a Windows domain, Samba 2.2 would 
6701       map any users authenticated by the remote DC to the 'guest account'
6702       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
6703       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
6704       current work around to re-establish the 2.2 behavior.
6705       
6706   2)  When adding machines to a Samba 2.2 controlled domain, the 
6707       'add user script' was used to create the UNIX identity of the 
6708       machine trust account.  Samba 3.0 introduces a new 'add machine 
6709       script' that must be specified for this purpose.  Samba 3.0 will
6710       not fall back to using the 'add user script' in the absence of 
6711       an 'add machine script'
6712   
6714 ######################################################################
6715 Passdb Backends and Authentication
6716 ##################################
6718 There have been a few new changes that Samba administrators should be
6719 aware of when moving to Samba 3.0.
6721   1) encrypted passwords have been enabled by default in order to 
6722      inter-operate better with out-of-the-box Windows client 
6723      installations.  This does mean that either (a) a samba account
6724      must be created for each user, or (b) 'encrypt passwords = no'
6725      must be explicitly defined in smb.conf.
6726     
6727   2) Inclusion of new 'security = ads' option for integration 
6728      with an Active Directory domain using the native Windows
6729      Kerberos 5 and LDAP protocols.
6731      MIT Kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
6732      type which is neccessary for servers on which the 
6733      administrator password has not been changed, or Kerberos-enabled 
6734      SMB connections to servers that require Kerberos SMB signing.
6735      Besides this one difference, either MIT or Heimdal Kerberos
6736      distributions are usable by Samba 3.0.
6737      
6739 Samba 3.0 also includes the possibility of setting up chains
6740 of authentication methods (auth methods) and account storage 
6741 backends (passdb backend).  Please refer to the smb.conf(5) 
6742 man page for details.  While both parameters assume sane default 
6743 values, it is likely that you will need to understand what the 
6744 values actually mean in order to ensure Samba operates correctly.
6746 The recommended passdb backends at this time are
6748   * smbpasswd - 2.2 compatible flat file format
6749   * tdbsam - attribute rich database intended as an smbpasswd
6750     replacement for stand alone servers
6751   * ldapsam - attribute rich account storage and retrieval 
6752     backend utilizing an LDAP directory.  
6753   * ldapsam_compat - a 2.2 backward compatible LDAP account 
6754     backend
6755     
6756 Certain functions of the smbpasswd(8) tool have been split between the 
6757 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
6758 utility.  See the respective man pages for details.
6759     
6760      
6761 ######################################################################
6762 LDAP
6763 ####
6765 This section outlines the new features affecting Samba / LDAP 
6766 integration.
6768 New Schema
6769 ----------
6770   
6771 A new object class (sambaSamAccount) has been introduced to replace 
6772 the old sambaAccount.  This change aids us in the renaming of 
6773 attributes to prevent clashes with attributes from other vendors.  
6774 There is a conversion script (examples/LDAP/convertSambaAccount) to 
6775 modify and LDIF file to the new schema.
6776   
6777 Example:
6778   
6779   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
6780   $ convertSambaAccount --sid=<Domain SID> \
6781     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
6782     --changetype=[modify|add]
6783         
6784 The <DOM SID> can be obtained by running 'net getlocalsid 
6785 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
6786 the format of the generated LDIF output--either create new entries 
6787 or modify existing entries.
6788     
6789 The old sambaAccount schema may still be used by specifying the 
6790 "ldapsam_compat" passdb backend.  However, the sambaAccount and
6791 associated attributes have been moved to the historical section of
6792 the schema file and must be uncommented before use if needed.
6793 The 2.2 object class declaration for a sambaAccount has not changed
6794 in the 3.0 samba.schema file. 
6795   
6796 Other new object classes and their uses include:
6797   
6798   * sambaDomain - domain information used to allocate rids 
6799     for users and groups as necessary.  The attributes are added
6800     in 'ldap suffix' directory entry automatically if 
6801     an idmap uid/gid range has been set and the 'ldapsam'
6802     passdb backend has been selected.
6803       
6804   * sambaGroupMapping - an object representing the 
6805     relationship between a posixGroup and a Windows
6806     group/SID.  These entries are stored in the 'ldap 
6807     group suffix' and managed by the 'net groupmap' command.
6808     
6809   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
6810     automatically and contains the next available 'idmap uid' and 
6811     'idmap gid'
6812     
6813   * sambaIdmapEntry - object storing a mapping between a 
6814     SID and a UNIX uid/gid.  These objects are created by the 
6815     idmap_ldap module as needed.
6817   * sambaSidEntry - object representing a SID alone, as a Structural
6818     class on which to build the sambaIdmapEntry.
6820     
6821 New Suffix for Searching
6822 ------------------------
6823   
6824 The following new smb.conf parameters have been added to aid in directing
6825 certain LDAP queries when 'passdb backend = ldapsam://...' has been
6826 specified.
6828   * ldap suffix         - used to search for user and computer accounts
6829   * ldap user suffix    - used to store user accounts
6830   * ldap machine suffix - used to store machine trust accounts
6831   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
6832   * ldap idmap suffix   - location of sambaIdmapEntry objects
6834 If an 'ldap suffix' is defined, it will be appended to all of the 
6835 remaining sub-suffix parameters.  In this case, the order of the suffix
6836 listings in smb.conf is important.  Always place the 'ldap suffix' first
6837 in the list.  
6839 Due to a limitation in Samba's smb.conf parsing, you should not surround 
6840 the DN's with quotation marks.
6843 IdMap LDAP support
6844 ------------------
6846 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
6847 following options would inform Samba that the idmap table should be
6848 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
6849 dc=org" partition.
6851  [global]
6852     ...
6853     idmap backend     = ldap:ldap://onterose/
6854     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
6855     idmap uid         = 40000-50000
6856     idmap gid         = 40000-50000
6858 This configuration allows winbind installations on multiple servers to
6859 share a uid/gid number space, thus avoiding the interoperability problems
6860 with NFS that were present in Samba 2.2.
6861     
6864 ######################################################################
6865 Trust Relationships and a Samba Domain
6866 ######################################
6868 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
6869 allocating uids and gids to trusted users and groups.  More
6870 information regarding Samba's support for establishing trust 
6871 relationships can be found in the Samba-HOWTO-Collection included
6872 in the docs/ directory of this release.
6874 First create your Samba PDC and ensure that everything is 
6875 working correctly before moving on the trusts.
6877 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
6878 4.0 domain named WINDOWS:
6880   1) create the trust account for SAMBA in "User Manager for Domains"
6881   2) connect the trust from the Samba domain using
6882      'net rpc trustdom establish GLASS'
6884 To create a trustlationship with SAMBA as the trusted domain:
6886   1) create the initial trust account for GLASS using
6887      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
6888      account for GLASS$ prior to this step (depending on your
6889      local configuration).
6890   2) connect the trust from a WINDOWS DC using "User Manager
6891      for Domains"
6893 Now join winbindd on the Samba PDC to the SAMBA domain using
6894 the normal steps for adding a Samba server to an NT4 domain:
6895 (note that smbd & nmbd must be running at this point)
6897    root# net rpc join -U root
6898    Password: <enter root password from smbpasswd file here>
6900 Start winbindd and test the join with 'wbinfo -t'.
6902 Now test the trust relationship by connecting to the SAMBA DC
6903 (e.g. POGO) as a user from the WINDOWS domain:
6905    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
6906    Password:
6908 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
6910    $ smbclient //crystal/netlogon -U root -W WINDOWS
6911    Password:
6913 ######################################################################
6914 Changes in Winbind
6915 ##################
6917 Beginning with Samba3.0.0beta3, winbindd has been given new account
6918 manage functionality equivalent to the 'add user script' family of
6919 smb.conf parameters.  The idmap design has also been changed to 
6920 centralize control of foreign SID lookups and matching to UNIX 
6921 uids and gids.
6924 Brief Description of Changes
6925 ----------------------------
6927 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
6928    reverted to the 2.2.x design.  This means that when resolving a 
6929    SID to a UID or similar mapping:
6931         a) First consult winbindd
6932         b) perform a local lookup only if winbindd fails to
6933            return a successful answer
6935    There are some variations to this, but these two rules generally
6936    apply.
6938 2) All idmap lookups have been moved into winbindd.  This means that
6939    a server must run winbindd (and support NSS) in order to achieve
6940    any mappings of SID to dynamically allocated UNIX ids.  This was
6941    a conscious design choice.
6943 3) (OBSOLETE) New functions have been added to winbindd to emulate 
6944    the 'add user script' family of smbd functions without requiring 
6945    that external scripts be defined.  This functionality is controlled 
6946    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
6947    by default).
6949    However, this account management functionality is only supported 
6950    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
6951    must be shared among multiple Samba servers (such as a PDC and BDCs), 
6952    it will be necessary to define your own 'add user script', et. al.
6953    programs that place the accounts/groups in some form of directory
6954    such as NIS or LDAP.  This requirement was deemed beyond the scope
6955    of winbind's account management functions.  Solutions for 
6956    distributing UNIX system information have been deployed and tested 
6957    for many years.  We saw no need to reinvent the wheel.
6959 4) A member of a Samba controlled domain running winbindd is now able 
6960    to map domain users directly onto existing UNIX accounts while still
6961    automatically creating accounts for trusted users and groups.  This
6962    behavior is controlled by the 'winbind trusted domains only' smb.conf
6963    parameter (disabled by default to provide 2.2.x winbind behavior).
6965 5) Group mapping support is wrapped in the local_XX_to_XX() functions
6966    in smbd/uid.c.  The reason that group mappings are not included
6967    in winbindd is because the purpose of Samba's group map is to
6968    match any Windows SID with an existing UNIX group.  These UNIX
6969    groups can be created by winbindd (see next section), but the
6970    SID<->gid mapping is retreived by smbd, not winbindd.
6973 Examples
6974 --------
6976 * security = server running winbindd to allocate accounts on demand
6978 * Samba PDC running winbindd to handle the automatic creation of UNIX
6979   identities for machine trust accounts
6981 * Automtically creating UNIX user and groups when migrating a Windows NT
6982   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
6983   'net rpc vampire' for this to work.
6985    
6986 ######################################################################
6987 Known Issues
6988 ############
6990 * There are several bugs currently logged against the 3.0 codebase
6991   that affect the use of NT 4.0 GUI domain management tools when run
6992   against a Samba 3.0 PDC.  This bugs should be released in an early 
6993   3.0.x release.
6995 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
6996 filed against the Samba 3.0 codebase.
6999 ######################################################################
7000 Reporting bugs & Development Discussion
7001 #######################################
7003 Please discuss this release on the samba-technical mailing list or by
7004 joining the #samba-technical IRC channel on irc.freenode.net.
7006 If you do report problems then please try to send high quality
7007 feedback. If you don't provide vital information to help us track down
7008 the problem then you will probably be ignored.  
7010 A new bugzilla installation has been established to help support the 
7011 Samba 3.0 community of users.  This server, located at 
7012 https://bugzilla.samba.org/, has replaced the older jitterbug server 
7013 previously located at http://bugs.samba.org/.