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