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