Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) to
[jra/samba/.git] / WHATSNEW.txt
1                  ================================
2                  Release Notes for Samba 3.0.2rc1
3                          January 16, 2004
4                  ================================
5
6 This is a preview release of the Samba 3.0.2 code base and is
7 provided for testing only.  This release is *not* intended for
8 production servers.  Use at your own risk.
9
10 There have been several bug fixes since the 3.0.1 release that
11 we feel are important to make available to the Samba community
12 for wider testings.  See the "Changes" section for details on
13 exact updates.
14
15 Common bugs fixed in this preview release include:
16
17   o <FILL THIS IN>
18
19 ######################################################################
20 Changes
21 #######
22 Changes since 3.0.2pre1
23 -----------------------
24
25 Please refer to the CVS log for the SAMBA_3_0 branch for complete
26 details.  The list of changes per contributor are as follows:
27
28
29 o   Jeremy Allison <jra@samba.org>
30     * Revert change that broke Exchange clear text samlogons.
31     * Fix gcc 3.4 warning in MS-DFS code.
32     
33        
34 o   Andrew Bartlet <abartlet@samba.org>
35     * Fix segfault when 'security = ads' but no realm is defined.
36     * BUG 722: Allow winbindd to map machine accounts to uids.
37     * More cleanups for winbindd's find_our_domain().
38     * More clearly detect whether a domain controller is an NT4
39       or mixed-mode AD DC.
40     * Increase separation between DNS queries for hosts and queries
41       for AD domain controllers.
42
43     
44 o   Justin Baugh <justin.baugh@request.com>
45     * BUG 948: Implement missing functions required for FreeBSD 
46       nss_winbind support. 
47       
48       
49 o   Alexander Bokovoy <ab@samba.org>
50     * BUG 922: Make sure enable fast path for strlower_m() and 
51       strupper_m().
52       
53       
54 o   Gerald (Jerry) Carter <jerry@samba.org>
55     * Fix several warnings reported by the SUN Forte C compiler.
56     * Fully control DNS queries for AD DC's using 'name resolve order'.
57     * BUG 770: Send the SMBjobid for unix jobs back to the client.
58     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
59     * BUG 936: fix bind credentials for schannel binds in smbd.
60     * BUG 446: Fix output of smbclient for better compatibility 
61       with scripts based on the 2.2 version (including Amanda).
62
63
64 o   Luke Howard <lukeh@PADL.COM>
65     * Fix segfault in session setup reply caused by a early free().
66
67
68 o   Stoian Ivanov <sdr@bultra.com>
69     * Implement grepable output for smbclient -L.
70
71
72 o   Volker Lendecke <vl@samba.org>
73     * Add a German translation for SWAT.
74     * Fix a segfaults in winbindd.
75     * Fix the user's domain passed to register_vuid() from 
76       reply_spnego_kerberos().
77       
78       
79 o   Herb Lewis <herb@samba.org>
80     * Fix bit rot in psec.
81     
82     
83 o   John Klinger <john.klinger@lmco.com>
84     * Implement initgroups() call in nss_winbind on Solaris.
85
86
87 o   Jim McDonough <jmcd@us.ibm.com>
88     * Fix regression in net rpc join caused by recent changes 
89       to cli_lsa_query_info_policy().
90
91
92 o   Stefan Metzmacher <metze@samba.org>
93     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
94                       XFS_USER_QUOTA -> USRQUOTA
95                       XFS_GROUP_QUOTA -> GRPQUOTA
96     * Fix disk_free calculation with group quotas.
97     * Add debug class 'quota' and a lot of DEBUG()'s 
98       to the quota code.
99     * Fix sys_chown() when no chown() is presend
100     
101
102 o   Tim Potter <tpot@samba.org>
103     * BUG 905: Remove POBAD_CC to fix Solaris FOrte compiles.
104
105     
106 o   Jelmer Vernooij <jelmer@samba.org>
107     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
108     * Fix for libnss_wins on IRIX platforms.
109     * Fix swatdir for --with-fhs.
110
111
112
113 Changes since 3.0.1
114 ----------------------
115
116     Parameter Name              Action
117     --------------              ------
118     ldap replication sleep      New
119
120
121 Commits
122 -------
123
124 o   Jeremy Allison <jra@samba.org>
125     * Tidy up of NTLMSSP code.
126     * Fixes for SMB signing errors
127     * BUG 815: Workaround NT4 bug to support plaintext
128       password logins and UNICODE.
129
130     
131 o   Petri Asikainen <paca@sci.fi>
132     * BUG 330, 387:Fix single valued attribute updates when 
133       working with Novell NDS.
134     
135        
136 o   Andrew Bartlet <abartlet@samba.org>
137     * Correctly handle per-pipe NTLMSSP inside a NULL session.
138     * Fix segfault in gencache 
139     * Fix early free() of encrypted_session_key.
140     * Change DC lookup routines to more carefully separate
141       DNS names (realms) from NetBIOS domain names.
142     * Add new sid_to_dn() function for internal winbindd use.
143     * Refactor cli_ds_enum_domain_trusts().
144     * BUG 707: Implement range retrieval of ADS attributes (based 
145       on work from Volker <vl@samba.org> and Guenther Deschner 
146       <gd@suse.com>).
147     * Automatically initialize the signing engine if a session key
148       is available.
149     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
150       encoded strings, only form input in SWAT.
151     * Resets the NTLMSSP state for new negotiate packets.
152     * Add 2-byte alignments in net_samlogon() queries to parse 
153       odd-length plain text passwords.
154     * Allow Windows groups with no members in winbindd.
155     * Allow normal authentication in the absence of a server 
156       generated session key.
157     * More optimizations for looking up UNIX group lists.
158     * Clean up error codes and return values for pam_winbindd
159       and winbindd PAM interface.
160     * Fix restring return values in ntlm_auth tool.
161
162     
163 o   Dmitry Butskoj <buc@odusz.elektra.ru>
164     * Fix for special files being hidden from admins.
165     
166     
167 o   Gerald (Jerry) Carter <jerry@samba.org>
168     * Fix bug in the lanman session key generation.  Caused 
169       "decode_pw: incorrect password length" error messages.
170     * Save the right case for the located user name in 
171       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
172     * BUG 897: Add well known rid for pre win2k compatible access
173       group.
174     * BUG 887: Correct typo in delete user script example.
175     * Use short lived TALLOC_CTX* for allocating printer objects 
176       from the print handle cache.
177     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
178     
179       
180 o   Guenther Deschner <gd@suse.com>
181     * Install smbwrapper.so should be put into the $(libdir) 
182       and not $(bindir).
183     * Add the capability to specify the new user password 
184       for "net ads password" on the command line.
185     * Correctly detect AFS headers on SuSE.
186         
187
188 o   James Flemer <jflemer@uvm.edu>
189     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
190       HAVE_SYS_ATTRIBUTES_H.
191     
192     
193 o   Volker Lendecke <vl@samba.org>
194     * BUG 583: Ensure that user names always contain the short 
195       version of the domain name.
196     * Fix our parsing of the LDAP uri.
197     * Don't show the 'afs username map' in the SWAT basic view.
198     * Fix SMB signing issues in relation to failed NTLMSSP logins.
199     * BUG 924: Fix return codes in smbtorture harness.
200     * Always lower-case usernames before handing it to AFS code.
201
202     
203 o   Jianliang Lu <j.lu@tiesse.com>
204     * Ensure we delete the group mapping before calling the delete 
205       group script.
206     * Define well known RID for managing the  "Power Users" group.
207
208     
209 o   Stefan Metzmacher <metze@metzemix.de>
210     * Implement LDAP rebind sleep patch.
211     * Revert to 2.2 quota code because of so many broken quota files 
212       out there.
213
214
215 o   <ndb@theghet.to>
216     * Allow an existing LDAP machine account to be re-used when 
217       joining an AD domain.
218
219
220 o   James Peach <jpeach@sgi.com>
221     * BUG 889: Change smbd to use pread/pwrite on platforms that 
222       support these calls. Can lead to a significant speed increase.
223
224
225 o   Tim Potter <tpot@samba.org>
226     * BUG 924: Fix typo in RW2 torture test.
227
228
229 o   Richard Sharpe <shape@samba.org>
230     * Small fixes to torture.c to cleanup the error handling 
231       and prevent crashes.
232
233             
234 o   J. Tournier <jerome.tournier@IDEALX.com>
235     * Small fixes for the smbldap-tool scripts.
236     
237     
238 o   Jelmer Vernooij <jelmer@samba.org>
239     * Put functions for generating SQL queries in pdb_sql.c
240     * Add pgSQL backend (based on patch by Hamish Friedlander)
241     * BUG 908: Fix -s option to smbcontrol.    
242
243
244 Changes since 3.0.0
245 ----------------------
246
247     Parameter Name              Action
248     --------------              ------
249     hide local users            Removed
250     mangled map                 Deprecated
251     mangled stack               Removed
252     passwd chat timeout         New
253
254
255 commits
256 -------
257
258 o   Change the interface for init_unistr2 to not take a length 
259     but a flags field.  We were assuming that 
260     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
261 o   Allow d_printf() to handle strings with escaped quotation 
262     marks since the msg file includes the escape character (bug 489).
263 o   Fix bad html table row termination in SWAT wizard code (bug 413).
264 o   Fix to parse the level-2 strings.
265 o   Fix for "valid users = %S" in [homes].  Fix read/write 
266     list as well. 
267 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
268     This is the same way AC_CHECK_LIB works (bug 508).
269 o   Testparm output fixes for clarity.
270 o   Fix broken wins hook functionality -- i18n bug (bug 528).
271 o   Take care of condition where DOS and NT error codes must differ.
272 o   Default to using only built-in charsets when a working iconv 
273     implementation cannot be located.
274 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
275     be done unconditionally (bug 550).
276 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
277 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
278     --enable-debug=[yes|no] works correctly.
279 o   Allow ^C to interrupt smbpasswd if using our getpass 
280     (e.g. smbpasswd command).
281 o   Support signing only on RPC's (bug 167).
282 o   Correct bug that prevented  Excel 2000 clients from opening 
283     files marked as read-only.
284 o   Portability fix bugs 546 - 549).
285 o   Explicitly initialize the value of AR for vendor makes that don't
286     do this (e.g. HPUX 11).  (bug 552).
287 o   More i18n fixes for SWAT (bug 413).
288 o   Change the cwd before the postexec script to ensure that a
289     umount will succeed.
290 o   Correct double free that caused winbindd to crash when a DC 
291     is rebooted (bug 437).
292 o   Fix incorrect mode sum (bug 562).
293 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
294     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
295 o   Add script to generate *msg files.
296 o   Add Dutch SWAT translation file.
297 o   Make sure to call get_user_groups() with the full winbindd 
298     name for a user if he/she has one (bug 406).
299 o   Fix up error code returns from Samba4 tester. Ensure invalid 
300     paths are validated the same way.  
301 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
302 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
303     libraries were found for $BACKEND.
304 o   Move sysquotas autoconf tests to a separate file.
305 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
306     tester
307 o   Make sure that the files that contain the static_init_$subsystem; 
308     macro get recompiled after configure by removing the object 
309     files.
310 o   Ensure canceling a blocking lock returns the correct error 
311     message.
312 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
313 o   Updated Japanese welcome file in SWAT.
314 o   Fix to  nt-time <-> unix-time functions reversible.
315 o   Ensure that winbindd uses the the escaped DN when querying
316     an AD ldap server.
317 o   Fix portability issues when compiling (bug 505, 550)
318 o   Compile fix for tdbbackup when Samba needs to override 
319     non-C99 compliant implementations of snprintf().
320 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
321 o   Make sure we break out of samsync loop on error.
322 o   Ensure error code path doesn't free unmalloc()'d memory
323     (bug 628).
324 o   Add configure test for krb5_keytab_entry keyblock vs key 
325     member (bug 636).
326 o   Fixed spinlocks.
327 o   Modified testparm so that all output so all debug output goes 
328     to stderr, and all file processing goes to stdout.
329 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
330     and smbcquotas.
331 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
332     we have a devmode before copying a string to the devicename.
333 o   Support mapping REALM.COM\user to a local user account (without 
334     running winbindd)  for compatibility with 2.2.x release.
335 o   Ensure we don't use mmap() on blacklisted systems.
336 o   fixed a number of bugs and memory leaks in the AIX 
337     winbindd shim
338 o   Call initgroups() in SWAT before becomming the user so that
339     secondary group permissions can be used when writing to 
340     smb.conf.
341 o   Fix signing problems when reverse connecting back to a 
342     client for printer notify
343 o   Fix signing problems caused by a miss-sequence bug.
344 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
345     Fixes NEXUS tools running on Win9x clients (bug 64).
346 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
347     SID could not be mapped.
348 o   Fix segfault in mount.cifs helper when there is no options 
349     specified during mount.
350 o   Change the \n after the password prompt to go to tty instead 
351     of stdout (bug 668).
352 o   Stop net -P from prompting for machine account password (bug 451).
353 o   Change in behavior to Not only change the effective uid but also
354     the real uid when becoming unprivileged.
355 o   Cope with Exchange 5.5 cleartext pop password auth.
356 o   New files for support of initshutdown pipe.  Win2k doesn't 
357     respond properly to all requests on the winreg pipe, so we need 
358     to handle this new pipe (bug 534).
359 o   Added more va_copy() checks in configure.in.
360 o   Include fixes for libsmbclient build problems.
361 o   Missing UNIX -> DOS codepage conversion in lanman.c.
362 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
363 o   Parameterize the listen backlog in smbd and make it larger by
364     default. A backlog of 5 is way too small these days.
365 o   Check for an invalid fid before dereferencing the fsp pointer
366     (bug 696).
367 o   Remove invalid memory frees and return codes in pdb_ldap.c.
368 o   Prompt for password when invoking --set-auth-user and no 
369     password is given.
370 o   Bind the nmbd sending socket to the 'socket address'.
371 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
372     $LDFLAGS occurs before any library specification (bug 661).
373 o   Fix large number of printf() calls for 64-bit size_t.
374 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
375     keyblock in the krb5 structs.
376 o   Remove #include <compat.h> in hopes to avoid problems with 
377     apache header files.
378 o   Correct winbindd build problems on HP-UX 11.
379 o   Lowercase netgroups lookups (bug 703).
380 o   Use the actual size of the buffer in strftime instead of a made
381     up value which just happens to be less than sizeof(fstring).  
382     (bug 713).
383 o   Add ldaplibs to pdbedit link line (bug 651).
384 o   Fix crash bug in smbclient completion (bug 659).
385 o   Fix packet length for browse list reply (bug 771).
386 o   Fix coredump in cli_get_backup_list().
387 o   Make sure that we expand %N (bug 612).
388 o   Allow rpcclient adddriver command to specify printer driver 
389     version (bug 514).
390 o   Compile tdbdump by default.
391 o   Apply patches to fix iconv detection for FreeBSD.
392 o   Do not allow the 'guest account' to be added to a passdb backend 
393     using smbpasswd or pdbedit (bug 624).
394 o   Save LDFLAGS during iconv detection (bug 57).
395 o   Run krb5 logins through the username map if the winbindd 
396     lookup fails (bug 698).
397 o   Add const for lp_set_name_resolve_order() to avoid compiler 
398     warnings (bug 471).
399 o   Add support for the %i macro in smb.conf to stand in for the for
400     the local IP address to which a client connected.
401 o   Allow winbindd to match local accounts to domain SID when 
402     'winbind trusted domains only = yes' (bug 680).
403 o   Remove code in idmap_ldap that searches the user suffix and group 
404     suffix.  It's not needed and provides inconsistent functionality 
405     from the tdb backend.
406 o   Patch to handle munged dial string for Windows 200 TSE.
407 o   Correct the "smbldap_open: cannot access when not root error"
408     messages when looking up group information (bug 281).
409 o   Skip over the winbind separator when looking up a user.
410     This fixes the bug that prevented local users from
411     matching an AD user when not running winbindd (bug 698).
412 o   Fix a problem with configure on *BSD systems. Make sure
413     we add -liconv etc to LDFLAGS.
414 o   Fix core dump bug when "security = server" and the authentication
415     server goes away.
416 o   Correct crash bug due to an empty munged dial string.
417 o   Show files locked by a specific user (smbstatus -u 'user') 
418     (bug 590).
419 o   Fix bug preventing print jobs from display in the queue
420     monitor used by Windows NT and later clients (bug 660).
421 o   Fix several reported problems with point-n-print from
422     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
423     reply (bug 338, 527 & 643).
424 o   Fix a handful of potential memory leaks in the LDAP code used
425     by ldapsam[_compat] and the LDAP idmap backend.
426 o   Fix for pdbedit error code returns (bug 763).
427 o   Make sure we only enumerate group mapping entries  (not 
428     /etc/group) even when doing local aliases.
429 o   Relax check on the pipe name in a dce/rpc bind response to work 
430     around issues with establishing trusts to a Windows 2003 domain.
431 o   Ensure we mangle names ending in '.' in hash2 mangling method.
432 o   Correct parsing issues with munged dial string.
433 o   Fix bugs in quota support for XFS.
434 o   Add a cleaner method for applications that need to provide 
435     name->SID mappings to do this via NSS rather than having to 
436     know the winbindd pipe protocol.
437 o   Adds a variant of the winbindd_getgroups() call called 
438     winbindd_getusersids() that provides direct SID->SIDs listing of 
439     a users supplementary groups. This is enough to allow non-Samba 
440     applications to do ACL checking.
441 o   Make sure we don't append the 'ldap suffix' when writing out the 
442     'ldap XXX suffix' values in SWAT (bug 328).
443 o   Fix renames across file systems.
444 o   Ensure that items in a list of strings containing whitespace are 
445     written out surrounded by single quotes.  This means that both 
446     double and single quotes are now used to surround strings in 
447     smb.conf (bug 481).
448 o   Enable SWAT to correctly determine if winbindd is running (bug 
449     398).
450 o   Include WWW-Authenticate field in 401 response for bad auth 
451     attempt (bug 629).
452 o   Add support for NTLM2 (NTLMv2 session security).
453 o   Add support for variable-length session keys.
454 o   More privilege fixes for group enumeration in LDAP (bug 281).
455 o   Use the dns name (or IP) as the originating client name when
456     using CUPS (bug 467).
457 o   Fix various SMB signing bugs.
458 o   Fix ACL propagation on a DFS root (bug 263).
459 o   Disable NTLM2 for RPC pipes.
460 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
461     authentication.
462 o   Change the name of the job passed off to cups from "Test Page" 
463     to "smbprn.00000033 Test Page" so that we can get the smb 
464     jobid back. This allow users to delete jobs with cups printing 
465     backend (partial work on bug 770).
466 o   Fix build of winbindd with static pdb modules.
467 o   Retrieve the correct ACL group bits if the file has an ACL 
468     (bug 802).
469 o   Implement "net rpc group members": Get members of a domain group 
470     in human-readable format.
471 o   Add MacOSX (Darwin) specific charset module code.
472 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
473     can include the full name in gecos field (bug 587).
474 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
475 o   Implement 'net rpc group list [global|local|builtin]*' for a 
476     select listing of the respective user databases.
477 o   Don't automatically set NT status code flag unless client tells 
478     us it can cope.
479 o   Add 'net status [sessions|shares] [parseable]'.
480 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
481     bug 770).
482 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
483    (bug 608).
484 o   Fix inverted logic in hosts allow/deny checks caused by 
485     s/strcmp/strequal/ (bug 846).
486 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
487 o   Fix typo in 'hash' mangling algorithm.
488 o   Support munged dial for ldapsam (bug 800).
489 o   Fix process_incoming_data() to return the number of bytes handled 
490     this call whether we have a complete PDU or not; fixes bug 
491     with multiple PDU request rpc's broken over SMBwriteX calls 
492     each.
493 o   Fix incorrect smb flags2 for connections to pre-NT servers 
494     (causes smbclient to fail to OS2 for example) (bug 821).
495 o   Update version string in smbldap-tools Makefile to 0.8.2.
496 o   Correct a problem with "net rpc vampire" mis-parsing the 
497     alias member info reply.
498 o   Ensure the ${libdir} is created by the installclientlib script.
499 o   Fix detection of Windows 2003 client architecture in the smb.conf
500     %a variable.
501 o   Ensure that smbd calls the add user script for a missing UNIX 
502     user on kerberos auth call (bug 445).
503 o   Fix bugs in hosts allow/deny when using a mismatched 
504     network/netmask pair.
505 o   Protect alloc_sub_basic() from crashing when the source string 
506     is NULL (partial work on bug 687).
507 o   Fix spinlocks on IRIX.
508 o   Corrected some bad destination paths when running "configure 
509     --with-fhs".
510 o   Add packaging files for Fedora Core 1.
511 o   Correct bug in SWAT install script for non-english languages.
512 o   Support character set ISO-8859-1 internally (bug 558).
513 o   Fixed more LDAP access errors when looking up group mappings 
514     (bug 281).
515 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
516     resolution to fail on local files on on domain members 
517     (bug 875).
518 o   Fix uninitialized variable in passdb.c.
519 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
520 o   Fix problem mounting directories when mount.cifs is installed 
521     with the setuid bit on.
522 o   Fix bug that prevent --mandir from overriding the defaults
523     given in the --with-fhs macro.
524 o   Fix bug in in-memory Kerberos keytab detection routines 
525     in configure.in
526
527
528
529 ######################################################################
530
531               =======================================
532               The original 3.0.0 release notes follow          
533               =======================================
534
535
536 Major new features:
537 -------------------
538
539 1)  Active Directory support.  Samba 3.0 is now able to  
540     join a ADS realm as a member server and authenticate 
541     users using LDAP/Kerberos.
542
543 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
544     and internally there is now a much better infrastructure for 
545     multi-byte and UNICODE character sets.
546
547 3)  New authentication system. The internal authentication system 
548     has been almost completely rewritten. Most of the changes are 
549     internal, but the new auth system is also very configurable.
550
551 4)  New default filename mangling system.
552
553 5)  A new "net" command has been added. It is somewhat similar to 
554     the "net" command in windows. Eventually we plan to replace 
555     numerous other utilities (such as smbpasswd) with subcommands 
556     in "net".
557
558 6)  Samba now negotiates NT-style status32 codes on the wire. This
559     improves error handling a lot.
560
561 7)  Better Windows 2000/XP/2003 printing support including publishing
562     printer attributes in active directory.
563
564 8)  New loadable module support for passdb backends and character 
565     sets.
566
567 9)  New default dual-daemon winbindd support for better performance.
568
569 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
570     domain and maintaining user, group and domain SIDs.
571
572 11) Support for establishing trust relationships with Windows NT 4.0
573     domain controllers.
574   
575 12) Initial support for a distributed Winbind architecture using
576     an LDAP directory for storing SID to uid/gid mappings.
577   
578 13) Major updates to the Samba documentation tree.
579
580 14) Full support for client and server SMB signing to ensure
581     compatibility with default Windows 2003 security settings.
582
583 15) Improvement of ACL mapping features based on code donated by
584     Andreas Grünbacher.
585
586
587 Plus lots of other improvements!
588
589
590 Additional Documentation
591 ------------------------
592
593 Please refer to Samba documentation tree (included in the docs/ 
594 subdirectory) for extensive explanations of installing, configuring
595 and maintaining Samba 3.0 servers and clients.  It is advised to 
596 begin with the Samba-HOWTO-Collection for overviews and specific 
597 tasks (the current book is up to approximately 400 pages) and to 
598 refer to the various man pages for information on individual options.
599
600 We are very glad to be able to include the second edition of
601 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
602 (O'Reilly & Associates) in this release.  The book is available
603 on-line at http://samba.org/samba/docs/ and is included with 
604 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
605 publisher for making "Using Samba" under the GNU Free Documentation 
606 License.
607
608
609 ######################################################################
610 Upgrading from a previous Samba 3.0 beta
611 ########################################
612
613 Beginning with Samba 3.0.0beta3, the RID allocation functions
614 have been moved into winbindd.  Previously these were handled
615 by each passdb backend.  This means that winbindd must be running
616 to automatically allocate RIDs for users and/or groups.  Otherwise,
617 smbd will use the 2.2 algorithm for generating new RIDs.
618
619 If you are using 'passdb backend = tdbsam' with a previous Samba 
620 3.0 beta release (or possibly alpha), it may be necessary to 
621 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
622 to winbindd_idmap.tdb.  To do this:
623
624 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
625     once)
626 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
627     directory
628 3)  run: (note that 'tdb>' is the tool's prompt for input)
629
630        root# ./tdbtool /usr/local/samba/private/passdb.tdb
631        tdb> show RID_COUNTER
632        key 12 bytes
633        RID_COUNTER
634        data 4 bytes
635        [000] 0A 52 00 00                                       .R.
636
637        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
638        ....
639        record moved
640
641 If you are using 'passdb backend = ldapsam', it will be necessary to 
642 store idmap entries in the LDAP directory as well (i.e. idmap backend 
643 = ldap).  Refer to the 'net idmap' command for more information on 
644 migrating SID<->UNIX id mappings from one backend to another.
645
646 If the RID_COUNTER record does not exist, then these instructions are
647 unneccessary and the new RID_COUNTER record will be correctly generated
648 if needed.  
649
650
651
652 ########################
653 Upgrading from Samba 2.2
654 ########################
655
656 This section is provided to help administrators understand the details
657 involved with upgrading a Samba 2.2 server to Samba 3.0.
658
659
660 Building
661 --------
662
663 Many of the options to the GNU autoconf script have been modified 
664 in the 3.0 release.  The most noticeable are:
665
666   * removal of --with-tdbsam (is now included by default; see section
667     on passdb backends and authentication for more details)
668     
669   * --with-ldapsam is now on used to provided backward compatible
670     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
671     backend and authentication section for more details
672   
673   * inclusion of non-standard passdb modules may be enabled using
674     --with-expsam.  This includes an XML backend and a mysql backend.
675       
676   * removal of --with-msdfs (is now enabled by default)
677   
678   * removal of --with-ssl (no longer supported)
679   
680   * --with-utmp now defaults to 'yes' on supported systems
681   
682   * --with-sendfile-support is now enabled by default on supported 
683     systems
684   
685     
686 Parameters
687 ----------
688
689 This section contains a brief listing of changes to smb.conf options
690 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
691 complete descriptions of new or modified parameters.
692
693 Removed Parameters (order alphabetically):
694
695   * admin log
696   * alternate permissions
697   * character set
698   * client codepage
699   * code page directory
700   * coding system
701   * domain admin group
702   * domain guest group
703   * force unknown acl user
704   * hide local users
705   * nt smb support
706   * postscript
707   * printer driver
708   * printer driver file
709   * printer driver location
710   * status
711   * strip dot
712   * total print jobs
713   * use rhosts
714   * valid chars
715   * vfs options
716
717 New Parameters (new parameters have been grouped by function):
718
719   Remote management
720   -----------------
721   * abort shutdown script
722   * shutdown script
723
724   User and Group Account Management
725   ---------------------------------
726   * add group script
727   * add machine script
728   * add user to group script
729   * algorithmic rid base
730   * delete group script
731   * delete user from group script
732   * passdb backend
733   * set primary group script
734
735   Authentication
736   --------------
737   * auth methods
738   * realm
739   * passwd chat timeout
740
741   Protocol Options
742   ----------------
743   * client lanman auth
744   * client NTLMv2 auth
745   * client schannel
746   * client signing
747   * client use spnego
748   * disable netbios
749   * ntlm auth
750   * paranoid server security
751   * server schannel
752   * server signing
753   * smb ports
754   * use spnego
755
756   File Service
757   ------------
758   * get quota command
759   * hide special files
760   * hide unwriteable files
761   * hostname lookups
762   * kernel change notify
763   * mangle prefix
764   * map acl inherit
765   * msdfs proxy
766   * set quota command
767   * use sendfile
768   * vfs objects
769   
770   Printing
771   --------
772   * max reported print jobs
773
774   UNICODE and Character Sets
775   --------------------------
776   * display charset
777   * dos charset
778   * unicode
779   * unix charset
780   
781   SID to uid/gid Mappings
782   -----------------------
783   * idmap backend
784   * idmap gid
785   * idmap uid
786   * winbind enable local accounts
787   * winbind trusted domains only
788   * template primary group
789   * enable rid algorithm
790
791   LDAP
792   ----
793   * ldap delete dn
794   * ldap group suffix
795   * ldap idmap suffix
796   * ldap machine suffix
797   * ldap passwd sync
798   * ldap user suffix
799   
800   General Configuration
801   ---------------------
802   * preload modules
803   * private dir
804
805 Modified Parameters (changes in behavior):
806
807   * encrypt passwords (enabled by default)
808   * mangling method (set to 'hash2' by default)
809   * passwd chat
810   * passwd program
811   * restrict anonymous (integer value)
812   * security (new 'ads' value)
813   * strict locking (enabled by default)
814   * unix extensions (enabled by default)
815   * winbind cache time (increased to 5 minutes)
816   * winbind uid (deprecated in favor of 'idmap uid')
817   * winbind gid (deprecated in favor of 'idmap gid')
818
819
820 Databases
821 ---------
822
823 This section contains brief descriptions of any new databases 
824 introduced in Samba 3.0.  Please remember to backup your existing 
825 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
826 upgrade databases as they are opened (if necessary), but downgrading 
827 from 3.0 to 2.2 is an unsupported path.
828
829 Name                    Description                             Backup?
830 ----                    -----------                             -------
831 account_policy          User policy settings                    yes
832 gencache                Generic caching db                      no
833 group_mapping           Mapping table from Windows              yes
834                         groups/SID to unix groups        
835 winbindd_idmap          ID map table from SIDS to UNIX          yes
836                         uids/gids.
837 namecache               Name resolution cache entries           no
838 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
839                         returned as part of a successful
840                         net_sam_logon request 
841 printing/*.tdb          Cached output from 'lpq                 no
842                         command' created on a per print 
843                         service basis
844 registry                Read-only samba registry skeleton       no
845                         that provides support for exporting
846                         various db tables via the winreg RPCs
847
848
849 Changes in Behavior
850 -------------------
851
852 The following issues are known changes in behavior between Samba 2.2 and 
853 Samba 3.0 that may affect certain installations of Samba.
854
855   1)  When operating as a member of a Windows domain, Samba 2.2 would 
856       map any users authenticated by the remote DC to the 'guest account'
857       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
858       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
859       current work around to re-establish the 2.2 behavior.
860       
861   2)  When adding machines to a Samba 2.2 controlled domain, the 
862       'add user script' was used to create the UNIX identity of the 
863       machine trust account.  Samba 3.0 introduces a new 'add machine 
864       script' that must be specified for this purpose.  Samba 3.0 will
865       not fall back to using the 'add user script' in the absence of 
866       an 'add machine script'
867   
868
869 ######################################################################
870 Passdb Backends and Authentication
871 ##################################
872
873 There have been a few new changes that Samba administrators should be
874 aware of when moving to Samba 3.0.
875
876   1) encrypted passwords have been enabled by default in order to 
877      inter-operate better with out-of-the-box Windows client 
878      installations.  This does mean that either (a) a samba account
879      must be created for each user, or (b) 'encrypt passwords = no'
880      must be explicitly defined in smb.conf.
881     
882   2) Inclusion of new 'security = ads' option for integration 
883      with an Active Directory domain using the native Windows
884      Kerberos 5 and LDAP protocols.
885
886      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
887      type which is neccessary for servers on which the 
888      administrator password has not been changed, or kerberos-enabled 
889      SMB connections to servers that require Kerberos SMB signing.
890      Besides this one difference, either MIT or Heimdal Kerberos
891      distributions are usable by Samba 3.0.
892      
893
894 Samba 3.0 also includes the possibility of setting up chains
895 of authentication methods (auth methods) and account storage 
896 backends (passdb backend).  Please refer to the smb.conf(5) 
897 man page for details.  While both parameters assume sane default 
898 values, it is likely that you will need to understand what the 
899 values actually mean in order to ensure Samba operates correctly.
900
901 The recommended passdb backends at this time are
902
903   * smbpasswd - 2.2 compatible flat file format
904   * tdbsam - attribute rich database intended as an smbpasswd
905     replacement for stand alone servers
906   * ldapsam - attribute rich account storage and retrieval 
907     backend utilizing an LDAP directory.  
908   * ldapsam_compat - a 2.2 backward compatible LDAP account 
909     backend
910     
911 Certain functions of the smbpasswd(8) tool have been split between the 
912 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
913 utility.  See the respective man pages for details.
914     
915      
916 ######################################################################
917 LDAP
918 ####
919
920 This section outlines the new features affecting Samba / LDAP 
921 integration.
922
923 New Schema
924 ----------
925   
926 A new object class (sambaSamAccount) has been introduced to replace 
927 the old sambaAccount.  This change aids us in the renaming of attributes 
928 to prevent clashes with attributes from other vendors.  There is a 
929 conversion script (examples/LDAP/convertSambaAccount) to modify and LDIF 
930 file to the new schema.
931   
932 Example:
933   
934         $ ldapsearch .... -b "ou=people,dc=..." > old.ldif
935         $ convertSambaAccount <DOM SID> old.ldif new.ldif
936         
937 The <DOM SID> can be obtained by running 'net getlocalsid <DOMAINNAME>' 
938 on the Samba PDC as root.
939     
940 The old sambaAccount schema may still be used by specifying the 
941 "ldapsam_compat" passdb backend.  However, the sambaAccount and
942 associated attributes have been moved to the historical section of
943 the schema file and must be uncommented before use if needed.
944 The 2.2 object class declaration for a sambaAccount has not changed
945 in the 3.0 samba.schema file. 
946   
947 Other new object classes and their uses include:
948   
949   * sambaDomain - domain information used to allocate rids 
950     for users and groups as necessary.  The attributes are added
951     in 'ldap suffix' directory entry automatically if 
952     an idmap uid/gid range has been set and the 'ldapsam'
953     passdb backend has been selected.
954       
955   * sambaGroupMapping - an object representing the 
956     relationship between a posixGroup and a Windows
957     group/SID.  These entries are stored in the 'ldap 
958     group suffix' and managed by the 'net groupmap' command.
959     
960   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
961     automatically and contains the next available 'idmap uid' and 
962     'idmap gid'
963     
964   * sambaIdmapEntry - object storing a mapping between a 
965     SID and a UNIX uid/gid.  These objects are created by the 
966     idmap_ldap module as needed.
967
968   * sambaSidEntry - object representing a SID alone, as a Structural
969     class on which to build the sambaIdmapEntry.
970
971     
972 New Suffix for Searching
973 ------------------------
974   
975 The following new smb.conf parameters have been added to aid in directing
976 certain LDAP queries when 'passdb backend = ldapsam://...' has been
977 specified.
978
979   * ldap suffix         - used to search for user and computer accounts
980   * ldap user suffix    - used to store user accounts
981   * ldap machine suffix - used to store machine trust accounts
982   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
983   * ldap idmap suffix   - location of sambaIdmapEntry objects
984
985 If an 'ldap suffix' is defined, it will be appended to all of the 
986 remaining sub-suffix parameters.  In this case, the order of the suffix
987 listings in smb.conf is important.  Always place the 'ldap suffix' first
988 in the list.  
989
990 Due to a limitation in Samba's smb.conf parsing, you should not surround 
991 the DN's with quotation marks.
992
993
994 IdMap LDAP support
995 ------------------
996
997 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
998 following options would inform Samba that the idmap table should be
999 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
1000 dc=org" partition.
1001
1002  [global]
1003     ...
1004     idmap backend     = ldap:ldap://onterose/
1005     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
1006     idmap uid         = 40000-50000
1007     idmap gid         = 40000-50000
1008
1009 This configuration allows winbind installations on multiple servers to
1010 share a uid/gid number space, thus avoiding the interoperability problems
1011 with NFS that were present in Samba 2.2.
1012     
1013
1014
1015 ######################################################################
1016 Trust Relationships and a Samba Domain
1017 ######################################
1018
1019 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
1020 allocating uids and gids to trusted users and groups.  More
1021 information regarding Samba's support for establishing trust 
1022 relationships can be found in the Samba-HOWTO-Collection included
1023 in the docs/ directory of this release.
1024
1025 First create your Samba PDC and ensure that everything is 
1026 working correctly before moving on the trusts.
1027
1028 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
1029 4.0 domain named WINDOWS:
1030
1031   1) create the trust account for SAMBA in "User Manager for Domains"
1032   2) connect the trust from the Samba domain using
1033      'net rpc trustdom establish GLASS'
1034
1035 To create a trustlationship with SAMBA as the trusted domain:
1036
1037   1) create the initial trust account for GLASS using
1038      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
1039      account for GLASS$ prior to this step (depending on your
1040      local configuration).
1041   2) connect the trust from a WINDOWS DC using "User Manager
1042      for Domains"
1043
1044 Now join winbindd on the Samba PDC to the SAMBA domain using
1045 the normal steps for adding a Samba server to an NT4 domain:
1046 (note that smbd & nmbd must be running at this point)
1047
1048    root# net rpc join -U root
1049    Password: <enter root password from smbpasswd file here>
1050
1051 Start winbindd and test the join with 'wbinfo -t'.
1052
1053 Now test the trust relationship by connecting to the SAMBA DC
1054 (e.g. POGO) as a user from the WINDOWS domain:
1055
1056    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
1057    Password:
1058
1059 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
1060
1061    $ smbclient //crystal/netlogon -U root -W WINDOWS
1062    Password:
1063
1064 ######################################################################
1065 Changes in Winbind
1066 ##################
1067
1068 Beginning with Samba3.0.0beta3, winbindd has been given new account
1069 manage functionality equivalent to the 'add user script' family of
1070 smb.conf parameters.  The idmap design has also been changed to 
1071 centralize control of foreign SID lookups and matching to UNIX 
1072 uids and gids.
1073
1074
1075 Brief Description of Changes
1076 ----------------------------
1077
1078 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
1079    reverted to the 2.2.x design.  This means that when resolving a 
1080    SID to a UID or similar mapping:
1081
1082         a) First consult winbindd
1083         b) perform a local lookup only if winbindd fails to
1084            return a successful answer
1085
1086    There are some variations to this, but these two rules generally
1087    apply.
1088
1089 2) All idmap lookups have been moved into winbindd.  This means that
1090    a server must run winbindd (and support NSS) in order to achieve
1091    any mappings of SID to dynamically allocated UNIX ids.  This was
1092    a conscious design choice.
1093
1094 3) New functions have been added to winbindd to emulate the 'add user 
1095    script' family of smbd functions without requiring that external
1096    scripts be defined.  This functionality is controlled by the 'winbind 
1097    enable local accounts' smb.conf parameter (enabled by default).
1098
1099    However, this account management functionality is only supported 
1100    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
1101    must be shared among multiple Samba servers (such as a PDC and BDCs), 
1102    it will be necessary to define your own 'add user script', et. al.
1103    programs that place the accounts/groups in some form of directory
1104    such as NIS or LDAP.  This requirement was deemed beyond the scope
1105    of winbind's account management functions.  Solutions for 
1106    distributing UNIX system information have been deployed and tested 
1107    for many years.  We saw no need to reinvent the wheel.
1108
1109 4) A member of a Samba controlled domain running winbindd is now able 
1110    to map domain users directly onto existing UNIX accounts while still
1111    automatically creating accounts for trusted users and groups.  This
1112    behavior is controlled by the 'winbind trusted domains only' smb.conf
1113    parameter (disabled by default to provide 2.2.x winbind behavior).
1114
1115 5) Group mapping support is wrapped in the local_XX_to_XX() functions
1116    in smbd/uid.c.  The reason that group mappings are not included
1117    in winbindd is because the purpose of Samba's group map is to
1118    match any Windows SID with an existing UNIX group.  These UNIX
1119    groups can be created by winbindd (see next section), but the
1120    SID<->gid mapping is retreived by smbd, not winbindd.
1121
1122
1123 Examples
1124 --------
1125
1126 * security = server running winbindd to allocate accounts on demand
1127
1128 * Samba PDC running winbindd to handle the automatic creation of UNIX
1129   identities for machine trust accounts
1130
1131 * Automtically creating UNIX user and groups when migrating a Windows NT
1132   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
1133   'net rpc vampire' for this to work.
1134
1135    
1136 ######################################################################
1137 Known Issues
1138 ############
1139
1140 * There are several bugs currently logged against the 3.0 codebase
1141   that affect the use of NT 4.0 GUI domain management tools when run
1142   against a Samba 3.0 PDC.  This bugs should be released in an early 
1143   3.0.x release.
1144
1145 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
1146 filed against the Samba 3.0 codebase.
1147
1148
1149 ######################################################################
1150 Reporting bugs & Development Discussion
1151 #######################################
1152
1153 Please discuss this release on the samba-technical mailing list or by
1154 joining the #samba-technical IRC channel on irc.freenode.net.
1155
1156 If you do report problems then please try to send high quality
1157 feedback. If you don't provide vital information to help us track down
1158 the problem then you will probably be ignored.  
1159
1160 A new bugzilla installation has been established to help support the 
1161 Samba 3.0 community of users.  This server, located at 
1162 https://bugzilla.samba.org/, has replaced the older jitterbug server 
1163 previously located at http://bugs.samba.org/.
1164