s3 create-tarball.sh: Remove dashes in git commands.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.0.34
3                          January, 20 2009
4                    ==============================
5
6
7 This is a bug fix release of the Samba 3.0 series.
8
9 Major enhancements included in Samba 3.0.34 are:
10
11   o Fix update of machine account passwords.
12   o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
13   o Fix Winbind crashes.
14   o Correctly detect if the current dc is the closest one.
15   o Add saf_join_store() function to memorize the dc used at join time.
16     This avoids problems caused by replication delays shortly after domain
17     joins.
18   o Fix write list in setups using "security = share".
19
20
21 ######################################################################
22 Changes
23 #######
24
25 Changes since 3.0.33
26 --------------------
27
28
29 o   Michael Adam <obnox@samba.org>
30     * Fix linking cifs.upcall when nscd_flush_cache() is found.
31     * Fix smbd hanging on Solaris when winbindd closes socket.
32     * Use the reconnect methods instead of the rpc methods directly.
33
34
35 o   Jeremy Allison <jra@samba.org>
36     * BUG 1254: Fix write list in setups using "security = share".
37     * BUG 5052: Not work cancel inheritance on share.
38     * BUG 5729: Explicitly allow "-valid" parameter.
39     * BUG 5737: Fix Winbind crash in an unusual failure mode.
40     * BUG 5750: Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
41     * BUG 5751: Backport to fix showing of ACLson DFS with smbclient.
42     * BUG 5790: Fix returning STATUS_OBJECT_NAME_NOT_FOUND on set file
43       disposition call.
44     * BUG 5814: Fix core dump of Winbind while doing "rescan_trusted_domain".
45     * BUG 5873: Fix ACL inheritance.
46     * BUG 5914: Fix build failure (redefinition of struct name_list).
47     * BUG 5937: Fix filenames with "*" char hiding other files.
48     * Remove unecessary msync.
49     * Rename cifs.spnego to cifs.upcall.
50     * Fix segfault when execution cifs.upcall without any arguments.
51     * Ensure we emit the notify message before renaming the open files.
52     * Fix use of DLIST_REMOVE.
53     * Cope with bad trans2mkdir requests from System in QNTC IBM SMB client.
54     * Fix memory leak in error path.
55     * Fix logic bug introduce in backport of ccache_regain_all_now.
56
57
58 o   Kai Blin <kai@samba.org>
59     * Reformat the WBFLAGS defines to prepare for adding a new flag.
60     * Put huge NTLMv2 blobs into extra_data on CRAP auth.
61
62
63 o   Günther Deschner <gd@samba.org>
64     * BUG 5710: Fix update of machine account passwords.
65     * Define NET_SRVPWSET2 call.
66     * Net should just use machine account creds when changing passwords.
67     * Fix net_io_q_srv_pwset2.
68
69
70 o   Carsten Dumke <carsten@cdumke.de>
71     * BUG 5892: Fix documentation of net rap printq info.
72
73
74 o   Dina Fine <dina@exanet.com>
75     * BUG 5908: Fix failing of internal change notify on share directory.
76
77
78 o   Steve French <stevef@smf-t60p.smfdom>
79     * Fix compile warning in cifs.upcall.
80     * Fix cifs.upcall manpage and comments.
81
82
83 o   Jeff Layton <jlayton@redhat.com>
84     * Build cifs.upcall by default on Linux.
85     * Fix negatively instantiate keys on error in cifs.upcall.
86     * Handle handle MSKRB5 OID properly in cifs.upcall.
87     * Bump SPNEGO msg version number and don't reject old versions in
88       cifs.upcall.
89     * Fix several problems when mounting subdirectories of shares in
90       mount.cifs.
91     * Don't prompt for password on krb5 mounts in mount.cifs.
92     * Have uppercase_string return success on NULL pointer in mount.cifs.
93     * Make return codes match the return codes for /bin/mount in mount.cifs.
94     * Use lock/unlock_mtab scheme from util-linux-ng mount prog.
95
96
97 o   Volker Lendecke <vl@samba.org>
98     * BUG 5965: Fix creation of the first share using SWAT.
99     * Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF test.
100
101
102 o   David Leonard <David.Leonard@quest.com>
103     * BUG 4516: No IPv6 on Solaris 2.6.
104
105
106 o   Igor Mammedov <niallain@gmail.com>
107     * Add support for cifs.spnego helper into configure and Makefile.in.
108     * Add checks for spnego prereq keyutils.h and kerberos in configure.in.
109     * Add helper source for handling cifs kernel module upcall for kerberos
110       authorization.
111     * Add -c option to set service prefix to "cifs" in service principal by
112       default service prefix "host" is used.
113     * Add support for cifs.resolver upcall.
114
115
116 o   Stefan Metzmacher <metze@samba.org>
117     * Correctly detect if the current dc is the closest one.
118     * For CLDAP we need to use get_sorted_dc_list() to avoid recursion.
119     * Add fallback to return all dcs, when none is available in the requested
120       site.
121     * Add saf_join_store() function to memorize the dc used at join time.
122     * Return an error instead of crashing when no realm is given.
123
124
125 o   Andreas Schneider <mail@cynapses.org>
126     * Delete the krb5 ccname variable from the PAM environment if set.
127     * Fix the build of pam_winbind.
128     * Fix circular dependency error with autoconf 2.6.3.
129
130
131 o   Simo Sorce <idra@samba.org>
132     * Fix an ifdef check.
133     * Fix warning.
134
135
136 o   Yasuma Takeda <yasuma@osstech.co.jp>
137     * BUG 5909: Fix MS-DFS links inlcuding multibyte characters on Vista.
138
139
140 o   Andrew Tridgell <tridge@samba.org>
141     * Avoid a race condition in glibc between AIO and setresuid().
142     * Become root for AIO operations.
143
144
145 o   Bo Yang <boyang@novell.com>
146     * Don't set child->requests to NULL in parent after fork.
147
148
149 o   Qiao Yang <geoyang@ironport.com>
150     * Fix a memleak.
151
152
153 ######################################################################
154 Reporting bugs & Development Discussion
155 #######################################
156
157 Please discuss this release on the samba-technical mailing list or by
158 joining the #samba-technical IRC channel on irc.freenode.net.
159
160 If you do report problems then please try to send high quality
161 feedback. If you don't provide vital information to help us track down
162 the problem then you will probably be ignored.  All bug reports should
163 be filed under the Samba 3.0 product in the project's Bugzilla
164 database (https://bugzilla.samba.org/).
165
166
167 ======================================================================
168 == Our Code, Our Bugs, Our Responsibility.
169 == The Samba Team
170 ======================================================================
171
172
173 Release notes for older releases follow:
174       --------------------------------------------------
175                    ==============================
176                    Release Notes for Samba 3.0.33
177                          November, 27 2008
178                    ==============================
179
180
181 This is a security release in order to address CVE-2008-4314 ("Potential leak of
182 arbitrary memory contents").
183
184    o CVE-2008-4314
185      Samba 3.0.29 to 3.2.4 can potentially leak
186      arbitrary memory contents to malicious
187      clients.
188
189 The original security announcement for this and past advisories can
190 be found http://www.samba.org/samba/security/
191
192 ######################################################################
193 Changes
194 #######
195
196 Changes since 3.0.32
197 --------------------
198
199
200 o   Volker Lendecke <vl@samba.org>
201     * Fix for CVE-2008-4314.
202
203
204       --------------------------------------------------
205                    ===============================
206                    Release Notes for Samba 3.0.32
207                              Aug 25, 2008
208                    ===============================
209
210 This is a bug fix release of the Samba 3.0 production series
211 and is the version that servers should be run for all current
212 Samba 3.0 bug fixes.
213
214 User visible bug fixes in this release include:
215
216     o Prevent crash bug in Winbind caused by a race condition
217       when a child process becomes unresponsive.
218     o Fix interactive password prompting in the "net" command.
219     o Documentation clarifications and typographical fixes.
220
221
222 ######################################################################
223 Changes
224 #######
225
226 Changes since 3.0.31
227 --------------------
228
229 o   Michael Adam <obnox@samba.org>
230     * Docs fix for "password server" parameter.
231     * Fix IPC connections with interactive password prompt.
232
233
234 o   Jeremy Allison <jra@samba.org>
235     * BUG 5697: nmbd spins in reload_interfaces when only loopback
236       exists.
237     * Don't re-initialize a token when we already have one.
238
239
240 o   Gerald (Jerry) Carter <jerry@samba.org>
241     * When returning NSS_UNAVAIL from libnss_winbind, squash errno
242       to ENOENT.
243
244
245 o   Volker Lendecke <vl@samba.org>
246     * Fix a race condition in winbind leading to a crash.
247
248
249 o   Jim McDonough <jmcd@samba.org>
250     * Correct interaction between Winbind log files and the 
251       "log file" smb.conf parameter upon a reload.
252
253
254 o   Karolin Seeger <kseeger@samba.org>
255     * Fix scope description of the "printcap name" parameter in 
256       smb.conf(5).
257     * Fix typos in smbclient man page.
258
259
260 o   Bo Yang <boyang@novell.com>
261     * Allow %u parameters for print job username.
262
263
264 o   Christoph Zauner <christoph.zauner@sernet.de>
265     * Corrections to various man pages.
266
267
268       --------------------------------------------------
269                    ===============================
270                    Release Notes for Samba 3.0.31
271                              July 10, 2008
272                    ===============================
273
274 This is a bug fix release of the Samba 3.0 production series
275 and is the version that servers should be run for all current
276 Samba 3.0 bug fixes.
277
278 User visible bug fixes in this release include:
279
280     o Correct issues with running Winbind running on a Samba PDC.
281     o Problems with trusted Windows 2008 domains.
282     o Difficulty joining an NT4 or Windows 2000 AD domain.
283
284
285 ######################################################################
286 Changes
287 #######
288
289 Changes since 3.0.30
290 --------------------
291
292 o   Jeremy Allison <jra@samba.org>
293     * BUG 5504: Fix SIGTERM handling in Winbind children so that they
294       do not remove the unix domain socket used to field client requests.
295     * Split the winbindd_passdb backend into a 'builtin' and a 'sam'
296       backend.
297     * When allocating client buffers for large read/write - make sure we 
298       take account of the large read/write SMB headers as well as the buffer
299       space.
300     * Memory leak fixes in DC location code.
301     * BUG 5533: Winbindd fails to cope correctly with a workgroup name 
302       containing a '.'
303     * BUG 5555: Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine
304       account logon.
305     * BUG 5551: smbd recursing back into winbindd from a winbindd call.
306     * Fix usage message for "net rpc trustdom add".
307     * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.
308     * BUG 5578: Bad (non-Samba) use of strlcat gives error.
309     * Canonicalize servername in the printer functions to remove leading '\\' 
310       characters.
311
312
313 o   Alexander Bokovoy <ab@samba.org>
314     * Documentation build fixes.
315     * [DOCS] Fix use of smbconfoption in samba.entities.
316
317
318 o   Gerald (Jerry) Carter <jerry@samba.org>
319     * Return NULL in sitename_fetch() if gencache_init() fails.
320
321
322 o   Steven Danneman <steven.danneman@isilon.com>
323     * Use machine account and machine password from our domain when
324       contacting trusted domains.
325     * SPNEGO SPN fix when contacting trusted domains.
326
327
328 o   Guenther Deschner <gd@samba.org>
329     * BUG 5285: Fix libcap header mismatch.
330     * Fix joining NT4 domains.
331     * Don't let winbind getgroups crash when we have no gids in the
332       token.
333     * Fallback to level 24 pwd set while joining.
334     * Fix joining w2k domains in "security = ads".
335     * Fix pam_sm_chauthtok for storing modified cached creds.
336
337
338 o   SATOH Fumiyasu <fumiyas@osstech.co.jp> 
339     * BUG 5202: Re-activate "acl group control" parameter and make it
340       only apply to owning group.
341
342
343 o   <hkurma@datadomain.com>
344     * BUG 5531: Fix conversion of ns units when converting from
345       nttime to timespec.
346
347
348 o   Volker Lendecke <vl@samba.org>
349     * BUG 4974: Map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT in libsmbclient.
350     * Fix a segfault in base64_encode_data_blob.
351
352
353 o   William Jojo <jojowil@hvcc.edu>
354     * AIX build fixes.
355
356
357 o   Herb Lewis <herb@samba.org>
358     * ENODATA is not defined in freeBSD 4.6.2.
359
360
361 o   Jim McDonough <jmcd@samba.org>
362     * Don't reset password last set time just because the expired flag
363       is set to 0.
364
365
366 o   Karolin Seeger <kseeger@samba.org>
367     * Fix usage message for 'net idmap dump'.
368     * Miscellaneous man page fixes.
369     * BUG 4203: Samba3-HOWTO: Add improvements/fixes submitted by Pete Boyd.
370
371
372 o   John H Terpstra <jht@samba.org>
373     * Fixes to man pages.
374     * Add tdb file documentation.
375
376
377 o   Bo Yang <boyang@novell.com>
378     * Ensure that winbindd trusted domain children keep primary domain online
379       status up to date.
380     * Update cached creds during password change.
381     * Ensure that Winbind always uses set_domain_offline() to mark a domain
382       offline.
383     * Allow authentication and memory credential refresh after password change
384       from gdm/xdm.
385
386
387 o   Chere Zhou <czhou@isilon.com>
388     * Memory leak fixes.
389
390
391       --------------------------------------------------
392                    ===============================
393                    Release Notes for Samba 3.0.30
394                             May 28, 2008
395                    ===============================
396
397 This is a security release in order to address CVE-2008-1105 ("Boundary 
398 failure when parsing SMB responses can result in a buffer overrun").
399
400   o CVE-2008-1105
401     Specifically crafted SMB responses can result in a heap overflow 
402     in the Samba client code.  Because the server process, smbd, can 
403     itself act as a client during operations such as printer notification
404     and domain authentication,  this issue affects both Samba client 
405     and server installations.
406     
407 The original security announcement for this and past advisories can 
408 be found http://www.samba.org/samba/security/
409
410
411 ######################################################################
412 Changes
413 #######
414
415 Changes since 3.0.29
416 --------------------
417
418 o   Jeremy Allison <jra@samba.org>
419     * Fix for CVE-2008-1105.
420
421
422 o   Karolin Seeger <kseeger@samba.org>
423     * Remove man pages for ldb tools not included in Samba 3.0.
424
425       --------------------------------------------------
426
427                    ===============================
428                    Release Notes for Samba 3.0.29
429                             May 20, 2008
430                    ===============================
431
432 Major bug fixes included in Samba 3.0.29 are:
433
434   o Problems following domain trusts on a Samba DC.
435   o SMB Signing errors.
436   o Interoperability issues with Windows 2008 domains.
437
438
439 ######################################################################
440 Changes
441 #######
442
443 Changes since 3.0.28a
444 ---------------------
445
446 o   Michael Adam <obnox@samba.org>
447     * Fix build for pam_smbpass.
448     * Fix a crash in tdb_wrap_log().
449
450
451 o   Jeremy Allison <jra@samba.org>
452     * BUG 5267: Fix for nmbd termination problems when no interfaces 
453       found.
454     * BUG 5326: OS/2 servers give strange "high word" replies for 
455       print jobs.
456     * Remove MS-DFS check that required the target host be ourself.
457     * BUG 5372: Fix high CPU usage of cupsd on large print servers
458       by using more efficient CUPS queries in smbd.
459     * Rewrite integer wrap checks to deal with gcc 4.x optimizations.
460     * BUG 5095: Fix the enforcement of the "Manage Documents" access right.
461     * Don't free memory from getpass() in mount.cifs.
462     * BUG 5460: Fix MS-DFS referral problem in server code.
463     * Fix bug in Winbind that caused the parent to ignore dead children.
464     * Fix compile warnings.
465
466
467 o   Alexander Bokovoy <ab@samba.org>
468     * Fix build for pam_smbpass.
469     * Document build fixes.
470
471
472 o   Kai Blin <kai@samba.org>
473     * BUG 4235: Improve compliance to the Squid helper protocol.
474       Original patch from Pawel Worach <pawel.worach@gmail.com>.
475
476
477 o   Gerald (Jerry) Carter <jerry@samba.org>
478     * BUG 5107: Fix handling of large DNS replies on AIX and Solaris.
479
480
481 o   Glenn Curtis <gcurtis@likewisesoftware.com>
482     * Prevent cycle in Winbind's list of children when reaping dead processes.
483
484
485 o   Steven Danneman <steven.danneman@isilon.com>
486     * BUG 5419: Fix memory leak in ads_do_search_all_args() (merge from v3-2).
487
488
489 o   Guenther Deschner <gd@samba.org>
490     * Fix winbind NETLOGON credential chain on a samba dc for w2k8 trusts.
491     * Fix client connections and negotiation with Windows 2008 DCs
492       in member server code.
493     * Add NT_STATUS_DOWNGRADE_DETECTED error code (merge from v3-2).
494     * BUG 5430: Fix pam_winbind.so on Solaris (requires -lsocket).
495     * Re-add samr getdispinfoindex parsing which got lost in the glue commit.
496     * BUG 5461: Implement a very basic _samr_GetDisplayEnumerationIndex().
497       Corrects interop problem between Citrix PM and a Samba DC.
498
499
500 o   Bryan Kolodziej <bryan.kolodziej@allenlund.com>
501     * BUG 3840: Fix smbclient connecting to NetApp filers when using
502       whitespace in the user's password.
503
504
505 o   Volker Lendecke <vl@samba.org>
506     * BUG 4901: Fix behavior of "ldap passwd sync = only".
507     * BUG 5317: Fix debug output from domain_client_validate().
508     * BUG 5338: Fix format string bug in rpcclient.
509     * Ensure that "wbinfo -a trusted\\user%password" works correctly
510       on a Samba DC with trusts.
511     * BUG 5336: Fix SetUsetrInfo(level 25) to update the pwdLastSet 
512       attribute.
513     * BUG 5350: Fallback to anonymous sessions if not trust password
514       could be obtained on Samba DCs and member servers.
515     * BUG 5366: Fix password chat on Sun OpenSolaris (Nevada).
516     * Fix signing problem in the client with trans requests.
517
518
519 o   Björn Jacke <bj@sernet.de>
520     * Fix alignment bug hitting Solaris with "reset in zero vc" activated.
521
522
523 o   Jim McDonough <jmcd@samba.org>
524     * Fix build with glibc 2.8.
525     * Enable winbind child processes to do something with signals, in 
526       particular closing and reopening logs on SIGHUP.
527
528
529 o   Karolin Seeger <kseeger@samba.org>
530     * Documentation cleanup after merging docs from svn to git and 
531       back-porting from the v3-2 branch.
532
533
534 o   Rafal Szczesniak <mimir@samba.org>
535     * Add implementation of machine-authenticated connection to netlogon
536       pipe used when connecting to win2k and newer domain controllers.
537
538
539 o   Simo Sorce <idra@samba.org>
540     * Fix trusted users on a DC that uses the old idmap syntax.
541
542
543 o   Bo Yang <boyang@novell.com>
544     * Only have Winbind cache domain password policies that were
545       successfully retrieved.
546
547
548 o   Martin Zielinski <mz@seh.de>
549     * Fix alignment bug when marshalling printer data replies.
550     * Fix DeleteDriverDriverEx() checks to prevent removing in use files.
551
552
553
554       --------------------------------------------------
555
556                    ===============================
557                    Release Notes for Samba 3.0.28a
558                             Mar 8, 2008
559                    ===============================
560
561 Major bug fixes included in Samba 3.0.28a are:
562
563   o Failure to join Windows 2008 domains
564   o Windows Vista (including SP1 RC) interop issues
565
566
567
568 ######################################################################
569 Changes
570 #######
571
572 smb.conf changes
573 ----------------
574
575     Parameter Name                      Description     Default
576     --------------                      -----------     -------
577     administrative share                New             No
578     ldap debug level                    New             0
579     ldap debug threshold                New             10
580
581
582 Changes since 3.0.28
583 --------------------
584
585 o   Michael Adam <obnox@samba.org>
586     * Fix bug in version string's vendor tag.
587     * Prevent net getdomainsid from crashing when called as non-root.
588     * BUG 4801: Correctly implement LSA lookup levels for LookupNames.
589     * Fixes for internal LookupNames() calls for unqualified users and 
590       groups.
591     * Remove unnecessary functions when managing domain trust 
592       passwords.
593     * Fix winbindd on a Samba DC talking to a trusted domain DC
594       (again).
595     * Consolidate the detection of the machine_account_name when
596       obtaining trust credentials from the local database.
597     * Refactor trust account database routines and session key
598       management.
599     * Fix retrieval of trusted domain password policies when
600       authenticating a user (only when WBFLAG_PAM_GET_PWD is config
601       flags is set).
602     * Refactor Winbind's cm_connect_sam().
603     * Enable building the notify_fam module.
604     * Add "ldap debug level" and "ldap debug threshold" smb.conf options.
605
606
607 o   Jeremy Allison <jra@samba.org>
608     * Fix cut-n-paste bug when filling in form values for Printer
609       info.
610     * Fix SMB signing bug found by Volker.
611     * Create locking.tdb when running smbstatus before smbd to avoid
612       confusing error messages.
613     * Add a portable version of strlcpy and strlcat.
614     * BUG 4780: Cause user mounts to inherit uid= and gid= from the
615       calling user when called as non-root, except when overridden on
616       the command line.  Original patch by Steve Langasek.
617     * BUG 5802: Recent versions of Linux-PAM support localization of
618       user prompts, so Samba must use the C locale when invoking PAM
619     * Merge Vista principal detection changes by Andreas Schneider
620       from 3.2 branch.
621     * BUG 5121: Fix problems running unix passwd sync on streams based 
622       systems.
623     * BUG 4612: Fix smbd crash when connecting from an OS/2 client.
624     * Back port Volker's ACL fixes on newly create files form 3.2.
625     * Ensure that send_getdc_request() matches the 3.2 code base.
626     * BUG 3617: Fix crash in nmbd caused by referencing freed memory.
627     * Fixes for issues reported by IBM checker.
628     * Fixes for issues reported by Coverity.
629     * Back port Volker's fix for nlink count.
630     * Back port SAMR flag fixes from Matt Geddes
631       <musicalcarrion@gmail.com>.
632     * BUG 4929: Cope with protected ACL set correctly (based on work
633       from Jim McDonough).
634     * Fix ACL set bug when group being set is the primary group.
635     * Ensure NDR wire-reads of string types are always null
636       terminated.
637     * BUG 5247: Fix mget wildcard expansion in smbclient.
638     * Fix bug in SPNEGO negotiation.
639     * BUG 3617: Fix "Invalid read of size 4" errors.
640     * BUG 5267: Prevent nmbd from shutting down when no network
641       interfaces can be located.
642
643
644 o   Kai Blin <kai@samba.org>
645     * libsmb: Do not upper-case target name on NTLMv2 hash generation.
646     * Fix an incompatible pointer type warning.
647
648
649 o   Gerald Carter <jerry@samba.org>
650     * Restrict the enctypes in the generated krb5.conf files to
651       Win2003 types.
652
653
654 o   Steven Danneman <steven.danneman@isilon.com>
655     * Error path memory leak fixes.
656
657
658 o   Guenther Deschner <gd@samba.org>
659     * Fix PAC decoding from Vista SP1 client.
660     * Fix get_trust_creds() to return always an upper-cased krb5
661       principal.
662     * Back port additional fixes necessary for support Windows 2008
663       domain joins from the 3.2 branch.
664
665
666 o   Mathias Gug <mathiaz@ubuntu.com>
667     * BUG 5802: Recent versions of Linux-PAM support localization of
668       user prompts, so Samba must use the C locale when invoking PAM
669
670
671 o   Steve Langasek <vorlon@debian.org>
672     * BUG 3727: Fix smbpasswd abort when called by non-root user.
673     * BUG 4784: Prevent umount.cifs from allowing all users to unmount shares.
674     * BUG 5802: Recent versions of Linux-PAM support localization of
675       user prompts, so Samba must use the C locale when invoking PAM
676
677
678 o   Volker Lendecke <vl@samba.org>
679     * When allocating a new vuid, also avoid partial ones.  Also
680       fully invalidate intermediate ones.
681     * Fix error path exit in create_local_nt_token() to correctly roll 
682       back security contexts.
683     * Fix valgrind warnings in nmbd.
684     * Pointer initialization fixes in notify_marshall_changes().
685     * BUG 5208: Fix uninitialized variables in vfs_hpuxacl.c (reported 
686       by David Leonard <David.Leonard@quest.com>).
687     * Copy the 3.2 version of string_replace to 3.0.
688     * Port SMB_FS_OBJECTID_INFORMATION from 3.2 (Patch by Corinna
689       Vinschen).
690     * Memory leak fixes.
691     * Fix error code propagation from cli_session_setup_kerberos().
692     * BUG 5217: Fix inotify detection.
693     * BUG 5279: Correctly check return of rename().
694     * BUG 5252: Fix confusing error messages in mount.cifs.
695     * BUG 5307: Respect FAMChanged (Thanks to Ricardo Santos).
696     * Work around a handle leak in XP 64 bit.
697
698
699 o   Guenter Kukkukk <linux@kukkukk.com>
700     * OS/2 returns eclass == ERRDOS && ecode == ERRnofiles for a zero 
701       entry directory listing.
702
703
704 o   Tom Maher <tmaher@watson.org>
705     * BUG 5175: Support krb5 auth in smbcacls.
706
707
708 o   Hans Mayer <hans.mayer@ages.at>
709     * BUG 5141: Solaris 9 compile fix.
710
711
712 o   Stefan Metzmacher <metze@samba.org>
713     * Fix default printing system detection in libreplace. 
714
715
716 o   Laurent Pinchart <pinchart@skynet.be>
717     * BUG 5163: Return better error codes when a password cannot be
718       set in and LDAP directory.
719
720
721 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
722     * BUG 4866: Correct password routine detection on Solaris.
723
724
725 o   Andreas Schneider <anschneider@suse.de>
726     * Remove trailing slashes on server names when parsing input from
727       smbclient.
728     * Support Windows 2008 domain joins (variant of Todd Stecher's
729       original patch).
730     * Add "administrative share" service parameter for defining hidden
731       administrative shares that cannot be managed from Windows.
732
733
734 o   Karolin Seeger <kseeger@samba.org>
735     * Use the "ldap user suffix" when enumerating a users group
736       memberships.
737
738
739 o   Simo Sorce <idra@samba.org>
740     * Don't assume NULL termination when copying the principal name
741       in kerberos_get_default_realm_from_ccache().
742     * Fix winbindd running on a Samba DC (again).
743
744
745 o   Bo Yang <boyang@novell.com>
746     * Fix bad private_data pointer in winbindd_lookupname_async().
747
748
749
750
751                    ==============================
752                    Release Notes for Samba 3.0.28
753                             Dec 10, 2007
754                    ==============================
755
756 Samba 3.0.28 is a security release in order to address the following
757 defect:
758
759   o CVE-2007-6015
760     Boundary failure in GETDC mailslot processing can result in 
761     a buffer overrun
762
763 The original security announcement for this and past advisories can 
764 be found http://www.samba.org/samba/security/
765
766 ######################################################################
767 Changes
768 #######
769
770 Changes since 3.0.27a
771 ---------------------
772
773 o   Jeremy Allison <jra@samba.org>
774     * Fix for CVE-2007-6015.
775
776 o   Volker Lendecke <vl@samba.org>
777     * Fix for CVE-2007-6015.
778     * Add missing unbecome_root() calls in error path processing
779       when failing to add local groups in create_local_nt_token().
780
781
782       --------------------------------------------------
783
784                    ===============================
785                    Release Notes for Samba 3.0.27a
786                              Nov 20, 2007
787                    ===============================
788
789 Samba 3.0.27a is a bug fix release and is the current release
790 for production servers running the Samba 3.0 series.
791
792 Important fixes in 3.0.27a include:
793
794   o A crash bug regression experienced by smbfs clients caused
795     by the fix for CVE-2007-4572.
796
797
798
799 ######################################################################
800 Changes
801 #######
802
803 Changes since 3.0.27
804 --------------------
805
806 o   Michael Adam <obnox@samba.org>
807     * BUG 4308: Add missing become_root/unbecome_root around calls of 
808       add_aliases.  Add same changes in create_token_from_username()
809       surrounding the call to getsampwsid().
810     * BUG 5083: Make solarisacl_sys_acl_get_fd() return a result when 
811       there is one (thereby fixing a memleak).
812     * BUG 5023: Fix smbd's interaction with NFSv4 ACL compatible VFS 
813       plugins such as GPFS and ZFS.
814
815
816 o   Jeremy Allison <jra@samba.org>
817     * BUG 4978: Ensure that DOS attributes are copied with folders.
818     * Fix bug where tdb lock call interrupted with an alarm sig would 
819       not terminate and could lead to runaway smbd processes.
820     * Fix smbd crash bug which resulted from a regression in the patch
821       for CVE-2007-4572 patch.
822     * Prevent nmbd from adding non-initialized name to IP address
823       mappings to it's WINS database.
824
825
826 o   Dmitry Butskoy <buc@odusz.so-cdu.ru>
827     * Properly catch errors in the query_user() callback to avoid
828       generated struct passwd replies with zero length usernames.
829
830
831 o   Gerald (Jerry) Carter <jerry@samba.org>
832     * Prevent segv in winbindd running on a DC using the "idmap
833       backend" syntax.
834
835
836 o   Steve Langasek <vorlon@debian.org>
837     * BUG 4781: Allow cleaning of /etc/mtab by canonicalizing mountpoint.
838
839
840 o   Volker Lendecke <vl@samba.org>
841     * BUG 4028: Fix message popup sent via "smbclient -M".
842     * BUG 4984: Filename unix_convert() fixes for WinNT 4.0 clients.
843
844
845 o   Stefan Metzmacher <metze@samba.org>
846     * Fix crash bug in pidl generated client code caused by
847       [in,out,unique] pointers.
848     * Fix crash bug in the group mapping code.
849
850
851 o   Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
852     * Fixes for AIX quota support.
853
854
855 o   Tomasz Ostrowski <tometzky@batory.org.pl>
856     * BUG 4393: Prevent smbclient from dropping 0 bytes files from tar 
857       archives.
858
859
860 o   Simo Sorce <idra@samba.org>
861     * Fixes for internal idmap domain list when "winbind trusted
862       domains only" is enabled.
863     * Fix 32/64-bit compatibility issues in the winbind request/response
864       structures.
865
866
867 o   Martin Zielinski <mz@seh.de>
868     * Error code path fix for get_mydnsdomname().
869
870
871
872       --------------------------------------------------
873
874                    ==============================
875                    Release Notes for Samba 3.0.27
876                             Nov 15, 2007
877                    ==============================
878
879 Samba 3.0.27 is a security release in order to address the following
880 defects:
881
882   o CVE-2007-4572
883     Stack buffer overflow in nmbd's logon request processing.
884
885   o CVE-2007-5398
886     Remote code execution in Samba's WINS server daemon (nmbd) 
887     when processing name registration followed name query requests.
888
889 The original security announcement for this and past advisories can 
890 be found http://www.samba.org/samba/security/
891
892 ######################################################################
893 Changes
894 #######
895
896 Changes since 3.0.26a
897 ---------------------
898
899 o   Jeremy Allison <jra@samba.org>
900     * Fix for CVE-2007-4572.
901     * Fix for CVE-2007-5398.
902
903
904 o   Simo Sorce <idra@samba.org>
905     * Additional fixes for CVE-2007-4572.
906
907
908       --------------------------------------------------
909                    ===============================
910                    Release Notes for Samba 3.0.26a
911                              Sep 11, 2007
912                    ===============================
913
914 Major bug fixes included in Samba 3.0.26a are:
915
916   o Memory leaks in Winbind's IDMap manager.
917
918
919 ######################################################################
920 Changes
921 #######
922
923 Changes since 3.0.26
924 --------------------
925
926 o   Michael Adam <obnox@samba.org>
927     * Fix read_sock() semantics in wb_common.c to address "invalid
928       request size" errors in winbindd logs.
929     * Fix use of pwrite() in tdb IO code paths.
930
931      
932 o   Jeremy Allison <jra@samba.org>
933     * Fix logic error in timeout of blocking lock processing.
934
935
936 o   Guenther Deschner <gd@samba.org>
937     * Fix error code in the msrpc EnumerateDomainGroups() Winbind
938       method when a memory allocation fails.
939     * Fix Winbind initialization storms when contacting an older Samba DC.
940
941     
942 o   Volker Lendecke <vl@samba.org>
943     * Fix compile failure in NFSv4 VFS module.
944     * Fix compile failures on True64.
945     * Fix compile failure in unmaintained python bindings.
946     * BUG 4917: Fix memory leaks in Winbind's idmap_ldap and
947       idmap_cache backends.
948     * Coverity fixes in the group mapping code.
949
950
951 o   Derrell Lipman <derrell@samba.org>
952     * Remove NetBIOS keepalives from libsmbclient and consolidate on
953       the use of getpeername() when checking connection health.
954     * Use formal syntax for invoking function pointers in
955       libsmbclient.
956
957
958 o   Lars Mueller <lars@samba.org>
959     * Fixes for Winbind's AD site support when the host is not
960       configured in any site or nor DC's are present within the host's
961       configured site.
962
963
964 o   Simo Sorce <idra@samba.org>
965     * Debian packaging updates for 3.0.25c.
966     * Add sanity checks for "smb ports" values.
967     * Fix compile issues related to the VFS "open" method and newer
968       glibc implementations.
969     * Fix a segv in smbldap_set_creds() when using an anonymous
970       connection.
971     * BUG 4772: Fix us of ldap_base_dn for the idmap_ldap plugin.
972
973
974 Release notes for older releases follow:
975
976       --------------------------------------------------
977                    ==============================
978                    Release Notes for Samba 3.0.26
979                              Sep 11, 2007
980                    ==============================
981
982 This is a security release of Samba 3.0 to address
983
984   o CVE-2007-4138
985         Versions: All Samba 3.0.25 releases
986         Incorrect primary group assignment for
987         domain users using the rfc2307 or sfu
988         winbind nss info plugin.
989
990 The original security announcement for this and past advisories
991 can be found http://www.samba.org/samba/security/
992
993 ######################################################################
994 Changes
995 #######
996
997 Changes since 3.0.25c
998 ---------------------
999
1000 o   Gerald (Jerry) Carter <jerry@samba.org>
1001     * Fix CVE-2007-4138 in the "winbind nss info = {sfu | rfc2307}"
1002       plugin (idmap_ad.c)
1003
1004
1005       --------------------------------------------------
1006                    ===============================
1007                    Release Notes for Samba 3.0.25c
1008                              Aug 20, 2007
1009                    ===============================
1010
1011 Major bug fixes included in Samba 3.0.25c are:
1012
1013   o File sharing with Widows 9x clients.
1014   o Winbind running out of file descriptors due to stalled 
1015     child processes.
1016   o MS-DFS inter-operability issues.
1017
1018
1019 ######################################################################
1020 Changes
1021 #######
1022
1023 Changes since 3.0.25b
1024 ---------------------
1025
1026 o   Michael Adam <obnox@samba.org>
1027     * Fix incorrect log messages in tdbbackup.
1028     * Fix a bug in pwrite error detection in tdb_expand_file().
1029
1030
1031 o   Jeremy Allison <jra@samba.org>
1032     * BUG 4711: Make cli_connect() return NT_STATUS codes.
1033     * Ensure we obey Unicode consortium restrictions.  Based on 
1034       patch from MORIYAMA Masayuki.
1035     * BUG 3204: Cope with stalled winbindd child processes and 
1036       prevent the parent winbindd process from running out of file  
1037       descriptors.
1038     * Fix realloc leak on failure case from Jim Meyering.
1039     * BUG 4759: Fix crash in ber_printf() caused invalid tag.
1040     * BUG 4763: Limit notify responses to client max buf size.      
1041     * BUG 4777: Doing a DFS traverse through a deep link could fail
1042       (not using explorer).
1043     * BUG 4779: Setting the allocation size updates the modified 
1044       time as a write does.
1045     * BUG 4308: Fix interaction with MS Excel and POSIX ACLs.
1046     * Fix POSIX unlink bug found by the Linux CIFS fs client.
1047     * Stop counting locks if we get a POSIX lock request.
1048     * Fix interaction between Linux CIFS fs client and Windows
1049       clients when the former tries to remove a file opened by the 
1050       latter.
1051     * Fix incorrect mapping of invalid resume names in FindNext 
1052       commands.
1053     * Cope with dead entries in the locking database tied to 
1054       non-existent processes (merge from 3.2-ctdb).
1055     * Fix MS-DFS related renaming bug in smbclient.
1056     * Fix for write cache corruption bug.
1057     * Fix invalid vuid from being returned by a failed call to
1058       cli_session_setup_spnego.().
1059     * Fixes for error mappings from NT_STATUS to the appropriate DOS
1060       error codes in reply_opeNXXX() calls.
1061
1062
1063 o   Ofir Azoulay <Ofir.Azoulay@expand.com>
1064     * Only look at errno set by SMB_VFS_CLOSE() if the call actually 
1065       failed.
1066
1067
1068 o   Alexander Bokovoy <ab@samba.org>
1069     * Fix vfs_readahead: transparent modules should always pass 
1070       through.
1071
1072
1073 o   David S. Collier-Brown <davecb@spamcop.net>
1074     * BUG 4897: Fix Solaris xattr misdeclarations.
1075
1076
1077 o   Guenther Deschner <gd@samba.org>
1078     * Remove redundant pointer checks when freeing memory in winbindd.
1079     * BUG 4408: Remove last traces of Heimdal KCM support.
1080     * Fix bug in user Krb5 ticket refresh feature in winbindd.
1081     * Fix Heimdal path in the krb5 renew routine.
1082     * Unused code cleanup in winbindd.
1083
1084
1085 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1086     * BUG 4750: smbc_telldir_ctx() was not returning a value useful 
1087       to smbc_lseekdir_ctx().
1088
1089
1090 o   Bjoern Jacke <bj@sernet.de>
1091     * Add support for Extended Attributes on Solaris.
1092
1093
1094 o   Matthijs Kooijman <matthijs@stdin.nl>
1095     * BUG 4836: Fix incorrect log message in the nss_info 
1096       plugin init call.
1097     * BUG 4849: Fix "net ads dns register" usage text.
1098
1099
1100 o   Volker Lendecke <vl@samba.org>
1101     * Port cli_connect() NT_STATUS fixes to smbmount.
1102     * Add notes about smbfs/cifs to usage() in smb[u]mount.
1103     * BUG 4792: Fix pidfile name bug.
1104     * Fix missing END_PROFILE() call in the SMBunlink reply.
1105     * Coverity fixes.
1106     * Correct logic error in change notify code that would result in 
1107       an endless loop.
1108     * Fix uninitialized reads in the spoolss GetPrinterData() replies.
1109     * Fix file overwrites from Windows 9x clients.
1110
1111
1112 o   Herb Lewis <herb@samba.org>
1113     * Unused code cleanup.
1114     * Avoid a crash in "net rpc info" when no username has 
1115       been specified.
1116     * Remove biconv detection on *BSD.
1117
1118
1119 o   Derrell Lipman <derrell@samba.org>
1120     * Get/Set ACL fixes in libsmbclient.
1121
1122
1123 o   Jan Martin <Jan.Martin@rwedea.com>
1124     * BUG 4860: Patches for fixing MS-DFS links with trailing 
1125       back slashes.
1126
1127
1128 o   Jim McDonough <jmcd@us.ibm.com>
1129     * BUG 4719: "Must change password" is not set from usrmgr.exe.
1130
1131
1132 o   Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
1133     * Ensure proper exit when nmbd is unable to reopen the wins.tdb.
1134     * Fix error path memleaks in the messaging subsystem.
1135
1136       --------------------------------------------------
1137                    ===============================
1138                    Release Notes for Samba 3.0.25b
1139                              June 26, 2007
1140                    ===============================
1141
1142 Major bug fixes included in Samba 3.0.25b are:
1143
1144   o Offline caching of files with Windows XP/Vista clients.
1145   o Improper cleanup of expired or invalid byte range locks 
1146     on files.
1147   o Crashes is idmap_ldap and idmap_rid.
1148
1149
1150 Changes to 'net idmap dump'
1151 ===========================
1152
1153 A change in command line syntax and behavior was introduced in the
1154 3.0.25 release series where the command 
1155
1156   $ net idmap dump /.../path/to/idmap.tdb
1157
1158 would overwrite the tdb instead of dumping its contents to standard 
1159 output as was the case in releases prior to Samba 3.0.25.  The 
1160 changed has been reverted in 3.0.25b and the semantics from 3.0.24
1161 and earlier releases have been restored.  
1162
1163
1164 ######################################################################
1165 Changes
1166 #######
1167
1168 Changes since 3.0.25a
1169 ---------------------
1170
1171 o   Jeremy Allison <jra@samba.org>
1172     * BUG 4655: Fix client parsing bug in spoolss EnumPrinterDataEx().
1173     * Ensure that proper oplock break requests occur during file open
1174       and performing internal checks for compatible open modes.
1175     * Fix offline file caching with Windows XP/Vista clients.
1176     * Coverity fixes.
1177     * Ensure that winbindd reports the correct client connection
1178       details in response to a SIGUSR2.
1179     * Fix timespec_current() to return the correct nano-second time.
1180     * Fix lock logic inconsistencies in tdb_traverse().
1181     * Remove restriction on string length for rpcclient commands.
1182     * BUG 4683: Fix LSA crash bug.
1183     * BUG 3204: Fix file descriptor leak in the parent winbindd when
1184       child processes hang.
1185     * Avoid calling rename_open_files() when the old and new names 
1186       are identical.
1187     * BUG 4689: Fix bug in new change notify code caused by not
1188       ignoring the max_params_return value and as a resulting
1189       returning truncated names.
1190     * Fix sync_file() to return NTSTATUS and return this on failure in
1191       the write reply path.
1192     * BUG 4678,4697: Fix token creation for clear text logins.  
1193     * BUG 4725: Don't crash when no eventlog names are defined in
1194       smb.conf.
1195     * Ensure we will always release any timeout handler on fsp close 
1196       or removal of oplock.
1197
1198
1199 o   Jacob Berkman <jberkman@novell.com>
1200     * BUG 4566: Pass password data to krb5_prompter.
1201
1202
1203 o   Gerald (Jerry) Carter <jerry@samba.org>
1204     * BUG 4579: Fix "wbinfo -t" when running winbindd on a Samba DC.
1205
1206
1207 o   Guenther Deschner <gd@samba.org>
1208     * BUG 4657: Fix compilation and linking of pam_smbpass.so.
1209     * Add more netlogon GetDcName() client calls.
1210     * Fix event based krb5 ticket refreshing in winbindd.
1211
1212 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1213     * BUG 4720: Fix smbclient connections to share names containing 
1214       multibyte characters.
1215
1216
1217 o   Steve Langasek <vorlon@debian.org>
1218     * Allow SIGTERM to cause nmbd to exit on awaiting an interface 
1219       to come up.
1220
1221
1222 o   Volker Lendecke <vl@samba.org>
1223     * Fix record state check error when reviewing entries in nmbd's
1224       WINS database.
1225     * Revert 'net idmap dump' behavior to 3.0.24 behavior to fix change 
1226       in command line syntax that would overwrite winbindd_idmap.tdb.
1227       
1228
1229 o   Justin Maggard <jmaggard@infrant.com>
1230     * Don't expire a password if it's explicitly set as ACB_PWNOTREQ.
1231
1232
1233 o   <mnix@wanm.com.au>
1234     * Fix old old bug in cli_smbwrite() (not incrementing data 
1235       being sent).
1236
1237
1238 o   Jens Nissen <jens.nissen@gmx.net>
1239     * BUG 4537: Fix smbtorture deny test2.
1240
1241
1242 o   James Peach <jpeach@apple.com>
1243     * Fix structure types in the vfs_catia NT_ACL operations.
1244
1245
1246 o   Doug Rudoff <doug_rudoff@isilon.com>
1247     * Ensure that the the lck struct for invalid locks are correctly
1248       saved and therefore cleaned up.
1249
1250
1251 o   Simo Sorce <idra@samba.org>
1252     * Updates for the packaging/Debian directory.
1253     * Add missing 'c' character to the list of shell safe characters.
1254     * BUG 4667 (partial): Fix crash bug in idmap_ldap.c.
1255     * Fix inconsistencies between creating machine and user accounts.
1256     * Fix bug deleting LDAP user accounts that used the account 
1257       objectclass as its structural basis.
1258     * BUG 2319: Ensure that smbspool correctly decodes %-encoded
1259       characters.
1260     * BUG 4624: Fix crashes in idmap_rid.
1261
1262
1263 Release notes for older releases follow:
1264
1265       --------------------------------------------------
1266                    ===============================
1267                    Release Notes for Samba 3.0.25a
1268                              May 25, 2007
1269                    ===============================
1270
1271 Major bug fixes included in Samba 3.0.25a are:
1272
1273   o Missing supplementary Unix group membership when using "force 
1274     group".
1275   o Premature expiration of domain user passwords when using a 
1276     Samba domain controller.
1277   o Failure to open the Windows object picker against a server
1278     configured to use "security = domain".
1279   * Authentication failures when using security = server.
1280
1281
1282 Changes to MS-DFS Root Share Behavior
1283 =====================================
1284
1285 Please be aware that the initial value for the "msdfs root" share 
1286 parameter was changed in the 3.0.25 release series and that this 
1287 option is now disabled by default.  Windows clients frequently require 
1288 a reboot in order to clear any cached information about MS-DFS
1289 root shares on a server and you may experience failures accessing
1290 file services on Samba 3.0.25 servers until the client reboot 
1291 is performed.  Alternately, you may explicitly re-enable the 
1292 parameter in smb.conf.   Please refer to the smb.conf(5) man page
1293 for more details.
1294
1295
1296
1297 ######################################################################
1298 Changes
1299 #######
1300
1301 Changes since 3.0.25
1302 --------------------
1303
1304 o   Michael Adam <obnox@samba.org>
1305     * Fix logic in detection of the need to replace dlopen, et. al.
1306     * Add HP-UX ACL VFS module.
1307     * Fix build of Tru64 ACL VFS module.
1308
1309
1310 o   Jeremy Allison <jra@samba.org>
1311     * BUG 4622: Fix authentication failures in security = server.
1312     * Fix pointer marshalling in srvsvc parsing code.
1313     * BUG 4630: Fix conversion of 8 byte time_t and NT_TIME values.
1314     * Ensure that if we're blocked on a POSIX lock we know nothing
1315       about that we retry the lock every 10 seconds instead of waiting
1316       for the standard select timeout.
1317     * BUG 4637: Fix samlogon reply regression that broke domain logons.
1318     * Fix rename on open files and improved delete-on-close semantics.
1319     * Fix POSIX setfilepathinfo to use lstat.
1320
1321
1322 o   Alexander Bokovoy <ab@samba.org>
1323     * Add -pie support to Python's setup.py.
1324     * Strip STYPE_TEMPORARY and STYPE_HIDDEN when printing share
1325       listing from 'net rap shares".
1326     * Fix argument parsing in "net rap server domain".
1327    
1328
1329 o   Gerald (Jerry) Carter <jerry@samba.org>
1330     * BUG 4616: Don't return a dns or forest name when replying to the
1331       DsGetPrimaryRoleInfo() and configured for security = domain.
1332     * Trim noise by removing redundant WARNING log message that would 
1333       flood at log level 2. 
1334     * Fix truncation of supplementary Unix groups when using "force group".
1335
1336
1337 o   Guenther Deschner <gd@samba.org>
1338     * Always fallback to NTLM authentication in pam_winbind when the 
1339       user's account has UF_DONT_REQUIRE_PREAUTH set.
1340
1341
1342 o   Steve French <sfrench@us.ibm.com> 
1343     * Valgrind fixes in mount.cifs.
1344
1345
1346 o   Volker Lendecke <vl@samba.org>
1347     * Fix crash bug in the Solaria ACL VFS module caused by
1348       uninitialized variables.
1349
1350
1351 o   Herb Lewis <herb@samba.org>
1352     * Update connection structure definition for tdbtool display
1353       output.
1354
1355
1356 o   Derrell Lipman <derrell@samba.org>
1357     * BUG 4601: Fix smbc_getxattr() to properly return the required
1358       size of the buffer needed to contain the extended attributes.
1359     * BUG 4599: Fix failure when setting attributes.
1360     * BUG 4634: Type of the size parameter to getpeername in
1361       libsmbclient code was wrong.
1362     * Fix libsmbclient interaction with links on Vista and properly
1363       detect non-NTSTATUS errors.
1364     
1365
1366 o   Jim McDonough <jmcd@us.ibm.com>
1367     * BUG 4630: Fix special case of unix_to_nt_time() for TIME_T_MAX
1368       and the output from http_timestring().
1369
1370
1371 o   Stefan Metzmacher <metze@samba.org>
1372     * Merge gdb_backtrace script changes form SAMBA_4_0.
1373
1374
1375 o   Lars Mueller <lars@samba.org>
1376     * Allow idmap_ldap to be built as a shared lib.
1377
1378
1379 o   James Peach <jpeach@apple.com>
1380     * BUG 4426: Move FAM libraries from smbd to vfs_fam_notify.
1381     * BUG 2287: Replace unnecessary AC_TRY_RUN with AC_TRY_LINK.
1382     * BUG 4589: Fix typo in pdbedit output.
1383
1384
1385 o   Simo Sorce <idra@samba.org>
1386     * Short circuit Unix Users and Unix Groups Domain SID checks 
1387       in smbd to avoid unnecessary calls to winbindd.
1388
1389       --------------------------------------------------
1390                    ==============================
1391                    Release Notes for Samba 3.0.25
1392                             May 14, 2007
1393                    ==============================
1394
1395 The 3.0.25 release is an upgrade release over the 3.0.23/3.0.24 
1396 series which means that a substantial amount of development has 
1397 occurred and many new features have been added since the last
1398 Samba production release.  We would like to thank everyone in 
1399 the Samba community that help to test the preview snapshots and 
1400 release candidates.  We believe that the this production release 
1401 is in much better shape due to your help.  
1402
1403 Major features included in the 3.0.25 code base include:
1404
1405   o Significant improvements in the winbind off-line logon support.
1406   o Support for secure DDNS updates as part of the 'net ads join' 
1407     process.
1408   o Rewritten IdMap interface which allows for TTL based caching and 
1409     per domain backends.
1410   o New plug-in interface for the "winbind nss info" parameter.
1411   o New file change notify subsystem which is able to make use of 
1412     inotify on Linux.
1413   o Support for passing Windows security descriptors to a VFS 
1414     plug-in allowing for multiple Unix ACL implements to running side 
1415     by side on the Same server.
1416   o Improved compatibility with Windows Vista clients including 
1417     improved read performance with Linux servers.
1418   o Man pages for IdMap and VFS plug-ins.
1419
1420 Security Fixes included in the Samba 3.0.25 release are:
1421
1422   o CVE-2007-2444
1423         Versions: Samba 3.0.23d - 3.0.25pre2
1424         Local SID/Name translation bug can result in
1425         user privilege elevation
1426
1427   o CVE-2007-2446
1428         Versions: Samba 3.0.0 - 3.0.24
1429         Multiple heap overflows allow remote code execution
1430
1431   o CVE-2007-2447
1432         Versions: Samba 3.0.0 - 3.0.24
1433         Unescaped user input parameters are passed as
1434         arguments to /bin/sh allowing for remote command
1435         execution
1436
1437
1438 Off-line Logons and AD Site Support
1439 ===================================
1440
1441 Winbind's capability to support offline logons has been greatly
1442 improved with the 3.0.25 release including support for locating 
1443 domain controllers asynchronously using Active Directory Site
1444 information.
1445
1446
1447 New IdMap Interface for Winbindd
1448 ================================
1449
1450 The 3.0.25 release of Samba includes a rewritten IdMap interface
1451 for winbindd which replaces the "idmap backend" parameter.  Please 
1452 refer to the "idmap domains" description in the smb.conf(5) man 
1453 page for more details.
1454
1455
1456 Dynamic DNS Updates
1457 ===================
1458
1459 The "net ads join" command is now able to register the host's DNS A
1460 records with Windows 2000 SP4 and 2003 DNS servers.  This 
1461 feature must be enabled at compile time using the --with-dnsupdate 
1462 when running the ./configure script.  There is also a related "net ads 
1463 dns" command for refreshing a host's records which could be launched
1464 from a dhcp client script when a new IP address is obtained.
1465
1466
1467 Support for Additional ACL Modules
1468 ==================================
1469
1470 Samba's POSIX ACL support has been moved inside of the VFS layer 
1471 which means it is now possible to support multiple ACL implementations
1472 on the same server including NFSv4 and GPFS ACLs.
1473
1474
1475 VFS ReadAhead Plugin
1476 ====================
1477
1478 Windows Vista introduces pipe-lined read support for improved 
1479 performance when transferring files.  The new vfs_readahead plugin
1480 allows Linux file servers to utilize additional Kernel buffers
1481 for caching files in order to avoid Disk I/O wait time when serving
1482 Vista clients.  If you experience poor read performance between 
1483 Linux servers and Vista clients, please test the vfs_readahead
1484 module by adding the following lines to the share definition
1485 in smb.conf:
1486
1487 [file_share]
1488         vfs objects = readahead
1489
1490 Note that this plugin will result in additional RAM requirements
1491 due to the increased amount of kernel buffer caches used by smbd.
1492 Please refer to vfs_readahead(8) for more information.
1493
1494
1495 Windows Vista, Office 2007, and Offline Files
1496 =============================================
1497
1498 Research surrounding offline files, Windows Vista, and Microsoft 
1499 Office 2007 has revealed a incompatibility between these 
1500 applications and the "map acl inherit = no" setting in smb.conf.  
1501 Users requiring support client side caching (csc) and offline 
1502 files are encouraged to enable the "map acl inherit" for any 
1503 affected share definitions in the server's configuration.
1504 Future versions of Samba will enable this setting by default.
1505
1506 Please refer to the smb.conf(5) man page for more details on 
1507 "map acl inherit".
1508
1509
1510 ######################################################################
1511 Changes
1512 #######
1513
1514 smb.conf changes
1515 ----------------
1516
1517     Parameter Name                      Description     Default
1518     --------------                      -----------     -------
1519     change notify timeout               Removed         n/a
1520     change notify                       New             Yes
1521     debug prefix timestamp              New             No
1522     fam change notify                   Removed         n/a
1523     idmap domains                       New             ""
1524     idmap alloc backend                 New             ""
1525     idmap cache time                    New             900
1526     idmap negative cache time           New             120
1527     kernel change notify                Per share       Yes
1528     lock spin count                     Removed         n/a
1529     max stat cache size                 Modified        1024KB
1530     msdfs root                          Modified        no
1531     printjob username                   New             %U
1532     winbind normalize names             New             no
1533
1534
1535
1536
1537 Changes since 3.0.25rc3
1538 -----------------------
1539
1540
1541 o   Jeremy Allison <jra@samba.org>
1542     * Fix memory corruption bug during string processing.
1543     * Instantiate idiom that malloc/tallocs of array of 0 elements
1544       returns NULL.
1545     * Fix marshalling bugs in samr code based on incorrect
1546       assumptions.
1547     * Fix DFS MS-RPC enumeration reply when we have no DFS shares.
1548     * Fix memory corruption when enumerating accounts in the 
1549       LsaPrivilege database.
1550     * Fixes for CVE-2007-2444, CVE-2007-2446, and CVE-2007-2447.
1551
1552
1553 o   Gerald (Jerry) Carter <jerry@samba.org>
1554     * Fix memory corruption when adding/removing members from Local 
1555       Groups.
1556
1557
1558 o   Guenther Deschner <gd@samba.org>
1559     * Prevent leaking on full NET_USER_INFO_3 structure memory on each
1560       cached login.
1561     * Plug memory leak in client SPNEGO session setup code.
1562     * Don't clear cached U/SID and UG/SID entries when we want to 
1563       logon offline.
1564
1565
1566 o   Steve French <sfrench@us.ibm.com> 
1567     * Allow prepaths in mount.cifs.
1568     * Don't prompt for a password in mount.cifs when sec=none has been 
1569       specified.
1570
1571
1572 o   Steve Langasek <vorlon@debian.org>
1573     * BUG 4600: Fix compilation of --with-python.
1574
1575
1576 o   Volker Lendecke <vl@samba.org>
1577     * Fix memory corruption bug in string_replace().
1578     * Fix valgrind error in parse_domain_user().
1579     * Fix compilation of explicit --without-winbind.
1580     * Fix an uninitialized variable and other compiler warnings.
1581     * Fix memory leak in smbd's claim session code.
1582     * BUG 4613: Fix incorrect password expiration caused by stomping on 
1583       the time values in the NET_USER_INFO_3 for remote users.
1584     * Fixes for CVE-2007-2446.
1585
1586
1587 o   Stefan Metzmacher <metze@samba.org>
1588     * Add AC_GNU_SOURCE macro in libreplace for systems which don't have it.
1589     * Fix libreplace compiler warnings.
1590
1591
1592 o   Jens Nissen <jens.nissen@gmx.net>
1593     * Fix memory leak on the file/directory ACL processing code.
1594
1595
1596 o   Simo Sorce <idra@samba.org>
1597     * Memory allocation cleanups and sanity checks after the malloc(0)
1598       == NULL crusade.
1599     * Fix socket leak in idmap_ldap.c.
1600     * Fix failure in "net idmap restore".
1601     * Fix crash bug in idmap_ldap's get_credentials() code.
1602     * Fixes for CVE-2007-2446.
1603
1604
1605 o   Alison Winters <alisonw@sgi.com>
1606     * Add missing return calls in sendfilereadbraw.
1607
1608
1609 Changes since 3.0.24
1610 --------------------
1611
1612
1613 commits
1614 -------
1615
1616 o   Michael Adam <ma@sernet.de>
1617     * Patch to lib/sysquotas_linux.c replacing some "get"s by "set"s.  
1618       This makes the difference between the get and set calls for
1619       SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. 
1620     * Prevent collision from config.h created by stand alone component
1621       builds.
1622
1623
1624 o   Jeremy Allison <jra@samba.org>
1625     * Fix CIFS POSIX unlink behavior.
1626     * Change POSIX_UNLINK to allow clients to differentiate between 
1627       unlink/rmdir calls.
1628     * Add smbclient implementations of POSIX open/mkdir/unlink/rmdir.
1629     * Refactor MS-DFS server and client code.
1630     * Support deep MS-DFS referrals in Samba client applications.
1631     * Change the VFS interface to use struct timespec for utimes.
1632     * Fix build failures on *BSD platforms caused by introduction of 
1633       memalign().
1634     * Optimize exit path in the byte-range locking code in smbd to 
1635       only read the locking db if there are outstanding lock requests.
1636     * Fix long-standing bug in our chain processing code.
1637     * BUG 4384: Fix bug in old search code.
1638     * Add support for the UNIX_INFO2 info level.
1639     * Add in the "create info" field to the reply from POSIX_OPEN 
1640       and POSIX_MKDIR.
1641     * Refactor the sessionsetupX code a little to allow us to return 
1642       a NT_STATUS_TIME_DIFFERENCE_AT_DC error to a client.
1643     * Fix memory leaks in the LDAP sasl bind code.
1644     * Fix crash in vfs audit/full audit modules caused by API changes.
1645     * Fix connection problem between pre-3.0.25 smbclient and new DFS
1646       server code.
1647     * Fix valgrind errors in credentials.c.
1648     * Fix logic error in CIFS POSIX extensions for open() and mkdir().
1649     * Fix if logic error when checking for password resets of machine
1650       trust accounts in Samba's passdb.
1651     * Ensure we use the same technique to pull the share mode data out
1652       that locking.c does.
1653     * Fixes buffer parsing in the server side Lanman and RAP calls.
1654     * Fix GetPrinter() info level 3 to fix displaying and setting
1655       security descriptors on printers from WinXP x86_64 clients.
1656     * Return correct error code to the trans2 GetDfsReferral() request
1657       from Vista clients (fixes listing share contents in the Vista
1658       explorer.exe).
1659     * BUG 4486: Fix the exclude_dir parameter in the VFS recycle
1660       plugin.
1661     * Consolidate the become_root_uid_only() calls to only use
1662       become_root().
1663     * Add vfs_readahead module to deal with the pipe-lined reads 
1664       from Vista clients.
1665     * BUG 4404: Fix server SMB/CIFS protocol bugs that broke Vista
1666       clients trying to utilize offline file support.
1667     * BUG 4494: Make sure to fail immediately if sendfile fails and
1668       don't continue on to call chain_reply() (based on report from
1669       Kevin Jamieson).
1670     * Remove tdb.h from the libsmbsharemodes.so header file.
1671     * BUG 3634: Fix crash in nmbd caused by a bad "interfaces" include
1672       in smb.conf.
1673     * Add initial version to winbindd_cache.tdb file.  Automatically
1674       delete existing non-versioned cache files.
1675     * Fix the storage size of time_t in winbindd_cache.tdb to be 8
1676       bytes.
1677     * Cope with signature errors on sessionsetupX logins where the
1678       server just reflects our signature back to us. Allow the upper 
1679       layer to see the real error.  
1680     * BUG 4512: Limit the volume label for a share to 32 UNICODE
1681       characters.
1682     * Allow arbitrary bases in int and ulong parsing in smb.conf.
1683     * Fix off-by-one error in tconX parsing.
1684     * Winbind off-line logon fixes.
1685     * Support for AD sites when locating domain controllers.
1686     * Fix libsmbclient bug with Konqueror and NetApp filers that need 
1687       a leading / in OpenAndX calls. 
1688     * BUG 4187: Possible crash in signing on/off code.
1689     * Fix memory leaks in pam_winbind.c.
1690     * Fix a bug in the sequence number store/fetch routines in
1691       winbindd_cache.tdb.
1692     * Fix the problem with Linux clients requesting O_WRONLY on write-only
1693       files.
1694     * Fix a class of memory allocation bugs in the handling of user tokens.
1695     * Fix crash bug in winbindd caused by a bug in the messaging dispatch
1696       code.
1697     * Fix memory bloat in trans calls caused by talloc()'ing memory off the
1698       wrong context.
1699     * Fix wildcard renames with SMBmv.
1700     * Fixes for pathname handling code.
1701     * Add in the wdel smbclient command to perform wildcard deletes.
1702     * Fix a bug that causes smbd to 'hang' intermittently while updating
1703       the trusted domain cache.
1704     * Cleanup error path processing in reduce_name().
1705     * Fixes for smbtorture tests (BASE-DELETE, ...)
1706     * Delete on close fixes ("I completely understand it this time").
1707     * Remove unneeded checks on incoming uid/gid for mknod (fifo) Unix
1708       extensions code.
1709     * More fixes for Unix Extensions include support for POSIX locking.
1710     * NTLMv2 fixes for Vista clients.
1711     * Add an optimized lookup for Domain Users and only report the current
1712       user (which is generally what the calling application wants to know 
1713       anyways).
1714     * Fixes for supporting the Vista backup utility based on work by Joe
1715       Meadows <jameadows@webopolis.com>.
1716     * Fix 4377: Fix rename of "foo" -> "Foo".
1717     * BUG 4188: Fix for Vista delete directory bug.
1718     * BUG 4400: Add support for processing large Krb5 tickets in SMB
1719       sesssetup&X.  Based on work by <todd.stecher@isilon.com>.
1720     * Fix trans2 file size reporting for Linux CIFS client.
1721     * Allow Well-Known and Local Groups to be stored in POSIX ACLs
1722       as long as there is a SID/gid mapping entry available.
1723     * Fix memory corruption bug in the CIFS POSIX open/mkdir.
1724     * BUG 4536: Correctly delete symlinks pointing to a directory.
1725
1726
1727 o   Danilo Almeida <dalmeida@centeris.com>
1728     * Add additional debug support for pam_winbind.
1729     * Add support for listing multiple groups in pam_winbind's 
1730       require-membership-of option which act as a logical OR.
1731
1732
1733 o   Andrew Bartlett <abartlet@samba.org>
1734     * Ensure debug messages from tools print the correct config file 
1735       location if the file was defined as a command line option.
1736
1737
1738 o   Andrew Benham <andrew.benham@thus.net>
1739     * BUG 4290: Properly compute time to password expiration in message
1740       from pam_winbind.
1741
1742
1743 o   Alexander Bokovoy <ab@samba.org>
1744     * Ensure nfsv4 chown logic is controlled by "nfs4:chown=[yes|no]".
1745     * Add GPFS-provided DMAPI support
1746
1747
1748 o   Kai Blin <kai.blin@gmail.com>
1749     * Match Windows NTLMSSP flags.
1750
1751
1752 o   Gerald (Jerry) Carter <jerry@samba.org>
1753     * Implement pluggable "winbind nss info" interface.
1754     * Removal of unmaintained smbwrapper utility.
1755     * Fix server affinity bugs in the 'net ads join' code to include
1756       support for AD sites.
1757     * Implement DDNS update client code.
1758     * Upper case the host/sAMAccountName in the keytab file.
1759     * Fix lookupname call in winbindd when joined to a child domain and
1760       trying to resolve a SID in a sibling domain.
1761     * Fix password changes against a Windows 2000 DC using pam_winbind.
1762     * Fix crash in "pdbedit -L -w"
1763     * Add "winbind normalize names" option.
1764     * BUG 4093: Make %a resolve correctly for Windows Vista and Windows 
1765       XP 64bit clients.
1766     * Printing fixes for Windows Vista.
1767     * Protect the sasl bind against a NULL principal string in the 
1768       SPNEGO negTokenInit
1769     * Fix some "cannot access LDAP when no root" bugs.
1770     * NSS and PAM fixes on AIX.
1771     * Cached credentials and Krb5 ticket renewal fixes in winbindd.
1772     * Fix server affinity bug in Winbind's ADS connection handling.
1773     * Fix crash when enumerating local group membership in usrmgr.exe
1774       on a Samba DC.
1775     * Rework parsing for NetFileEnum() and NetSessionEnum()
1776     * Add server stub for NetFileClose()
1777     * Return correct information for sessions and open files
1778       including session duration, number of open files, and open pipes.
1779     * Fixes for "winbind normalize names" functionality: 
1780       - Fix getgroups() call called using a normalized name
1781       - Fix some more name mappings that could cause for example
1782         a user to be unable to unlock the screen as the username
1783         would not match in the PAM authenticate call.
1784      * Blacklist BUILTIN and MACHINE domains from the idmap domains as 
1785        these should only be handled by the winbindd_passdb.c backend.
1786      * Allow the alloc init to fail for backwards compatible 
1787        configurations such as with idmap_ad.
1788      * Remove the deprecated flags from idmap backend, et. al. These 
1789        are mutually exclusive with the "idmap domains".
1790      * Add the osname and osver options to 'net ads join'
1791     * Ensure winbindd honors the "idmap domains" option and not 
1792       default to idmap_tdb.
1793     * Fix memory corruption caused by calling free() on talloc()'d
1794       memory when adding and removing users from local groups.
1795     * BUG 4501 (partial): Fix crash bugs in idmap_ad plugin by adding
1796       the schema_mode option when using "winbind nss info = template".
1797     * BUG 4491, 4501 (partial): Disable attempts to allocate a uid/gid if no
1798       idmap alloc backend has been defined.  Do not defined a default
1799       alloc backend.
1800     * Fix "make install" to include creating the links between
1801       idmap_ad and the nss_info_rfc2307 and nss_info_sfu plugins.
1802     * Enable the --with-dnsupdate in the Fedora/RHEL RPM packaging
1803       files.
1804     * BUG 4508: Remove potential loops in the idmap API by requiring
1805       the caller defined the SID type rather than having the idmap layer
1806       call back up to determine the SID type when allocating
1807       uids/gids.
1808     * Don't inherit the offline flag for winbindd_domains that have
1809       not been initialized yet.
1810     * Fix a crash in idmap_ldap caused by a NULL pointer dereference.
1811     * Fix deadlock and timeout conditions in idmap_rid.
1812
1813
1814 o   Steven Danneman <steven.danneman@isilon.com>
1815     * Memory leak fixes.
1816     * Fix core dump when config file in same directory.
1817
1818
1819 o   Mathias Dietz <mdietz@de.ibm.com>
1820     * Initial implementation of the GPFS VFS module.
1821     * Work on NFSv4 ACL VFS plugin.
1822     * Add support for share modes to the GPFS VFS plugin.
1823
1824
1825 o   Guenther Deschner <gd@samba.org>
1826     * Winbind off-line logon fixes.
1827     * Support for AD sites when locating domain controllers.
1828     * Various fixes for 'net ads' user management functions.
1829     * Add an CLDAP client written in Perl.
1830     * Cleanups to the Krb5 ticket refresh code in winbindd.
1831     * Fixes for various error messages from pam_winbind when password
1832       policies are being enforced.
1833     * Implement grace logons for offline authentications in pam_winbind.
1834     * Fixes for idmap_ad.
1835     * Memory leak fixes.
1836     * BUG 4009: Fixes leaking file descriptors (CLOSE_WAIT) in winbindd
1837       with short lived service tickets
1838     * Implement basic AD group policy library
1839     * Adding experimental krb5 lib locator plugin.
1840     * Ensure that Samba clients are correctly reported by the %a 
1841       smb.conf as "Samba" and not "Vista".
1842     * Prevent a user from issuing a PAM_DELETE_CREDS request in 
1843       pam_close_session() for another user.
1844     * Fix tdb keynames in netsamlogon_clear_cached_user().
1845     * Add missing proto_exists dependency for the Winbind NSS target
1846       in the Makefile.
1847     * Build fixes when linking against Heimdal 0.8 Kerberos libraries.
1848     * Build fixes when using older Heimdal Krb5 libs (e.g. 0.6.3).
1849     * Memory allocation error checks in libgpo.
1850
1851
1852 o   Steve French <sfrench@us.ibm.com> 
1853     * Fix mount.cifs compile on old libc missing bind mount #define.
1854
1855
1856 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
1857     * Fix memory leaks in the error paths used by winbindd's credential 
1858       cache code.
1859     * BUG 4409: Add minsize parameter to the vfs_recycle plugin.
1860     * BUG 3319: Ensure that 'hide unreadable' does not filter MS-DFS links.
1861
1862
1863 o   Krishna Ganugapati <krishnag@centeris.com>
1864     * Implement DDNS update client code.
1865
1866
1867 o   YAMASAKI Hiroyuki <h-yamasaki@pd.jp.nec.com>
1868     * BUG 4346: Fix type reported for hidden shares via MS-RPC.
1869
1870
1871 o   David Hu <david.hu@hp.com>
1872     * BUG 4267: Fix memory leaks in ldapsam.
1873
1874
1875 o   Bjoern Jacke <bj@sernet.de>
1876     * BUG 4244: Limit stat cache to a default of 1MB.
1877
1878
1879 o   William Jojo <jojowil@hvcc.edu>
1880     * BUG 3713: Re-add reporting what the profiles tool does (-v).
1881     * BUG 3632: Fix for EISCON in open_any_socket_out() on AIX.
1882     * BUG 4447: Fix compile failure on AIX 5.2.
1883
1884
1885 o   Taj Khattra <taj.khattra@gmail.com>
1886     * Fix missing lock count release in transaction cancel.
1887
1888
1889 o   Zack Kirsch <zack.kirsch@isilon.com>
1890     * Fix memory leaks on some error paths.
1891     * Memory leak fixes on error paths in various places.
1892
1893
1894 o   Derrell Lipman <derrell@samba.org>
1895     * BUG 4115: Fix for using kerberos logins in libsmbclient.so.
1896     * BUG 4309: Prevent netbios keepalive on port 445 which causes
1897       Vista to disconnect Samba clients.
1898     * Ensure that the libsmbclient example programs link with the
1899       libsmbclient library that's part of the current tree.
1900
1901
1902 o   Volker Lendecke <vl@samba.org>
1903     * Replace snum references with a structure based array.
1904     * Allow changing of the hashsize when running tdbbackup.
1905     * Implement secure DDNS update code
1906     * Klocwork, Coverity, and IBM Checker fixes.
1907     * BUG 4273: Fix crash in 'net rpc vampire'
1908     * Refactor older SMB file serving code.
1909     * Refactor open directory file serving code.
1910     * Implement support for inotify when serving CIFS change notification
1911       requests (includes merge work from SAMBA_4_0).
1912     * Fixes to allow Samba 3.0 to pass various smbtorture tests (RAW-OPEN,
1913       RAW-UNLINK, RAW-CLOSE, ...)
1914     * Refactor delete on close file server code.
1915     * MS-DFS fixes for Vista clients.
1916     * BUG 4372: Long timeout in LDAP setup when accessing files after 
1917       10 secs.
1918     * Change the static array for the in-memory mirrors of the hash chain
1919       locks to a dynamically allocated one.
1920     * Use inotify for file change notification on Linux.
1921     * Revert "msdfs root" to default to "no".
1922     * Refactor AIO code.
1923     * Fix memory leaks when returning user lists to clients via SAMR calls.
1924     * BUG 4365: Fix NTLMv2 implementation on Samba member servers not 
1925       running winbindd.
1926     * Reduce contention on the tdb free list by periodic reclamation
1927       of dead tdb records into groups
1928     * Split tdb free lists per hash chain.
1929     * Coverity fixes.
1930     * Add winbindd_priv_request_response() request that kills the 
1931       existing winbind pipe connection if it's not privileged to prevent
1932       race conditions during the challenge/response authentication sequence.
1933     * BUG 4460: Fix compile error in winbind_nss_irix.c.
1934     * Fix Coverity bug reports.
1935     * Fixes buffer parsing in the server side Lanman and RAP calls.
1936
1937
1938 o   David Leonard <dleonard@vintela.com>.
1939     * Fix file descriptor leak from an error path in winbindd.
1940     * BUG 4369: Fix smbclient's showacls on files in subdirectories.
1941
1942
1943 o   Herb Lewis <herb@samba.org>
1944     * Cleanups to sharesec utility.
1945     * Compiler warning cleanups.
1946     * Compiler warning fixes.
1947     * Allow smbcontrol to use POPT_COMMON_SAMBA options to allow setting
1948       debug level.
1949     * Add "debug prefix timestamp" to allow syslog type timestamps to be 
1950       added in the Samba log files.
1951     * Fix compile error in nmbd_incomingdgrams.c.
1952     * Allow profiling level to be set on startup.
1953
1954
1955 o   Ying Li <ying.li2@hp.com>
1956     * Use the default tdb idmap plugin when neither idmap domains
1957       nor idmap backend have been defined.
1958
1959
1960 o   Jason Mader <jason@ncac.gwu.edu>
1961     * Various compile warning fixes. 
1962     * Initial patch set for strptime() in libreplace.
1963
1964
1965 o   Don McCall <don.mccall@hp.com>
1966     * Fix compile bug in vfs_default on platforms without utimes().
1967     * HP-UX compile fixes.
1968
1969
1970 o   Jim McDonough <jmcd@us.ibm.com>
1971     * Bug fixes for GPFS VFS module.
1972     * Fix "password never expires" policy which would be incorrectly 
1973       require all users to change their password at login time.
1974     * Fix the GPFS VFS module to pass the POSIX ACL tests (Thanks to
1975       Gomati Mohanan).
1976     * Fix crate_user() access checks when setting the "User Cannot 
1977       Change Password" flag.
1978
1979
1980 o   Stefan Metzmacher <metze@samba.org>
1981     * POSIX ACL compile warning fixes.
1982     * Fix --with-fhs, where confdir is set to \${sysconfdir} but
1983       sysconfdir wasn't defined in the Makefile.
1984     * Add localstatedir to configure.in for completeness.
1985     * BUG 4496: Fix libreplace failure on ulibc systems.    
1986     * Merge numerous libreplace fixes from the SAMBA_4_0 code base 
1987       (stdint.h, stdbool.h, unsetenv, strptime(), strtoll(), et. al.).
1988     * Move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace.
1989     * Portability fixes for dlopen() (merge from SAMBA_4_0)
1990     * Sync libreplace (merge from SAMBA_4_0)
1991
1992
1993 o   Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
1994     * AIX quota fixes.
1995
1996
1997 o   Gomati Mohanan <gomati.mohanan@in.ibm.com>
1998     * Work on NFSv4 ACL VFS plugin.
1999
2000
2001 o   Lars Mueller <lars@samba.org>
2002     * Provide better feedback about deprecated use of multiple passdb
2003       backends.  Use the first backend to have at least this one working.
2004     * Fix make install to include smbmount, et. al. docs.
2005     * Merge more proto_exists dependency fixes from SAMBA_3_0.
2006     * Makefile cleanups.
2007     * Log the reason for failures when not creating a core file on a
2008       crash due to restrictive permissions on the log file directory.
2009
2010
2011 o   James Peach <jpeach@apple.com>
2012     * Replace exit_server with exit_server_cleanly where appropriate.
2013     * Add docs for VFS modules.
2014     * Portability fixes for autoconf and character set modules on 
2015       OS X.
2016     * Only attempt to reload the config file after the fork point 
2017       if we are in daemon mode.
2018     * Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.
2019     * Changing the FindFirst response for the UNIX_INFO2 level to
2020       include a length field before the name.
2021     * Add call to chflags(2) in the default VFS module.
2022
2023
2024 o   Andy Polyakov <appro@fy.chalmers.se>
2025     * Pull the CUPS comment and location attributes when not overridden 
2026       by values stored in Samba's ntprinters.tdb.
2027     * BUG 3275: Allow upload of x64 printer drivers by relaxing the COFF 
2028       header parsing code in smbd.
2029
2030
2031 o   J Raynor <raynorj@mn.rr.com>
2032     * Make sure we are privileged when doing DMAPI operations on systems
2033       that don't have capability support.
2034
2035
2036 o   Jorge Santos <jorge_a_santos@hotmail.com>
2037     * BUG 4500: Fix compile bug in quota.c.
2038
2039
2040 o   Jiri Sasek <jiri.sasek@sun.com>
2041     * Fix incorrect Krb5 linking on Solaris.
2042     * Fix possible NULL dereference in adt_tree.c
2043
2044
2045 o   Karolin Seeger <ks@sernet.de> 
2046     * Fix a compile problem in shadow_copy_test.c.
2047     * Add 'net sam policy' commands.
2048     * Fixes for "net usershare" and "guest_ok=y"
2049
2050
2051 o   Robert Shearman <rob@codeweavers.com>
2052     * Allow NULL domain and username in the form of user@domain to be 
2053       interpreted correctly by ntlm_auth for use by Wine applications.
2054
2055
2056 o   Simo Sorce <idra@samba.org>
2057     * Remove redundant log messages from idmap_ad.c.
2058     * BUG 3974: Fix ambiguity between the -N option and the -T
2059       tar options.
2060     * Fix linking flags used when creating shared libraries.
2061     * Offline logon fixes in the idmap backend manager.
2062     * Cleanup initialization code in the sfu and rfc2307 nss_info
2063       plugins to protect against a crash if called before the idmap_ad
2064       module has been initialized.
2065     * Protect against crashes in get_dc_name() in the idmap_ad code
2066       when we are working offline.
2067     * BUG 4438, 4440: Fix bugs in "net sam provision".
2068     * Initial implementation of new IdMap interface.
2069     * Fix crash in pam_winbind caused by referencing a pointer after the 
2070       memory had been freed.
2071     * Implement escaping function for ldap RDN values.
2072
2073
2074 o   Peter Somogyi <SOMOGYI@de.ibm.com>
2075     * Work on NFSv4 ACL VFS plugin.
2076
2077
2078 o   Andrew Tridgell <tridge@samba.org>
2079     * Fix an integer overflow in the ndr library code used by PIDL.
2080
2081
2082 o   Jelmer Vernooij <jelmer@samba.org>
2083     * Implement support for IDL autogenerated code to
2084       handle the MS-RPC parsing functions.
2085
2086
2087 o   Don Watson <dwwatson@us.ibm.com>
2088     * Fixes for 'net rpc vampire' and the guest account
2089
2090
2091 o   Martin Zielinski <mz@seh.de>
2092     * Printing fixes for Windows Vista clients.
2093
2094
2095       --------------------------------------------------
2096                    ==============================
2097                    Release Notes for Samba 3.0.24
2098                              Feb 5, 2007
2099                    ==============================
2100
2101
2102 Important issues addressed in 3.0.24 include:
2103
2104   o Fixes for the following security advisories:
2105     - CVE-2007-0452 (Potential Denial of Service bug in smbd)
2106     - CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind
2107       NSS library on Solaris)
2108     - CVE-2007-0454 (Format string bug in afsacl.so VFS plugin)
2109
2110
2111 ######################################################################
2112 Changes
2113 #######
2114
2115 Changes since 3.0.23d
2116 ---------------------
2117
2118 commits
2119 -------
2120
2121 o   Jeremy Allison <jra@samba.org>
2122     * Fix for CVE-2007-0452 & CVE-2007-0454
2123
2124
2125 o   Olivier Gay <ouah@ouah.org>
2126     * Fix for CVE-2007-0453
2127
2128
2129 o   Volker Lendecke <vl@samba.org>
2130     * Fix for CVE-2007-0452
2131
2132
2133       --------------------------------------------------
2134                    ===============================
2135                    Release Notes for Samba 3.0.23d
2136                              Nov 14, 2006
2137                    ===============================
2138
2139 This is the latest stable release of Samba. This is the version 
2140 that production Samba servers should be running for all current 
2141 bug-fixes.  Please read the changes in this section and for the 
2142 original 3.0.23 release regarding new features and difference 
2143 in behavior from previous releases.
2144
2145 Important issues addressed in 3.0.23d include:
2146
2147   o Stability fixes for winbindd
2148   o Portability fixes on FreeBSD and Solaris operating systems.
2149
2150 ######################################################################
2151 Changes
2152 #######
2153
2154 Changes since 3.0.23c
2155 ---------------------
2156
2157 commits
2158 -------
2159
2160 o   Jeremy Allison <jra@samba.org>
2161     * Changes to ntlm_auth to better support Firefox's NTLM 
2162       authentication.
2163     * Make the "max usershares" parameter an advisory limit.
2164     * BUG 4095: Cleanup bad substitution causing the username 
2165       to be translated to domain\user twice in spnego path. 
2166     * BUG 4097: Ensure all pdb_XXX calls are wrapped in 
2167       [un]become_root() pairs.
2168     * Ensure we always return the canonicalized name 
2169     * Add in fixes to mangling dir code.
2170     * Do not assume that gencache can always be opened for RW access.
2171       Fall back to RO.
2172     * Always initialize variables in winbindd request/response 
2173       structure.
2174     * Fix libsmbclient bug with Konqueror and NetApp filers that 
2175       need a leading / in OpenAndX calls. 
2176     * Added showacls toggle in the smbclient code.
2177     * Add a suffix to the pidfile's program name if this is a process
2178       with a non-default configuration file name.
2179     * Fix protection from invalid struct tm values.
2180     * BUG 4187: Possible crash in signing on/off code.
2181     * BUG 4214: Fix crash bug in find_forced_group().
2182     * BUG 4224: Fix enforcement of the deadtime parameter.
2183
2184
2185 o   Timur Bakeyev <timur@com.bat.ru>
2186     * BUG 3856: Set the nss soname version on FreeBSD.
2187     * BUG 4109: Fix bug causing smbd to turn off winbindd and 
2188       fail to disable the _NO_WINBIND environment.
2189     * BUG 3868: Prevent --with-aio-support from trimming the 
2190       $LIBS variable in configure.in.
2191
2192
2193 o   Dmitry Butskoy <dmitry@butskoy.name>
2194     * BUG 4075: Allow smbd to use winbindd to lookup uids/gids 
2195       outside the idmap range if 'winbind trusted domains 
2196       only = yes'.
2197
2198
2199 o   Gerald (Jerry) Carter <jerry@samba.org>
2200     * Fix primary group lookup failures.  Use the Get_Pwnam_alloc() 
2201       call to ensure it finds the Unix user first.
2202     * Only grant privs to Administrators if privileges are enabled 
2203       to avoid bogus error messages in the logs.
2204
2205
2206 o   Alex Deiter <tiamat@komi.mts.ru>
2207     * BUG 3524: Fix for quota support on Solaris.
2208
2209
2210 o   Guenther Deschner <gd@samba.org>
2211     * Close socket when the CLDAP request has failed.
2212     * Memory leak fixes in the libads/ldap.c code.
2213     * Printer publishing fixes for "net ads".
2214     * Fix error code returns in the CLDAP client code.
2215     * Do not anonymously query for AD schema items in winbindd.
2216     * Protect against storing null-sids in the winbind cache.
2217     * Fallback to non-paging LDAP searches for anonymous bound 
2218       connections.
2219     * More workarounds when nscd.
2220     * Fix error code typoe in the GetDcName() netlogon call  
2221       (including two new error codes).
2222     * Fix valgrind warnings in pam_winbind
2223     * Add two missing refresh_sequence_number calls where they are 
2224       missing just before writing to the winbind cache tdb.
2225     * Attempt to locate a valid domain controller before prompting
2226       for credentials in "net ads".
2227     * Set 35 second timeout in winbindd's netlogon code when sending 
2228       a GETDC request.
2229     * Stop "net ads {user,group} delete" from doing funny things.
2230     * Fix container handling for "net ads user" and "net ads group" 
2231       functions.
2232     * Fix various memleaks and seg faults in "net ads {user,group}".
2233
2234
2235 o   Udo Eberhardt <udo.eberhardt@thesycon.de>
2236     * BUG 4100: Fix crash in the server spooler code by initializing 
2237       values for smb_io_notify_info_data_strings.
2238
2239
2240 o   Olaf Flebbe <o.flebbe@science-computing.de>
2241     * BUG 4133: pam_winbind.c compile fix on AIX 5.1.
2242
2243
2244 o   David Hu <david.hu@hp.com>
2245     * BUG 4212: Fix memleak in the default_ou_string handling.
2246
2247
2248 o   Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>
2249     * BUG 4229: Compile fix for systems without kerberos.
2250
2251
2252 o   Volker Lendecke <vl@samba.org>
2253     * NTLMSSP LanMan session key fixes.
2254     * Various potential seg fault fixes.
2255     * Extra logic in share access checks for bad smb.conf parameter 
2256       settings.
2257     * Fixes to allow smbclient to connect to Vista RC1 workstations.
2258     * Fix bad search filter in ldapsam when enumerating group 
2259       members.
2260
2261
2262 o   Jim McDonough <jmcd@us.ibm.com>
2263     * Correctly handle the password expiration policy on Samba DCs.
2264
2265
2266 o   Nils Nordman <nils.nordman@nordman.org>
2267     * BUG 4085: Allow smbpasswd to change expired passwords on 
2268       remote servers.
2269
2270
2271 o   Simo Sorce <idra@samba.org>
2272     * Merge uid2sid and gid2sid async calls for SAMBA_3_0.
2273     * Better fqdn handling when parsing the /etc/hosts file.
2274     * Fix crash bug in pam_winbind.
2275
2276 o   Andrew Tridgell <tridge@samba.org>
2277     * Fix string alignment problem in password change code.
2278
2279
2280 o   Jim Wang
2281     * BUG 4211: Logic error when enforcing "acl group control"
2282       behavior.
2283
2284
2285 Release Notes for older release follow:
2286
2287       --------------------------------------------------
2288                    ===============================
2289                    Release Notes for Samba 3.0.23c
2290                              Aug 30, 2006
2291                    ===============================
2292
2293 We would like to thank the developers of the Saturn code analysis 
2294 tool from Stanford University (http://glide.stanford.edu/saturn).
2295 This release includes several code fixes based on its reports.
2296
2297 Common bugs fixed in 3.0.23c include:
2298
2299   o Authentication failures in pam_winbind when the AD domain
2300     policy is set to not expire passwords.
2301   o Authorization failures when using smb.conf options such
2302     as "valid users" with the smbpasswd passdb backend.
2303
2304
2305 RID Algorithms & Passdb
2306 =======================
2307
2308 Starting with the 3.0.23c release, the officially supported passdb 
2309 backends (smbpasswd, tdbsam, and ldapsam) now operate identically
2310 with regards to the historical RID algorithm for unmapped users 
2311 and groups (i.e. accounts not in the passdb or group mapping table).
2312 The resulting behavior is that all unmapped users are resolved 
2313 to a SID in the S-1-22-1 domain and all unmapped groups resolve
2314 to a SID in the S-1-22-2 domain.  Previously, when using the 
2315 smbpasswd passdb, such users and groups would resolve to an 
2316 algorithmic SID in the machine's own domain (S-1-5-XX-XX-XX).
2317 However, the smbpasswd backend still utilizes the RID algorithm
2318 when creating new user accounts or allocating a RID for a new 
2319 group mapping entry.
2320
2321 With the changes in the 3.0.23c release, it is now possible to 
2322 resolve a uid/gid, name, or SID in any direction and always obtain
2323 a symmetric mapping.  This is important so that values for smb.conf 
2324 parameters such as "valid users" resolve to the same SIDs as those 
2325 included  in the local user's initial token.
2326
2327 Most installations will notice no change.  However, because
2328 an unmapped account's SID will now change even when using 
2329 smbpasswd it is possible that any security descriptors on files
2330 previously copied from a Samba host to a Windows NTFS partition
2331 may now fail to give access. The workaround is to either manually
2332 map all affect groups (or add impacted users to the server's 
2333 passdb) or to manually reset the file's ACL.
2334
2335
2336 ######################################################################
2337 Changes
2338 #######
2339
2340 Changes since 3.0.23b
2341 ---------------------
2342
2343 commits
2344 -------
2345 o   Michael Adam <ma@sernet.de>
2346     * Fix incorrect logic in internal_resolve_name() caused by if 
2347       statement.
2348
2349
2350 o   Jeremy Allison <jra@samba.org>
2351     * Don't store a NULL SID in winbindd's offline cache.
2352     * Ensure we store the offline password hash in the correct format.
2353     * OS/2 fixes for large Extended Attributes data.
2354     * Fix nmbd crashes caused by miscalculation in pushing 
2355       announcements.
2356     * Handle times consistently across all client utils including
2357       libsmbclient.
2358     * Fix a file descriptor leak in nmbd sync DNS lookup code.
2359     * Fix inconsistency found in checking for NULL in DLIST_REMOVE
2360       macro.
2361     * Pointer dereference fixes based on the Saturn analysis tool.
2362     * Fix memory leak in the AD DC lookup code.
2363
2364
2365 o   Gerald (Jerry) Carter <jerry@samba.org>
2366     * RHEL4  and Fedora packaging updates.
2367     * Remove RID algorithm support for unmapped users and groups
2368       when using an smbpasswd backend.
2369     * Extend the NT token for local users' with the S-1-22-2 
2370       SID for each supplementary group
2371     * BUG 3969: Fix unsigned time comparison with expiration 
2372       policy from AD DC.
2373     * Merge Guenther's fixes from the SuSE SLES10 tree to ensure 
2374       that winbindd talks to the correct DC when servicing PAM 
2375       authentication requests.
2376     * Do not use the generic IP address sort routines for AD DCs
2377       since the SRV lookup include a sorting algorithm based
2378       on priority and weight. 
2379     * Fix our DNS SRV lookup code to deal with multi-homed hosts.
2380     * More changes to ensure that the primary group SID for 
2381       a local user is based on the primary Unix group and not the
2382       primaryGroupSID passdb attribute.
2383     * Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain 
2384       to the SID<->uid/gid cache.
2385
2386
2387 o   Guenther Deschner <gd@samba.org>
2388     * Fix msdfs RPC client and server management RPCs.
2389     * Align idmap_ad with the current idmap_methods interface.
2390
2391
2392 o   Volker Lendecke <vl@samba.org>
2393     * Re-add support for "username level" when looking up the 
2394       matching Unix user for an smbpasswd entry.
2395     * snprintf() fixes.
2396
2397
2398 o   Simo Sorce <idra@samba.org>
2399     * Let innetgr() work without binding its use to a 
2400       NIS domain to support netgroups in local files.
2401
2402
2403 o   Ben Winslow <rain@bluecherry.net>
2404     * Allow client smb signing to be turned off correctly.
2405
2406
2407       --------------------------------------------------
2408                    ===============================
2409                    Release Notes for Samba 3.0.23b
2410                              Aug 7, 2006
2411                    ===============================
2412
2413 Common bugs fixed in 3.0.23b include:
2414
2415   o Ambiguity with unqualified names in smb.conf parameters
2416     such as "force user" and "valid users".
2417   o Errors in 'net ads join' caused by bad IP address in the list
2418     of domain controllers.
2419   o SMB signing errors in the client and server code.
2420   o Domain join failures when using smbpasswd on a Samba PDC.
2421
2422
2423 Member servers, domain accounts, and smb.conf
2424 =============================================
2425
2426 Since Samba 3.0.8, it has been recommended that all domain accounts 
2427 listed in smb.conf on a member server be fully qualified with the 
2428 domain name.  This is now a requirement.  All unqualified names are 
2429 assumed to be local to the Unix host, either as part of the server's 
2430 local passdb or in the local system list of accounts (e.g. /etc/passwd 
2431 or /etc/group).
2432
2433 The reason for this change is that smbd has transitioned from
2434 access checks based on string comparisons to token based
2435 authorization.  All names are resolved to a SID and then verified
2436 against the logged on user's NT user token.  Local names will
2437 resolve to a local SID, while qualified domain names will resolve
2438 to the appropriate domain SID.  
2439
2440 If the member server is not running winbindd at all, domain 
2441 accounts will be implicitly mapped to local accounts and their
2442 tokens will be modified appropriately to reflect the local 
2443 SID and group membership.
2444
2445 For example, the following share will restrict access to the
2446 domain group "Linux Admins" and the local group srvadmin.
2447
2448 [restricted]
2449         path = /data
2450         valid users = +"DOMAIN\Linux Admins" +srvadmin
2451
2452 Note that to restrict the [homes] share on a member server to the 
2453 owner of that directory, it is necessary to prefix the %S value 
2454 to "valid users".
2455
2456 [global]
2457         security = {domain,ads}
2458         workgroup = DOM
2459         winbind separator = +
2460 [homes]
2461         valid users = DOM+%S
2462
2463
2464
2465 ######################################################################
2466 Changes
2467 #######
2468
2469 Changes since 3.0.23a
2470 ---------------------
2471
2472 commits
2473 -------
2474 o   Michael Adams <ma@sernet.de>
2475     * Fix memory leaks on error paths in 'net ads join'.
2476
2477
2478 o   Jeremy Allison <jra@samba.org>
2479     * BUG 3962: Fix memory leak when enumerating print jobs.
2480     * Fix file access flags for the Linux CIFS fs client.
2481     * Fix memory leaks in the smbclient DFS code.
2482     * BUG 3967: Fix SMB signing client bug in trans calls.
2483     * BUG 3985: Ensure in msdfs we check for our NetBIOS aliases.
2484     * Added lookup_name_smbconf() to be called when looking up names 
2485       from smb.conf.  Unqualified names are assumed to be local.
2486     * BUG 4003: Fix SMB signing server error in NTcancel reply.
2487
2488
2489 o   Gerald (Jerry) Carter <jerry@samba.org>
2490     * Fix a few "smbldap_open(): Cannot open when not root" bugs when 
2491       viewing or modifying local group membership.
2492     * Make LsaLookupSids() reply include the full SID of unresolved 
2493       SIDs.
2494     * BUG 3957: Prevent returning strange DC IP addresses by zeroing 
2495       memory in the SRV hostlist in case there is not an A record for 
2496       each SRV name.
2497     * BUG 3964: normalize the case of usernames prior to getpwnam() 
2498       call in the smbpasswd backend.
2499     * Cleanup the 'net ads help join' output and document createupn 
2500       and createcomputer options.
2501     * Fix a regression in the ldapsam URI syntax.  Allow multiple 
2502       LDAP URIs to be grouped by  "".
2503
2504
2505 o   William Charles <william@charles.name>
2506     * BUG 3959: Remove rand() from SRV RR comparison to fix crashes 
2507       in qsort().
2508
2509
2510 o   Guenther Deschner <gd@samba.org>
2511     * Fix memory leaks in pam_winbind.
2512     * Save the logon script path from the info3 in the PAM session 
2513       allowing other PAM modules to pick it up from there.
2514
2515
2516 o   Volker Lendecke <vl@samba.org>
2517     * BUG 3991: Fix problem with user tokens on standalone systems
2518       configured to use a username map.
2519     * Fix bug where qualified user or group names in smb.conf
2520       were assumed to use the '\' character as the winbind separator.
2521
2522       --------------------------------------------------
2523                    ===============================
2524                    Release Notes for Samba 3.0.23a
2525                              Jul 21, 2006
2526                    ===============================
2527
2528 Common bugs fixed in 3.0.23a include:
2529
2530   o Failure to strip the domain name from groups when 'winbind 
2531     use default domain = yes'
2532   o Failure in pam_winbind to correctly parse arguments.
2533   o Bad token creation of local users on member servers not 
2534     running winbindd.
2535   o Failure to add users or groups to ACLs using the Windows
2536     object picker.
2537   o Failure in file serving code when 'kernel oplocks = yes'.
2538
2539 New features in 3.0.23a include:
2540
2541   o New "createupn" option to "net ads join"
2542   o Rewritten Kerberos keytab generation when 'use kerberos 
2543     keytab = yes'
2544
2545
2546
2547 ######################################################################
2548 Changes
2549 #######
2550
2551 Changes since 3.0.23
2552 --------------------
2553
2554 commits
2555 -------
2556 o   Jeremy Allison <jra@samba.org>
2557     * Fix memory leaks in the POSIX locking for for the Linux CIFS fs 
2558       client.
2559     * Fix memory leaks in the AD schema parsing code.
2560     * Fixed bug in interaction with Linux kernel oplocks.
2561
2562
2563 o   Gerald (Jerry) Carter <jerry@samba.org>
2564     * Rewrite the detection of the correct DES salting principal name
2565       when joining an Active Directory Domain.
2566     * Rewrite the keytab generation code based on existing SPN, 
2567       UPN, and sAMAccountName attributes in the AD machine object.
2568     * Cleanup of dead code from idmap_ad.
2569     * Fix Winbind 32bit/64bit portability issues.
2570     * Fail 'net ads join' and disable the machine account if we cannot 
2571       set any SPNs for ourselves.
2572     * Make sure to lower case all usernames before calling the create, 
2573       delete, or rename hooks.
2574     * Preserve case for usernames in passdb
2575     * Flush the getpwnam cache after renaming a user
2576     * Add become/unbecome root block in _samr_delete_dom_user() when 
2577       trying to verify the account's existence.
2578     * Changed 'net ads join' syntax for specifying an alternate 
2579       OU.  New syntax is createcomputer=<ou path top to bottom>.
2580     * Add createupn=[UPN] option to 'net ads join' for setting the
2581       userPrincipalName attribute.
2582     * Bug 3920: Restore winbind use default domain behavior for domain 
2583       groups.  This break local users and 'winbind nested groups' on 
2584       domain members.
2585
2586
2587 o   Guenther Deschner <gd@samba.org>
2588     * Don't clear the cache when starting winbindd in off line mode.
2589     * Fix errno reporting in pam_winbind debug messages.
2590     * BUG 3937: Fix segv in libnss_wins.so.
2591
2592
2593 o   Volker Lendecke <vl@samba.org>
2594     * Fix memory leaks in the in error paths out of the CLDAP 
2595       request code.
2596     * AIX portability fixes for DNS client code.
2597     * BUG 3811, 3948: Fix alignment bug in on lsaquery. 
2598     * BUG 3949: Fixed authorization issue on domain member 
2599       servers not running winbindd.
2600
2601
2602 o   Andrew Tridgell <tridge@samba.org>
2603     * Fixed a bug which caused resolve_ads() to spin forever if 
2604       one of the DCs isn't resolvable in DNS.
2605
2606
2607 o   Simo Sorce <idra@samba.org>
2608     * Debian packaging fixes.
2609
2610
2611 o   Dietrich Streifert <dietrich.streifert@visionet.de>
2612     * BUG 3916: Fix error parsing pam_winbind config arguments.
2613
2614
2615 Release Notes for older release follow:
2616
2617       --------------------------------------------------
2618
2619                    ==============================
2620                    Release Notes for Samba 3.0.23
2621                             Jul 10, 2006
2622                    ==============================
2623
2624 There has been a substantial amount of cleanup work done during 
2625 this development cycle.  We would like to thank both Coverity 
2626 (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/)
2627 for analyzing the Samba source code. As a result, this release 
2628 includes fixes for over 400 defects.  The coverage was approximately 
2629 even with over 200 defects reported by each tool.
2630
2631 Thanks very much to those people who spent time testing the 
2632 release candidates and reported their findings.  We would like to 
2633 especially thank Thomas Bork <tombork@web.de> for his numerous 
2634 reports.  We believe that the final release is in much better shape 
2635 in large part due to his efforts.
2636
2637 New features in 3.0.23 include:
2638
2639    o Improved 'make test'
2640    o New offline mode in winbindd.
2641    o New Kerberos support for pam_winbind.so.
2642    o New handling of unmapped users and groups. 
2643    o New non-root share management tools.
2644    o Improved support for local and BUILTIN groups.
2645    o Winbind IDMAP integration with RFC2307 schema objects supported 
2646      by Windows 2003 R2.
2647    o Rewritten 'net ads join' to mimic Windows XP without requiring 
2648      administrative rights to join a domain.
2649
2650
2651 User and Group changes
2652 ======================
2653
2654 The user and group internal management routines have been 
2655 rewritten to prevent overlaps of assigned Relative Identifiers 
2656 (RIDs).  In the past the has been a potential problem when either 
2657 manually mapping Unix groups with the 'net groupmap' command or 
2658 when migrating a Windows domain to a Samba domain using 'net rpc 
2659 vampire'.
2660
2661 Unmapped users are now assigned a SID in the S-1-22-1 domain and 
2662 unmapped groups are assigned a SID in the S-1-22-2 domain. 
2663 Previously they were assign a RID within the SAM on the Samba 
2664 server.  For a DC this would have been under the authority of the 
2665 domain SID where as on a member server or standalone host, this 
2666 would have been under the authority of the local SAM (hint: net 
2667 getlocalsid).
2668
2669 The result is that any unmapped users or groups on an upgraded 
2670 Samba domain controller may be assigned a new SID.  Because the 
2671 SID rather than a name is stored in Windows security descriptors, 
2672 this can cause a user to no longer have access to a resource for 
2673 example if a file was copied from a Samba file server to a local 
2674 NTFS partition.  Any files stored on the Samba server itself will 
2675 continue to be accessible because Unix stores the Unix gid and not 
2676 the SID for authorization checks.
2677
2678 A further example will help illustrate the change.  Assume that a 
2679 group named 'developers' exists with a Unix gid of 782 but this 
2680 user does not exist in Samba's group mapping table. it would be 
2681 perfectly normal for this group to be appear in an ACL editor.  
2682 Prior to 3.0.23, the group SID might appear as 
2683 S-1-5-21-647511796-4126122067-3123570092-2565. With 3.0.23, the 
2684 group SID would be reported as S-1-22-2-782. Any security 
2685 descriptors associated with files stored on an NTFS disk partition 
2686 would not allow access based on the group permissions if the user 
2687 was not a member of the 
2688 S-1-5-21-647511796-4126122067-3123570092-2565 group. Because this 
2689 group SID not reported in a user's token is S-1-22-2-782, Windows 
2690 would fail the authorization check even though both SIDs in some 
2691 respect referred to the same Unix group.
2692
2693 The current workaround is to create a manual domain group mapping 
2694 entry for the group 'developers' to point at the 
2695 S-1-5-21-647511796-4126122067-3123570092-2565 SID.
2696
2697
2698 Passdb Changes
2699 ==============
2700
2701 The "passdb backend" parameter no long accepts multiple backends 
2702 in a chaining configuration.  Also be aware that the SQL and XML 
2703 based passdb modules have been removed in this release.  More 
2704 information of external support for a SQL passdb module can be 
2705 found at http://pdbsql.sourceforge.net/.
2706
2707
2708 Group Mapping Changes
2709 =====================
2710
2711 The default mapping entries for groups such as "Domain Admins" are 
2712 no longer created when using an smbpasswd file or a tdbsam passdb 
2713 backend.  This means that it is necessary to use 'net groupmap 
2714 add' rather than 'net groupmap modify' to set these entries.  
2715 This change has no effect on winbindd's IDmap functionality for 
2716 domain groups.
2717
2718
2719 LDAP Changes
2720 ============
2721
2722 There has also been a minor update the Samba LDAP schema file. A 
2723 substring matching rule has been added to the sambaSID attribute 
2724 definition.  For OpenLDAP servers, this will require the addition 
2725 of 'index sambaSID sub' to the slapd.conf configuration file.  It 
2726 will be necessary to run slapindex after making this change. There 
2727 has been no change to actual data storage schema.
2728
2729
2730 ######################################################################
2731 Changes
2732 #######
2733
2734 smb.conf changes
2735 ----------------
2736
2737     Parameter Name                      Description       Default
2738     --------------                      -----------       -------
2739     acl group control                   Deprecated        No
2740     add port command                    New               ""
2741     change notify timeout               Changed Scope
2742     dmapi support                       New               No
2743     dos filemode                        Modified          No
2744     enable asu support                  Changed default   No
2745     enable core files                   New               Yes
2746     enable privileges                   Changed default   Yes
2747     enable rid algorithm                Removed
2748     fam change notify                   New               Yes
2749     hosts equiv                         Removed
2750     host msdfs                          Changed default   Yes
2751     msdfs root                          Changed default   Yes
2752     open files database hash size       New               10007
2753     passdb expand explicit              Changed default   No
2754     strict locking                      Changed default   auto
2755     usershare allow guests              New               No
2756     usershare max shares                New               0
2757     usershare owner only                New               Yes
2758     usershare path                      New               ${lockdir}
2759     usershare prefix allow list         New               ""
2760     usershare prefix deny list          New               ""
2761     usershare template share            New               ""
2762     winbind enum users                  Changed default   No
2763     winbind enum groups                 Changed default   No
2764     winbind nested groups               Changed default   Yes
2765     winbind offline logon               New               No
2766     winbind refresh tickets             New               No
2767     winbind max idle children           Removed
2768     wins partners                       Removed
2769
2770
2771 Changes since 3.0.22
2772 --------------------
2773
2774 commits
2775 -------
2776 o   Jeremy Allison <jra@samba.org>
2777     * Fixes for various Klocwork defect reports.
2778     * Cleanup pdb_get_XXX() methods and ensure that a failure
2779       to allocate memory for a samu user structure is reported 
2780       as a failure to the calling function.
2781     * Fix memleak in printing gencache contents.
2782     * Fix warnings reported by gcc4 -O6 on 64-bit systems 
2783     * Fix naming conflicts with 'net usershare' structures and 
2784       Solaris header files.
2785     * Fix memleaks on error paths from the ASN.1 parsing code.
2786     * Add uid to share_mode_entry structure so we can report who 
2787       opened the file.
2788     * Ensure we use sys_write in password chats so we're not 
2789       interrupted.
2790     * Ensure all new rid allocation goes through the same pdb_ldap 
2791       interface.
2792     * BUG 3308: Stop us returning duplicate mid replies on path 
2793       based set-EOF trans2 calls.
2794     * Pass RAW-OPLOCK with kernel oplocks off.
2795     * Fix bug in OS/2 Warp - it doesn't set the ff_last offset 
2796       correctly when doing info level 1 directory scans.
2797     * Add Samba4 replacement for timegm() to work on Solaris.
2798     * Remove extra add-byte in the trans2 UNIX_BASIC infolevel.
2799     * BUG 3592: Ignore a file in the tar output from smbclient if the 
2800       read failed (e.g. due to ACCESS_DENIED).  (Based on ideas from
2801       Justin Best <justinb@pdxmission.org>).
2802     * BUG 3668: Workaround issues in Windows server code with LARGE_READX.
2803     * Push/Pull Kerberos principal and realm names to/from UTF-8.
2804     * Fix incorrect boolean in assert to make POSIX lock tests
2805       pass with CIFSFS.
2806     * Don't ever set O_SYNC on open unless "strict sync = yes".
2807     * Remove dead printing code.
2808     * Allow configurable guest access to Samba's usershare functionality.
2809     * BUG 3587: Make byte-range locking tdb self-cleaning.
2810     * Ensure every exit error path in the session setup code calls 
2811       nt_status_squash().
2812     * Use portable wrapper functions instead of seteuid directly in 
2813       winbindd.
2814     * Make "change notify timeout" a per-share parameter.
2815     * Fix regression in SAMBA_4_0's smbtorture DENY tests.
2816     * Fix valgrind-spotted issue in BASE-DELETE test.
2817     * Fix early termination condition in winbindd when trying to 
2818       connect to a remote DC.
2819     * Instruct winbindd to ignore fd_set when select() returns -1.
2820     * BUG 3779: Make nmbd udp sockets non-blocking to prevent problem
2821       with select returning true but no data being available.
2822     * Back port talloc_steal() fixes from SAMBA_4_0 (original fixes by 
2823       Andrew Tridgell).
2824     * BUG 3467: Fix delete on close semantics needed by WinXP Media 
2825       Center Ed. for simultaneous recording and playback (thanks to 
2826       Jason Qian for the debugging assistance).
2827     * BUG 3347: Save the Unix user token used to set the 
2828       delete-on-close flag.
2829     * Fix parsing of SAMR_Q_CONNECT_ANON.
2830     * Add in support for userinfo26 structure and re-enable 
2831       userinfo25 
2832     * Schannel server fixes.  Fix the credentials chaining across 
2833       \netlogon pipe disconnects.
2834     * Replace ubqix code in nmbd with an internal tdb.
2835     * Fix struct timespec checks in configure.in.
2836     * Add in server support for the NetSamLogonEx().
2837     * Add support for LsaLookupSids2() and LsaLookupSids3().
2838     * Add LsaLookupNames[2-4]().
2839     * Add support for 'net usershare'.
2840     * BUG 3522: Fix error code return on SMBmkdir(foo) when foo 
2841       already exists (thanks to Sandeep Tamhankar).
2842     * BUG 3510: Fix 'net rpc join' against a server when 
2843       schannel is disabled.
2844     * Get rid of poor errno mapping table. Bounce through NTSTATUS 
2845       instead.
2846     * Check for SeMachineAccountPrivilege when deleting machine 
2847       accounts.
2848     * Fix a logic bug with multiple oplock contention.
2849     * Add the replacements for opendir/readdir etc from SAMBA_4_0.
2850       Attempt to fix the broken directory handling in the *BSD.
2851     * Allow run time tuning of the locking tdb hash size for
2852       very busy servers.
2853     * BUG 3642: Ensure we don't call FD_SET on read with 
2854       fd == -1.
2855     * BUG 3569: Work around linear posix locking issue on AIX
2856       which was causing high loads due to the tdb CLEAR_IF_FIRST
2857       flag (based on work from William JoJo).
2858     * Fix OS/2 directory delete bug found by kukks.
2859     * Match the Windows 2003 NTLMSSP signature.
2860     * Performance tuning work in core read & write file serving 
2861       paths.
2862     * Change default to 'strict locking' to better reflect 
2863       real world clients.
2864     * Fix error return on session setup. Ensure no data blob is 
2865       added if the logon call failed so that Windows clients 
2866       interpret the NT_STATUS code correctly.
2867     * Teach Samba the difference between exclusive and batch 
2868       oplocks.
2869     * BUG 3592: Ignore a file in a smbtar output if the first 
2870       read fails (inspired by Justin Best).
2871     * BUG 3668: Workaround Windows bug with LARGE_READX where if 
2872       you ask for exactly 64k bytes it returns 0.
2873     * BUG 3858: Ensure that all files are removed by a wildcard 
2874       delete when 'hide unreadable = yes'.
2875     * Fix various issues raised by the Klocwork code analyzer.
2876     * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
2877       query reply ("enhanced browsing = yes").
2878     * Fix SMB signing failures in client tools.
2879     * BUG 3909: Avoid EA lookups on MS-DFS links.
2880
2881
2882 o   Andrew Bartlett <abartlet@samba.org>
2883     * Work around abort() in the OpenLDAP client libs caused by a NULL 
2884       msg pointer.
2885
2886
2887 o   Timur Bakeyev <timur@com.bat.ru>
2888     * BUG 2961: Fix compile warnings for pam_smbpass.
2889     * BUG 2746, 3763: Fix compile warnings in pam_winbind.
2890
2891
2892 o   Alexander Bokovoy <ab@samba.org>
2893     * Fix 'smbcontrol shutdown' messages for nmbd and winbindd.
2894     * Fix absolute symlinks in the installbin.sh script.
2895
2896
2897 o   Max N. Boyarov <m.boyarov@sam-solutions.net>
2898     * Fix crash bug in perfmon daemon example code.
2899
2900
2901 o   Nicholas Brealey <nick@brealey.org>
2902     * Compile fix for pam_winbind.
2903
2904
2905 o   Gerald (Jerry) Carter <jerry@samba.org>
2906     * Fix 'make install' problem when building outside source/.
2907     * Fix 'net ads join' when the workgroup is set incorrectly in 
2908       smb.conf.
2909     * Re-add code to include the BUILTIN\Administrators SID when
2910       winbindd is not running, but the user's token includes the 
2911       Domain Admin SID.  Fixes access problem for managing Services.
2912     * Only call the printer publishing calls if 'security = ads'.
2913     * Normalize printing keys when deleting.
2914     * Only store LANMAN passwords on a change if 'lanman auth = yes'.
2915     * Look at the NT password (not lanman one) when determining if 'smbpasswd 
2916       -e' should probably for a password.
2917     * Default eventlog tdbs to mode 0660 to allow easier access by 
2918       BUILTIN\Administrators.
2919     * Remove extra call to create_user on member servers without winbindd.
2920     * Replace the use of OpenLDAP's ldap_domain2hostlist() for locating 
2921       AD DC's with out own DNS SRV queries.
2922     * Fix compile error on HP-UX reported by Ryan Novosielski.
2923     * Rewrite 'net ads join' to share common code with 'net rpc join' 
2924       and behave more like a Windows XP client.
2925     * Remove --with-ldapsam option from configure (only used for 
2926       backwards compatibility for 2.2 smb.conf files).
2927     * Remove 'wins partners' and 'hosts equiv' smb.conf parameters.
2928     * Remove rhosts authentication module.
2929     * Reimplement 'net ads leave' to disable the machine account in the 
2930       domain rather than removing it.
2931     * Rewrite of tdbsam file descriptor handling.
2932     * Add server affinity support when selecting a remote 
2933       domain controller.
2934     * Remove chaining of passdb modules.
2935     * Generate a local users primary group SID based on his 
2936       or her primary Unix group rather than storing the attribute 
2937       in the passdb entry.
2938     * Default primary group SID to 'Domain Users' if the real Unix 
2939       primary group maps to the S-1-22-2 domain.
2940     * Refactor memory management in passdb user objects.
2941     * RHEL and Fedora packaging fixes.
2942     * Implement XcvDataPort() spooler call and supporting 'add 
2943       port command'.
2944     * BUG 3534: Ignore lines in the username map file with no right 
2945       hand list.
2946     * Add support for the experimental %(DomainSID) smb.conf 
2947       variable.
2948     * Add support for parsing SIDs in smb.conf value lists.
2949     * Fix vuid allocation in Kerberos SMBsesssetup reply. 
2950     * Ensure that local group membership is included in the 
2951       getgroups() NSS reply.
2952     * Automatically create a BUILTIN\{Administrators,Users} if
2953       winbindd is running.
2954     * Automatically grant all privileges to members of the local 
2955       Administrators group.
2956     * Protect against NULL cli_state* pointers in 
2957       cli_rpc_pipe_open().
2958     * Add a SUBSTR matching rule the the Samba LDAP schema 
2959       file for the sambaSID attribute.  This will allow for 
2960       Searching group mapping entries within a given domain
2961       without reorganizing the directory namespace.  Also 
2962       requires 'index sambaSID sub' in slapd.conf.
2963     * Fix parsing of 'idmap uid/gid' values that broke when
2964       the range included any whitespace.
2965     * Support renaming local groups (protect against renaming 
2966       BUILTIN groups).
2967     * Do not allow the root account to be deleted via MS-RPC.
2968     * Fix RID allocation to skip over RIDs that resolve in our
2969       own domain (work around upgraded users and groups).
2970     * Store the name/ip address combination when we do a reverse 
2971       look up in case future forward lookups would fail.
2972       Fixes cases where a DC name could not be resolved via 
2973       NetBIOS queries,
2974     * Allow winbindd to run on standalone servers in order to
2975       provide support for local groups.
2976     * Deprecate 'acl group control' and replace it with added 
2977       functionality to 'dos filemode'.
2978     * Ensure that all global memory is freed from pam_winbind 
2979       when unloading the shared library (based on work from Arkady 
2980       Glabek).
2981     * Fix 32-bit/64-bit portability issues between PAM & NSS winbind 
2982       libraries and winbindd.
2983     * Add defensive checks about create local accounts (i.e. calling
2984       'add user script') on domain member servers when winbindd
2985       is running but having problems.
2986     * Use system provided killproc() in RedHat init scripts for 
2987       more robust shutdown.
2988     * Fix a crash in the printer publishing code when adding a 
2989       new printer via the APW.
2990     * Fix broken compile of unsupported smbwrapper utility.
2991     * BUG 3905: Fix smbd startup failure caused by a failure to
2992       create an NT token for the guest account.
2993     * BUG 3908: Fix RPC bind authentication failure which broke
2994       user password changes.
2995     * Ensure that "net ads join" reports failure correctly if
2996       it cannot set the machine account password.
2997
2998
2999 o   Mathias Dietz <MDIETZ@de.ibm.com>
3000     * EPERM can be a valid return from getting an xattr. 
3001       Don't disable if we get it.
3002
3003
3004 o   Guenther Deschner <gd@samba.org>
3005     * Fix memleaks in winbindd ads searches.
3006     * Fix timestamp bug in pam_winbindd which forced users to change
3007       passwords prematurely.
3008     * Small debug message cleanups.
3009     * Small fixes for 'net ads password'.
3010     * BUG 3843: Allow to set passwords directly when creating users 
3011       via "net rpc user add" 
3012     * Add "rpc shell" to the usage text for the net command.
3013     * Winbindd user aliases lookup fixes for large domains.
3014     * Fix memleak in the CLDAP processing code.
3015     * Enable AD features in winbindd's PAM support only when 
3016       communicating with an AD domain controller.
3017     * Set our internal domains to "online" by default in winbindd.
3018     * BUG 3800: Fill the password_policy method in winbindd for 
3019       winbindd_passdb.
3020     * Fix memory leak when LDAP POSIX attribute queries fail.
3021     * Honor the krb5 principal name change (of the new ads join code) 
3022       in the kerberized winbind pam_auth.
3023     * Correctly handle the case when there is no configuration file 
3024       for pam_winbind.
3025     * Adding "own-domain" switch to wbinfo which is handy from time 
3026       to time.
3027     * BUG 3823: Fix in-forest domain trust enumeration in winbindd.
3028     * Fix winbindd group enumeration for groups with no members.
3029     * Correct "net ads changetrustpw" to use the sAMAccountName.
3030     * Fix winbindd in ADS domains by removing code using the 
3031       UPN and rely upon the sAMAccountName.
3032     * Fix a eDir related memory leak.
3033     * Don't try to add the sn attribute twice to an LDAP 
3034       inetOrgPerson + samSamAccount entry.
3035     * Fix winbind function table typo.
3036     * Attempt to send the correct warning from pam_winbind when a password 
3037       change was attempted too early.
3038     * Don't use cached credentials when changing passwords.
3039     * Correctly disallow unauthorized access when logging on with the
3040       kerberized pam_winbind and workstation restrictions are in effect.
3041     * Save useless round trips in pam_winbind's auth calls.
3042     * Make the existence of the /etc/security/pam_winbind.conf file
3043       non-critical and fallback to only parse the argv options in that 
3044       case.
3045     * Add winbind debug class to the main winbindd process.
3046     * Be consistent between rpc and ads winbind backend: let the 
3047       ads backend query the samlogon cache first as well.
3048     * Ignore BUILTIN groups when searching AD for group memberships.
3049     * Fix KRB5KDC_ERR_POLICY -> NTSTATUS mapping.
3050     * Cleanup credential caches from winbind's linked list.
3051     * Fix 'winbindd -n' for new persistent caches.
3052     * Fix searching by SID in winbindd.
3053     * Add "smbcontrol winbind onlinestatus" for debugging purpose.
3054     * Prefer to use the indexed objectCategory attribute (instead of
3055       objectClass which is not indexed on AD) in LDAP queries.
3056     * Free LDAP result in ads_get_attrname_by_oid().
3057     * Prevent unnecessary storing of password in a WINBINDD_CCACHE_ENTRY.
3058     * Prevent passwords of winbindd's list of credential caches from 
3059       being swapped to disk using mlock().
3060     * BUG 3345: Expand the "winbind nss info" to also take "rfc2307" to 
3061       support the plain posix attributes LDAP schema from win2k3-r2
3062       (based on patches from Howard Wilkinson and Bob Gautier).
3063     * Add more robust code for fallback when lookup_usergroups() fails.
3064     * Fix 'net rpc join' for winbindd running on a Samba DC.
3065     * Add help text for new 'net rpc audit' utility.
3066     * Add net ads search SID.
3067     * samrQueryDomainInfo level 5 should return the domain name, not our 
3068       NetBIOS name when we are a DC.
3069     * Add some more client rpc for the querydominfo calls (from samba4 idl).
3070     * Process all the supported info levels in the samr_query_domain_info2 
3071       call.
3072     * Wrap the samr_query_domain_info2() call around 
3073       samr_query_domain_info().
3074     * Fix segv in smbctool.
3075     * Honor the time_offset also when verifying Kerberos tickets.
3076     * Prevent unnecessary longstanding LDAP connection to eDirectory.
3077     * Fix segv in smbspool.
3078     * BUG 1914: Allow to store 24 password history entries in ldapsam.
3079     * Enhancements to various commands in rpcclient 
3080     * Don't force 'Administrator' to change an expired password on 
3081       logon.
3082     * Add support for offline mode in winbindd.
3083     * Provide support in pam_winbind for initializing a user's 
3084       ticket cache.
3085     * Implement samr_chgpasswd_user3 server-side.
3086     * Make pam_winbind more robust when detecting domain users.
3087     * Add client side support for SAMR_GET_USRDOM_PWINFO.
3088     * Re-enable strict checking on C++ reserved keywords since Heimdal 
3089       0.7.2 has been released.
3090     * Allow renaming of machine accounts in a Samba domain.
3091     * BUG 3539: Let winbindd try to obtain the gecos field from 
3092       the msSFU30Gecos attribute when "winbind nss info = sfu" is 
3093       set. 
3094     * Correctly handle acb_info/acct_flags as uint32 not as uint16.
3095     * Return the real ACB-flags in the SamLogon() reply.
3096     * Some client side cleanup for the samr set security object 
3097       functions.
3098     * Make sure we always reset the userAccountControl bits when 
3099       re-joining (net ads join) with an existing account.
3100     * Document some more MSV1_0 bits and their behavior.
3101     * Only set the last rebind timestamp when we did rebind 
3102       after a update LDAP operation to avoid the ldap replication 
3103       sleep period.
3104     * Fix incorrect error checking in winbindd for domains with 
3105       no trusts.
3106     * Consolidate the parsing of the Krb5 PAC and NET_USER_INFO3 
3107       structure.
3108     * Work around crash bug in MIT krb5 libs when reading a 
3109       keytab file.  Stop trying to decrypt a ticket as soon as 
3110       we have a clear indication that the ticket is bad.
3111     * Merge DCERPC_FAULT constants from the SAMBA_4_0 tree.
3112     * Adding client side samr querygroup infolevels 2 & 5.
3113     * Make smbpasswd -a root work for eDirectory where there 
3114       is no "account" structural objectclass.
3115     * Make sure we only send out a CLDAP request (net ads) to 
3116       an connected AD server.
3117     * Fix a broken LDAP search filter when looking for groups.
3118     * Add in-tree version of iniparser library from 
3119       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
3120       (rather than linking in loadparm.c).  Settings are now stored
3121       in /etc/security/pam_winbind.conf.
3122     * Fix different extended_dn handling in adssearch.pl
3123       (Thanks to Frederic Brin at Novell).
3124     * Fix a memleak in winbindd's credentials cache.
3125     * Protect against crashes in CLDAP request processing.
3126     * Remove incomplete DfsEnum() info level to avoid an smbd crash.
3127
3128
3129 o   Aleksey Fedoseev <fedoseev@ru.ibm.com>
3130     * Fix parameter type for 'acl compatibility'.
3131     * Fixes for msgtest torture tool.
3132     * Fix crash bug in the file locking code.
3133
3134
3135 o   Arek Glabek <aglabek@centeris.com>
3136     *  Fix parsing error on input parameters in eventlogadm.
3137
3138
3139 o   Paul Green <paulg@samba.org>
3140     * Properly rebuild time limit on systems with executable extensions.
3141     * Fix build on platforms that do not support shared libs.
3142     * Remove dead code in the auth_script module. 
3143
3144
3145 o   Bjoern Jacke <samba@j3e.de>.
3146     * Fix DMAPI compile failures on AIX and True64.
3147     * Fix AIX PIC suffix (use .o instead of .po).
3148     * Fall back to less-preferred clocks until we find one that we 
3149       can use if clock_gmtime() is not available at run-time.
3150     * Fix EA support on AIX platforms.
3151     * Automatically disable file shares with no explicit path set.
3152     * Remove the local hack to set the RO bit on directories in 
3153       user profiles when profile acls = yes.  Rely on EAs instead.
3154     * Compile fixes for Solaris LDAP client libs.
3155     * Add DMAPI/XDSM support for AIX.
3156     * Find JFS DMAPI libs on Linux when only they are available.
3157
3158
3159 o   William Jojo <jojowil@hvcc.edu>
3160     * Fixes for the winbind NSS library on AIX.
3161     * Fix VFS builds on AIX platforms.
3162     * Fixes for the AIX version of libnss_winbind.so
3163
3164
3165 o   Leonid Kabanov <lkabanov@mail.ru> 
3166     * BUG 3711: Shell portability fixes for 'make test'.
3167
3168
3169 o   Volker Lendecke <vl@samba.org>
3170     * Fixes for various Klocwork defect reports.
3171     * Fixes for various Coverity defect reports.
3172     * BUG 3848: Fix WinXP join error in a Samba domain using ldapsam.
3173     * Fix more potential seg-faults when something on our way to a 
3174       DC connection fails.
3175     * Never fall back to using the IP address for a DC's name in RPC 
3176       connections.
3177     * Implement recycle:subdir_mode.
3178     * Activate RPC-AUTHCONTEXT in "make test".
3179     * Portability fixes for 'make test'.
3180     * Correctly set the group RID in init_sam_from_buffer.
3181     * Fix missing prompt in smbclient.
3182     * Return correct error code upon success from _net_srv_pwset().
3183     * Fix Windows XP joins to a Samba domain.
3184     * Fix 'valid users = +unixgroup' which was failing with smbpasswd
3185       when mapped to a non-algorithmic rid.
3186     * Fix regression which upper-cased machine names passed to the
3187       'add machine script'.
3188     * Correct parsing error in parse_net.c for user's with no group
3189       membership.
3190     * Fix off by one error in client SPNEGO code and other klocwork
3191       bug fixes.
3192     * Memory leak fixes in 'net sam'.
3193     * BUG 3720: Fix uninitialized error return variable.
3194     * Default "passdb expand explicit" to no.
3195     * BUG 3741: Re-enable algorithmic SID mapping in one critical place.
3196     * Fix user NT token creation when utilizing a username map.
3197     * More coverity fixes.
3198     * Fix a VUID bug in 'security = share'.
3199     * Correctly fill in the gid for local users.
3200     * Fix some warnings on True64.
3201     * Add special close handling for fake files.
3202     * BUG 3788: Fix nss_winbind's getgrouplist() call on AIX.
3203     * BUG 3435: Fix 'msdfs root = yes' in [homes].
3204     * Instruct winbindd to find a trusted DC on its own when running on 
3205       a Samba DC.
3206     * Fix segv in child winbindd processes caused by a failed tconX 
3207       to the DC.
3208     * Dynamically compute the maximum password age based no the 
3209       last change time rather than reading the must change time 
3210       from the passdb record.
3211     * Rewrite mechanisms for handling lookup_{name,sid} resolution.
3212     * Assign unmapped users to the S-1-22-1 domain and unmapped 
3213       groups to the S-1-22-2 domain
3214     * Disable algorithmic mapping for RIDs in tdbsam & ldapsam
3215     * Remove sql passdb backends.
3216     * Implement rpccli_samr_set_domain_info()
3217     * Add initial support for 'net sam' command.
3218     * BUG 2413: Remove anonymous connections in 'net rpc info'.
3219     * Implement asynchronous support for trans2 calls.
3220     * Make smbclient -L use RPC to list shares, fall back to RAP.
3221     * Ensure that the global SAM SID is initialized before any
3222       dependent routines are called.
3223     * Enhance consistency checks on local configuration when joining
3224       a domain.
3225     * Fix a memleak in the server registry code for enumeration 
3226       shares.
3227     * Fix an invalid munlock() call in winbindd's credentials cache.
3228     * Fix compile warnings when passing NULL to snprintf().
3229     * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
3230       token in case anything weird is going on with the 'force user'.
3231     * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
3232
3233
3234 o   Derrell Lipman <derrell@samba.org>
3235     [libsmbclient]
3236     * BUG 3814: Only set the DFS capability flag in client requests
3237       if the share is a DFS root.
3238     * Fix bug causing previous settings to be re-initialized 
3239       when parsing new configuration files.
3240     * BUG 3446: Don't ignore the authentication domain when parsing 
3241       the SMB URI.
3242     * Fix cli_setpathinfo() to actually do what it's supposed to.
3243     * Fix libsmbclient to make correct use of the new "one connection
3244       per server feature".
3245
3246
3247 o   Jason Mader <jason@ncac.gwu.edu>
3248     * Numerous compiler warning fixes.
3249
3250
3251 o   John E. Malmberg <wb8tyw@qsl.net>
3252     * Make smbldap obey config tests.
3253
3254
3255 o   Jim McDonough <jmcd@us.ibm.com>
3256     * Fixes for 'make test' on AIX.
3257     * Ensure we do a wildcard search for SID's starting with the global SAM 
3258       sid, not an exact search (from John Janosik).
3259     * Adapt smbclient fix to smbtree to enable long share names.
3260     * Prevent machines and users with no home directory from 
3261       getting the previous entries home path when migrating via 
3262       'net rpc vampire' (based on a patch from Richard Renard).
3263     * Remove hard-coded LDIF names when dumping a migrated 
3264       domain's users and groups.
3265     * BUG 1374: Can't join an OU with name that contains '#'.
3266
3267
3268 o   Stefan Metzmacher <metze@samba.org>
3269     * Add more tests to 'make test'.
3270     * Try to make timelimit.c more portable.
3271     * Fix linking of smbmount tools with --enable-socket-wrapper.
3272     * Pass 'target:samba3=yes' to samba4's smbtorture when running 
3273       samba3's make test.
3274     * Miscellaneous fixes for 'make test'.
3275     * Add improved support for 'make test' including making 
3276       use of smbtorture from SAMBA_4_0.
3277     * Add --no-process-group to all server programs 
3278       (e.g. timelimit 20000 bin/nmbd -F -S --no-process-group).
3279     * Add configure tests --with-selftest-prefix=/tmp/samba-test
3280
3281
3282 o   Lars Müller <lmuelle@samba.org>
3283     * Fix lock calls in the python tdb bindings.
3284     * Add -k switch to tdbdump for accessing a single key.
3285     * Debian packaging fixes.
3286     * Add -t|--password-from-stdin option to pdbedit as we had 
3287       with Samba 2.2.
3288     * Various minor fixes to install scripts used by 'make install'.
3289
3290
3291 o   James Peach <jpeach@sgi.com>
3292     * Ensure smbclient always prompts on standard output when in
3293       interactive mode.
3294     * BUG 3801, 3805: Fix MIPSPro compiler warnings on IRIX.
3295     * Introduce command line options to set the remainder of the 
3296       parameters in dynconfig.c.
3297     * Avoid pulling in -lpthreads caused by -lrt.
3298     * Fix build failures on IRIX 6.4 due to DMAPI support.
3299     * Isolate the slow CLOCK_REALTIME message in the profiling code.
3300     * Correct comparison logic so that libunwind can be correctly detected.
3301     * Implement a "stacktrace" smbcontrol option using libunwind's remote
3302       stack tracing support (ia64 only).
3303     * Use dynamic buffers in the IRIX nsswitch module to prevent truncation
3304       of long group lists.
3305     * New autoconf macro to test for sysconf variables.
3306     * Change profiling data macros to use stack variables rather than
3307       globals. This catches mismatched start/end calls and removes
3308       the need for special nested profiling calls.
3309     * Rewrite AC_LIBTESTFUNC so that it works like the callers
3310       of it expect.
3311     * Use clock_gettime for profiling timstamps if it is available. Use
3312       the fastest clock available on uniprocessors.
3313     * Preserve errno in fcntl lock wrappers.
3314     * Initialize our saved uid and gid so that we can tell when we 
3315       created the profiling shmem segment and don't bogusly refuse to 
3316       look at it.
3317     * Add a new option "enable core files" which can be used to disable 
3318       automatic core file dumping. 
3319     * Update our internal copy of popt to that distributed with the RPM 
3320       4.2 source code.
3321     * Add support for FAM for file change notification.
3322     * Disable sendfile if the 'write cache;' has been enabled.
3323     * Refactor capability interface from being IRIX-specific to 
3324       using only the POSIX interface.
3325     * Consolidate core dumping code to aid in debugging.
3326     * Add support for libunwind to generating a backtrace.
3327     * BUG 3490: Don't test for ldap or krb5 libs if --without-ldap
3328       and --without-ads are specified.
3329     * Allow the user to set winbind nss timeouts in seconds on IRIX.
3330     * Set the FILE_STATUS_OFFLINE bit by observing the events 
3331       a DMAPI-based HSM is interested in.
3332
3333
3334 o   Tim Potter <tpot@samba.org>
3335     * Build janitorial duties.
3336     * BUG 3725: Put references to $PICFLAGS in quotes.
3337
3338
3339 o   Aruna Prabakar <aruna.prabakar@hp.com>
3340     * Show -W option in smbpasswd usage text.
3341
3342
3343 o   ISHIKAWA Tomonori <toishika@fsi.co.jp>
3344     * BUG 2715: Fix nmbd datagram comment buffer size for multibyte 
3345       character strings
3346
3347
3348 o   Andreas Schwab
3349     * Correct syntax error in aclocal.m4.
3350
3351
3352 o   Simo Sorce <idra@samba.org>
3353     * Pam modules install fix.
3354     * Allow "net changesecretpw" to accept a password via stdin.
3355     * Implement 'net setdomainsid' command.
3356     * Ensure that sid -> group conversion are done as root.
3357     * BUG 3413: Sanity check for existence of 'ldap admin 
3358       dn' before setting a password in secrets.tdb (based on
3359       work by William Jojo).
3360     * New revision of the snprintf replace code.
3361     * Set the correct sid type when looking up a gid.
3362
3363
3364 o   Todd Stecher <tstecher@isilon.com>
3365     * Add TCP fallback for our implementation of the CHANGEPW 
3366       kpasswd calls.
3367
3368
3369 o   Ronan Waide <waider@waider.ie>
3370     * Add 'wbinfo -i' functionality to exercise winbindd's getpwnam() 
3371       functionality.
3372
3373
3374 o   Shlomi Yaakobovich <Shlomi@exanet.com>
3375     * Fix for machine password time_t overflow.
3376
3377
3378       --------------------------------------------------
3379                    ==============================
3380                    Release Notes for Samba 3.0.22
3381                             Mar 30, 2006
3382                    ==============================
3383
3384 This is a security release of Samba. The Samba 3.0.21 release 
3385 series (including the patch releases a through c) has been 
3386 discovered to expose the clear text of the server's machine 
3387 account credentials in the winbind log files when the log 
3388 level is set to 5 or higher.  This defect has been assigned 
3389 the CVE number CAN-2006-1059.
3390
3391 Summary
3392 =======
3393
3394 The machine trust account password is the secret shared
3395 between a domain controller and a specific member server.
3396 Access to the member server machine credentials allows
3397 an attacker to impersonate the server in the domain and 
3398 gain access to additional information regarding domain 
3399 users and groups.
3400
3401 The winbindd daemon included in Samba 3.0.21 and subsequent
3402 patch releases (3.0.21a-c) writes the clear text of server's
3403 machine credentials to its log file at level 5.  The winbindd
3404 log files are world readable by default and often log files
3405 are requested on open mailing lists as tools used to debug
3406 server misconfigurations.
3407
3408 This affects servers configured to use domain or ads security
3409 and possibly Samba domain controllers as well (if configured
3410 to use winbindd).
3411
3412 =======
3413
3414       --------------------------------------------------
3415
3416                    ===============================
3417                    Release Notes for Samba 3.0.21c
3418                               Feb 24, 2006
3419                    ===============================
3420
3421 Common bugs fixed in 3.0.21c include:
3422
3423   o Access checks when deleting printer driver meta-data.
3424   o Several non-default combinations schannel and SPNEGO support.
3425   o Password changes with NT4 and Win2k pre-SP4 clients.
3426   o High load issues on IRIX caused by a bug when interfacing 
3427     with kernel oplocks.
3428
3429
3430 ######################################################################
3431 Changes
3432 #######
3433
3434 Changes since 3.0.21b
3435 ---------------------
3436
3437 commits
3438 -------
3439 o   Michael Adam <ma@SerNet.DE>
3440     * Add popt to the include path for examples/VFS.
3441
3442
3443 o   Jeremy Allison <jra@samba.org>
3444     * Fix bug in the USC2 macros on big-endian CPUs.
3445     * Filter deleted oplocks from the output of smbstatus.
3446     * Remove invalid test check_for_pipe().
3447     * BUG 3515: Fix kernel oplock support on IRIX.
3448     * BUG 3522: Fix return value for mkdir request when the directory
3449       already exists.
3450     * BUG 3526: Add missing FindNext info levels (diagnosed by Corinna 
3451       Vinschen).
3452     * BUG 3330: Fix username parsing in Kerberos PAC (based on work 
3453       by Guenther).
3454     * BUG 3512: Fix cause of "use spnego=no" and "server signing=auto" 
3455       resulting in a client disconnect after negprot.
3456     * BUG 3510: Fix 'net join' against a server with client schannel 
3457       disabled.
3458     * Fix negprot bug causing a 2k client with cached domain 
3459       credentials to refuse to connect to a standalone Samba host.
3460     * Ensure that the correct error is checked when encountering a 
3461       socket error (fixes crashes in winbindd).
3462
3463
3464 o   Andrew Bartlett <abartlet@samba.org>
3465     * Fix domain joins from NT4 clients and password changes.
3466
3467
3468 o   Richard Bollinger <rabollinger@gmail.com>.
3469     * Compile fix in pdbedit.
3470
3471
3472 o   Gerald (Jerry) Carter <jerry@samba.org>
3473     * Break RHEL/Fedora packaging out to include a samba-docs rpm.
3474     * Remove use of /var/cache/samba from RHEL/Fedora packaging.
3475     * Fix bug in loadparm.c that caused builtin services to be also
3476       listed as external services (e.g. Spooler, NETLOGON, etc..).
3477     * Fix bug in the samr dispinfo enumeration code.
3478     * Add earlier checks to deny deleting a printer driver meta-data.
3479
3480
3481 o   Guenther Deschner <gd@samba.org>
3482     * Add Account Policy LDAP attributes for eDirectory schema.
3483
3484
3485 o   William JoJo <jojowil@hvcc.edu>
3486     * BUG 1870: Make nmblookup do a node status on all IP's when 
3487       requested.
3488     * BUG 2353: Fix clitar -F processing.
3489
3490
3491 o   Volker Lendecke <vl@samba.org>
3492     * Fix the build for --with-aio-support.
3493     * Fix remote password changing if password must change is set.
3494     * Fix rpcclient to obey the -W parameter.
3495     * Fix segv in smbmount and the profiles tool.
3496     * Fix typo in pdbedit help text (reported by Karolin Seeger).
3497
3498
3499 o   Vladimir Lettiev
3500     * Honour the $(DESTDIR) Makefile variable when installing 
3501       Python extensions.
3502
3503
3504 o   Jason Mader <jason@ncac.gwu.edu>
3505     * Compiler warning fixes.
3506
3507
3508 o   Lars Müller <lmuelle@samba.org>
3509     * Fix python build with older python versions.
3510     * Update dhcp.conf files in Debian packaging
3511     * SWAT welcome file updates
3512     * Compiler warning fixes.
3513     * Add .2 to the SONAME as version suffix if we link the nss 
3514       modules on linux.
3515     * Add -t|--password-from-stdin option to pdbedit.
3516
3517
3518 o   James Peach <jpeach@sgi.com>
3519     * Continue not enabling valgrind on 64-bit Linux.
3520
3521
3522 o   Tim Potter <tpot@samba.org>
3523     * Remove unused #defines.
3524
3525
3526 o   Simo Sorce <idra@samba.org>
3527     * Debian packaging updates.
3528
3529
3530 o   Qiao Yang <qyang@stbernard.com>
3531     * Make sure to refresh the timestamp on entries in the failed 
3532       connection code in winbindd.
3533
3534
3535       --------------------------------------------------
3536                    ===============================
3537                    Release Notes for Samba 3.0.21b
3538                               Jan 30, 2006
3539                    ===============================
3540
3541 Common bugs fixed in 3.0.21b include:
3542
3543   o Server crashes in smbd.
3544   o Compile issues on 64-bit platforms.
3545   o Crash bugs on big-endian systems.
3546   o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
3547   o Over 30 bugzilla reports closed.
3548
3549
3550 ######################################################################
3551 Changes
3552 #######
3553
3554 Changes since 3.0.21a
3555 ---------------------
3556
3557 commits
3558 -------
3559 o   Jeremy Allison <jra@samba.org>
3560     * Fix the SAMR cache across handles opens and closes.
3561     * Re-add the talloc_describe_all() function for reporting pool 
3562       usage.
3563     * Merge talloc license change from Samba 4.
3564     * Fix 64-bit compile warnings reported by gcc.
3565     * Add the share path into the sharemode db. 
3566     * Consistency fixes: Remove use of uint8_t -> uint8.
3567     * BUG 3346: Fix crash bug in big-endian boxes by linearizing 
3568       structure when passing through the messaging API.
3569     * BUG 3421: Fix segv in the Kerberos key tab code (Thanks to 
3570       Luke Deller).
3571     * Force smbd to exit if the guest account internal setup fails.
3572     * BUG 3419: vfs_full_audit fixes for multiple connections.
3573     * Ensure SWAT lists running processes.
3574     * Fix NTLMv2 interoperability bug between Samba servers.
3575     * Oplock break logic fixes.
3576
3577
3578 o   Andrew Bartlett <abartlet@samba.org>
3579     * BUG 3401: Fix crash bug caused by incorrect handling of weak 
3580       session keys.  Based on original patch from Yau Lam Yiu.
3581
3582
3583 o   Alexander Bokovoy <ab@samba.org>
3584     * BUG 3397: Add USER_INFO_9 for SMS 2003 support (ported from 
3585       Samba TNG code).
3586
3587
3588 o   Stefan Burkei <stefan@burkei.de>
3589     * BUG 3248: When doing auth_crap authentication use the client 
3590       given workstation name not our own.
3591
3592
3593 o   Gerald (Jerry) Carter <jerry@samba.org>
3594     * Fixing net rpc registry enumerate from overwriting the open 
3595       subkey handle.
3596     * BUG 3380: fix crash when changing printer drivers.
3597     * BUG 3391: ensure we can lookup account policies for failed 
3598       logons.
3599     * Adding query/set ops for security descriptors on services.
3600     * BUG 3329: Solaris packaging fixes.
3601     * Better formatting for smbstatus output (based on patch from
3602       Adam Neilson).
3603     * Hook the max connections spin box in the share properties 
3604       MMC plug-in dialog to the 'max connections' smb.conf parameter
3605       and the 'modify share command' option.
3606     * Work around building libnss_winbind.so on Solaris when 
3607       --enable-developer is specified.
3608     * Add vendor patch level string to VERSION.
3609     * Consolidate packaging for RHEL4 and Fedora based on initial
3610       work by jht.  
3611
3612
3613 o   Albert Chin <@thewrittenword.com>
3614     * BUG 3374: Build failures on True64.
3615
3616
3617 o   Guenther Deschner <gd@samba.org>
3618     * Fill in samr_get_dom_pwinfo based on Samba4.
3619     * Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
3620     * Fixes for adssearch.pl example script.
3621     * Prevent 'net rpc' from dumping clear text password at high log 
3622       levels unless built with DEBUG_PASSWORD.
3623     * Fix 'net ads user add' with a Windows 2003 SP1 DC.
3624     * Fix python build.
3625     * Fix segfault in pdb_nds.c.
3626     * Don't write null sid mappings into the winbindd_cache.tdb.
3627     * Save sid_to_name lookup result in winbindd already after doing 
3628       a successful name_to_sid.
3629     * BUG 3390: Fix segfault in "net rpc vampire|samdump".
3630     * BUG 1524, 3205: Support changing expired passwords in 
3631       pam_winbindd.
3632     * Fix netfileenum returning WERR_BUF_TOO_SMALL in rpcclient.
3633     * BUG 3264: Allow idmap_ad to load as 'ad'.  Cleanup the way 
3634       idmap modules are build and loaded, idmap_rid now will have 
3635       to be loaded without prefix, just "rid".
3636     * Prevent cli_krb5_get_ticket of getting into an infinite loop. 
3637
3638
3639 o   Andrew Esh <Andrew_Esh@adaptec.com>
3640     * BUG 1061: Fix nmbd to correctly the path to an lmhosts files 
3641       specified on the command line with -H.
3642
3643
3644 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
3645     * End profile fixes.
3646     * BUG 3348: Don't assume owning sticky bit directory means 
3647       write access allowed.
3648     * Fix double free in on failure path in POSIX acl code.
3649
3650
3651 o   Andriy Gapon <avg@icyb.net.ua>
3652     * BUG 3458: Fix crash bug in smbd and winbindd caused by 
3653       accessing freed memory.
3654
3655
3656 o   Björn Jacke <bj@sernet.de>
3657     * Configure check for Tru64 EA functions (not yet implemented).
3658     * Find Tru64 AIO lib in configure.
3659     * Cut-n-paste fixes in configure.in.
3660
3661
3662 o   John Janosik <jpjanosi@us.ibm.com>
3663     * IBM Tivoli Directory Server schema updates.
3664
3665
3666 o   Michael James <michael@james.st>
3667     * sid2string fix in adssearch.pl.
3668
3669
3670 o   William JoJo <jojowil@hvcc.edu>
3671     * BUG 3340: Prevent automatic inclusion of AIO support on AIX.
3672     * BUG 3389: Failures on AIX in linking smbd when the symbol 
3673       table for ld exceeds 65536 bytes.
3674     * Add -W to smbpassword so that the ldap admin dn password does
3675       not have to be specified on the command line.
3676     * BUG 3408: Fix for external password change programs on AIX.
3677     * BUG 1779: 64-bit compile fixes.
3678
3679
3680 o   Martin Koeppe <mkoeppe@gmx.de>
3681     * BUG 3287: Match SFU behavior for dev/inode numbers.
3682
3683
3684 o   Volker Lendecke <vl@samba.org>
3685     * BUG 3291: Fix valgrind error in client connection code.
3686     * BUG 3292: Prevent smbclient from spinning if server terminates
3687       connection.
3688     * BUG 3293: Use SMBecho instead of chkpath to keep a smbclient 
3689       connection alive smbclient.
3690     * Add lookupname to rpcclient query_user as a fallback, we now 
3691       accept both rid and username.
3692     * Introduce yet another copy of the string_sub function: 
3693       talloc_string_sub use by AFS token code in winbindd.
3694     * BUG 3351: pdb_mysql again overwrites password fields.
3695     * BUG 3384: Fix segv in tdbtool.
3696     * Use the same CFLAGS for generating the pch as we use to 
3697       actually compile.
3698     * Correct typo when compiling the vfs_catia module.
3699     * Fix automatic recreation of a new tdb sam file.
3700
3701
3702 o   Derrell Lipman <derrell@samba.org>
3703     [libsmbclient]
3704     * Fix parsing of file times (w_time and m_time were reversed).
3705     * Add additional libsmbclient test programs.
3706     * BUG 3336: Load networks interfaces in libsmbcliebt after parsing 
3707       the configuration files.
3708     * Avoid doing a NetBIOS name query for each server and workgroup 
3709       enumeration call.
3710     * Do not open connection when only looking for cached connection.
3711     * BUG 2651: Add option to log debug messages to stderr instead 
3712       of stdout.
3713     * Added flag to not request authentication information.
3714     * Enhancements to smbwrapper example code.
3715     * Replace smbwrapper call to dlopen(/lib/libc...) with direct 
3716       use of RTLD_NEXT.
3717
3718
3719 o   David May <mayd@cygnus.uwa.edu.au>
3720     * BUG 3329: Shell scripting portability fixes on 'make test'.
3721
3722
3723 o   Tony Mountifield <tony@softins.co.uk>
3724     * BUG 3327: fix bad access to gencache.tdb after fork() in 
3725       smbmount.
3726
3727
3728 o   Lars Müller <lmuelle@samba.org>
3729     * BUG 3264: Support backwards compatible setups using 
3730       'idmap backend = idmap_rid'.
3731     * Add %w macro for the winbind separator.
3732     * Convert net command to use stderr for error messages rather 
3733       than stdout.
3734
3735
3736 o   James Peach <jpeach@sgi.com>
3737     * Portability fixes in LDAP code.  Don't use non-static array 
3738       initializers.
3739     * Support the TCP_FASTACK socket option if it is available. 
3740     * Tell the MIPSPro compiler to push DEBUG calls out of line.
3741
3742
3743 o   Makr Proehl <m.proehl@science-computing.de>
3744     * BUG 1336: Print the server role when calling testparm in 
3745       non-verbose mode.
3746
3747
3748 o   Simo Sorce <idra@samba.org>
3749     * Crackcheck utility enhancement based on patch sent by 
3750       Tom Geissler.
3751     * BUG 3405: Fix segv in vfs_recycle module on platforms wither 
3752       mode_t is not 32-bits.
3753
3754
3755 o   John Terpstra <jht@samba.org>
3756     * RHEL/Fedora spec file patches.
3757
3758
3759       --------------------------------------------------
3760                    ===============================
3761                    Release Notes for Samba 3.0.21a
3762                               Dec 30, 2005
3763                    ===============================
3764
3765 Common bugs fixed in 3.0.21a include:
3766
3767   o Deadlocks when multiple users access an oplocked file 
3768     concurrently
3769
3770
3771 ######################################################################
3772 Changes
3773 #######
3774
3775 Changes since 3.0.21
3776 --------------------
3777
3778 commits
3779 -------
3780 o   Gerald (Jerry) Carter <jerry@samba.org>
3781     * RedHat 9 packaging Fixes.
3782
3783
3784 o   Guenther Deschner <gd@samba.org>
3785     * eDirectory schema syntax fixes.
3786
3787
3788 o   Volker Lendecke <vl@samba.org>
3789     * BUG 3349: Deadlock caused logic error in oplock code.
3790
3791       --------------------------------------------------
3792                    ==============================
3793                    Release Notes for Samba 3.0.21
3794                             Dec 20, 2005
3795                    ==============================
3796
3797 Common bugs fixed in 3.0.21 include:
3798
3799   o Missing groups in a user's token when logging in via Kerberos
3800   o Incompatibilities with newer MS Windows hotfixes and 
3801     embedded OS platforms
3802   o Portability and crash bugs.
3803   o Performance issues in winbindd.
3804
3805 New features introduced in Samba 3.0.21 include:
3806
3807   o Complete NTLMv2 support by consolidating authentication
3808     mechanism used at the CIFS and RPC layers.
3809   o The capability to manage Unix services using the Win32 
3810     Service Control API.
3811   o The capability to view external Unix log files via the
3812     Microsoft Event Viewer.
3813   o New libmsrpc share library for application developers.
3814   o Rewrite of CIFS oplock implementation.
3815   o Performance Counter external daemon.
3816   o Winbindd auto-detection query methods when communicating with
3817     a domain controller.
3818   o The ability to enumerate long share names in libsmbclient 
3819     applications.
3820
3821
3822 ######################################################################
3823 Changes
3824 #######
3825
3826 smb.conf changes
3827 ----------------
3828
3829     Parameter Name                      Action
3830     --------------                      ------
3831     dfree cache time                    New
3832     dfree command                       Per share
3833     eventlog list                       New
3834     iprint server                       New
3835     map read only                       New
3836     passdb expand explicit              New
3837     rename user script                  New
3838     reset on zero vc                    New
3839     svcctl list                         Renamed from 'enable svcctl'
3840
3841
3842
3843 Changes since 3.0.20b
3844 ---------------------
3845
3846 o   Jeremy Allison <jra@samba.org>
3847     * BUG 1828: Fixed SPNEGO issues with PocketPC clients.
3848     * Added 'map readonly' parameter.
3849     * BUG 3166: Fix crash in libsmbclient if the $HOME environment is
3850       not defined.
3851     * Maintain schannel client session keys in volatile 
3852       $(privatedir)/schannel_store.tdb.
3853     * BUG 2769: Ensure we mangle filenames ending in a space
3854     * Catch corner case of renaming a symlinked directory into 
3855       itself
3856     * Ensure that smb.conf requests for hidden files are honored, 
3857       even when DOS attributes are stored in EA's
3858     * Add new auth method "auth_script" for calling an external 
3859       program
3860     * BUG 2152: Fix for mangled filenames when the client does 
3861       support long filenames
3862     * Rewritten implementation of client and server DCE/RPC infrastructure 
3863     * BUG 3192: Adds a "dfree cache time" parameter.
3864     * Fix acl evaluation bug found by Marc Cousin.  Only evaluate 
3865       the S_IWGRP mask in the absence of a POSIX ACL.
3866     * Remove use of 'long long' in libsmbclient code.
3867     * Ensure the new canonicalize_servicename() in name/snum hash 
3868       is multi-byte safe.
3869     * BUG 2922: Integration of FreeBSD AIO patches from Timur 
3870       Bakeyev.
3871     * BUG 3216: Put directory opens into the share mode db so we 
3872       can treat them similarly to file opens (delete on close, 
3873       share mode violations etc.).
3874     * Fix bug in name mangling code when case sensitivity is enabled.
3875     * Remove external dependencies from the sharemodes library.
3876     * BUG 3212: Ignore bogus OS/2 set EA values on trans2 calls.
3877     * Don't misinterpret wild card characters in file names on disk
3878       as they are actually valid characters.
3879     * BUG 3223: Fix bug in account policy management when 
3880       account_pol.tdb settings have been migrating to an LDAP 
3881       backend.
3882     * Allow the hash size of the tdb open (locking) database to be 
3883       set in local.h.
3884     * Fix error code returns on client spoolss code.
3885     * Remove unneeded strncpy use.
3886     * Fix uninitialized variables warnings.
3887     * Cleanup smbcacls security descriptor parsing and error codes.
3888     * BUG 3224: Correctly use machine_account_name and client_name 
3889       when doing netlogon credential setup.  Fixes winbindd running 
3890       on a Samba PDC.
3891     * Backport Samba 4 time zone handling.
3892     * Fix core dump if setmntent() returns NULL.
3893     * Replace old crc32 code with one from the FreeBSD tree.
3894     * Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK.
3895     * Remove #define of close -> close_fn macro in libsmbclient.
3896     * Return early if -1 returned from *BSD EA call (reported by 
3897       Timur).
3898     * Name space cleanup by marking local functions static.
3899     * Move samr enumeration cache from per handle basis to a shared 
3900       cache.
3901     * BUG 3274: Fix invalid smbclient qpath_basic() queries against 
3902       OS/2 servers (based on patch from Guenter Kukkukk).
3903     * Ensure default applies to new files (reported by Thomas 
3904       Neumann).
3905     * BUG 3293: Use SMBecho to testing the server in client rather 
3906       than SMBchkpath.
3907     * Merge talloc fixes from Samba 4 branch.
3908     * Add support DCE/RPC cancel operation.
3909     * Don't reset attrs to zero in EA get.  Fixes 'hide dot files'
3910       when using EA for DOS attributes.
3911     * Fix bug in returning remote time (reported by Thomas Bork).
3912     * No users or groups to return in BUILTIN domain.
3913     * Removed separate "builtin" search enumeration.
3914     * Added count_sam_aliases to return the correct alias count.
3915     * Correctly handle the LDAP_UNWILLING_TO_PERFORM error from 
3916       eDirectory when accessing the universal password.
3917     * Fix deadlock condition in share mode locking code.
3918     * Fix logic bug in unix_mask_match().
3919     * Fix memory leak in SMB client code found by Mikhail Kshevetskiy.
3920
3921
3922
3923 o   Rashid N. Achilov <shelton@granch.ru>
3924     * Add better service description names to the svcctl code.
3925
3926
3927 o   Timur Bakeyev <timur@com.bat.ru>
3928     * BUG 3262: Improve FreeBSD DOS attribute error reporting.
3929
3930
3931 o   Andrew Bartlett <abartlet@samba.org>
3932     * Remove another ancient NTLMSSP implementation.
3933     * Allow machine account logons work if the client gives the 
3934       appropriate flags. 
3935
3936
3937 o   Alexander Bokovoy <ab@samba.org>
3938     * Add POSIX statvfs() to VFS api.
3939
3940
3941 o   Gerald (Jerry) Carter <jerry@samba.org>
3942     * Eventlog and ServiceControl support.
3943     * BUG 1051: store the directory path so we can send the full 
3944       name in the unlink call from smbclient.
3945     * Use reference count strategy for keeping the registry tdb 
3946       open.
3947     * Convert internal registry objects to new hierarchical talloc
3948     * Allow the root user a free pass for access checks in the
3949       registry and service control checks.
3950     * Sanity checks in the privilege code to prevent empty SID 
3951       entries
3952     * Add basic infrastructure for 'make test' when the socket 
3953       wrapper library is configured at compile time
3954     * Convert profiles utility to use the current regfio interface 
3955       for reading and writing user profiles
3956     * Remove netsamlogon_cache interface
3957     * Ensure that print jobs are removed even when the cancel 
3958       command is received before the print cache has been updated
3959     * Fix linking problem on Solaris when including ACL support.
3960     * Give root a free pass to open the eventlog tdb files.
3961     * Fix segfault in addprinter due to mixing talloc() and 
3962       malloc()'d memory.
3963     * fix invalid read reported by valgrind in the spoolss 
3964       backchannel connection.
3965     * Remove use of 'long long' in perfcounter registry code.
3966     * BUG 3201: make sure request structure is cleared prior to 
3967       sending the request to winbindd.
3968     * Don't count open pipes in the num_files_open on a connection
3969       (regression from Samba 2.2).
3970     * Ensure servername hashing code normalizes the name.
3971     * Fix checks for connect() in -lnsl[_s].
3972     * Convert eventlog API to use NTSTATUS return codes rather 
3973       than WERROR.
3974     * Fix segv in winbindd caused by an uninitialized variable 
3975       in winbindd_dual_getsidaliases().
3976     * Allow winbindd to select the appropriate backend methods
3977       based on the DC attributes and not the security parameter.
3978     * Re-add the netsamlogon_cache tdb and ensure that user entries
3979       are updated from the PAC data during Kerberos ticket 
3980       validation.
3981     * Fix lockup when running 'wbinfo -t' on a Samba PDC caused 
3982       by mangling machine names in sub_set_smb_name().
3983     * Add smbget to the list of tools built by default.
3984     * Fix clearing of eventlog tdb files.
3985     * Fix sequential reads in eventlog support.
3986     * BUG 2718: Don't use qpathinfo_basic() call when remote server 
3987       is Win9x.
3988     * Fix build issues with the Sun compiler.
3989     * BUG 3156: Don't use find_service() when explicitly looking 
3990       for a printer.
3991     * Fix nss_winbind_solaris.c build breakage on HP-UX.
3992     * Initialize the local group description.
3993     * Disable WINS and NetLogon services in the MMC services
3994       plugin when the associated smb.conf features are not enabled.
3995     * Add checks for invalid characters in new share names on the 
3996       srvsvc pipe.
3997     * Fix SWAT installation issues with 'make install'.
3998     * Always add the BUILTIN\Administrators SID to a Domain 
3999       Admins token.
4000
4001
4002 o   Alex Deiter <tiamat@komi.mts.ru>
4003     * BUG 3196: Patch to compile against the Sun LDAP client libs.
4004       (not for AD support; just ldap support).
4005
4006
4007 o   Guenther Deschner <gd@samba.org>
4008     * Fixed compile problems and warnings with newer OpenLDAP 
4009       and OpenSSL libs
4010     * Fix bug when enumerating trusted domains via 'wbinfo -m'
4011     * Parse the MS Kerberos PAC to obtain the user group 
4012       membership during logon.
4013     * Add support for SeRestorePrivilege to allow a process to 
4014       change the ownership of a file to any arbitrary account
4015     * Fix password history storage when using Novell eDirectory for 
4016       ldapsam storage
4017     * Backport Kerberos PAC parsing from Samba 4 branch in order to
4018       correctly create the NT User Token when logging into a Samba 
4019       member server
4020     * Add small helper function to return a PAC_LOGON_INFO.
4021     * Use LDAP bitwise matching rule when searching for groups 
4022       in ADS.
4023     * Avoid an infinite loop when retrying to connect in smbspool.
4024     * Memory leak fixes in the Kerberos PAC parsing code.
4025     * Improve NT_STATUS error messages returned from pam_winbind.
4026     * Rename unknown samr group fields in samr structures with 
4027       the correct name.removed separate "builtin" search enumeration.
4028     * Cleanup redundant StartTLS code.
4029     * Allow StartTLS support when connecting to Windows 2003 by
4030       setting 'ldap ssl = start_tls'.
4031     * Support raw NTLMSSP session setups in smbspool.
4032     * Add rpccli_samr_chgpasswd3().
4033     * Add 'wbinfo --separator'.
4034     * Uninitialized warnings fixes.
4035     * Fix return value in client spooler code.
4036     * Require forced migration of account policies.  
4037
4038
4039 o   Steve French <sfrench@us.ibm.com>
4040     * Fix cifs to handle non-numeric uid and gid parameters.
4041     * Merge trunk and SAMBA_3_0 mount.cifs code.
4042     * Cleanup cifs cfs help message.
4043
4044
4045 o   Paul Green <paulg@samba.org>
4046     * Update to the latest config.guess and config.sub files.
4047
4048
4049 o   Deryck Hodge <deryck@samba.org>
4050     * Allow control of syslog facility and level in audit vfs modules.
4051
4052
4053 o   S Murthy Kambhampaty <smk_va@yahoo.com>
4054     * Patches for Fedora RPM specfile and init script
4055
4056
4057 o   Krishna Ganugapati <krishnag@centeris.com>
4058     * Use the subtree delete ldap control when running 'net ads 
4059       leave'.
4060
4061
4062 o   Volker Lendecke <vl@samba.org>
4063     * New oplock implementation.
4064     * Add assert() call if winbindd cannot locate the domain SID in 
4065       secrets.tdb on startup
4066     * Fix an annoying timeout in winbindd when nmbd is not running.
4067     * Speed up loading smb.conf for large numbers of share 
4068       definitions by adding an internal hashing of names to snums. 
4069       Thanks to Michael Adam.
4070     * Fix potential segv in rpcclient's lsarpc calls.
4071     * Fix bugs in winbindd's use of rpccli_netlogon_getdcname().
4072     * Fix alignment in getdc response.
4073     * Allow pdbedit to set the domain for a user account.
4074     * Fix fallback logic in rpc binds.
4075     * Fix memleak in message handling code.
4076     * Fix connection bug to port 445 and 139 after a successful 
4077       getdcname response.
4078     * Add additional calls to initialize_krb5_error_table() for 
4079       Kerberos client code.
4080     * Implement the possibility to have AFS users as SIDs in pts.
4081     * Removed unused alternative_name code from winbindd.
4082     * Protect against NULL alternative_name strings in winbindd.
4083     * Define a default panic action with -DEVELOPER is defined.
4084     * Add the capability to reset smbd connections on a zero VC id.
4085     * Allow smb.conf variable expansion to be disabled in passdb 
4086       backends.
4087     * Add lookupname to rpcclient query_user as a fallback.
4088     * BUG 3292: Prevent smbclient from spinning when the server 
4089       disconnects.
4090     * BUG 2191: Fix valgrind error in cli_session_setup_guest().
4091     * Add samr_lookup_rids for the builtin domain.
4092     * Memory allocation cleanups in passdb.
4093     * Restrict samr_open_domain() to our domain only.
4094     * Change local_lookup_sid() to local_lookup_rid() since it 
4095       is responsible for our domain only.
4096     * Fix some uninitialized variable warnings.
4097     * Fix winbind_lookup_name for the local domain, 
4098
4099
4100 o   Derrell Lipman <derrell@samba.org>
4101     * Cleanup libmsrpc version numbers.
4102     * BUG 3257, 3267, 3273: Plug memory and file descriptor leaks.    
4103     * Fix crash bug in libsmbclient.
4104     * Add long share name support to libsmbclient when enumerating 
4105       shares.
4106
4107
4108 o   Jason Mader <jason@ncac.gwu.edu>
4109     * Removed compiler various warnings.
4110
4111
4112 o   Alex Masterov <alex@infobit.ru>
4113     * BUG 3218: Fix XATTR calls on *BSD systems.
4114
4115
4116 o   Jim McDonough <jmcd@us.ibm.com>
4117     * Speed up string_to_sid by removing next_token calls and 
4118       unneeded strncmp() calls.
4119     * Implement user rename for smbpasswd and LDAP backends.
4120     * BUG 2961 (partial): Add rename support for user accounts to tdbsam
4121     * BUG 3187: Fix time zone offset in logon hours restrictions.
4122
4123
4124 o   Stefan Metzmacher <metze@samba.org>
4125     * Fix setting of quotas on linux kernel with the struct 
4126       if_dqblk interface
4127     * Enable sysquota interface on Linux by default
4128     * Use lp_socket_address() when binding to port 138/udp in nmbd.
4129
4130
4131 o   Brian Moran <bmoran@centeris.com>
4132     * Eventlog and ServiceControl support.
4133     * Added eventlogadm tool for writing Eventlog records.
4134     * Fix typo when creating Eventlog source DLL registry paths.
4135     * Add simple script to tail syslog and write records to 
4136       eventlog tdb.
4137     * Fix segv in eventlogadm when not event logs are listed in 
4138       smb.conf.
4139
4140
4141 o   Lars Müller <lmuelle@samba.org>
4142     * Only install smbsh manpage if smbwrapper has been successfully
4143       built.
4144     * Ensure setmntent() returns with != NULL in the disk_quotas() 
4145       Linux version.
4146     * Add configure switch to disable libmsrpc build.
4147     * Add a soname to libmsrpc.
4148
4149
4150 o   Ricky Nance <ricky.nance@gmail.com>
4151     * Updates for the mklogon perl scripts.
4152
4153
4154 o   Chris Nicholls <skel@samba.org>
4155     * New libmsrpc library (Google SoC Project).
4156     * Fix libmsrpc build of on the Sun compiler by removing empty 
4157       structure declarations.
4158
4159
4160 o   James Peach <jpeach@sgi.com>
4161     * Fix parsing error for smb ports parameter.
4162
4163
4164 o   Tim Potter <tpot@samba.org>
4165     * BUG 3260: Fix DYNEXP flags on HPUX.
4166
4167
4168 o   Marcin Porwit <mporwit@centeris.com>
4169     * Eventlog and ServiceControl support.
4170     * Added basic Performance Counter daemon which can feed data
4171       for the Windows perfmon.exe tool.
4172     * Fix directory permissions in the perfcounter daemon.
4173     * Add the 'File' registry value for the eventlog keys.
4174
4175
4176 o   Aruna Prabakar <aruna.prabakar@hp.com.
4177     * Add checks to verify that the spooler is running on HP-UX when
4178       reloading the printer name cache.
4179
4180
4181 o   Joel Smith <joel.j.smith@novell.com>
4182     * Add iPrint printing backend support.
4183
4184
4185 o   Toomas Soome <Toomas.Soome@mls.ee>
4186     * Implement host lookups in nss_winbind.so.1 on Solaris
4187
4188
4189 o   Simo Sorce <idra@samba.org>
4190     * Update Debian packaging.
4191
4192
4193 o   John Terpstra <jht@samba.org>
4194     * Add 'net idmap' usage help text.
4195
4196
4197 o   Andrew Tridgell <tridge@samba.org>
4198     * Change license notice of standalone talloc library to LGPL.
4199
4200
4201 o   Darren Tucker <dtucker@zip.com.au>
4202     o Crash fix for snprintf() code.
4203
4204
4205 o   Rainer Weikusat <rainer.weikusat@sncag.com>
4206     * Fix function name typo in skeleton VFS code.
4207
4208
4209
4210 Release Notes for older release follow:
4211
4212       --------------------------------------------------
4213                    ===============================
4214                    Release Notes for Samba 3.0.20b
4215                              Oct 12, 2005
4216                    ===============================
4217
4218 Common bugs fixed in 3.0.20b include:
4219
4220   o A crash bug in winbindd
4221   o Reporting files as read-only instead of returning the 
4222     correct error code of "access denied"
4223   o File system quota support defects
4224   
4225
4226 ######################################################################
4227 Changes
4228 #######
4229
4230
4231 Changes since 3.0.20a
4232 ---------------------
4233
4234 commits
4235 -------
4236
4237 o   Jeremy Allison <jra@samba.org>
4238     * BUG 3088: Fix error condition for files on a read-write share 
4239       which cannot be read due to permissions.
4240
4241
4242 o   Gerald (Jerry) Carter <jerry@samba.org>
4243     * BUG 3070: Fix crash bug in qfsinfo when retrieving fs quota 
4244       details.
4245     * BUG 1473, 3090: Quota detection and compilation problems on 
4246       Solaris.
4247
4248
4249 o   Marc Balmer <marc@msys.ch>
4250     * Build fixes when builddir != srcdir
4251
4252
4253 o   Alex Deiter <tiamat@komi.mts.ru>
4254     * BUG 3145: Fix build issue regarding quota support on Solaris.
4255
4256
4257 o   Volker Lendecke <vl@samba.org>
4258     * BUG 3068: Fix for winbindd crashed by empty DC alternative 
4259       name.
4260
4261
4262       --------------------------------------------------
4263                    ===============================
4264                    Release Notes for Samba 3.0.20a
4265                              Sept 30, 2005
4266                    ===============================
4267
4268 Common bugs fixed in 3.0.20a include:
4269
4270   o Stability problems with winbindd.
4271   o Crash bugs caused by incompatibilities on 64-bit systems.
4272   o Missing files from directory listings on AIX servers
4273   o User Manager interoperability problems.
4274   o Minor build difficulties on various platforms such as 
4275     Solaris and OpenBSD, 
4276
4277
4278 Winbind, security = domain, and Active Directory
4279 ================================================
4280
4281 Recent security updates for Windows 2000 and Windows 2003 have 
4282 changed the fashion in which user and group lists can be obtained 
4283 from domain controllers.  In short, the RPC mechanisms used by 
4284 "security = domain" to retrieve users and groups is not compatible 
4285 with these changes.   The "security = ads" configuration is not 
4286 affected by the Windows protocol changes.
4287
4288 Samba developers are actively working to correct this problem in 
4289 the 3.0.21 release.  In the meantime, Administrators who are unable 
4290 to migrate to "security = ads" and must continue using "security = 
4291 domain", can define credentials to be used by winbindd for account
4292 enumeration by executing the following command as root.
4293
4294         wbinfo --set-auth-user='DOMAIN\username%password'
4295
4296
4297
4298 ######################################################################
4299 Changes
4300 #######
4301
4302
4303 Changes since 3.0.20
4304 --------------------
4305
4306 commits
4307 -------
4308
4309 o   Jeremy Allison <jra@samba.org>
4310     * BUG 3065: Fix for legacy clients retrieving a listing of 
4311       an empty directory.
4312     * Added external library for accessing Samba's share mode 
4313       database.
4314     * Fix winbindd credentials chain which caused logon failures 
4315       after attempting to authenticate an unknown user.
4316     * Fix recursive looping bug in winbindd.
4317     * Fix build errors on 64-bit systems.
4318     * Posix ACL memory leak and crash bug fixes.
4319     * BUG 3044: Ensure OPEN-EXEC is honored as read-only.
4320     * BUG 3060: Ensure SMBcreate truncates the file if it exists.
4321     * Hide dot files and directory logic fixes.
4322     * Correct display of open file modes by smbstatus.
4323     * BUG 3010: Fix missing files bug on AIX systems.
4324
4325
4326 o   Gerald (Jerry) Carter <jerry@samba.org>
4327     * Allow the root user to automatically pass se_access_checks()
4328       in the registry and service control server code.
4329     * Ensure that winbindd uses the correct name in the net_auth2()
4330       request when running on a Samba PDC.
4331     * Fix linking problem with tdb utilities.
4332     * BUG 3080: Fix regression in 'net rpc shutdown' command.
4333     * Fix segv in 'net rpc' when the pipe open fails.
4334     * Fix upload bug when installing 64-bit Windows printer drivers.
4335     * Fix regression in the smburi syntax used by smbspool.
4336     * Fix sorting of subkey hash records in registry files.
4337     * Correct REG_CREATE_KEY_EX parsing error.
4338     * Interoperability issues with usrmgr.exe and Samba groups.
4339     * Use the display names and not the Unix names when enumerating
4340       groups in the ldapsam passdb backend.
4341     * Ensure that Windows domain user names are converted to lower case.
4342
4343
4344 o   Guenther Deschner <gd@samba.org>
4345     * Prevent BUILTIN sids returned in the user's token from 
4346       a Windows DC from being applied to any local group mappings
4347       on the Samba host.
4348     * Plug memory leaks in the Kerberos keytab code.
4349     * Ensure BUILTIN groups are returned from winbindd's idmap_rid
4350       backend when 'winbind nested groups' is enabled.
4351     * Fix crash bug in winbindd caused by 64-bit build issues.
4352     * Improve debug messages in smbspool.
4353     * Give better error-message when "NDS Universal Password" change fails.
4354     * Fix password history error in the eDirectory schema file.
4355     * Ensure that Windows domain group names are converted to lower case.
4356
4357
4358 o   Steve French <sfrench@us.ibm.com>
4359     * Allow disabling mandatory byte range lock mount flag, and fix 
4360       corresponding entry in mtab.
4361
4362
4363 o   Volker Lendecke <vl@samba.org>
4364     * Fix race condition in the NTcreate&X open code when the 
4365       disposition is NTCREATEX_DISP_CREATE.
4366     * Correct logic error when checking the pid for pending print 
4367       change notify messages.
4368     * Ensure that winbindd child process complete startup even when
4369       the parent is receiving authentication requests.
4370     * Return the full NTSTATUS code to ntlm_auth and pam_winbindd
4371       when authentication fails.
4372
4373
4374 o   Jason Mader <jason@ncac.gwu.edu>
4375     * Compile warning fixes.
4376
4377
4378 o   Uli Meis <a.sporto@gmail.com>
4379     * Patches for pdb_*sql.c
4380
4381
4382 o   Luke Mewburn <lukem@NetBSD.org>
4383     * Autoconf syntax fixes.
4384
4385
4386 o   James Peach <jpeach@sgi.com>
4387     * Correct problem with creating a core file in Linux.
4388
4389
4390 o   Stefan Metzmacher <metze@samba.org>    
4391     * Quota fixes in smbd.
4392
4393
4394 o   Peter Rindfuss <rindfuss@wz-berlin.de>
4395     * Patches for pdb_*sql.c
4396
4397
4398 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
4399     * Solaris toolchain patches for autoconf scripts.
4400
4401
4402 o   Andrew Tridgell <tridge@samba.org>
4403     * Fix for tdb clear-if-first race condition.
4404
4405
4406 o   Leo Weppelman <leo@wau.mis.ah.nl>
4407     * BUG 3104: Don't allow time updates to files on read-only shares.
4408
4409
4410 o   Steve Williams <steve@celineandsteve.com>
4411     * BUG 3052: Fix compile issues on OpenBSD.
4412
4413
4414       --------------------------------------------------
4415                    ==============================
4416                    Release Notes for Samba 3.0.20
4417                              Aug 19, 2005
4418                    ==============================
4419
4420 Additional features introduced in Samba 3.0.20 include:
4421
4422   o Support for several new Win32 rpc pipes.
4423   o Improved support for OS/2 clients.
4424   o New 'net rpc service' tool for managing Win32 services.
4425   o Capability to set the owner on new files and directory
4426     based on the parent's ownership.
4427   o Experimental, asynchronous IO file serving support.
4428   o Completed Support for Microsoft Print Migrator.
4429   o New Winbind IDmap plugin (ad) for retrieving uid and gid
4430     from AD servers which maintain the SFU user and group 
4431     attributes.
4432   o Rewritten support for POSIX pathnames when utilizing 
4433     the Linux CIFS fs client.
4434   o New asynchronous winbindd.
4435   o Support for Microsoft Print Migrator.
4436   o New Windows NT registry file I/O library.
4437   o New user right (SeTakeOwnershipPrivilege) added.
4438   o New "net share migrate" options.
4439
4440
4441 What happened to 3.0.15 - 3.0.19?
4442 ==================================
4443
4444 After some discussion it was deemed that the amount of changes 
4445 going into the next Samba 3.0 release needed something to catch
4446 people's attention.  Skipping several releases was chosen as 
4447 the best solution with the least overhead.  There will be no
4448 3.0.15 - 3.0.19 ever released.  The next production release
4449 following 3.0.20 should be 3.0.21.
4450
4451 The original announcement about the version number change can 
4452 be found in the samba mailing list archives:
4453
4454 http://marc.theaimsgroup.com/?l=samba&m=111721010206997&w=2
4455
4456
4457 Asynchronous Winbind Implementation
4458 ===================================
4459
4460 Winbindd has been completely rewritten in this release to support
4461 an almost completely non-blocking, asynchronous request/reply
4462 model.  This means that winbindd will scale much better in 
4463 large domain environments and on high latency networks.  Neither 
4464 the client interface nor the command line tools (i.e. wbinfo) have 
4465 changed in their calling conventions or syntax.  However, due to 
4466 internal structure changes, it is required (more so than normal) 
4467 that you install the nss_winbind.so library included in this release.
4468
4469
4470 Support for Microsoft Print Migrator
4471 ====================================
4472
4473 Samba 3.0.20 includes full support for migrating printers from 
4474 Windows servers or other Samba servers via the Microsoft Print 
4475 Migrator tool.  Restoring printers requires a working "add printer 
4476 command" defined in smb.conf.  Current support also allows
4477 administrators to create a master list of printer drivers which
4478 can be restored in bulk on new (or existing) Samba installations.
4479
4480
4481 Asynchronous IO Support
4482 =======================
4483
4484 Experimental support for async IO has been added to smbd for 
4485 certain platforms.  To enable this new feature, Samba must be 
4486 compiled to include the --with-aio-support configure option.
4487 In addition, the "aio read size" and "aio write size" to non-zero
4488 values.  See the smb.conf(5) man page for more details on these 
4489 settings.
4490
4491
4492 ######################################################################
4493 Changes
4494 #######
4495
4496 smb.conf changes
4497 ----------------
4498
4499     Parameter Name                      Action
4500     --------------                      ------
4501     acl check permissions               New
4502     acl group control                   New
4503     acl map full control                New
4504     aio read size                       New
4505     aio write size                      New
4506     enable asu support                  New
4507     inherit owner                       New
4508     ldap filter                         Removed
4509     map to guest                        Modified (new value added)
4510     max stat cache size                 New
4511     min password length                 Removed
4512     printer admin                       Deprecated
4513     username map script                 New
4514     winbind enable local accounts       Removed
4515     winbindd nss info                   New
4516
4517
4518 Changes since 3.0.14a
4519 ---------------------
4520
4521
4522 commits
4523 -------
4524
4525 o   Jeremy Allison <jra@samba.org>
4526     * BUG 2533: Fix incorrect directory listings for OS/2 clients.
4527     * Ensure the old SMB search calls always ask mask_match() to 
4528       translate patterns like ????????.???.
4529     * Split out the check_path_syntax() into a findfirst, findnext,
4530       & wildcard versions.
4531     * Fix checks for matching groups in an file ACL against the
4532       user's primary and supplementary group list.
4533     * BUG 2541: Ensure we recognize LANMAN2.1 as OS/2 and select 
4534       LANMAN2 protocol, ensure the EA size is always correctly 
4535       set on a query for a file with no EA's.
4536     * BUG 2551: Look at the incoming flags2 flag 
4537       FLAGS2_LONG_PATH_COMPONENTS determines if a reply is 
4538       uppercased on a SMBsearch request, not the protocol level.
4539     * Added "volume" command to smbclient that prints out the 
4540       volume name and serial number.
4541     * Added "fix for broken SMB_INFO_VOLUME level used by OS/2.
4542     * Add support for OS/2 Extended Attributes.
4543     * Correctly check OpenX open modes.
4544     * Ensure allocation size is correctly returned for OpenX. 
4545     * Only set allocation on create/truncate for nttrans.
4546     * Fix oplock bug in trans2open() code.
4547     * Remove unix_ERR_XXX global nastiness.
4548     * Only do the strange DOS error for openX, not trans2open.
4549     * Ensure SMBopen replies includes the share modes as well as 
4550       open modes.
4551     * BUG 2581: Add size limit (in kb) to stat cache.
4552     * Fix bug in the trans2 secondary processing.
4553     * BUG 2601: Enforce DOS_OPEN_EXEC to mean read-only.
4554     * Add an SMB counter per connection struct for gathering
4555       profiling data.
4556     * BUG 2605: Ensure smbclient doesn't perform commands if 
4557       the "chdir" fails in a scripted set.
4558     * Ensure a 'forced group' is added to the list of effective
4559       gids when processing ACLs.
4560     * Refactor rpc_bind structures for better future work.
4561     * BUG 2942: Add missing value in debug message.
4562     * BUG 2946: Fix regressions in str[n]cmp_w) functions found
4563       by 'mangling method = hash'.
4564     * Fix memory leaks in the msdfs trans2 server code.
4565     * Convert msdfs server to be talloc'd based.
4566     * Fix up stackable vfs interface.
4567     * Fix rpc fault when encountering an unknown rpc_bind auth 
4568       type.
4569     * BUG 2954: More AIX 5.1 AIO compile fixes.
4570     * Fix valgrind bug in interaction with new aio buffer (found
4571       by Volker).
4572     * BUG 2878: Fix Norton commander not running on OS/2 clients. 
4573     * Cleanup SAMR user info structure naming.
4574     * BUG 2889:  Fix directly listings from OS/2 clients.
4575     * Added "acl group control" parameter.
4576     * Add debug warning if AddPrinterEx() is called without having
4577       an 'add printer command'  defined.
4578     * Add better log messages when modifying ldap entries.
4579     * BUG 2829: Fix strXX_w() functions on non-x86 platforms when 
4580       when string is unaligned.
4581     * BUG 2918: Fix SMB chaining by ensuring that deferred open 
4582       message buffer is nor reused.
4583     * Add support for client setting capabilities to select posix 
4584       pathnames on the wire.
4585     * Stop using C++ reserved words so that Samba can be compiled 
4586       using g++.  Also allows VFS modules in C++.
4587     * More fixes to allow better large directory scaling.
4588     * BUG 2827: Ensure we call the vfs connection hook before 
4589       doing a vfs stat.  Allows database vfs backends to initialize 
4590       with a working connection.
4591     * BUG 2826: Ensure the correct return value for symlink and 
4592       readlink in the VFS.
4593     * Merge handling of ASN.1 objects bigger than 64k from Samba 4.
4594     * Added AIO support to smbd.
4595     * Add "acl map full control", true by default, to allow people 
4596       to change mapping of rwx to full control or not.
4597     * Transition smbd to use NTcreate&X for internal file opens.
4598     * Add checks against the current effective group id (e.g. force 
4599       user) when testing write permissions one ACLs.
4600     * Fix FindFirst/FindNext server code when parsing directories
4601       on old IRIX XFS file systems (thanks to Cale Fairchild
4602       for the debugging help).
4603     * BUG 2644: Test for special files to be ignored was reversed.
4604     * Ensure yield_connection() is called on all appropriate error
4605       conditions.
4606     * Fix EDEADLCK problem with deferred open calls.
4607     * BUG 2622: Remove DPTR_MASK as it makes no sense.
4608     * Fix the write cache based on some VERY good detective work
4609       from Ingo Kilian.
4610     * BUG 2346: Fix read-only excel file bugs.
4611     * Don't wrap the setfsinfo call in HAVE_QUOTA as they'll just 
4612       return ENOSYS if not implemented.
4613     * Add new CAP for POSIX pathnames.
4614     * BUG 2703: Add NULL guard for disp_fields[0].
4615     * BUG 2681: With "strict allocate = yes" we now zero fill when 
4616       a file is extended. Should catch disk full errors on write
4617       from MS-Office.
4618     * Add "acl check permissions" to turn on/off the new 
4619       behavior of checking for write access in a directory 
4620       before delete. 
4621     * Refactor printing interface to take offset into job. 
4622     * Allow mapping of POSIX ACLs to NT perms to differentiate 
4623       between directories and files.
4624     * Added encrypt/decrypt function for LSA secrets and trusted
4625       domain passwords on the wire.
4626     * BUG 2729: Resume keys are *mandatory* for a search when 
4627       listing a W2K and above server from a FATxx filesystem only.
4628     * BUG 2735: Ensure that smbd mangles control characters in file 
4629       and directory names.
4630     * Refactor small pieces of socket handling code (in conjunction 
4631       with Derrell).
4632     * BUG 2698: Fix infinite listing loop in smbclient caused by
4633       an invalid character set conversion.
4634     * Add client code that will abort a directory listing if we 
4635       see the same name twice between packets.
4636     * Performance improvements in trans2 qfilepathinfo code by 
4637       removing unnecessary memset() calls.
4638     * Rewrite the RPC bind parsing functions to follow the 
4639       spec; fixes bug with 64-bit Windows XP and OS X 10.4.
4640     * BUG 2774: Set sparse flag if needed when returning 
4641       file attributes.
4642     * Fix errors listing directories from Windows NT clients 
4643       which caused "." and ".." to show up in explorer.exe.
4644     * Merge of error code fixes from SAMBA_4_0 branch.
4645     * BUG 2801: Fix regression in the "delete veto files" option.
4646     * Fix based on work from  Shlomi Yaakobovich to catch loops 
4647       in corrupted tdb files.
4648     * Allow someone with SeTakeOwnershipPrivilege to chown the 
4649       user of a file to herself.
4650     * Fix minor compiler warnings in printing/printing.c.
4651     * Merge new DOS error code from SAMBA_4.
4652     * Fix issue when non-English characters in filenames and 
4653       directories.
4654     * Fix bogus error message in smbstatus about unknown share modes.
4655
4656
4657 o   Andrew Bartlett <abartlet@samba.org>
4658     * Support raw NTLMSSP authentication for Windows Vista 
4659       clients.
4660     * Fix parallel NTLMSSP processing by removing global state.
4661     * BUG 2684: Add per service hosts allow/deny checks for 
4662       printers when  connecting via MS-RPC.
4663     * BUG 2391: Fix segv caused by free a static pointer returned 
4664       from getpwnam().
4665     * Support Kerberos authentication in smbd when using a keytab
4666       and participating in a non-Microsoft Kerberos realm.
4667
4668
4669 o   Timur Bakeyev <timur@com.bat.ru>
4670     * BUG 2546: Add support for FreeBSD EA API
4671     * Fix detection of FreeBSD 7.x platforms in autoconf checks.
4672     * BUG 2908: Fix string length logic error in msdfs code.
4673     * BUG 2909: Fix typo that caused smbd to call the wrong 
4674       aio_fsync function.
4675
4676
4677 o   Ed Boraas <ed.boraas@concordia.ab.ca>.
4678     * Added Linux per-socket TCP settings.
4679
4680
4681 o   Gerald (Jerry) Carter <jerry@samba.org>
4682     * Added support for \svcctl pipe rpcs.
4683     * Added 'net rpc service' subcommand for managing Win32 
4684       services.
4685     * Refactoring work on the rpc [un]marshalling layer and 
4686       structures.
4687     * Verify privilege name in 'net rpc rights privileges' in 
4688       order to provide better error messages.
4689     * Cleanup rpc structures in rpc_spoolss.h.
4690     * Cleanups and fixes for the \winreg server code.
4691     * Cleanup of rpc structures used by LsaEnumerateTrustedDomains.
4692     * Fix bugs in client spoolss code after refactoring work.
4693     * Fix Valgrind warnings of invalid reads in the spoolss 
4694       server code.
4695     * Fixed a segv when enumerating services on a Samba host.
4696     * Fix segv in the service control server code.
4697     * Fix crashes in client spoolss calls caused by not checking 
4698       for a valid pointer from the caller.
4699     * Fix regression in DeleteDriver() server routines.
4700     * Fix dup_a_regval() when size is 0.
4701     * Fix usrmgr.exe crash when viewing user properties at 
4702       debuglevel 10.
4703     * Do not enumerate any privileges when 'enable privileges = no'
4704       and log a message if a client tries.
4705     * BUG 2872: Fix cut-n-paste error when checking pointer value 
4706       in ntlmssp_set_workstation().
4707     * Fix upgrade path from earlier nt*tdb files.
4708     * Removed print handle object cache.
4709     * BUG 2853: Don't strip out characters like '$' from printer 
4710       names when substituting for the lpq command.
4711     * BUG 2557: Gracefully fail on unsupported SetPrinter() levels.
4712     * Fix build issues on x86_64-linux systems caused by valgrind 
4713       headers.  Thanks to Bent Vangli to the suggestions.
4714     * Refactor spoolss client calls.
4715     * Adding 'username map script'.
4716     * Disable schannel on the LSA and SAMR pipes in winbindd client 
4717       code to deal with Windows 2003 SP1 and Windows 2000 SP4 SR1.
4718     * Cleanup of winreg API functions.
4719     * Add server stubs for RegSetKeySec() and RegGetKeySec().
4720     * Map generic bits to specific bits in reg_open_entry() 
4721       requests.
4722     * Add write support to registry tdb and printing backends.
4723     * Use tdb lookups rather than hard-coding certain registry 
4724       value names and data.
4725     * BUG 2808: don't try to install man pages if they are not 
4726       present.
4727     * Fix initialized variables reported by valgrind.
4728     * Normalize key lookups in ntprinters.tdb.
4729     * Mark "enumports command" as deprecated.
4730     * Add missing class file for python share command example.
4731     * Fix smbclient build issue on Solaris.
4732     * BUG 2626: ensure that the calling_name is set to something 
4733       after parsing smb.conf (if not set via -n).
4734     * Use "add machine script" when creating a user (ACB_NORMAL)
4735       who has a name ending in '$' (e.g. usrmgr.exe creating
4736       domain trust accounts).
4737     * Add 'rid' synonym for idmap_rid IDMap module.
4738     * Ensure that we set full access on the handle returned 
4739       from _samr_create_dom_{alias,group}() so that future 
4740       set_{alias,group}() commands succeed.
4741     * Fix bug when looking for internal domains in winbindd
4742       (caused winbindd_getgrgid() for local groups to fail).
4743     * Fix query and set alias info calls (level 1 from the MMC 
4744       manage computer plug-in.
4745     * Remove bogus log messages about unknown specversions.
4746     * BUG 2680: copy files from an MS-DFS win2k root share
4747     * BUG 2688: re-implement support for the -P (--port) option
4748     * Support connecting to an 'msdfs proxy' share on a Samba
4749       server.
4750     * Strip the directory path from cups command line printing 
4751       defaults.
4752     * Fix bug that prevented smbclient from creating directories 
4753       on non-dfs paths.
4754     * Deprecate the "printer admin" parameter in favor of the 
4755       SePrintOperatorPrivilege.
4756     * Add the capability to read and write WinNT regf registry 
4757       files.
4758     * Implement access checks for RegOpenXXX() server calls.
4759     * Extend registry client rpc calls.
4760     * Add "net rpc registry" set of commands.
4761     * Remove testprns tool.
4762     * Ensure that printer ACLs use the specific bits as well as 
4763       the generic bits.  Upgrade existing ntprinters.tdb SECDESC 
4764       records.
4765     * Add server support for RegSaveKey() for dumping registry 
4766       trees to a regf file.
4767     * Add "enable asu support" smb.conf parameter.
4768     * Merge various small file changes from trunk.
4769     * Remove "winbind enable local accounts" support.
4770     * Remove "ldap filter" smb.conf option.
4771     * Remove editreg utility (needs to be rewritten using regfio.c).
4772     * Fix build failure when running 'make torture' without first 
4773       running 'make all' first.
4774     * BUG 1261: Remove unusable libbiconv from iconv detection 
4775       in configure.
4776     * Add new option for "map to guest".  "Bad Uid" re-enables the
4777       Samba 2.2 behavior of mapping authenticated users to the
4778       guest account if there does not exist a valid Unix account 
4779       for the Windows domain user (based on patch from 
4780       aruna.prabakar@hp.com).
4781     * Fix a couple of regressions after introduction of new winbindd.
4782     * Fix smbpasswd user password change (still worked by bad error
4783       messages) due to trying to strdup a NULL pointer.
4784     * Implement default security descriptors for the
4785       OpenService[Manager]() calls and check requested access mask 
4786       at connect time.
4787     * Include access checks on handle mask for \svcctl operations
4788       such as ControlService() and StartService().
4789     * Implement simulated start and stop service control for 
4790       the spooler service as a per smbd service state value.
4791     * Add interface structure for controlling service via rc.init
4792       scripts (incomplete).
4793     * Convert move_driver_to_download_area() to use copy_file()
4794       rather than moving the files.
4795     * Add version number to registry.tdb file since it can be 
4796       modified now.
4797     * Remove over-paranoid assert() call when checking spoolss 
4798       buffer pointers
4799     * Fix error in EnumPrinterData() reported by valgrind.
4800     * Fix broken help links in SWAT editor caused by new doc layout.
4801     * Ensure that a domain structure in winbind is initialized prior
4802       to assigning the methods for communicating to a DC.
4803     * BUG 3000: Remove background updates of winbind cache and allow
4804       child processes to immediately update and expired cache entry.
4805
4806
4807 o   David.Collier-Brown  <David.Collier-Brown@sun.com>
4808     * Added panic action script for Solaris.
4809
4810
4811 o   Jeremy Cooper <jeremy@ncircle.com>
4812     * Added support for several new \winreg client rpcs.
4813
4814
4815 o   <core@road-star.jp>
4816     * BUG 2792: Ensure the shadow copy module hooks seekdir, 
4817       telldir, rewinddir to match updated large directory code.
4818
4819
4820 o   Guenther Deschner <gd@samba.org>
4821     * Close handles on group creation in rpcclient to better 
4822       support mass group account creation.
4823     * Fix account policy key lookup for minimum and maximum
4824       password lengths.
4825     * Fix some compiler warnings and add missing exclude-block 
4826       in 'net rpc share migrate'.
4827     * Allow use of a non-default smb.conf by rpcclient.
4828     * Fix querydispinfo search semantics in rpcclient test code.
4829     * Fix querydispinfo server semantics to allow to list more 
4830       then 511 users.
4831     * Fix server crash bug in ancient OpenPrinter() call.
4832     * Fix a crash bug when enumerating privileges via the LSA 
4833       calls.
4834     * Fix crash in EnumPrinterKey() client calls caused by previous 
4835       refactoring work.
4836     * Various compiler warning fixes.
4837     * Fix segfault in the client AddPrinterEx-call of 'net 
4838       rpc printer'.
4839     * Fix build issues when --with-aio-support is enabled.
4840     * BUG 2502: Removed the deprecated 'min passwd length parameter'.
4841     * Honour the CC environment variable in python build.
4842     * Fix searches in pdb_ldap for inter-domain trust accounts.
4843     * Don't expand the %L in %LOGONSERVER% from user attributes.
4844     * Fix bug in 'net rpc vampire' that caused accounts to be created 
4845       with no assigned ACB flags.
4846     * Fix enumeration of builtin-aliases.
4847     * Avoid unset rids for builtin-aliases.
4848     * Add 'recycle:touch_mtime = true' vfs option for the recycle bin.
4849     * More "net rpc share migrate" fixes.
4850     * Merge PADL's idmap_ad plugin (taken from the latest 
4851       xad_oss_plugins-tarball).
4852     * Add support for "idmap backend = ad" when "security = ads".
4853     * Add home directory and shell support from AD via "winbindd nss 
4854       support = sfu" and "security = ads".
4855     * Provide better feedback when we fail share-manipulation 
4856       due to missing scripts.
4857     * Correctly substitute "\" as default winbind separator in 
4858       generate_parm_table.py example share command script.
4859     * Document pam_winbind.c to clarify the working status of
4860       require-membership-of option.
4861     * Added client-support for various lsa_query_trust_dom_info()
4862       calls and a rpcclient-tester for some info-levels.
4863     * Add "net rpc trustdom vampire" tool (in conjunction with 
4864       Lars Mueller).
4865     * Add missing cli_srvsvc_net_share_set_info-function and
4866       rpcclient-testers (in preparation for net share acl migration).
4867     * Print trusted domain passwords returned via rpcclient in 
4868       display charset.
4869     * Error code fixes when attempting to manipulating 
4870       non-existent shares.
4871     * Cleanup "net share migrate" code. 
4872     * Allow to touch mtime in vfs-recycle with "recycle:touch_mtime 
4873       = true".
4874     * Allow admins to uncheck the "User must change Password at 
4875       next Logon" checkbox in User manager (merge from trunk).
4876
4877
4878 o   Renaud Duhaut <rd@duhaut.com> 
4879     * BUG 1040: Add directory_mode parameter when creating recycle
4880       directories.
4881
4882
4883 o   Steven Edwards <steven_ed4153@yahoo.com>.
4884     * Use chsize() if we don't have ftruncate().
4885
4886
4887 o   Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM>
4888     * BUG 1780: Add Kerberos (file based ticket cache) support 
4889       to smbspool.
4890
4891
4892 o   Steve French <sfrench@us.ibm.com>
4893     * Update list of mount options for mount.cifs.
4894     * Add more defines for POSIX extensions to match the newly 
4895       added client implementation.
4896     * Add initial support for cifs umount utility.
4897     * Fix cifs mounts to handle commas embedded in prompted 
4898       password, and password and credential files.
4899     * Fix cifs mounts to handle domain name and user name in 
4900       username field (in form domain\user).
4901     * Add missing error code mappings when a client unsuccessfully 
4902       tries to create a hard-link.
4903     * Add support so umount.cifs can update mtab.
4904     * Add two newer mount options to syntax help for mount.cifs.
4905     * Add missing remount flag handling.
4906     * Allow domain= to be specified in credentials file. 
4907     * Fix umount.cifs help, allow root to unmount someone else's
4908       mount.
4909     * Lock mtab when updating it during umount.cifs, also delete
4910       only one matching entry at a time.
4911     * Fix minor compiler warnings in the mount.cifs helper.
4912
4913
4914 o   Deryck Hodge <deryck@samba.org>
4915     * BUG 2137: Encode quotes for display in HTML (original patch 
4916       from Jay Fenlason).
4917
4918
4919 o   Olaf Imig <Olaf.Imig@bifab.de>
4920     * BUG 1998: Correct byte ordering bug when storing 16-bit RAP 
4921       print job ids.
4922     * BUG 2653: Fix segv in rpcclient OpenPrinterEx() call.
4923
4924
4925 o   Björn Jacke <bj@sernet.de>
4926     * Added ioctl constants reported by msbackup.exe and filemon.exe.
4927
4928
4929 o   Kevin Jamieson <bugzilla@kevinjamieson.com> 
4930     * BUG 2819: Fix typo when checking for ".." in smbd's statcache.
4931
4932
4933 o   John Janosik <jpjanosi@us.ibm.com>
4934     * BUG 2077: Correctly fill in the correct server name when 
4935       processing trusted domain logins.
4936     * BUG 2976: Mark logons for unknown domains with a 
4937       non-authoritative response.
4938
4939
4940 o   William Jojo <jojowil@hvcc.edu>
4941     * AIX AIO fixes.
4942
4943
4944 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
4945     * BUG 2541: Fix copying of file(s) from samba share to an OS/2 
4946       local drive.
4947
4948
4949 o   Tom Lackemann <cessnatomny@yahoo.com>
4950     * BUG 2242: Patch to ensure that we only set the security 
4951       descriptor on an NTtransact create if we created the file.
4952
4953
4954 o   Volker Lendecke <vl@samba.org>
4955     * Port some of the non-critical changes from HEAD to 3_0. 
4956       The main one is the change in pdb_enum_alias_memberships 
4957       to match samr.idl a bit closer.
4958     * Close handles on user creation in rpcclient to better 
4959       support mass user account creation.
4960     * Implement client RAP calls for enumusers/enumgroups level 0.
4961     * Implement a new caching API for enumerating the pdb elements.
4962     * Convert the RAP user and group enumeration functions to the 
4963       utilized the pdb_search API. 
4964     * BUG 2438: Partial fix for 'net rpc trustdom establish' in 
4965       RestrictAnonymous environments.
4966     * Internal passdb API changes for better search capabilities
4967       (based on original work by Guenther Deschner).
4968     * Fix various compiler warnings.
4969     * Add chain length statistics to tdbtool.
4970     * Fix set afs ACL calls on files and directories in the root of 
4971       a share.
4972     * Refactoring work on internal open code
4973     * Correctly initialize the version in a new set of nt*tdb files.
4974     * Remove smb_run_idle_events() from main process loop in smbd 
4975       and instead rely upon the timeout processing to handle 
4976       dropping idle LDAP connections.
4977     * Fix the bug where users show up as trusting domains.
4978     * Fix an assertion failure in winbindd.
4979     * Fix a memleak in vfs_afsacl.
4980     * Various compiler warning fixes.
4981     * Fix compile when --enable-socket-wrapper is defined.
4982     * Fixes for top level acls in vfs_acl.c.
4983     * Refactor passdb interface functions.
4984     * Compile fixes when '#define PARANOID_MALLOC_CHECKER 1'.
4985     * Correct 2 segv's in "net rpc printer migrate".
4986     * Return correct group type from smbd for BUILTIN groups.
4987     * Backport the talloc() layer from Samba 4.
4988     * BUG 2701: Fix segv in ldap reconnection code.
4989     * BUG 2705: Fix segv when connecting from usrmgr.exe.
4990     * Use the SID in the user token for the %s expansion in 'afs 
4991       username map'.
4992     * Memory leak fixes in passdb code.
4993     * BUG 2720: Fixes for "net usersidlist".
4994     * BUG 2725: Fix segv in "net ads user".
4995     * Only allow schannel connections if a successful Auth2 
4996       has been previously performed.
4997     * Don't look at gencache.tdb for the trusted domains if 
4998       winbind is present.
4999     * Rewrite winbindd using an asynchronous process model.
5000
5001
5002 o   Herb Lewis <herb@samba.org>
5003     * Compiler warning cleanups.
5004     * smbwrapper Makefile and compile time check cleanups.
5005     * Adding robustness checks for tdbdump and tdbtool.
5006     * Extend tdb command line parsing to arbitrary hex characters.
5007     * Add LOCKING debug class.
5008     * Fix more compiler warnings.
5009
5010
5011 o   Derrell Lipman <derrell@samba.org>
5012     * add support for opening a file for write with O_APPEND 
5013       in libsmbclient.
5014     * Added smbsh/smbwrapper for Linux to example/libsmbclient 
5015       tree.
5016     * Fix smbc_stat() from returning incorrect timestamps IFF 
5017       it used cli_qpathinfo2() to retrieve the timestamps (Win2k) 
5018       and not if it used cli-getatr() to retrieve the timestamps 
5019       (Win98). 
5020     * Fix handful of compiler warnings.
5021     * BUG 2498, 2484: smbc_getxattr() fixes.
5022     * BUG 1133: Added provision for overloading some global 
5023       configuration options via the new, per-user file 
5024       ~/.smb/smb.conf.append.
5025     * BUG 2543: Properly cache anonymous username when reverting 
5026       to anonymous login, in libsmbclient.
5027     * BUG 2505: Fix large file support in libsmbclient.
5028     * BUG 2564: Ensure correct errno when smbc_opendir() was called 
5029       with a file rather than a directory.
5030     * Correct deprecated lvalue casts in testsuite/libsmbclient.
5031     * BUG 2663.  cli_getattrE() and cli_setattrE() were not 
5032       formatting or parsing the timestamp values correctly.
5033     * Correctly detect AF_LOCAL support in configure.
5034     * Fix problem updating file times on Windows 98 hosts using 
5035       libsmbclient.
5036     * Fix compile breakage on Solaris by eliminating the use of 
5037       ctime_r() in libsmbclient DEBUG statement.
5038
5039
5040 o   Jason Mader <jason@ncac.gwu.edu>
5041     * BUG 2483, 2468. 2469, 2478, 2093: Compiler warning fixes.
5042     * Various compiler warning fixes about mistyped variables.
5043     * BUG 2882, 2885, 2890, 2891, 2900: Various compiler warning fixes 
5044       and code  cleanups.
5045     * BUG 2527, 2538: Removed unused variables.
5046
5047
5048 o   Marcel <samba.10.maazl@spamgourmet.com>
5049     * Fix regression in OS/2 trans2 open code.
5050
5051
5052 o   Jim McDonough <jmcd@us.ibm.com>
5053     * Fixes for samr_lookup_rids() when using ldapsam:trusted=yes
5054       (in conjunction with Volker).
5055     * BUG 2953: Prevent the credentials chain on DC gets out 
5056       of sync with client when NT_STATUS_NO_USER is returned.
5057     * Added subcommands to "net rpc vampire" (mostly done by Don 
5058       Watson <dwatson@us.ibm.com>) to allow data to be put into an 
5059       ldif file instead of actually writing to the passdb.  
5060     * BUG 2736: Add retries to workaround winbind race condition 
5061       with detecting idle clients.
5062     * BUG 2953: Additional fixes for domain trusts.  Also clears
5063       up the "bad stub" error when attempting to logon to a Samba
5064       domain with a bad username.
5065
5066
5067 o   Luke Mewburn <lukem@NetBSD.org>
5068     * Compiler warning fixes.
5069
5070
5071 o   Kalim Moghul <kalim@samba.org>
5072     * Removed unused printmode command from smbclient.
5073
5074
5075 o   Lars Müller <lmuelle@samba.org>
5076     * Re-enable the VERSION_REVISION option in case of another 
5077       letter release.
5078     * Fix spoolss python bindings after C++ compiler changes and 
5079       other python fixes.
5080     * BUG 2659: Don't trump on memory in smbtorture.
5081     * BUG 2060: Add -fPIC which is the case for all other Samba 
5082       shared libs.
5083     * Fix argv parsing in "net rpc".
5084     * Add support to create position independent executable (PIE) 
5085       code if the compiler supports it.
5086     * BUG 2767: Add new options to testparm (--show-all-parameters,
5087       --parameter-name, and --section-name).
5088     * Fix net share migrate files to also migrate the ACLs of 
5089       the top level dir of a share.
5090
5091
5092 o   Marcel Muller <mueller@maazl.de>
5093     * Patch to fix the OS/2 EA_FROM_LIST info level call.
5094     * Mangled names fix for OS/2 clients.
5095     * Ensure we correctly set the return packet size to include the 
5096       pad bytes in reply_readbmpx().
5097     * Fix for bug in SMBwriteBraw that incorrectly returned the 
5098       number of bytes written. 
5099
5100
5101 o   Ricky Nance <ricky.nance@gmail.com>
5102     * Implemented mklogon script generator for domain logon scripts.
5103
5104
5105 o   James Peach <jpeach@sgi.com>
5106     * BUG 1843: Fix quotas (with no soft limits) on IRIX.
5107     * BUG 2285: Patch for hires timestamps and efficient notify code.
5108     * MS-DFS tidyup patches.
5109     * Build fixes on IRIX.
5110     * IRIX compiler warning fixes.
5111     * BUG 2596: Fix become_root link issues and one IRIX stack 
5112       backtrace bug.
5113     * Fix for null pointer ACL free.
5114     * BUG 2314: Fix const compiler warnings in the quota code.
5115
5116
5117 o   Ed Plese <ed@edplese.com>
5118     * Fix faulty logic which caused winbindd to return failure 
5119       when a user possessed no supplementary groups.
5120
5121
5122 o   Marcin Porwit <mporwit@centeris.com>
5123     * Initial support for the \eventlog pipe.
5124     * Fix a memleak in the eventlog code.
5125     * Miscellaneous fixes for Samba's experimental event log support.
5126     * Add ServiceQueryConfig2() and ServiceQueryStatusEx() server 
5127       calls.
5128
5129
5130 o   Tim Potter <tpot@samba.org>
5131     * BUG 2940, 2943: Fixed various compiler warnings regarding 
5132       mismatched types and unused variables.
5133     * BUG 1888, 1894: Fix warnings when time_t is an unsigned type.
5134     * BUG 2733: Fix incorrect SHLIBEXT is set when running 
5135       configure script on HPUX IA.
5136     * Remove unused autoconf #define's.
5137     * BUG 2893: Fix inverted assignment in 'net rpc printer' code.
5138     * Removed unused function declarations in tdb.h.
5139     * BUG 2895: Don't wrap non-existent functions in the python 
5140       tdb bindings.
5141     * BUG 2623, 2630: $< and $* are not valid in explicit rules 
5142       according to POSIX.
5143     * BUG 2560: Fix compile error lurking where PATH_MAX is not 
5144       defined.
5145     * BUG 2625: Remove configure check for FTRUNCATE_NEEDS_ROOT.
5146     * BUG 2611: Add fflush(stdout) after displaying username prompt 
5147       in smbsh if username not specified on command line.
5148     * BUG 2699: Fix for segfault in samba.winbind.auth_crap module 
5149     * BUG 2808: Update install swat message to reflect the fact 
5150       that swat/README no longer exists.
5151
5152
5153 o   Denis Sbragion <d.sbragion@infotecna.it>
5154     * BUG 2196: Allow absolute path (system wide) recycle bin.
5155
5156
5157 o   Fernando Schapachnik <fernando@mecon.gov.ar>
5158     * Add logon hours support for the Postgres backend.
5159
5160
5161 o   Richard Sharpe <rsharpe@samba.org>
5162     * Fix bug in profiles tool caused by use of MAP_PRIVATE.
5163
5164 o   Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>
5165     * BUG 2362: Quota support fix for DragonFly.
5166     * Fix dragonfly detection in configure.
5167
5168
5169 o   Simo Sorce <idra@samba.org>
5170     * Allow Domain Admins to force user sessions to close via the 
5171       Windows Server Manager.
5172     * Add support to 'net rpc right privileges <name>' to enumerate 
5173       accounts which possess a specific privilege.
5174     * Fix memory issues issues in vfstest (reported by Rainer Link).
5175     * Randomize reloading as to not overload cupsd.
5176
5177
5178 o   Smitty <smitty@plainjoe.org>
5179     * Compile fixes for smbget when using --enable-developer.
5180     * Include LUID values to match Windows privileges since 
5181       apparently this matters to printmig.exe
5182
5183
5184 o   John Terpstra <jht@samba.org>
5185     * Solaris packaging fixes.
5186     * Clean up usage help text in "net rpc user"
5187
5188
5189 o   Andrew Tridgell <tridge@samba.org>
5190     * Merge socket wrapper library fixes from Samba 4.
5191
5192
5193 o   Brett Trotter <blt@iastate.edu>
5194     * Fix definition of global_sid_* in vfs_acl.c.
5195
5196
5197 o   Mark Weaver <mark-clist@npsl.co.uk>
5198     * Patch to fix sys_select so it can't drop signals if another 
5199       fd is ready to read. 
5200
5201
5202 o   Jelmer Vernooij <jelmer@samba.org>
5203     * Remove --with-manpage-languages configure option.
5204     * Merge socket wrapper fixes for IRIX systems from the 
5205       Samba 4 branch.
5206     * Add socket_wrapper library to 3.0. Can be enabled by passing
5207       --enable-socket-wrapper to configure.
5208     * Fix build of the various sql pdb backends after new talloc.
5209
5210
5211 o   Qiao Yang <qyang@stbernard.com>
5212     * Use our own DC when getting the SID for a domain.
5213
5214
5215
5216 Release Notes for older release follow:
5217
5218       --------------------------------------------------
5219                    ===============================
5220                    Release Notes for Samba 3.0.14a
5221                               Apr 14, 2005
5222                    ===============================
5223
5224 Common bugs fixed in 3.0.14a include:
5225
5226   o Compatibility issues between Winbind and Windows 2003 SP1
5227     domain controllers (*2k3sp1*).
5228   o MS-DFS errors with Windows XP SP2 clients.
5229   o High CPU loads caused by infinite loops in the FindNext()
5230     server code.
5231   o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd 
5232     files.
5233
5234     
5235 ######################################################################
5236 Changes
5237 #######
5238
5239 Changes since 3.0.14
5240 --------------------
5241
5242 commits
5243 -------
5244 o   Jeremy Allison <jra@samba.org>
5245     * Fixed invalid SMB_ASSERT() triggered by checking access on
5246        ACL'd files.
5247
5248
5249 Changes since 3.0.13
5250 --------------------
5251
5252 smb.conf changes
5253 ----------------
5254
5255     Parameter Name                      Action
5256     --------------                      ------
5257     dos filetimes                       Enabled by default
5258
5259
5260 commits
5261 -------
5262 o   Jeremy Allison <jra@samba.org>
5263     * Prevent nt_status code support when negotiating protocols
5264       earlier than NT1.
5265     * BUG 2533: Remove the UNICODE flags2 bit from SMBsearch calls
5266       as this SMB is DOS codepage only.
5267     * BUG 2585: Fix printf() issues in smbpasswd which caused
5268       seg faults.
5269     * BUG 2563: Fix infinite loop on non-existent file with 
5270       FindNext().
5271     * BUG 2581 (partial): Ensure if realloc fails on an internal 
5272       tdb we fail gracefully.
5273     * Ensure that 'dos filetimes' works with ACLs.
5274     * Set 'dos filetimes = yes' as the default for smb.conf.
5275
5276       
5277 o   Gerald (Jerry) Carter <jerry@samba.org>
5278     * Workaround autoconf issue to prevent debug symbols from 
5279       being included in the default build.
5280     * Disable schannel on the \lsarpc pipe in order to successfully 
5281       enumerate users and groups (*2k3sp1*)
5282     * Fix parsing error in rpc binds which broke NTLMSSP 
5283       authentication.   And as a result broke CTL+ALT+DEL password 
5284       changes from a Windows 2003 SP1 member of a Samba domain 
5285       (*2k3sp1*).
5286     * Revert change to FindFirst() server code that broke WinXP
5287       SP2 clients from launching *.exe files from a dfs target 
5288       share.
5289     * BUG 2588: Force smbclient to send netbios messages to port 
5290       139 unless otherwise instructed (based on patch from Thomas 
5291       Bork).
5292       
5293
5294 o   Volker Lendecke <vl@samba.org>
5295     * Fix build on FreeBSD 4 where Winbind is not supported.
5296     * Fix 'wbinfo --user-sids' when using domain local groups.
5297     * Restrict domain local groups reported by 'wbinfo -r' to
5298       the Samba server domain and not the users domain.
5299
5300
5301 o   Lin Li <linl@xandros.com>
5302     * Ensure that winbind initializes internal trusted domain 
5303       structures when enumerating users and groups.
5304       
5305
5306 o   Tim Potter <tpot@samba.org>
5307     * BUG 2565: Fix crash bug and compiler warnings in strchr_m() 
5308       test.
5309     * Fix compiler warnings.
5310
5311
5312 o   <psz@maths.usyd.edu.au>
5313     * Fix for possible root squash NFS bugs.
5314     
5315     
5316 o   Simo Sorce <irda@samba.org>
5317     * Debian packaging fixes.
5318     
5319
5320       --------------------------------------------------
5321                    ==============================
5322                    Release Notes for Samba 3.0.13
5323                             Mar 24, 2005
5324                    ==============================
5325
5326 Common bugs fixed in 3.0.13 include:
5327
5328   o Infinite FindNext() loop from Windows 9x client when
5329     copying or deleting files on a Samba file share using 
5330     explorer.exe.
5331   o Numerous smbclient bugs when listing directories.
5332   o Failures in smbclient when connecting to a Windows 9x 
5333     file server.
5334
5335     
5336 ######################################################################
5337 Changes
5338 #######
5339
5340 Changes since 3.0.12
5341 --------------------
5342
5343 o   Jeremy Allison <jra@samba.org>
5344     * Fix typo bug in smbclient where flags overwrote info level
5345       in the cli_list_new().
5346     * Fix old smbclient bug where ff_searchcount was being compared 
5347       to -1 resulting in processing a filename twice.
5348     * Fix segv in smbclient caused by overwriting the last 2 bytes 
5349       in cli_list_new().
5350     * BUG 2530: Fix potential segv in smbclient when talking to a 
5351       Windows 9x file server.
5352     * Fix last entry offset in cli_list_new() when using a 
5353       FindFirst/FindNext info level of 0x104.
5354     * BUG 2501: Stop Win98 from looping doing FindNext on a 
5355       singleton directory. 
5356     * BUG 2521: Fix error in access checks when user group ACLs.
5357       
5358       
5359 o   Gerald (Jerry) Carter <jerry@samba.org>
5360     * BUG 2497: Fix bug in rpcclient's deletedriverex when asking 
5361       to delete all versions of a driver.
5362     * BUG 2517: use the realm from smb.conf for 'net ads info' when 
5363       'disable netbios = yes'.
5364     * BUG 2530: Ensure that smbclient correctly detects MS-DFS root
5365       shares.  
5366     * Update RedHat packaging files to require cups support.  Also
5367       remove requirement for 'idmap {uid,gid}' settings in smb.conf
5368       from winbindd init script.
5369     * BUG 2516: fix compile issue on True64.
5370     
5371       
5372       
5373 o   Guenther Deschner <gd@samba.org>
5374     * Check for the correct cli-struct when copying files in 'net 
5375       rpc printer' routines.
5376
5377
5378 o   Herb Lewis <herb@samba.org>
5379     * Fix incorrect test in 'net rpc user' when the user is not
5380       a member of any groups.
5381       
5382       
5383 o   Jim McDonough <jmcd@us.ibm.com>
5384     * Make sure that enum_group_members() searches the correct suffix.
5385     
5386
5387       --------------------------------------------------
5388                    ==============================
5389                    Release Notes for Samba 3.0.12
5390                             Mar 18, 2005
5391                    ==============================
5392
5393 Common bugs fixed in 3.0.12 include:
5394
5395   o Winbind failures when using 'disable netbios = yes'
5396   o Failure to establish a trust relationship via 'net rpc trust 
5397     establish'
5398   o Various portability & compiler issues.
5399   o Read only file deletion failure caused by new delete semantics 
5400     in Windows XP SP2 and the MS 04-044 security hotfix.
5401   o Error messages from shared Excel workbooks residing on Samba 
5402     file shares.
5403   o Missing files in the output of smbclient -c 'dir' when run 
5404     against Windows file servers.
5405   o Inability for Print Administrators to pause/resume/purge print 
5406     queues.
5407
5408 Additional features introduced in Samba 3.0.12:
5409
5410   o Performance enhancements when serving directories containing 
5411     large number of files.
5412   o MS-DFS support added to smbclient.
5413   o More performance improvements when using Samba/OpenLDAP based 
5414     DC's via the 'ldapsam:trusted=yes' option.
5415   o Support for the Novell NDS universal password when using the
5416     ldapsam passdb backend.
5417   o New 'net rpc trustdom {add,del}' functionality to eventually 
5418     replace 'smbpasswd {-a,-x} -i'.
5419   o New libsmbclient functionality.
5420
5421
5422
5423 =======================
5424 Large Directory Support
5425 =======================
5426
5427 Samba 3.0.12pre1 introduces a specific mechanism for dealing
5428 with file services that frequently contain a large number of files
5429 per directory.  Historically Samba's performance has suffered 
5430 in such environments due to the translation from case 
5431 insensitive lookups by Windows client to the case sensitive
5432 storage mechanisms used by UNIX filesystems.
5433
5434 Configuration details along with a short HOWTO can be found at:
5435
5436 http://www.samba.org/samba/ftp/HOWTO/Samba-LargeDirectory-HOWTO
5437
5438
5439 ==================================
5440 libsmbclient Binary Compatibility
5441 ==================================
5442
5443 Please note that a change has been made to the _SMBCCTX structure 
5444 in source/include/libsmbclient.h.  This change is not backwards
5445 compatible with applications linked against the libsmbclient.so
5446 library from Samba 3.0.11.  However, it is compatible with all 
5447 other Samba 3.0.x releases.  This means that it will be most likely
5448 be necessary to recompile any applications linked against the 
5449 3.0.11 version of the library.
5450
5451
5452 ######################################################################
5453 Changes
5454 #######
5455
5456 smb.conf changes
5457 ----------------
5458
5459     Parameter Name                      Action
5460     --------------                      ------
5461     allocation roundup size             New
5462     log nt token command                New
5463     write cache                         Deprecated
5464
5465
5466
5467 Changes since 3.0.11
5468 --------------------
5469
5470 commits
5471 -------
5472 o   Jeremy Allison <jra@samba.org>
5473     * BUG 2146: Return correct allocation sizes so as not to crash 
5474       the VC++ compiler.
5475     * BUG 962: Ensure that parsing of service names in smb.conf is 
5476       multibyte safe.
5477     * BUG 2201, 2227: Support new delete semantics used by MS04-044
5478       and XP SP2.
5479     * BUG 1525: Correctly timestamps interpreted on 64-bit time_t 
5480       values (patch submitted by Jay Fenlason <fenlason@redhat.com>).
5481     * Add special hooks when serving directories containing large
5482       numbers of files.
5483     * Ensure that WINS negative name query responses and WACK 
5484       packets use the correct RR type of 0xA instead of reflecting 
5485       back what the query RR type was (0x20).
5486     * BUG 2310: Only do 16-bit normalization on small dfree request.
5487     * BUG 2323: Correct authentication failure when using plaintext 
5488       passwords from Windows XP clients.
5489     * BUG 2146: Add new smb.conf option 'allocation roundup size' to
5490       work around issues building MS Visual Studio 6.0 project 
5491       on a Samba file share while restoring the pre-3.0.21pre1 
5492       behavior by default.
5493     * BUG 2399 (partial): Ensure we use SMB_VFS_STAT instead of 
5494       stat when checking for existence of a pathname.
5495     * Check the sticky bit on the parent directory for supporting
5496       the new WinXP SP2 file deletion semantics.
5497     * Various oplock, share mode, and byte range locking fixes
5498       found by Connectathon tests.
5499     * BUG 2271: Fix resume key issues in trans2FindFirst() client 
5500       code (inspired by patch from Satwik Hebbar).
5501     * BUG 2382, 2045: More pending modtime and delayed write fixes
5502       for MS Excel (incorporates partial patches from 
5503       ke_miyata@itg.hitachi.co.jp).
5504     * Debug log message cleanups.
5505     * Add case insensitive search for a principal match on logon 
5506       verification in the system keytab (based on patch by 
5507       Michael Brown <mbrown@fensystems.co.uk>).
5508     * Revert the previous SMB signing change from Nalin Dahyabhai
5509       when using DES keys.
5510     * Add missing RESOLVE_DFSPATH() calls for older SMB commands.
5511     * Fix FindFirst() server code to deal with resume names of ".."
5512       and "." (found by Jim McDonough).
5513     * BUG 2451: Fix missing functions in full audit VFS module.
5514     * Ensure that smbd logs failures reported by DISK_FREE()
5515       (reported by Ying Li <ying.li2@hp.com>).
5516     * Ensure that smbclient obeys the max protocol argument again.
5517     * BUG 2335: Return correct error code for OS/2 clients (based on
5518       negotiated protocol level).
5519     * BUG 2460, 2464: remove dead code and unused variables 
5520       (reported by Jason Mader).
5521
5522
5523 o   Andrew Bartlett <abartlet@samba.org>
5524     * Avoid length-limited intermediate copy of NT and LM responses 
5525       in NETLOGON client.
5526     * Debug message cleanups in the NTLMSSP implementation.
5527
5528
5529 o   Manuel Baena <mbaena@lcc.uma.es>
5530     * Print actual error message in smbmnt.c:fullpath().
5531
5532
5533 o   Vince Brimhall <vbrimhall@novell.com>
5534     * Add support for Novell NDS universal password.
5535     * BUG 2424: Ensure that uidNumber and gidNumber use match 
5536       the RFC2307 schema.
5537     * BUG 2453: Change the way pdb_nds.c handles users with no 
5538       Universal or Simple Password.
5539     * NDS schema file corrections.
5540
5541
5542 o   Gerald (Jerry) Carter <jerry@samba.org>
5543     * Add trans2 client call for checking dfs referrals
5544     * Convert smbclient to use TRANS_QPATHINFO(SMB_QUERY_FILE_BASIC_INFO) 
5545       when checking directories on modern CIFS servers.
5546     * Add MS-DFS support to smbclient.
5547     * Code cleanup of adt_tree.[ch].
5548     * Add missing checks to allow root to manage user rights.
5549     * Allow domain admins to manage rights assignments on domain members
5550       servers.
5551     * BUG 2333: Use the lpq command to pass in the correct printer name 
5552       for cups_queue_get().  CUPS backend now sets 'lpq command= %p' as 
5553       the default.
5554     * BUG 1439: make sure to initialize pointer to prevent invalid 
5555       free()'s on exit.
5556     * BUG 2329: fix to re-enable winbindd to locate DC's when 'disable 
5557       netbios = yes'.
5558     * Add cups-devel to BuidlRequires directive in Fedora spec file.
5559     * BUG 858: Fix order of popt args evaluation so we don't crash 
5560       when given no command line args.
5561     * Remove dependency on bash for source/autogen.sh.
5562     * Fix clitar.c compile issues caused by broken MIT 1.4 headers.
5563     * Implement MS-DFS for recursive directory listings in smbclient.
5564     * BUG 2394: Fix nmbd linking issue on IRIX.
5565     * Only display the publish check box in the client's printer 
5566       properties dialog if we are a member of an AD domain.
5567     * BUG 2363: allow 'in use' driver to be removed as long as 
5568       one 'Windows NT x86' driver remains.
5569     * BUG 1881: Allow PRINT_SPOOL_PREFIX to be set in local.h for 
5570       porting purposes.
5571     * Enforce better printer.tdb cache consistency when removing 
5572       jobs from a print queue via SMB.
5573     * Ensure that pause/resume/purge print queue commands are run
5574       with the appropriate level of privilege necessary to actually
5575       work.
5576     * BUG 2355: Use bsd style commands (lpq, lpr, etc...) for default
5577       for 'printing = cups' installations that do not actually have 
5578       libcups.
5579     * BUG 2425: Remove incorrect checks for Win98 DFS clients.
5580     * BUG 2215: Rewrite questionable code that was causing gcc to 
5581       choke.
5582     * Add server support for LsaLookupPrivValue().
5583     * Various small compile fixes and cleanup warnings.
5584     * BUG 2456: Fix compile failure on non-gcc platforms due to
5585       non-standard pragma.
5586
5587
5588 o   Kevin Dalley <kevin@kelphead.org>
5589     * BUG 2398: Don't force smbclient to assume a dry run if the 
5590       target tarfile is /dev/null.
5591
5592
5593 o   Guenther Deschner <gd@samba.org>
5594     * Fix crash bug in the client-spoolss enumdataex-call.
5595     * Expand the valid-workstation-scheme by expanding names 
5596       beginning with a plus (+) as a unix group.
5597     * Allow own netbios name to be set in smbclient's session setup.
5598     * Better handling of LDAP over IPC connections that have expired 
5599       on the LDAP-Server.
5600     * Fix pipe-mismatch for NETDFS in cli_dfs.c.
5601     * Add examples/misc/adssearch.pl.
5602     * BUG 2343: Build fixes.
5603     * Support get_user_info_7 in SAMR server RPC.
5604     * Fix server_role in the samr_query_dom_info calls.
5605     * Add example perl script to check for multiple LDAP entries
5606       after running 'net rpc vampire'.
5607     * Add more output when listing printer forms via rpcclient.
5608     * Debug log message cleanup.
5609
5610
5611 o   Steve French <sfrench@us.ibm.com>
5612     * On failed mount (ENXIO) retry share name in uppercase (fix
5613       mount to FastConnect AIX SMB server).
5614     * Add missing FILE_ATTRIBUTE_XXX defines to smb.h.
5615     * Ignore user_xattr mount parm (mount.cifs) so as not to confuse
5616       it with a user name.
5617     * Update for new CIFS POSIX info levels.
5618     * Ignore users mount parm in mount.cifs.
5619
5620 o   SATOH Fumiyasu <fumiya@samba.gr.jp>
5621     * BUG 1549: Don't truncate service names in smbstatus.
5622
5623
5624 o   William Jojo <jojowil@hvcc.edu>
5625     * BUG 2445: Patch to avoid default ACLs on AIX.
5626
5627
5628 o   S Murthy Kambhampaty <smk_va@yahoo.com>
5629     * Add idmap_rid module to Fedora and RedHat spec files.      
5630
5631
5632 o   Volker Lendecke <vl@samba.org>
5633     * BUG 2401: Flush internal getpwnam() cache after deleting a 
5634       user.
5635     * BUG 1604: Make winbind work with more than 10 trusted domains.
5636     * Cleanup various compiler warnings.
5637     * Fix a memory leaks in privileges code and passdb backends.
5638     * Fixes for samr_lookup_sids() client call.
5639     * Optimize _samr_query_groupmem with LDAP backend for large 
5640       domains.
5641     * Support SIDs as %s replacements in the afs username map 
5642       parameter.
5643     * Add 'log nt token command' parameter. If set, %s is replaced 
5644       with the user sid, and %t takes all the group sids.
5645     * Do not use the "Local Unix Group"-default description for 
5646       all kinds of group-mappings. 
5647     * Fix uninitialized variable in Linux nss_winbind library.
5648     * Move 'net afskey' into a subcommand of its own, 'net afs key'.
5649     * Implement 'net afs impersonate'.
5650     
5651
5652 o   Herb Lewis <herb@samba.org>
5653     * Fix build problem when HAVE_POSIX_ACL is not defined.
5654     * BUG 2417: Add help lines for net rpc group addmem and 
5655       delmem commands.
5656     
5657
5658 o   Derrell Lipman <derrell.lipman@unwireduniverse.com>
5659     * Add support to libsmbclient for getting and setting DOS 
5660       attributes using EA functions.
5661     * Fix libsmbclient's URL encoding/decoding.
5662     * Replace browse listing URI queries with an internal options 
5663       structure (previous method violated the SMB URI syntax).
5664     * Allow tree connects to be multiplexed over a single CIFS server 
5665       connection context.
5666     * Ensure that cli_tdis() sets the cnum field to -1 so that callers
5667       can determine a dead tree connection.
5668     * Implement better solution for backwards binary compatibility
5669       in libsmbclient while adding new fields to struct _SMBCCTX.
5670
5671
5672 o   Mark Loeser <halcy0n@gentoo.org>
5673     * BUG 2443: Compile fix for gcc4.
5674
5675
5676 o   Jim McDonough <jmcd@us.ibm.com>
5677     * BUG 2338: Fix coredump when OS/2 checks for long file name 
5678       support (with .+,;=[].) (thanks to Guenter Kukkukk).
5679
5680
5681 o   Jason Mader <jason@ncac.gwu.edu>
5682     * Compiler warning fixes (BUGS BUG 2132, 2134, 2289, 2327, 2340,
5683       2341, 2342)
5684
5685
5686 o   Jim McDonough <jmcd@us.ibm.com>
5687     * Fixes for server schannel implementation when 'restrict 
5688       anonymous = 1' is set in smb.conf.
5689     * Fix bug in server side lookupsids reply that crashed lsass.exe 
5690       on Windows clients.
5691     * Fix 'net rpc trustdom establish'.
5692     * BUG 2062: Turn off broadcast for all 390 NICs.
5693     * Fix 'net rpc trustdom add' to correctly add new domain trust 
5694       accounts.  This will eventually replace 'smbpasswd -a -i'.
5695     * Implement 'net rpc trustdom del', including client side of 
5696       samr_remove_sid_from_foreign_domain.
5697     * Bring IBM Directory Server schema up to date with openldap 
5698       schema.
5699     * Allow for better protection of sensitive attributes in IBM
5700       Directory Server.
5701
5702
5703 o   Stefan Metzmacher <metze@samba.org>    
5704     * Fix memleaks in the nttrans code.
5705
5706
5707 o   Mike Nix <mnix@wanm.com.au>
5708     * Add SMBsplopen and SMBsplclose client calls.
5709
5710
5711 o   Justin Ossevoort <justin@snt.utwente.nl>
5712     * BUG 2316: Fix crashes in pdb_pgsql.
5713
5714
5715 o   James Peach <jpeach@sgi.com>
5716     * Fixes in string handling code.
5717     * Fix oplock2 test in client smbtorture.
5718
5719
5720 o   Tim Potter <tpot@samba.org>
5721     * Fix up example pdb modules after prototype change for 
5722       setsampwent.
5723     * BUG 2058: Fix for shared object creation in examples.
5724     * BUG 2315: Fix segv in LSA privileges server code.
5725     * Build fixes for python wrapper libraries.
5726
5727
5728 o   Richard Sharpe <rsharpe@samba.org>
5729     * BUG 2044: Fix segv in profiles tool.
5730     * Fix bogus error messages when enumerating user group 
5731       membership via 'net rpc'.
5732
5733
5734 o   Simo Sorce <idra@samba.org>
5735     * Debian packaging fixes.
5736
5737
5738 o   John Terpstra <jht@samba.org>
5739     * Add the capability to set account description using pdbedit.
5740
5741
5742 o   Doug VanLeuven <roamdad@sonic.net> 
5743     * Add more case/realm/name permutations to the Kerberos keytab.
5744     * AIX compile fixes.
5745
5746
5747 o   Jelmer Vernooij <jelmer@samba.org>
5748     * BUG 892: Default unknown_6 field to 1260 in mySQL pdb module.
5749     * BUG 1957: Implement minimal update of fields in mySQL pdb 
5750       module.
5751     
5752
5753 o   Torsten Werner <torsten.werner@assyst-intl.com>
5754     * BUG 2405: Define 'lpstat' printcap output on HPUX.
5755     
5756
5757 o   Shlomi Yaakobovich" <Shlomi@exanet.com>
5758     * Detect infinite loops when traversing tdbs.
5759
5760
5761       --------------------------------------------------
5762                    ==============================
5763                    Release Notes for Samba 3.0.11
5764                              Feb 5, 2005
5765                    ==============================
5766
5767 Common bugs fixed in 3.0.11 include:
5768
5769   o Crash in smbd when using CUPS printing.
5770   o Parsing error of other SIDs included in the user_info_3
5771     structure returned from domain controllers.
5772   o Inefficiencies when searching non-AD LDAP directories.
5773   o Failure to expand variables in user domain attributes
5774     in tdbsam and ldapsam.
5775   o Memory leaks.
5776   o Failure to retrieve certain attribute when migrating from 
5777     a Windows DC to a Samba DC via 'net rpc vampire'.
5778   o Numerous printing bugs bugs including memory 
5779     bloating on large/busy print servers.
5780   o Compatibility issues with Exchange 5.5 SP4.
5781   o sendfile fixes.
5782
5783 Additional features introduced in Samba 3.0.11:
5784
5785   o Winbindd performance improvements.
5786   o More 'net rpc vampire' functionality.
5787   o Support for the Windows privilege model to assign rights
5788     to specific SIDs.
5789   o New administrative options to the 'net rpc' command.
5790
5791
5792 ============
5793 LDAP Changes
5794 ============
5795
5796 If "ldap user suffix" or "ldap machine suffix" are defined in
5797 smb.conf, all user-accounts must reside below the user suffix,
5798 and all machine and inter-domain trust-accounts must be located 
5799 below the machine suffix.  Previous Samba releases would fall 
5800 back to searching the 'ldap suffix' in some cases.
5801
5802
5803 ===============
5804 Privilege Model
5805 ===============
5806
5807 Samba 3.0.11 supports the following assignable rights
5808
5809 SeMachineAccountPrivilege  Add machines to domain
5810 SePrintOperatorPrivilege   Manage printers
5811 SeAddUsersPrivilege        Add users and groups to the domain
5812 SeRemoteShutdownPrivilege  Force shutdown from a remote system
5813 SeDiskOperatorPrivilege    Manage disk shares
5814
5815 These rights can be assigned to arbitrary users or groups
5816 via the 'net rpc rights grant/revoke' command.  More details
5817 of Samba's privilege implementation can be found in the 
5818 Samba-HOWTO-Collection.
5819     
5820
5821 ######################################################################
5822 Changes
5823 #######
5824
5825 Changes since 3.0.10
5826 --------------------
5827
5828 smb.conf changes
5829 ----------------
5830
5831     Parameter Name                      Action
5832     --------------                      ------
5833     afs token lifetime                  New
5834     enable privileges                   New
5835     ldap password sync                  Alias
5836     min password length                 Deprecated
5837     winbind enable local accounts       Deprecated
5838
5839
5840 commits
5841 -------
5842 o   Jeremy Allison <jra@samba.org>
5843     * Extend vfs to add seekdir/telldir/rewinddir.
5844     * Fix dirent return.
5845     * Fix bugs when handling secondary trans2 requests.
5846     * Implementation of get posix acls in UNIX extensions.
5847     * Added set posix acl functionality into the UNIX extensions code.
5848     * Updated config.guess/config.sub .
5849     * Fix error reply when 'follow symlinks = no'.
5850     * BUG 1061, 2045: Only set mtime from pending_modtime if it's 
5851       not already zero.
5852     * Fixes for LARGE_READX support.
5853     * Fix the problem we get on Linux where sendfile fails, but we've
5854       already sent the header using send().
5855     * BUG 2081: Ensure SE_DESC_DACL_PROTECTED is set if 'map acl 
5856       inherit = no'.
5857     * BUG 2088: Ensure inherit permissions is only applied on a new 
5858       file, not an existing one.
5859     * Don't go fishing for the krb5 authorization data unless we know
5860       it's there.
5861     * Fixes for libsmbclient to ensure that interrupted system calls
5862       are restarted minus the already expired portion of the timeout
5863       (based on work by Derrell Lipman).
5864     * More Unicode string parsing fixes.
5865     * Convert the winreg pipe to use WERROR returns.
5866     * Make all LDAP timeouts consistent (input from Joe Meadows 
5867       <jameadows@webopolis.com>).
5868     * BUG 2231: Remove double "\\" from client findfirst.
5869     * BUG 2238: Fix memory leak in shadow copy vfs.
5870     * Return correct DOS/NT error code on transact named pipe on 
5871       closed pipe handle.
5872     * BUG 2211: Fix security descriptor parsing bug (based on work by 
5873       Mrinal Kalakrishnan <mail@mrinal.net>).
5874     * BUG 2270: Fix memory leaks in cups printing backend support 
5875       (based on work by Lars Mueller).
5876     * BUG 2255: Fix debug level in Kerberos error messages.
5877     * BUG 2110: Ensure we convert to ucs2 correctly after the 
5878       CAN-2004-0930 patch.
5879     * Make strict locking an enum. Auto means use oplock optimization.
5880     * Fix client  & server to allow 127k READX calls.
5881     * More *alloc fixes (includes additional fixes by Albert Chin.
5882     * Catch sendfile errors correctly and return the correct values 
5883       we want the caller to return.
5884     * BUG 2092: Prevent auto-anonymous logins via libsmbclient 
5885       for better use by desktop environments such as GNOME.
5886     * Ensure we can't remove a level II oplock without having the
5887       shared memory area locked.
5888             
5889
5890 o   Timur Bakeyev <timur@com.bat.ru>
5891     * BUG 2100: change the way we check for errors after a dlopen().
5892     * BUG 2263: Guard base64_encode_data_blob() against empty blobs.
5893     
5894     
5895 o   Andrew Bartlett <abartlet@samba.org>
5896     * Clarify error message when 'lanman auth = no'.
5897     * Remove the unnecessary UTF-8 conversion calls in the calls to
5898       auth_winbind from smbd.
5899     * Don't store the auth-user credentials with the cli_state* as 
5900       this can cause the schannel setup to fail when the auth-user
5901       domain is not our primary domain.
5902
5903
5904 o   Grigory Batalov <bga@altlinux.org>
5905     * Fix encoding while receiving of a message which was actually 
5906       sent using STR_ASCII.
5907
5908
5909 o   Daniel Beschorner <db@unit-netz.de>
5910     * BUG 603: Correct access mask check for _samr_lookup_domain()
5911       to work with Windows RAS server
5912
5913
5914 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
5915     * Fix missing printer_tdb reference decrement.
5916     
5917
5918 o   Gerald (Jerry) Carter <jerry@samba.org>
5919     * BUG 2073: fall back to smb_name if current_user_info is not
5920       available in lp_file_list_changed().
5921     * Fixes the spurious 'register_message_flags: tdb fetch failed' 
5922       errors.
5923     * Don't run the background LPQ daemon when we are running in
5924       interactive mode.
5925     * prevent the background LPQ daemon from updating the print queue
5926       cache just because multiple smbd processes sent a message that
5927       it was out of date.
5928     * consolidate printer searches to use find_service rather than 
5929       for(...) loops.
5930     * BUG 2091: don't remove statically defined printers in 
5931       remove_stale_printers().
5932     * Fix logic error in add_a_form() that only compared N characters 
5933       instead of the entire form name.
5934     * BUG 2107: fix memory bloating caused by large numbers of 
5935       print_queue_updates() requests sent via messages.tdb.
5936     * Check the setprinter(3) based on the access permissions on 
5937       the handle and avoid the call to print_access_check().
5938     * Re-instantiate previous semantics for calling init_unistr2() 
5939       with a NULL source buffer.
5940     * Support Windows privilege model for assigning rights
5941       to specific SIDs.  Based on work by Simo Sorce in the trunk 
5942       svn branch.  This feature is controlled by the 'enable 
5943       privileges = [yes|no]' smb.conf(5) option.
5944     * Add some smb.conf scripts for add/delete/change shares and 
5945       deleting cups printers.
5946     * Expand variables in the profile path, logon home and logon script 
5947       values when using either tdbsam or ldapsam.
5948     * Add Domain Admins (Full Control) to the default printer security 
5949       descriptor if we are a DC.
5950     * RedHat and Fedora Packaging fixes for perl dependencies.
5951     * Remove unused schema items from OpenLDAP schema file.
5952     * Remove duplicate enumeration of "Windows x86" architecture
5953       when listing printer drivers via rpcclient.
5954     * Fail set_privileges() if 'enable privileges = no' to prevent 
5955       confused admins.
5956     * Fix segfault in cups_queue_get().
5957     * Tighten restrictions on changing user passwords when 
5958       the connected user possesses the SeMachineAccountPrivilege.
5959     * Ensure we set NETBIOSNAME.domainname for the long machine name
5960       when publishing printers in AD (based on input from Rob Foehl).
5961     * Mark 'winbind enable local accounts' as deprecated.
5962     * Mark testprns tool as deprecated.
5963     * Allow root to grant/revoke privilege assignments.
5964     * Correct interaction between user rights and se_access_check() on
5965       SAMR objects.
5966     * BUG 2286: Fix typo OpenLDAP schema file for sambaConfig object 
5967       class.
5968     * BUG 2262: Add support in configure.in for *freebsd6*.
5969     * BUG 2266: Portability fixes for quota code on FreeBSD4.
5970     * BUG 2264: Remove shutdown and abortshutdown commands from 
5971       rpcclient in favor of using the same functions in 'net'.
5972     * BUG 2295: Prevent smbd from returning an empty server name
5973       in certain lanman api calls.
5974     * BUG 2290: Fix autogen.sh script in examples (based on original
5975       patch from Lars Mueller).
5976     * Fix bug enumerating domain trusts in security = ads.
5977     * Fix segv in rpcclient's dsenumdomtrusts.
5978     * Fix bug in expansion of %U and %G in included filenames.
5979     * BUG 2291: Restrict creation of server trust and domain trust
5980       accounts to members of the "Domain Admins" group.
5981  
5982 o   Nadav Danieli <nadavd@exanet.com>
5983     * Short circuit some is_locked() tests if we are oplocked.
5984     
5985     
5986 o   Guenther Deschner <gd@samba.org>
5987     * Allow 'localhost' as a valid server name in the smbd for the
5988       spoolss calls.
5989     * Fix KRB5_SETPW-defines, no change in behavior (Thanks to Luke
5990       Mewburn for the input).
5991     * BUG 2059: Add additional checks needed after logic change to the
5992       HAVE_WRFILE_KEYTAB detection test.
5993     * BUG 1076: Fix interaction with Exchange 5.5. SP4 and a 
5994       Samba DC.  Allow us to lookup at least our own SID.
5995     * More fixes to have proper German in swat (Thanks to Reiner 
5996       Klaproth and Björn Jacke.
5997     * BUG 404, 2076: Allow to set OWNER- and GROUP-entries while 
5998       setting security descriptors with smbcacls and using with 
5999       the -S or -M switch. 
6000     * Include the munged_dial, bad_password_count, logon_count, and 
6001       logon_hours attributes when running 'net rpc vampire'.
6002     * Fix segfault in idmap_rid.
6003     * When winbindd is operating in the multi-mapping mode of 
6004       idmap_rid, allow BUILTIN domain-mapping.
6005     * Display infolevel 12 in query_dom_info in rpcclient.
6006     * Fix bug in winbindd's lowercasing of usernames.
6007     * Allow -v or -l for displaying verbose groupmap-listing 
6008       as well as "verbose".
6009     * Backport Samba4 SAM_DELTA_DOMAIN_INFO for use in 'net rpc 
6010       vampire'.
6011     * Close LDAP-Connection before retrying to open a new connection 
6012       in the retry-loop.
6013     * Marking "min password length" as depreciated.  
6014     * Implement SAMR query_dom_info-call info-level 8 server- and 
6015       client-side, based on samba4-idl.
6016     * Allow rpcclient to define a port to use when connecting 
6017       to a remote server.
6018     * Allow Account Lockout with Lockout Duration "forever" (until 
6019       admin unlocks) to be set and displayed in User Manager.
6020     * Allow to set acb_mask in rpcclient's enumdomusers.
6021     * Add more generic rootDSE inspection function to check 
6022       for given controls or extensions and remember these on a 
6023       per server basis.
6024     * Improve LDAP search efficiency by passing the acb_mask to 
6025       pdb_setsampwent().
6026     * Fixes for ldapsam_enum_group_memberships().
6027     * Add createdomgroup to rpcclient.
6028     * Add "net rpc user RENAME"-command.
6029     * Display sam_user_info_7 in rpcclient.
6030     * Make multi-domain-mode in idmap_rid accessible from outside 
6031       (can be compiled with -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS).
6032     * When vampiring account policy AP_LOCK_ACCOUNT_DURATION honor 
6033       "Lockout Duration: Forever".
6034     * Fix configure.in tests using KRB5_CONFIG variable and krb5-
6035       config utility.
6036     * Require assignment of Administrator SID in the passdb 
6037       backend.  Fall back to the default name of 'Administrator' if
6038       the lookup fails rather than using the first name in the
6039       default 'admin users' list.
6040     * Enhance LDAP failure debug messages.
6041     * BUG 2291: Call the 'add machine script' for server trust and 
6042       domain trust accounts as well as workstation accounts.
6043     
6044     
6045 o   Levente Farkas <lfarkas@lfarkas.org>
6046     * BUG 2299: Better logrotate scripts for RedHat and Fedora 
6047       packages.
6048
6049
6050 o   Jay Fenlason <fenlason@redhat.com>
6051     * Fix crash in 'net join' due to calling free on 
6052       static buffers.
6053     * Several patches from RedHat's Fedora Core RPMS.
6054
6055
6056 o   Rob Foehl <rwf@loonybin.net>.
6057     * Compiler warnings.
6058     * Try modifying printer published attributes before adding it a
6059       new entry in AD.
6060     * Solaris packaging fixes.
6061     * Don't force the cups printer-make-and-model tag as the comment
6062       for autoloaded printers.
6063     * Implement caching of names from printcap to support a true
6064       'printcap cache time'.
6065
6066
6067 o   Johann Hanne <jhml@gmx.net>
6068     * BUG 2038: Only fail winbindd_getgroups() if all lookups fail.
6069
6070
6071 o   Jeff Hardy <hardyjm@potsdam.edu>
6072     * Example script for 'add print command' when using CUPS.
6073
6074
6075 o   Deryck Hodge <deryck@samba.org>
6076     * Add -P (--password-only-menu) to SWAT for displaying only the
6077       password change page to non-root users.
6078
6079
6080 o   David Hu <david.hu@hp.com>
6081     * Copy structure from print_queue_update() message rather than 
6082       referencing it.  Fixes seg fault on HP-UX.
6083       
6084       
6085 o   Buck Huppmann <buckh@pobox.com>
6086     * BUG 2186: Don't free uninitialized credentials.
6087     * BUG 2189: Add the HOST/fqdn servicePrincipalName even when 
6088       dnsDomainName != realm.
6089    
6090
6091 o   Björn Jacke <bjoern@j3e.de>
6092     * BUG 2040: Ensure the locale is reset to C to get ASCII-
6093       compatible toupper/lower functions.
6094
6095
6096 o   William Jojo <jojowil@hvcc.edu>
6097     * Fix HPUX sendfile and add configure.in tests and code for
6098       sendfile on AIX.
6099     * AIX 5.3 compile fixes.
6100
6101
6102 o   Volker Lendecke <vl@samba.org>
6103     * Optimize anonymous session setups by workstations in a 
6104       Samba domain.
6105     * Reimplment the QueryUserAliases() server RPC reply.
6106     * Re-add the getpwnam-cache for performance.
6107     * Cache the result of a pdb_getsampwnam for later SID lookup 
6108       queries.
6109     * Unify the means of localtaing a user's global groups on a 
6110       Samba DC.
6111     * Fix bug when serving the 'Start Menu' in a roaming user profile..
6112     * Map more pre-defined NT security descriptors to AFS acls.
6113     * Add timeout to AD search requests.
6114     * If a connection to a DC is requested (in winbindd), open
6115       connections simultaneously to all DCs found.
6116     * Memleak fixes.
6117     * Fix logic error in handling of 'printcap name' parameter.
6118     * Prevent winbindd from SPAM'ing the log files with 'user root 
6119       does not exist'.
6120     * Backport samr_DomInfo2 IDL specification from Samba 4.
6121     * Implement smbstatus -n, don't lookup users and groups.
6122     * Implement simple mapping that maps the space to another character 
6123       defined by afsacl:space.
6124     * Add support for 'net idmap delete <idmap-file> <SID>'.
6125     * Add new parameter 'afs token lifetime' tells the AFS client 
6126       when to throw away a token (patch from kllin@it.su.se).
6127     * Initial work to allow support for multiple pipe opens on a 
6128       single cli_state*.
6129     * Ensure that we still retrieve the netbios name of any DC 
6130       listed as a 'password server' to work around cases where the 
6131       DC was defined using an IP address or fqdn.
6132     * Fix memleak in winbindd connection code.
6133     * Fix cli_samr_queryuseraliases.
6134     * Allow wbinfo --user-sids to expand expand domain local groups.
6135     * Allow 'rpcclient -c enumtrust' to enumerate more than 10 trusts.
6136     * Fix parsing of other_sids in net_user_info3.
6137     * Correct bad failure logic when user was not a member of any 
6138       domain local groups.
6139     
6140
6141 o   Jason Mader <jason@ncac.gwu.edu>
6142     * BUG 2113, 2289: Remove dead code.
6143
6144
6145 o   Jim McDonough <jmcd@us.ibm.com>
6146     * BUG 1952: Try INITSHUTDOWN pipe first, used by newer 
6147       clients.  If it fails, fall back to WINREG.
6148     * BUG 1770: Remove READ_ATTRIBUTES from GENERIC_EXECUTE.
6149     * BUG 2198: Set password last change time when running 'net rpc 
6150       vampire'.
6151     * Add "refuse machine password change" policy field.
6152
6153
6154 o   Luke Mewburn <lukem@NetBSD.org>
6155     * BUG 2150: shmget() - Use POSIX definitions instead of non-
6156       standard SHM_.
6157       
6158
6159 o   Stefan Metzmacher <metze@samba.org>    
6160     * autogen.sh fixes.
6161
6162
6163 o   Buchan Milne <bgmilne@mandrake.org>
6164     * Mandrake packaging fixes.
6165
6166
6167 o   Lars Mueller <lmuelle@samba.org>
6168     * Fix build of libsmbclient on x86_64.
6169     * BUG 2013: Fix testsuite build issues when libsmbclient.so 
6170       is installed in a non-default location.
6171     * BUG 2050: Calculate max_fd for select correctly.
6172     * Fix inverted logic heck for HAVE_WRFILE_KEYTAB in autoconf 
6173       script.
6174
6175
6176 o   Jason Mader <jason@ncac.gwu.edu>
6177     * BUG 2069: Remove unused variables.
6178     * BUG 2075: Remove dead code paths.
6179     * BUG 2083: Fix compiler warnings caused by bad type casts.
6180
6181
6182 o   James Peach <jpeach@sgi.com>
6183     * Fix rewinddir -> rewind_dir when using VFS macros.
6184     
6185
6186 o   Gavrie Philipson <gavrie@disksites.com>
6187     * BUG 1838: Remove stale printers imeeddiately when 
6188       processing a SIGHUP and during smb.conf reload.
6189
6190       
6191 o   Tim Potter <tpot@samba.org>
6192     * BUG 2080: Fix duplicate call to pdb_get_acct_desc().
6193     * BUG 2168: Fix cast in SMB_XMALLOC_ARRAY.
6194     * Change the license for the winbindd external interface 
6195       more liberal.
6196     * HP-UX compile fixes.
6197     * Compile fixes after new setsampwent() API.
6198
6199
6200 o   Richard Renard <rrenard@idealx.com>
6201     * Update Netscape DS 5.2 LDAP schema.
6202
6203
6204 o   Simo Sorce <idra@samba.org>
6205     * Backport pdbedit changes from trunk.
6206     * Allows the add/change share command to create the shared 
6207       directory directory on disk.
6208     * Log a warning in testparm if a print command is defined for
6209       a print service using 'printing = cups'.
6210      
6211 o   Jelmer Vernooij <jelmer@samba.org>
6212     * Bug fixes for pdb_{xml,pqsql,xml}
6213     * Fixes for pdb_mysql.
6214
6215
6216 o   Andrew Tridgell <tridge@samba.org>
6217     * Bring Samba3 into line with the Samba4 password change code.
6218     
6219
6220 o   Shiro Yamada <shiro@miraclelinux.com>
6221     * BUG 2190: Force SWAT to display parameters in unix charset and 
6222       not UTF-8.
6223
6224
6225       --------------------------------------------------
6226                    ==============================
6227                    Release Notes for Samba 3.0.10
6228                              Dec 16, 2004
6229                    ==============================
6230
6231 Common bugs fixed in 3.0.10 include:
6232
6233   o Fix for security issues described in CAN-2004-1154.
6234
6235
6236 Changes since 3.0.9
6237 -------------------
6238
6239 commits
6240 -------
6241
6242 o   Jeremy Allison <jra@samba.org>
6243     * Added checks surrounding all *alloc() calls to fix
6244       CAN-2004-1154.
6245     * Fix long standing memory size bug in bitmap_allocate().
6246     * Remove bogus error check in deferred open file serving 
6247       code.
6248
6249
6250 o   Thomas Bork <tombork@web.de>
6251     * Fix autoconf script on platforms using a version of GNU ld
6252       that does not include a date stamp in the output of --version.
6253
6254
6255 o   Luke Mewburn <lukem@NetBSD.org>
6256     * Fix the swat install script to deal with the new image
6257       destination directory used by the docs.
6258      
6259
6260
6261       --------------------------------------------------
6262
6263                    =============================
6264                    Release Notes for Samba 3.0.9
6265                              Nov 15, 2004
6266                    =============================
6267
6268 Common bugs fixed in 3.0.9 include:
6269
6270   o Problem updating roaming user profiles.
6271   o Crash in smbd when printing from a Windows 9x client.
6272   o Unresolved symbols in libsmbclient which caused
6273     applications such as KDE's konqueror to fail when
6274     accessing smb:// URLs.
6275
6276
6277 Changes since 3.0.8
6278 -------------------
6279
6280
6281 commits
6282 -------
6283
6284 o   Jeremy Allison <jra@samba.org>
6285     * Correctly detect errno for no acl/ea support.
6286     * BUG 2036: Fix seg fault in 'net ads join'.
6287
6288     
6289 o   Gerald (Jerry) Carter <jerry@samba.org>
6290     * Solaris packaging fixes.
6291     * Fix seg fault in lanman printing code.
6292     * BUG 2017: fix testparm reporting for the passwd program 
6293       string.
6294     * Fix output of smbstatus to match the man page.
6295     * BUG 2027: fix conflict with declaration MD5_CTX in system 
6296       headers.
6297     * 2028: Avoid false error messages when copying a long 
6298       printer name to the device mode.
6299
6300
6301 o   Guenther Deschner <gd@samba.org> 
6302     * Allow deldriverex in rpcclient to delete drivers for a 
6303       specific architecture and a specific version.
6304     * Fix a couple of rpcclient spoolss commands (setprinter, 
6305       setprintername, getdriver) w.r.t to printer-naming scheme.
6306       Allow 'localhost' in the server string for certain server-side
6307       spoolss functions.
6308     * BUG 2015: Do not fail on setting file attributes with 
6309       acl support enabled.
6310
6311
6312 o   Michel Gravey <michel.gravey@optogone.com>
6313     * Fix build when using gcc 3.0.
6314
6315
6316 o   Volker Lendecke <vl@samba.org>
6317     * Fix tdb open logic when checking our local_pid after 
6318       the fork().
6319
6320
6321 o   Jim McDonough <jmcd@us.ibm.com>
6322     * BUG 1932: Fix crash in 'net getlocalsid' when run as 
6323       non-root user.
6324
6325
6326 o   Luke Mewburn <lukem@NetBSD.org>
6327     BUG 1661: Fix KRB5_SETPW-defines
6328
6329
6330 o   Buchan Milne <bgmilne@mandrake.org> 
6331     * BUG 2023: Mandrake packaging fixes for building 3.0.9.
6332
6333
6334 o   Lars Mueller <lmuelle@samba.org>
6335     * BUG 2013: Fix unresolved symbols in libsmbclient.so.
6336
6337
6338 o   Martin Zielinski <mz@seh.de>
6339     * Add DeletePrinterDriverEx() functionality to rpcclient.
6340     
6341
6342       --------------------------------------------------
6343
6344                    =============================
6345                    Release Notes for Samba 3.0.8
6346                              Nov 7, 2004
6347                    =============================
6348
6349 Common bugs fixed in 3.0.8 include:
6350
6351   o Compile fixes for HP-UX
6352   o Fixes for the printer publishing code used when joined to 
6353     an AD domain.
6354   o Incompatibilities with file system quotas.
6355   o Several bugs in the spoolss printing code and print system 
6356     backends.
6357   o Inconsistencies in the username map functionality when 
6358     configured on domain member servers.
6359   o Various compile warnings and errors on various platforms.
6360   o Fixes for Kerberos interoperability with Windows 200x 
6361     domains when using DES keys.
6362   o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
6363   o Fix for CAN-2004-0882 -- possible buffer overrun in smbd.
6364
6365     
6366 New features included in the 3.0.8 release are:
6367
6368   o New migration functionality added the the net tool
6369     for files/directories, printers, and shares.
6370   o New experimental idmap backend for assigning uids/gids
6371     directly based on the user/group RID when acting as a
6372     member of single domain without any trusts.
6373   o Additional printer migration support for XP/2003 platforms.
6374
6375
6376 ===========================
6377 Change in Winbindd Behavior
6378 ===========================
6379
6380 All usernames returned by winbindd are now converted to lower 
6381 case for better consistency.  This means any winbind installation
6382 relying on the winbind username will need to rename existing 
6383 directories and/or files based on the username (%u and %U) to lower 
6384 case (e.g. mv $name `echo $name | tr '[A-Z]' '[a-z]'`).  This may 
6385 include mail spool files, home directories, valid user lines in 
6386 smb.conf, etc....
6387
6388
6389 ======================
6390 Change in Username Map
6391 ======================
6392
6393 Previous Samba releases would only support reading the fully qualified 
6394 username (e.g. DOMAIN\user) from the username map when performing a 
6395 Kerberos login from a client.  However, when looking up a map 
6396 entry for a user authenticated by NTLM[SSP], only the login name would be
6397 used for matches.  This resulted in inconsistent behavior sometimes
6398 even on the same server.
6399
6400 Samba 3.0.8 obeys the following rules when applying the username
6401 map functionality:
6402
6403   * When performing local authentication, the username map is 
6404     applied to the login name before attempting to authenticate 
6405     the connection.
6406   * When relying upon a external domain controller for validating
6407     authentication requests, smbd will apply the username map 
6408     to the fully qualified username (i.e. DOMAIN\user) only
6409     after the user has been successfully authenticated.
6410
6411
6412 ######################################################################
6413 Changes
6414 #######
6415
6416 Changes since 3.0.7
6417 -------------------
6418
6419 smb.conf changes
6420 ----------------
6421     Parameter Name                      Action
6422     --------------                      ------
6423     force printername                   New
6424     sendfile                            disabled by default
6425
6426
6427 commits
6428 -------
6429
6430 o   Jeremy Allison <jra@samba.org>
6431     * Ensure extended security bit is on only if we negotiated 
6432       extended security.
6433     * Simplify statcache to use an in-memory tdb. 
6434     * If you're selecting a hash algorithm for tdb, you need 
6435       to do it at open time.
6436     * Removed old dir caching code - not being used now we 
6437       have the statcache anyway.
6438     * Simplify the mangle hash code to use an in-memory tdb.
6439     * Merge iconv changes from Samba 4 branch.
6440     * Fix parsing of names ending in dot and a few other error 
6441       returns.
6442     * BUG 1667: Smbpasswd file could be left locked on some 
6443       error exits.
6444     * Fixes for smbclient tar functionality.
6445     * BUG 1743: Fix logic bug the deferred open code.
6446     * Don't try to set security descriptors on shares where 
6447       this has been turned off.
6448     * Return correct error codes on old SEARCH call.
6449     * Ensure we set errno = E2BIG when we overflow in the 
6450       fast-path character conversion code.
6451     * Fix the roundup problem (returning 1mb roundup) for 
6452       non-Windows clients.
6453     * Added 'stat' command to smbclient to exercise the 
6454       UNIX_FILE_BASIC info level.
6455     * Fix bug where we could incorrectly set sparse attribute.
6456     * Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys()
6457       (reported by Taj Khattra <taj.khattra@gmail.com>).
6458     * Remove locked keys tdb code.
6459     * BUG 1886: Prevent delete on close being set for readonly files 
6460       (and return the correct error code).
6461     * Ensure we pass most of the new lock tests except for the cancel 
6462       lock which is yet to be added (merged from Samba 4 branch).
6463     * BUG 1947: Fix incorrect use of getpwnam() etc. interface.
6464     * BUG 1956: Ensure errno is saved and restored consistently on a 
6465       normal_close.
6466     * BUG 1651: Adapted patch from Nalin Dahyabhai for ensuring 
6467       that all of the appropriate service principal names are set 
6468       upon joining an AD domain.
6469     * Fix the correct use of resume name in the trans2 code.
6470     * BUG 1717: Adapted patch from Nalin Dahyabhai to detect the
6471       correct salt used when generated the DES key after joining an 
6472       AD domain.
6473     * Enhanced krb5 detection routines in the autoconf scripts.
6474   
6475
6476 o   Andrew Bartlett <abartlet@samba.org>
6477     * Avoid changing the machine account password in the passdb 
6478       backend, when it has 'already been changed'.  This occurs 
6479       in situations where the secure channel between the workstation 
6480       and the DC breaks down, such as occurred in the MS04-11 
6481       security patch.
6482     * Fix utility name in error message in ntlm_auth.
6483     * Fix NTLMv2 for use with pam_winbind.
6484     * Remove conversion to and from UTF8 on the winbind pipe.
6485     * Allow 'require_membership_of' and 'require-membership-of'.
6486     * Fix the error code for 'you didn't specify a domain' in 
6487       ntlm_auth.
6488     * Use sys_getgroups() rather than scanning all groups 
6489       when generating SAMR replies.
6490
6491
6492 o   Igor Belyi <sambauser@katehok.ac93.org>
6493     * Ensure pdb user is deleted first before deleting UNIX 
6494       user (LDAP backend needs this ordering).
6495
6496
6497 o   Cornelio Bondad Jr <Corny.Bondad@hp.com>
6498     * Fix core dump in 'net rpc vampire'.
6499     
6500
6501 o   Vince Brimhall <vbrimhall@novell.com>
6502     * Make ldapsam_compat robust against NULL attributes.
6503
6504
6505 o   Gerald Carter <jerry@samba.org>
6506     * Don't limit the number of groups returned by winbindd_getgroups()
6507       by NGROUPS_MAX.
6508     * BUG 1519: Match Windows 2000 behavior when opening a 
6509       printer using a servername in the form of an IP address or 
6510       DNS name.
6511     * BUG 1907: remove extra slashes from the printer name in 
6512       getprinterdriverdir_1().  
6513     * Fix standard_sub_snum() to use the current user's gid.
6514     * Fix background queue update bug (based on Volker's initial work 
6515       in 3.1.0).
6516     * Add 'force printername' service parameter for people that want 
6517       to enforce printername == sharename for spoolss printing.
6518     * Ensure consistent usage of the username map.  Use the fully 
6519       qualified DOMAIN\user format for 'security = domain|ads' and 
6520       apply after authentication has succeeded.
6521     * Cosmetic fix for getent output -- lowercase the username only 
6522       and not the complete domain\username string.
6523     * Packaging fixes for Solaris, Redhat, & Fedora.
6524
6525     
6526 o   Sean Chandler <sean.chandler@verizon.net>
6527     * Fix memlieak in cliconnect.c.
6528
6529
6530 o   Darren Chew <darrenc@vicscouts.asn.au>
6531     * Solaris packaging fixes.
6532     
6533
6534 o   Nalin Dahyabhai <nalin@redhat.com>
6535     * SMB signing fix for 56-bit DES session keys.
6536
6537
6538 o   Guenther Deschner <gd@samba.org> 
6539     * add IA64 to the architecture table of printer-drivers.
6540     * Add file/share/printer migration functionality to 
6541       the net command.
6542     * Show correct help for net groupmap commands.
6543     * Fix deadlock loop in winbind's required_membership_sid
6544       verification.
6545     * Bring the same level of "required_membership"-functionality 
6546       that ntlm_auth uses, to pam_winbindd as well.
6547     * Prevent "net lookup kdc" from seg-faulting when
6548       using our own implementation of krb5_lookup_kdc with 
6549       heimdal.
6550     * Adding getprinter level 7 to rpcclient.
6551     * Support migrating printers|shares|files from Server A 
6552       to Server B while running the net-command on client C.
6553     * Fixed krb5_krbhost_get_addrinfo()-parameters and make 
6554       failure of this call non-critical (Thanks to Love @ Heimdal
6555       for the explanation and patch).
6556     * Fix typos in net's usage-output.
6557     * Fix the paranoia-check to ensure the ldap-attribute and the
6558       smb.conf-parameter for samba's "algorithmic rid base" in ldapsam 
6559       are identical.
6560     * Fix several bugs in the _samr_query_useraliases() rpc reply.
6561     * Check correct string length when verifying password-policies 
6562       and using extended characters (Thanks to Uwe Morgenroth from CC 
6563       Compunet and Volker).
6564     * Make 'password history'-behavior in ldapsam more consistent. 
6565     * Adding "Windows x64" as architecture string and driverdir "x64" 
6566       for the 64bit AMD platform.
6567     * BUG 1343: Readd WKGUID-binding to match the correct default-
6568       locations of new User-, Group- and Machine-Accounts in Active 
6569       Directory (this got lost during the last trunk-merge).
6570     * Fix printer-migration w.r.t. to new naming-convention for
6571       policy-handles.
6572     * Allow to migrate win2k3/xp-drivers as well. 
6573     * Add client-side support of triggering ads printer publishing 
6574       over msrpc setprinter calls inside the net-tool. 
6575     * Add the idmap_rid module (written in conjunction with 
6576       Sumit Bose <sbose@suse.de>).
6577     * BUG 1661: Fix build with recent heimdal releases.
6578     * Prevent idmap_rid from making unnecessary calls to domain 
6579       controllers for trusted domains.
6580
6581
6582 o   Arthur van Dongen <avdongen@xs4all.nl>
6583     * Fix typos in pam_winbind log messages and SuSE 
6584       packaging files.
6585
6586
6587 o   Rob Foehl <rwf@loonybin.net>
6588     * Typo fixes for log messages in printer publishing code.
6589     * Fix memory leak in printer publishing code.
6590     * Ensure print_backend_init() only gets called once.
6591     * Have smbd check the published status of all printers 
6592       at startup.
6593     * Cleanup up the XXX_a_printer() API for consistency.
6594     * Refactored the printer publishing code and include better 
6595       error handling.
6596
6597
6598 o   Steve French <sfrench@us.ibm.com>
6599     * Fix IP address override in mount.cifs mount helper and clean 
6600       up warning messages from the sparse tool and expand syntax help.
6601     * Strip guest mount option off before sending to kernel mount 
6602       routine to avoid logging spurious message.
6603
6604
6605 o   Satoh Fumiyasu <fumiya@samba.gr.jp>
6606     * BUG 1732: Limit share names returned by RAP based on windows 
6607       character width, not unix character width.
6608     * BUG 1498: Ensure that acl entries are stored in the correct 
6609       order.
6610
6611
6612 o   Brett Funderburg <brett@deepfile.com>
6613     * Pass create options parameter to nt_create_andx() function
6614       from the python bindings.
6615     * BUG 1864: Add sd->type field to security descriptor Python 
6616       representation.
6617     * Return an error if a Netapp filer returns NT_STATUS_ACCESS_DENIED
6618       when trying to return the security descriptor for a file.
6619     * BUG 1884: Fixes for the Python bindings to use the value
6620       of the desired_access filed passed into the lsa_open_policy()
6621       routines.
6622
6623  
6624 o   Michael Gravey <michel.gravey@optogone.com>
6625     * BUG 1776: Fix warnings when building modules caused by 
6626       certain versions of GNU ld not using the the default 
6627       --allow-shlib-undefined flag.
6628
6629
6630 o   Chris Hertel <crh@samba.org>
6631     * Fix logic bug in splay tree data structure when finding 
6632       a leaf node.
6633     * Fix bug where an invalid MAC address would be printed by 
6634       a node status lookup from nmblookup.
6635
6636       
6637 o   Uli Iske <iske@elkb.de>
6638     * Update the DNS/eDirectory LDAP schema file.
6639
6640
6641 o   Björn Jacke <bjacke@sernet.de>
6642     * BUG 1766: Unify charset-handling in Content-Type:-headers to 
6643       UTF-8.  Reformat msgstr in msg-files to UTF-8.
6644     * Do not use display charset for swat output.
6645     * Convert the share names correctly from unix encoding to web 
6646       encoding and vice versa. 
6647     * Convert files from status page from unix charset to UTF-8.
6648
6649
6650 o   Guenter Kukkukk <guenter.kukkukk@kukkukk.com>
6651     * BUG 1590: Fix for talking to OS/2 clients (max_mux ignored).
6652
6653
6654 o   Tom Lackemann <cessnatomny@yahoo.com>
6655     * BUG 1954: Fix memory leak in posix acl code.
6656
6657
6658 o   Volker Lendecke <vl@samba.org>
6659     * Robustnss fix for winbindd when sending multiple requests 
6660       at a high rate for a slow operation.  
6661     * Solve the problem of user sids ending up with gid's 
6662       and vice versa.
6663     * Use sys_fork instead of fork for the dual daemon so that 
6664       we get the correct debug pid in the logfiles.
6665     * Based on patch from jmcd, implement special lists for the LDAP 
6666       user attributes to delete.
6667     * Fix creation of aliases via usrmgr. Winbind was too strict 
6668       checking the type of sids.
6669     * Lowercase all usernames returned by winbind.
6670     * BUG 1545, 1823: Only issue the ldap extended password change 
6671       operation if the ldap server supports it.  Also ignore object 
6672       class violation errors from the extended operation.
6673     * Optimization for 'idmap backend = ldap': When asking sid2id 
6674       for the wrong type, don't ask ldap when we have the opposite mapping 
6675       in the local tdb.
6676     * Fix ldapsam_compat homeDrive.
6677     * Add usersidlist and allowedusers subcommands to the net tool
6678       in order to support scanning a file server's share and list 
6679       all users who have permission to connect there.
6680     * Allow for multiple DC's to be named as #1c names in lmhosts.
6681     * Memory leak fixes.
6682     * Fix checks for the local pid of an smbd process after 
6683       reopening tdbs.
6684
6685
6686 o   Herb Lewis <herb@samba.org>
6687     * Added tdbtool to be built by default.
6688
6689
6690 o   Love <lha@stacken.kth.se>
6691     * BUG 1955: Inconsistent error return.
6692
6693
6694 o   Sorin Manolache <sorinm@gmail.com>
6695     * Memory leak fix.
6696
6697
6698 o   Jim McDonough <jmcd@us.ibm.com>
6699     * Allow 'net ads lookup' to rely on command line arguments 
6700       if contacting an ADS server fails; utilize cldap for lookups.
6701     * Fixup formatting errors in TDB_LOG calls; add printf attribute
6702       support to tdb log functions.
6703
6704
6705 o   Bill McGonigle <bill+samba@bfccomputing.com>
6706     * BUG 1926: Type in debug message.
6707
6708
6709 o   Sean McGrath
6710     * BUG 1822: Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS
6711       for libsmbclient.
6712
6713
6714 o   Luke Mewburn <lukem@NetBSD.org>
6715     * BUG 1782: Prevent testparm from displaying parameter synonyms.
6716
6717
6718 o   Stefan Metzmacher <metze@samba.org>    
6719     * Fix crash in smbcquotas and smbcacls caused by setup_logging().
6720     * Fix client quota support.
6721     * Fix opening of system quota file.
6722
6723
6724 o   Lars Mueller <lmuelle@samba.org>
6725     * Small fixes for autogen.sh to deal with version detection 
6726       of autoconf and autoheader; fixes for examples using 
6727       libtool to adhere to stricter syntax of newer version.
6728
6729
6730 o   Henrik Nordstrom <hno@squid-cache.org>
6731     * Allow winbindd to return the correct number of groups 
6732       when the groups array must be enlarged.
6733
6734
6735 o   Narayana Pattipati <narayana.pattipati@wipro.com>
6736     * Solaris autoconf detection fixes.
6737
6738
6739 o   Tim Potter <tpot@samba.org>
6740     * BUG 1360: (correct fix) Use -Wl when passing flags to 
6741       the linker.
6742     * HP-UX compile fixes (from JBravo on #samba-technical).
6743     * BUG 1731: More HP-UX compiles fixes.
6744     * BUG 1778: Include yp_prot.h before ypclnt.h as AIX 5.2 
6745       spits the dummy otherwise.
6746     * Fix bug in Python printerdata wrapper.
6747     * BUG 1762: nss_winbind fixes on AIX 5.x (patch from 
6748       <bugzilla-samba@thewrittenword.com>).
6749     * Fix parameter confusion in priming of name-to-sid cache
6750       (Found by Qiao Yang).
6751     * BUG 1888: Remove '..' from all pre-processor commands.
6752     * BUG 1903: Change some #if DEBUG_PASSWORD's to #ifdef 
6753       DEBUG_PASSWORD.
6754
6755
6756 o   Matt Selsky <selsky@columbia.edu>
6757     * BUG 350: use autoconf 2.57 feature for checking header file
6758       preprocessing (fixes configure warnings on Solaris).
6759
6760
6761 o   Richard Renard <rrenard@idealx.com>
6762     * Fix usermgr.exe and trust relationships.
6763
6764
6765 o   Paul Szabo <psz@maths.usyd.edu.au>
6766     * Fix to make find_workgroup use the same 
6767       truncation as create_workgroup.
6768
6769
6770 o   Richard Sharpe <rsharpe@samba.org>
6771     * Ensure cli_write() can support writes >= 65536 bytes.
6772
6773
6774 o   Simo Sorce <idra@samba.org>
6775     * Added check password script code in examples/auth/crackcheck/
6776     * Fix memory corruption bug caused in freeing static memory.
6777
6778
6779 o   Andrew Tridgell <tridge@samba.org>
6780     * Remove lp_use_mmap() from map_file() since the latter 
6781       is for read only and does not require coherence.
6782     * Ensure that the uuid pack/unpack routines do not go past 
6783       the end of the structure.
6784     * Converted Samba 3 tree to use the new utf-16 aware iconv 
6785       code. 
6786     * Changed iconv to recognise UCS-2LE and UTF-16LE as synonyms.
6787     * Ensure configure only uses '=' instead of the bashism '=='.
6788     * Reduces the number of tdb locking calls made on file IO.
6789     
6790
6791 o   Jelmer Vernooij <jelmer@samba.org>
6792     * Convert internal data to UTF-8 before calling libxml2.
6793     * Complain if 'password chat' doesn't contain the %u variable
6794       (based on a patch by Ronan Waide).
6795     
6796
6797 o   Josef Zlomek
6798     * BUG 1541:  Fix recursive ls in smbclient. 
6799
6800     
6801 o   Igor Zhbanov <bsg@uniyar.ac.ru>
6802     * BUG 1797: Prevent winbind and nmbd from ignoring the "-l" 
6803       option.
6804
6805       --------------------------------------------------
6806
6807                   =============================
6808                   Release Notes for Samba 3.0.7
6809                            Sept 13, 2004
6810                   =============================
6811
6812 Common bugs fixed in 3.0.7 include:
6813
6814   o Fixes for two Denial of Service vulnerabilities
6815     (CVE ID# CAN-2004-0807 & CAN-2004-0808).
6816   o Winbind failure to return user entries under certain
6817     conditions.
6818   o Syntax errors in the OpenLDAP schema file (samba.schema).
6819   o Printing errors caused by not setting default values
6820     for the various printing commands.
6821
6822
6823 Changes since 3.0.6
6824 -------------------
6825
6826 smb.conf changes
6827 ----------------
6828
6829     Parameter Name                      Action
6830     --------------                      ------
6831     winbind enable local accounts       disabled by default
6832
6833     
6834 commits
6835 -------
6836 o   Jeremy Allison <jra@samba.org>
6837     * Fix parsing of names ending in dot and a few other error 
6838       returns.
6839     * BUG 1674: Move the symlinks checks into reduce_name().
6840     * Fix memleak when checking the valid names smb.conf option.
6841     * Fix memleak on error return path in the file open code.
6842     * More paranoia checks in the hash2 mangling code.
6843     * Fix syntax error in configure.in.
6844     * Match Win2k3's behavior for pathname parsing error returns.
6845     * Make nmbd more robust against bad netbios packets 
6846       (CAN-2004-0808).
6847     * Add more checks for invalid ASN.1 packets for SPNEGO packets
6848       (CAN-2004-0807).
6849
6850   
6851 o   Andrew Bartlett <abartlet@samba.org>  
6852     * Janitor work in loadparm.c -- remove unused parameters.
6853
6854
6855 o   Gerald Carter <jerry@samba.org>
6856     * BUG 1464: Ensure that printing commands are initialized even
6857       if the 'printing' parameter is not explicitly set.
6858     * Resolve name conflict on DEC OSF-5.1 (inspired by patch from 
6859       Adharsh Praveen <rprav@india.hp.com>)
6860     * Work around parsing error in the print change notify code.
6861     * remove duplicate declaration of getprintprocdir from 
6862       rpcclient.
6863     * Only use sAMAccountName and not userPrincipalName when looking
6864       up a username in AD since the breaks winbindd (lookup_name() 
6865       only works with the sAMAccountName).
6866     * Fix bug with winbindd_getpwnam() caused by Microsoft DC's not 
6867       filling in the username in the user_info3.
6868     * Fix logic bug in the check for creating a user's home directory 
6869       in register_vuid(); caused home directory to be mismatched to 
6870       the first share in smb.conf under certain conditions.
6871     * BUG 1656: rename auto.a to auto.smb.
6872     * Ensure that we assign our pid to print jobs (and not our 
6873       parent's pid); ensures that spooling jobs from dead smbds 
6874       are removed from the tdb.
6875     * Disable 'winbind enable local accounts' by default.
6876     * Adding some initial checks for DragonFly (same as 
6877       FreeBSD 4.1).
6878     
6879
6880 o   Guenther Deschner <gd@samba.org> 
6881     * Use SMB_ASSERT() to track down NULL printer names in 
6882       the tdb open code.
6883     * Revert fix for BUG 1474 to avoid unnecessary packaging 
6884       dependencies.
6885
6886
6887 o   Olaf Flebbe <o.flebbe@science-computing.de>.  
6888     * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 
6889       and 5.1.
6890     * BUG 1626: More compile fixes.
6891
6892
6893 o   Rob Foehl <rwf@loonybin.net>
6894     * Don't clear the PRINT_ATTRIBUTE_PUBLISHED was getting reset 
6895       by attempts to sanitize the defined attributes.
6896
6897
6898 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
6899     * BUG 1546: Preserve errno in MB strupper_m/strlower_m.
6900
6901
6902 o   Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>.
6903     * BUG 1657: Remove used initialized variable, 
6904     * BUG 1658: Add a little bit of const.
6905
6906
6907 o   Volker Lendecke <vl@samba.org>
6908     * If there's garbage in the pidfile, we should not panic 
6909       but assume that no one else is around. We can't find the 
6910       other guy anyway.
6911
6912
6913 o   Jim McDonough <jmcd@us.ibm.com>
6914     * Fixup format string in the tdb error messages.
6915
6916
6917 o   Jonas Olsson <lexicon@lysator.liu.se>
6918     * BUG 1416: Don't reuncture a users list to NGROUPS_MAX when 
6919       reporting the list in usrmgr.exe.
6920
6921
6922 o   Tim Potter <tpot@samba.org>
6923     * Fix out-of-tree builds (problem with the script to generate 
6924       the svn version number).
6925     * BUG 1360:  Need to use -Wl when passing flags to the linker.
6926     * BUG 1741: Define a struct nss_groupsbymem for HPUX 11 which 
6927       doesn't have one of its own.
6928
6929 o   Simo Sorce <idra@samba.org>
6930     * Fixup compile issues on AIX caused by broken strlen() and 
6931       strdup().
6932     * Update debian packaging files.
6933
6934
6935 o   Dimitri van der Spek <dwspek@aboveit.nl>
6936     * Use the correct counter when copying group rids from the 
6937       user_info3 struct in pam_winbind.
6938       
6939
6940 o   Qiao Yang <qyang@stbernard.com>
6941     * BUG 1622: Only cache the user
6942
6943
6944       --------------------------------------------------
6945       
6946                   =============================
6947                   Release Notes for Samba 3.0.6
6948                            Aug 19, 2004
6949                   =============================
6950
6951 Common bugs fixed in 3.0.6 include:
6952
6953   o Schannel failure in winbindd.
6954   o Numerous memory leaks.
6955   o Incompatibilities between the 'write list' and 'force user'
6956     smb.conf options.
6957   o Premature optimization of the open_directory() internal 
6958     function that broke tools such as the ArcServe backup 
6959     agent, Macromedia HomeSite, and Robocopy.
6960   o Corrupt workgroup names in nmbd's browse.dat.
6961   o Sharing violation errors commonly seen when opening
6962     when serving Microsoft Office documents from a Samba 
6963     file share.
6964   o Browsing problems caused by an apostrophe (') in the 
6965     computer's description field.
6966   o Problems creating special file types from UNIX CIFS 
6967     clients and enabling 'unix extensions'.
6968   o Fix stalls in smbd caused by inaccessible LDAP servers.
6969   o Remove various memory leaks.
6970   o Fix issues in the password lockout feature.
6971
6972 New features introduced in this release include:
6973
6974   O Support symlinks created by CIFS clients which 
6975     can be followed on the server.
6976   o Using a cups server other than localhost.
6977   o Maintaining the service principal entry in the system 
6978     keytab for integration with other kerberized services.
6979     Please refer to the 'use Kerberos keytab' entry in 
6980     smb.conf(5).  When using the heimdal Kerberos libraries,
6981     you must also specify the following in /etc/krb5.conf:
6982     [libdefaults]
6983        default_keytab_name = FILE:/etc/krb5.keytab
6984   o Support for maintaining individual printer names
6985     stored separately from the printer's sharename.
6986   o Support for maintaining user password history.
6987   o Support for honoring the logon times for user in a 
6988     Samba domain.
6989
6990
6991 ============================================
6992 unix extensions = yes (default) and symlinks
6993 ============================================
6994
6995 Beginning with Samba 3.0.6pre1 (formerly known as 3.0.5pre1), 
6996 clients supporting the UNIX extensions to the CIFS protocol 
6997 can create symlinks to absolute paths which will be **followed** 
6998 by the server.  This functionality has been requested in order 
6999 to correctly support certain applications when the user's home 
7000 directory is mounted using some type of CIFS client (e.g. the 
7001 cifsvfs in the Linux 2.6 kernel).
7002
7003 If this behavior is not acceptable for your production environment
7004 you can set 'wide links = no' in the specific share declaration in 
7005 the server's smb.conf.  Be aware that disabling wide link support 
7006 out of a share in Samba may impact the server's performance due 
7007 to the fact that smbd will now have to check each path additional 
7008 times before traversing it.
7009   
7010
7011 ========================
7012 Password History Support 
7013 ========================
7014
7015 The new password history feature allows smbd to check the new 
7016 password in password change requests against a list of the user's
7017 previous passwords.  The number of previous passwords to save can 
7018 be set using pdbedit (4 in this example):
7019
7020    root# pdbedit -P "password history" -C 4
7021
7022 When using the ldapsam passdb backend, it is vital to secure the 
7023 following attributes from access by non-administrative users:
7024
7025    * sambaNTPassword
7026    * sambaLMPassword
7027    * sambaPasswordHistory
7028
7029 You should refer to your directory server's documentation on how 
7030 to implement this restriction.
7031
7032
7033 Changes since 3.0.5
7034 -------------------
7035
7036 smb.conf changes
7037 ----------------
7038
7039     Parameter Name              Action
7040     --------------              ------
7041     cups server                 New
7042     defer sharing violations    New
7043     force unknown acl user      New
7044     ldap timeout                New
7045     printcap cache time         New
7046     use Kerberos keytab         New
7047     
7048 commits
7049 -------
7050 o   Jeremy Allison <jra@samba.org> 
7051     * Correct path parsing bug that broke DeletePrinterDriverEx().
7052     * Fix bugs in check_path_syntax() caught by asserts.
7053     * Internal change - rearrange internal global case setting 
7054       variables to a per connection basis.
7055     * BUG 1345: Fix premature optimization in unix_convert(). 
7056     * Allow clients to truncate a locked file.
7057     * BUG 1319: Always check to see if a user as write access
7058       to a share, even when 'force user' is set.
7059     * Fix specific case of open that doesn't cause oplock break, 
7060       or share mode check.
7061     * Correct sid type is WKN_GROUP, not alias. Added some 
7062       more known types (inspired by patch from Jianliang Lu).
7063     * Allow creation of absolute symlink paths via CIFS clients.
7064     * Fix charset bug in when invoking send_mailslot().
7065     * When using widelinks = no, use realpath to canonicalize 
7066       the connection path on connection create for the user. 
7067     * Enhance stat open code.
7068     * Fix unix extensions mknod code path.
7069     * Allow unix domain socket creation via unix extensions.
7070     * Auto disable the 'store dos attribute' parameter if the 
7071       underlying filesystem doesn't support EAs.
7072     * Implement deferred open code to fix a bug with Excel files 
7073       on Samba shares.
7074     * BUG 1427: Catch bad path errors at the right point.  Ensure 
7075       all our pathname parsing is consistent.
7076     * Fix SMB signing error introduced by the new deferred open 
7077       code.
7078     * Change default setting for case sensitivity to "auto". (see 
7079       commit message -- r1154 -- for details).
7080     * Add new remote client arch -- CIFSFS.
7081     * Allow smbd to maintain the service principal entry in the 
7082       system keytab file (based on patch Dan Perry <dperry@pppl.gov>, 
7083       Guenther Deschner, et. al.).
7084     * Fix longstanding memleak bug with logfile name.
7085     * Fix incorrect type in printer publishing (struct uuid, 
7086       not UUID_FLAT).
7087     * Heimdal compile fixes after introduction of the new ketyab 
7088       feature.
7089     * Ensure we check attributes correctly on rename request.
7090     * Ensure we defer a sharing violation on rename correctly.
7091     * BUG 607: Ensure we remove DNS and DNSFAIL records immediately 
7092       on timeout.
7093     * Fix bogus error message when using "mangling method = hash" 
7094       rather than hash2.
7095     * Turn on sendfile by default for non-Win9x clients.
7096     * Handle non-io opens that cause oplock breaks correctly.
7097     * Ensure ldap replication sleep time is not more than 5 seconds.
7098     * Add support for storing a user's password history.
7099       LDAP portion of the code was based on a patch from 
7100       Jianliang Lu <j.lu@tiesse.com>.
7101     * Correct memory leaks found in the password change code.
7102     * Fix support for the mknod command with the Linux CIFS client.
7103     * Remove support for passing the new password to smbpasswd 
7104       on the command line without using the -s option.
7105     * Ensure home directory service number is correctly reused
7106       (inspired by patches from Michael Collin Nielsen 
7107       <michael@hum.aau.dk>).
7108     * Fix to stop printing accounts from resetting the bas 
7109       password and account lockout flags.
7110     * If a account was locked out by an admin (and has a bad 
7111       password count of zero) leave it locked out until an admin 
7112       unlocks it (but log a message).
7113     * Ensure we return the same ACL revision on the wire that 
7114       W2K3 does.
7115     * BUG 1578: Hardcode replacement for invalid characters as '_'
7116       (based on fix from Alexander E. Patrakov <patrakov@ums.usu.ru>).
7117     * Fix hashed password history for LDAP backends.
7118     * Enforce logon hours restrictions if confiogured (based on code 
7119       from Richard Renard <rrenard@idealx.com>).
7120     * BUG 1606: Force smbd to disable sendfile with DOS clients 
7121       and ensure that the chained header is filled in for ...&X 
7122       commands.
7123     * BUG 1602: Fix access to shares when all symlink support 
7124       has been disabled.
7125
7126
7127
7128 o   Tom Alsberg <alsbergt@cs.huji.ac.il>
7129     * Allow pdbedit to export a single user from a passdb backend.
7130     
7131
7132 o   Andrew Bartlett <abartlet@samba.org>  
7133     * Fix parsing bug in GetDomPwInfo().
7134     * Fix segfault in 'ntlm_auth --diagnostics'.
7135     * Re-enable code to allow sid_to_gid() to perform a group 
7136       mapping lookup before checking with winbindd.
7137     * Fix memory leak in the trans2 signing code.
7138     * Allow more flexible GSS-SPENGO client and server operation 
7139       in ntlm_auth.
7140     * Improve smbd's internal random number generation.
7141     * Fix a few outstanding long password changes in smbd.
7142     * Fix LANMAN2 session setup code.
7143
7144
7145 o   Eric Boehm <boehm@nortelnetworks.com>
7146     BUG 703: Final touches on netgroup case lookups.
7147     
7148     
7149 o   Jerome Borsboom <j.borsboom@erasmusmc.nl>
7150     * Ensure error status codes don't get overwritten in 
7151       lsa_lookup_sids() server code.
7152     * Correct bug that caused smbd to overwrite certain error 
7153       codes when returning up the call stack.
7154     * Ensure the correct sid type returned for builtin sids.
7155
7156
7157 o   Gerald Carter <jerry@samba.org>
7158     * Fix a few bugs in the Fedora Packaging files.
7159     * Fix for setting the called name to by our IP if the 
7160       called name was *SMBSERVER and *SMBSERV.   Fixes issue 
7161       with connecting to printers via \\ip.ad.dr.ess\printer 
7162       UNC path.
7163     * BUG 1315: fix for schannel client connections to servers
7164       when we haven't specifically negotiated AUTH_PIPE_SEAL.
7165     * Allow PrinterDriverData valuenames with embedded backslashes
7166       (Fixes bug with one of the Konica Fiery drivers).
7167     * Fixed string length miscalculation in netbios names that 
7168       resulted in corrupt workgroup names in browse.dat.
7169     * When running smbd as a daemon, launch child smbd to update 
7170       the lpq cache listing in the background.
7171     * Allow printers "Printers..." folder to be renamed to a string 
7172       other than the share name.
7173     * Allow winbindd to use domain trust account passwords when 
7174       running on a Samba DC to establish an schannel to remote 
7175       domains.
7176     * Fix bad merge and ensure that we always use tdb_open_log() 
7177       instead of tdb_open_ex() (the former call enforce the 'use 
7178       mmap' parameter).
7179     * BUG 1221: revert old change that used single and double 
7180       quotes as delimeters in next_token(), and change 
7181       print_parameter() to print out parm values surrounded by 
7182       double quotes (instead of single quotes).
7183     * Prevent home directories added during the SMBsesssetup&X from 
7184       being removed as unused services.
7185     * Invalidate the print object cache for open printer handles when
7186       smbd receives a message that an attribute on a given printer 
7187       has been changed.
7188     * Cause the configure script to exit if --enable-cups[=yes] is 
7189       defined and the system does not have the cups devel files 
7190       installed.
7191     * BUG 1297: Prevent map_username() from being called twice 
7192       during logon.
7193     * Ensure that we use the userPrincipalName AD attribute 
7194       value for LDAP SASL binds.
7195     * Ensure we remove the tdb entry when deleting a job that 
7196       is being spooled.
7197     * BUG 1520: Work around bug in Windows XP SP2 RC2 where the 
7198       client sends a FindNextPrintChangeNotify() request without 
7199       previously sending a FindFirstPrintChangeNotify().  Return 
7200       the same error code as Windows 2000 SP4.
7201     * BUG 1516: Manually declare ldap_open_with_timeout() to 
7202       workaround compiler errors on IRIX (or other systems without 
7203       LDAP headers).
7204     * Merge security fixes for CAN-2004-0600, CAN-2004-0686 from 
7205       3.0.5.
7206     * Corrected syntax error in the OID for sambaUnixIdPool, 
7207       sambaSidEntry, & sambaIdmapEntry object classes.
7208     * Tighten the cache consistency with the ntprinters.tdb entry 
7209       an the in memory cache associated with open printer handles.
7210     * Make sure that register_messages_flags() doesn't overwrite 
7211       the originally registered flags.
7212
7213
7214 o   Fabien Chevalier <fabien.chevalier@supelec.fr>
7215     * Debian BUG 252591: Ensure that the return value from the 
7216       number of available interfaces is initialized in case no 
7217       interfaces are actually available.
7218
7219
7220 o   Guenther Deschner <gd@sernet.de> 
7221     * Implement 'rpcclient setprintername'.
7222     * Add local groups to the user's NT_TOKEN since they are 
7223       actually supported now.
7224     * Heimdal compile fixes after introduction of the new keytab 
7225       feature.
7226     * Correctly honor the info level parameter in 'rpcclient 
7227       enumprinters'.
7228     * Reintroduce 'force unknown acl user' parameter.  When getting a 
7229       security descriptor for a file, if the owner sid is not known, 
7230       the owner uid is set to the current uid. Same for group sid.
7231     * Ensure that REG_SZ values in the SetPrinterData actually 
7232       get written in UNICODE strings rather than ASCII.
7233     * Ensure that the last Kerberos error return is not invalid.
7234     * Display share ACL entries from rpcclient.
7235     * Correct infinite loop in pam_winbind's verification of 
7236       group membership in the 'other sids' field in the user_info3 
7237       struct.
7238
7239
7240 o   Fabian Franz <FabianFranz@gmx.de>
7241     * Support specifying a port in the device URL passed to smbspool.
7242     
7243     
7244 o   Steve French <sfrench@us.ibm.com>
7245     * Handle -S and user mount parms in mount.cifs.
7246     * Fix user unmount of shares mount with suid mount.cifs.
7247     * prevent infinite recusion in reopen_logs() when expanding 
7248       the smb.conf variable %I.
7249
7250
7251 o   Bjoern Jacke <bj@sernet.de>
7252     * Install libsmbclient into $(LIBDIR), not into hard coded 
7253       ${prefix}/lib. This helps amd64 systems with /lib and /lib64 
7254       and an explicit configure --libdir setting.
7255
7256
7257 o   <kawasa_r@itg.hitachi.co.jp>
7258     * Correct more memory leaks and initialization bugs.
7259     * Fix bug that prevented core dumps from being generated 
7260       even if you tried.
7261     * Connect to the winbind pipe in non-blocking mode to 
7262       prevent processes from hanging.
7263     * Memory leak fixes.
7264
7265
7266 o   Stephan Kulow <coolo@suse.de>
7267     * Fix crash bug in libsmbclient.
7268
7269
7270 o   Volker Lendecke <vl@samba.org>
7271     * Added vfs_full_audit module.
7272     * Add vfs_afsacl.c which can display & set AFS acls via 
7273       the NT security editor.
7274     * Fix crash bug caused by trying to Base64 encode a NULL string.
7275     * Fix DOS error code bug in reply_chkpath().
7276     * Correct misunderstanding of the max_size field in 
7277       cli_samr_enum_als_groups;  it is more like an account_control 
7278       field with individual bits what to retrieve.
7279     * Implement 'net rpc group rename' -- rename domain groups.
7280     * Implement the 'cups server' option. This makes it possible 
7281       to have virtual smbd's connect to different cups daemons.
7282     * Paranoia fixes when adding local aliases to a user's NT_TOKEN.
7283     * Fix sid_to_gid() calls in winbindd to prevent loops.
7284     * Ensure that local_sid_to_gid() sets the type of the group on 
7285       return.
7286     * Make sure that the clients are given back the IP address to 
7287       which they connected in the case of a multi-homed host. Only 
7288       affects strings the spoolss printing replies.
7289     * Fix the bad password lockout. This has not worked as pdb_ldap.c 
7290       did not ask for the modifyTimestamp attribute, so it could 
7291       not find it.   Try not to regress by not putting that attrib 
7292       in the main list but append it manually for the relevant searches.
7293     * Fix two memleaks in login_cache.c.
7294     * fixes memory bloat when unmarshalling strings.
7295     * Fix compile errors using gcc 3.2 on SuSE 8.2.
7296     * Fix the build for systems without Kerberos headers.
7297     * Allow winbindd to handle authentication requests only when 
7298       started without either an 'idmap uid' or 'idmap gid' range.
7299     * Fix the build for systems without ldap headers.
7300     * Fix interaction between share security descriptor and the 
7301       'read only' smb.conf option.
7302     * Fix bug that caused _samr_lookupsids() with more than 32 (
7303       MAX_REF_DOMAINS) SIDs to fail.
7304     * Allow the 'idmap backend' parameter to accept a list of 
7305       LDAP servers for failover purposes.
7306     * Revert code in smbd to remove a tdb when it has become 
7307       corrupted.
7308     * Add paranoid checks when mapping SIDs to a uid/gid to 
7309       ensure that the type is correct.
7310     * Initial work on getting client support for sending mailslot 
7311       datagrams.
7312     * Add 'ldap timeout' parameter.
7313     * Dont always uppercase 'afs username map'.
7314     * Expand aliases for getusersids as well.
7315     * Improved NT->AFS ACL mapping VFS module.
7316
7317
7318 o   Herb Lewis <herb@samba.org>
7319     * Add the acls debug class.
7320     * Fix logic bug in netbios name truncate routine.
7321     * Fix smbd crash caused by smbtorture IOCTL test.
7322     * Fix errno tromping before calling iconv to reset the 
7323       conversion state.
7324     * need to leave empty dacl so we can remove last ACE.
7325
7326
7327 o   Jianliang Lu <Jianliang.Lu@getronics.com>
7328     * Fix to stop smbd hanging on missing group member in 
7329       get_memberuids().
7330     * Make sure Samba returns the correct group types.
7331      * Reset the bad password count password counts upon a successful login.
7332      
7333      
7334 o   Jason Mader <jason@ncac.gwu.edu>
7335     * BUG 1385: Don't use non-consts in a structure initialization.
7336     
7337
7338 o   Jim McDonough <jmcd@us.ibm.com>
7339     * BUG 1279: SMBjobid fix for Samba print servers running on 
7340       Big-Endian platforms.
7341
7342
7343 o   Joe Meadows <jameadows@webopolis.com>
7344     * Add optional timeout parameter to ldap open calls.
7345     * Allow get_dc_list() to check the negative cache.
7346
7347
7348 o   Stefan Metzmacher <metze@samba.org>    
7349     * fix a configure logic bug for linux/XFS quotas when 
7350       using --with-sys-quotas.
7351     * Use quota debug class in quota code.
7352     * print out the SVN revision by configure,
7353     
7354
7355 o   Buchan Milne <bgmilne@mandrake.org>
7356     * Mandrake packaging fixes.
7357     
7358     
7359 o   Lars Mueller <lmuelle@samba.org>
7360     * BUG 1279: Added 'printcap cache time' parameter.
7361     * Fix afs related build issues on SuSE.
7362     * Fix compiler warnings in the Kerberos client code.
7363
7364
7365 o   James Peach <jpeach@sgi.com>
7366     * More iconv detection fixes for IRIX.
7367     * Compile fixed for systems that do not have C99/UNIX98 compliant 
7368       vsnprintf by default.
7369     * Prevent smbd from attempting to use sendfile at all if it is 
7370       not supported by the server's OS.
7371     * Allow SWAT to search for index.html when serving html files 
7372       in a directory.
7373
7374
7375 o   Dan Peterson
7376     * Implement NFS quota support on FreeBSD.
7377
7378
7379 o   Tim Potter <tpot@samba.org>
7380     * BUG 1360: Use -Bsymbolic when creating shared libraries to 
7381       avoid conflicts with identical symbols in the global namespace 
7382       when loading libnss_wins.so.
7383
7384
7385 o   Richard Renard <rrenard@idealx.com>
7386     * Save the current password as it is being changed into the 
7387       password history list.
7388
7389
7390 o   Richard Sharpe <rsharpe@samba.org>
7391     * Fix error return codes on some lock messages.
7392     * BUG 1178: Make the libsmbclient routines callable 
7393       by C++ programs.
7394     * BUG 1333: Make sure we return an error code when 
7395       things go wrong.
7396     * BUG 1301: Return NT_STATUS_SHARING_VIOLATION when 
7397       share mode locking requests fail.
7398
7399
7400 o   Simo Sorce <idra@samba.org>
7401     * Update Debian stable & unstable packaging.
7402     * Tidy up parametric options in testparm output.
7403
7404
7405 o   Richard Sharpe <rsharpe@samba.org>
7406     * Add sigchild handling to winbindd to restart the child 
7407       daemon if necessary.
7408
7409
7410 o   Tom Shaw <tomisfaraway@gmail.com>
7411     * Use winbindd_fill_pwent() consistently.
7412
7413
7414 o   Nick Thompson <nickthompson@agere.com>
7415     * Protect smbd against broken filesystems which return zero 
7416       blocksize.
7417
7418
7419 o   Andrew Tridgell <tridge@samba.org>
7420     * Fixed bug in handling of timeout in socket connections.
7421      
7422
7423 o   Nick Wellnhofer <wellnhofer@aevum.de>    
7424     * Prevent lp_interfaces() list from being corrupted.  Fixes
7425       bug where nmbd would lose the list of network interfaces 
7426       on the system and consequently shutdown.
7427
7428       
7429 o   James Wilkinson <jwilk@alumni.cse.ucsc.edu>
7430     * Fix ntlm_auth memory leaks.
7431
7432
7433 o   Jelmer Vernooij <jelmer@samba.org>
7434     * Additional NT status to unix error mappings.
7435     * BUG 478: Rename vsnprintf to smb_vsnprintf so we don't 
7436       get duplicate symbol errors.
7437     * Return an error when the last command read from stdin 
7438       fails in smbclient.
7439     * Prepare for better error checking in tar.
7440     * BUG 1474: Fix build of --with-expsam stuff on Solaris.
7441       
7442
7443       --------------------------------------------------
7444       
7445                  =============================
7446                  Release Notes for Samba 3.0.5
7447                          July 20, 2004
7448                  =============================
7449
7450 Please note that Samba 3.0.5 is identical to Samba 3.0.4 with 
7451 the exception of correcting the two security issues outlined 
7452 below.
7453
7454 ######################## SECURITY RELEASE ########################
7455
7456 Summary:       Multiple Potential Buffer Overruns in Samba 3.0.x
7457 CVE ID:        CAN-2004-0600, CAN-2004-0686
7458                (http://cve.mitre.org/)
7459
7460
7461 This is the latest stable release of Samba. This is the version
7462 that production Samba servers should be running for all current
7463 bug-fixes.
7464
7465 It has been confirmed that versions of Samba 3 prior to v3.0.4
7466 are vulnerable to two potential buffer overruns.  The individual
7467 details are given below.
7468
7469 =============
7470 CAN-2004-0600
7471 =============
7472
7473 Affected Versions:      Samba 3.0.2 and later
7474
7475 The internal routine used by the Samba Web Administration
7476 Tool (SWAT v3.0.2 and later) to decode the base64 data
7477 during HTTP basic authentication is subject to a buffer
7478 overrun caused by an invalid base64 character.  It is
7479 recommended that all Samba v3.0.2 or later installations
7480 running SWAT either (a) upgrade to v3.0.5, or (b) disable
7481 the swat administration service as a temporary workaround.
7482
7483 This same code is used internally to decode the
7484 sambaMungedDial attribute value when using the ldapsam
7485 passdb backend. While we do not believe that the base64
7486 decoding routines used by the ldapsam passdb backend can
7487 be exploited, sites using an LDAP directory service with
7488 Samba are strongly encouraged to verify that the DIT only
7489 allows write access to sambaSamAccount attributes by a
7490 sufficiently authorized user.
7491
7492 The Samba Team would like to heartily thank Evgeny Demidov
7493 for analyzing and reporting this bug.
7494
7495 -------------
7496 CAN-2004-0686
7497 -------------
7498
7499 Affected Versions:      Samba 3.0.0 and later
7500
7501 A buffer overrun has been located in the code used to support
7502 the 'mangling method = hash' smb.conf option.  Please be aware
7503 that the default setting for this parameter is 'mangling method
7504 = hash2' and therefore not vulnerable.
7505
7506 Affected Samba 3 installations can avoid this possible security
7507 bug by using the default hash2 mangling method.  Server
7508 installations requiring the hash mangling method are encouraged
7509 to upgrade to Samba 3.0.5.
7510
7511
7512 ##################################################################
7513
7514     --------------------------------------------------
7515                  
7516                  =============================
7517                  Release Notes for Samba 3.0.4
7518                           May 8, 2004
7519                  =============================
7520
7521 Common bugs fixed in Samba 3.0.4 include:
7522
7523   o Password changing after applying the patch described in 
7524     the Microsoft KB828741 article to Windows clients.
7525   o Crashes in smbd.
7526   o Managing print jobs via Windows on Big-Endian servers.
7527   o Several memory leaks in winbindd and smbd.
7528   o Compile issues on AIX and *BSD.
7529
7530 Changes since 3.0.3
7531 --------------------
7532
7533 commits
7534 -------
7535
7536 o   Jeremy Allison <jra@samba.org>
7537     * Fix path processing for DeletePrinterDriverEx().
7538     * BUG 1303: Fix for Microsoft hotfix MS04-011 password change 
7539       breakage.
7540
7541
7542 o   Andrew Bartlett <abartlet@samba.org>
7543     * Fix alignment bug in GetDomPwInfo().
7544
7545
7546 o   Alexander Bokovoy <ab@samba.org>
7547     * Fix utime[s]() issues in smbwrapper on systems 
7548       that can boot both the 2.4 and 2.6 Linux kernels.
7549
7550
7551 o   Gerald Carter <jerry@samba.org>
7552     * Fedora packaging fixes.
7553     * BUG 1302: Fix seg fault by not trying to optimize a list of 
7554       invalid gids using the wrong array size.
7555     * BUG 1309: fix seg fault caused by trying to strdup(NULL)
7556       seen when 'security = share'.
7557     * Fix problems when using IBM's compiler on AIX.
7558     * Link Developer's Guide, Example Guide, and multi-page HOWTO
7559       into SWAT's welcome page.
7560     * BUG 1293: fix double free in printer publishing code.
7561
7562     
7563 o   Wim Delvaux <wim.delvaux@adaptiveplanet.com>
7564     * Fix for handling timeouts in socket connections.
7565
7566
7567 o   Michel Gravey <michel.gravey@optogone.com>
7568     * BUG 483: patch from  to fix password hash creation in SWAT.
7569     
7570
7571 o   Volker Lendecke <vl@samba.org>
7572     * Close the open NT pipes before the tdis.
7573     * Fix AFS related build issues.
7574     * Handle error conditions when base64 encoding a blob of 0 bytes.
7575
7576     
7577 o   Herb Lewis <herb@samba.org>
7578     * Added 'acls' debug class.
7579
7580 o   kawasa_r@itg.hitachi.co.jp
7581     * Multiple variable initialization and memory leak fixes.
7582     
7583     
7584 o   Stephan Kulow <coolo@suse.de>
7585     * Fix string length bug in libsmbclient that caused KDE's 
7586       Konqueror to crash.
7587     * BUG 429: More libsmbclient fixes.
7588
7589
7590 o   Jim McDonough <jmcd@us.ibm.com>
7591     * BUG 1007, 1279: Store the print job using a little-endian key.
7592
7593
7594 o   Eric Mertens
7595     o Compile fix for OpenBSD (ENOTSUP not supported).
7596
7597     
7598 o   Stefan Metzmacher <metze@samba.org>
7599     * Correct bug in disks quota views from explorer.
7600
7601     
7602 o   Tim Potter <tpot@samba.org>
7603     BUG 1305: Correct debug output.
7604
7605
7606 o   Richard Sharpe <rsharpe@samba.org>
7607     * Fix incorrect error code mapping.
7608
7609
7610 o   Jelmer Vernooij <jelmer@samba.org>
7611     * Add additional NT_STATUS errorm mappings.
7612     
7613
7614     --------------------------------------------------
7615
7616                  =============================
7617                  Release Notes for Samba 3.0.3
7618                         April 29, 2004
7619                  =============================
7620
7621
7622 Common bugs fixed in Samba 3.0.3 include:
7623
7624   o Crash bugs and change notify issues in Samba's printing code.
7625   o Honoring secondary group membership on domain member servers.
7626   o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST flag.
7627   o Substitution errors for %[UuGg] in smb.conf.
7628   o winbindd crashes when using ADS security mode.
7629   o SMB signing errors.
7630   o Delays in winbindd startup caused by unnecessary 
7631     connections to trusted domain controllers.
7632   o Various small memory leaks.
7633   o Winbindd failing due to expired Kerberos tickets.
7634
7635 New features introduced in Samba 3.0.3 include:
7636
7637   o Improved support for i18n character sets.
7638   o Support for account lockout policy based on
7639     bad password attempts.
7640   o Improved support for long password changes (>14
7641     characters) and strong password enforcement.
7642   o Support for Windows aliases (i.e. nested groups).
7643   o Experimental support for storing DOS attribute on files
7644     and folders in Extended Attributes.
7645   o Support for local nested groups via winbindd.
7646   o Specifying options to be passed directly to the CUPS libraries.
7647
7648 Please be aware that the Samba source code repository was 
7649 migrated from CVS to Subversion on April 4, 2004.  Details on 
7650 accessing the Samba source tree via anonymous svn can be found 
7651 at http://svn.samba.org/samba/subversion.html.
7652
7653
7654 Changes since 3.0.2a
7655 --------------------
7656 smb.conf changes
7657 ----------------
7658
7659     Parameter Name              Action
7660     --------------              ------
7661     cups options                New
7662     ea support                  New
7663     only user                   Deprecated
7664     store dos attributes        New
7665     unicode                     Removed
7666     winbind nested groups       New
7667
7668     
7669 commits
7670 -------
7671
7672 o   Jeremy Allison <jra@samba.org>
7673     * Ensure that Kerberos mutex is always properly unlocked.
7674     * Removed Heimdal "in-memory keytab" support.
7675     * Fixup the 'multiple-vuids' bugs in our server code.
7676     * Correct return code from lsa_lookup_sids() on unmapped
7677       sids (based on work by vl@samba.org).
7678     * Fix the "too many fcntl locks" scalability problem 
7679       raised by tridge.
7680     * Fixup correct (as per W2K3) returns for lookupsids 
7681       as well as lookupnames.
7682     * Fixups for delete-on-close semantics as per Win2k3 behavior.
7683     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
7684     * Fix "unable to initialize" bug when smbd hasn't been run with 
7685       new system and a user is being added via pdbedit/smbpasswd.
7686     * Added NTrename SMB (0xA5).
7687     * Fixup correct timeout values for blocking lock timeouts.
7688     * Fix various bugs reported by 'gentest'.
7689     * More locking fixes in the case where we own the lock.
7690     * Fix up regression in IS_NAME_VALID and renames.
7691     * Don't set allocation size on directories.
7692     * Return correct error code on fail if file exists and target 
7693       is a directory.
7694     * Added client "hardlink" comment to test doing NT rename with 
7695       hard links.  Added hardlink_internals() code - UNIX extensions 
7696       now use this as well.
7697     * Use a common function to parse all pathnames from the wire for 
7698       much closer emulation of Win2k3 error return codes.
7699     * Implement check_path_syntax() and rewrite string sub 
7700       functions for better multibyte support.
7701     * Ensure msdfs referrals are multibyte safe.
7702     * Allow msdfs symlink syntax to be more forgiving.
7703       eg. sym_link -> msdfs://server/share/path/in/share 
7704       or  sym_link -> msdfs:\\server\share\path\in\share.
7705     * Cleanup multibyte netbios name support in nmbd ( based on patch
7706       by MORIYAMA Masayuki <moriyama@miraclelinux.com>).
7707     * Fix check_path_syntax() for multibyte encodings which have 
7708       no '\' as second byte (based on work by ab@samba.org.
7709     * Fix the "dfs self-referrals as anonymous user" problem
7710       (based on patch from vl@samba.org).
7711     * BUG 1064: Ensure truncate attribute checking is done correctly 
7712       on "hidden" dot files.
7713     * Fix bug in anonymous dfs self-referrals again.
7714     * Fix get/set of EA's in client library
7715     * Added support for OS/2 EA's in smbd server.
7716     * Added 'ea support' parameter to smb.conf.
7717     * Added 'store dos attributes' parameter to smb.conf.
7718     * Fix wildcard identical rename.
7719     * Fix reply_ctemp - make compatible with w2k3.
7720     * Fix wildcard unlink.
7721     * Fix wildcard src with wildcard dest renames.      
7722     * BUG 1139: Fix based on suggestion by jdev@panix.com.
7723       swap lookups for user and group - group will do an
7724       algorithmic lookup if it fails, user won't.
7725     * Make EA's lookups case independent.
7726     * Fix SETPATHINFO in 'unix extensions' support.
7727     * Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for 
7728       the UNIX info levels, and the short case preserve names.
7729
7730
7731 o   Timur Bakeyev <timur@com.bat.ru>
7732     * BUG 1144: only set --with-fhs when the argument is 'yes'
7733     * BUG 1152: Allow python modules to build despite libraries added 
7734       to LDFLAGS instead of LDPATH.
7735     * BUG 1141: Fix nss*.so names on FreeBSD 5.x.
7736
7737
7738 o   Craig Barratt <cbarratt@users.sourceforge.net>
7739     * BUG 389: Allow multiple exclude arguments with smbclient 
7740       tar -Xr options (better support for Amanda backup client).
7741
7742
7743 o   Andrew Bartlett <abartlet@samba.org>
7744     * Include support for linking with cracklib for enforcing strong 
7745       password changes.
7746     * Add support for >14 character password changes from Windows 
7747       clients.
7748     * Add 'admin set password' capability to 'net rpc'.
7749     * Allow 'net rpc samdump' to work with any joined domain 
7750       regardless of smb.conf settings.
7751     * Use an allocated buffer for count_chars.
7752     * Add sanity checks for changes in the domain SID in an 
7753       LDAP DIT.
7754     * Implement python unit tests for Samba's multibyte string 
7755       support.
7756     * Remove 'unicode' smb.conf option.
7757     * BUG 1138: Fix support for 'optional' SMB signing and other 
7758       signing bugs.
7759     * BUG 169: Fix NTLMv2-only behavior.
7760     * Ensure 'net' honors the 'netbios name' in the smb.conf by 
7761       default.
7762     * Support SMB signing on connections using only the LANMAN 
7763       password and generate the correct the 'session key' for these 
7764       connections.
7765     * Implement --required-membership-of=, an ntlm_auth option 
7766       that restricts all authentication to members of this particular 
7767       group.
7768     * Improve our fall back code for password changes.
7769     * Only send the ntlm_auth 'ntlm-server-1' helper client a '.' 
7770       after the server had said something (such as an error).
7771     * Add 'ntlm-server-1' helper protocol to ntlm_auth.
7772
7773       
7774 o   Alexander Bokovoy <ab@samba.org>
7775     * Fix incorrect size calculation of the directory name 
7776       in recycle.so.
7777     * Fix problems with very long filenames in both smbd and smbclient
7778       caused by truncating paths during character conversions.
7779     * Fix smbfs problem with Tree Disconnect issued before smbfs 
7780       starts its work.
7781
7782
7783 o   Gerald Carter <jerry@samba.org>
7784     * BUG 850: Fix 'make installmodules' bug on True64.
7785     * BUG 66: mark 'only user' deprecated.
7786     * Remove corrupt tdb and shutdown (only for printing tdbs, 
7787       connections, sessionid & locking).
7788     * decrement smbd counter in connections.tdb in smb_panic().
7789     * RedHat specfile updates.
7790     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
7791     * BUG 1147; bad pointer case in get_stored_queue_info() 
7792       causing seg fault.
7793     * BUG 761: read the config file before initialized default 
7794       values for printing options; don't default to bsd printing 
7795       Linux.
7796     * Allow the 'printing' parameter to be set on a per share basis.
7797     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
7798     * BUG 848: don't create winbind local users/groups that already 
7799       exist in the tdb.
7800     * BUG 1080: fix declaration of SMB_BIG_UINT (broke compile on 
7801       LynxOS/ppc).
7802     * BUG 488: fix the 'show client in col 1' button and correctly 
7803       enumerate active connections.
7804     * BUG 1007 (partial): Fix abort in smbd caused by byte ordering 
7805       problem when storing the updating pid for the lpq cache.
7806     * BUG 1007 (partial): Fix print change notify bugs.
7807     * BUG 1165, 1126: Fix bug with secondary groups (security = ads) 
7808       and winbind use default domain = yes.  Also ensures that 
7809     * BUG 1151: Ensure that winbindd users are passed through 
7810       the username map.
7811     * Fix client rpc binds for ASU derived servers (pc netlink, 
7812       etc...).
7813     * BUG 417, 1128: Ensure that the current_user_info is set
7814       consistently so that %[UuGg] is expanded correctly.
7815     * BUG 1195: Fix crash in winbindd when the ADS server is 
7816       unavailable.
7817     * BUG 1185: Set reconnect time to be the same as the 
7818       'winbind cache time'.
7819     * Ensure that we return the sec_desc in smb_io_printer_info_2.
7820     * Change Samba printers Win32 attribute to PRINTER_ATTRIBUTE_LOCAL.
7821     * BUG 1095: Honor the '-l' option in smbclient.
7822     * BUG 1023: surround get_group_from_gid() with become_unbecome_root() 
7823       block.
7824     * Ensure server schannel uses the auth level requested by the 
7825       client.
7826     * Removed --with-cracklib option due to potential crash issue.
7827     * Fix -lcrypto linking problem with wbinfo.
7828     * BUG 761: allow printing parameter to set defaults on a per 
7829       share basis.
7830     * Add 'cups options' parameter to allow raw printing without 
7831       changing /etc/cups/cupsd.conf.
7832     * BUG 1081, 1183: Added remove_duplicate_gids() to smbd and 
7833       winbindd.
7834     * BUG 1246: Fix typo in Fedora /etc/init.d/winbind.
7835     * BUG 1288: resolve any machine netbios name (0x00) and not just 
7836       servers (0x20).
7837     * BUG 1199: Fix potential symlink issue in 
7838       examples/printing/smbprint.
7839
7840
7841 o   Robert Dahlem <Robert.Dahlem@gmx.net>
7842     * BUG 1048:  Don't return short names when when 'mangled names = no'
7843
7844
7845 o   Guenther Deschner <gd@suse.com>
7846     * Remove hard coded attribute name in the ads ranged retrieval
7847       code.
7848     * Add --with-libdir and --with-mandir to autoconf script.
7849
7850
7851 o   Bostjan Golob <golob@gimb.org>
7852     * BUG 1046: Fix  getpwent_list() so that the username is not 
7853       overwritten by other fields.
7854
7855
7856 o   Landon Fuller <landonf@opendarwin.org>
7857     * BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) 
7858       to fix user/group enumeration on systems whose libc does not 
7859       call setgrent() before trying to enumerate users (i.e. 
7860       FreeBSD 5.2).
7861
7862
7863 o   Steve French <sfrench@us.ibm.com>
7864     * Update mount.cifs to version 1.1.
7865     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
7866     * Fixes to minor security bug in the mount helper.
7867     * Fix credential file mounting for cifs vfs.
7868     * Fix free of incremented pointer in cifsvfs mount helper.
7869     * Fix path canonicalization of the mount target path and help 
7870       text display in the cifs mount helper.
7871     * Add missing guest mount option for mount.cifs.
7872
7873
7874 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
7875     * BUG 1055; formatting fixes for 'net share'.
7876     * BUG 692: correct truncation of share names and workgroup 
7877       names in smbclient.
7878     * BUG 1088: use strchr_m() for query_host (smbclient -L).
7879     * Patch from to internally count characters correctly.
7880
7881
7882 o   Paul Green <paulg@samba.org>
7883     * Update VOS _POSIX_C_SOURCE macro to 200112L.
7884     * Fix bug in configure.ion by moving the first use of 
7885       AC_CHECK_HEADERS so it is always executed.
7886     * Fix configure.in to only use $BLDSHARED to select whether to 
7887       build static or shared libraries.
7888
7889
7890 o   Pat Haywarrd <Pat.Hayward@propero.net>
7891     * Make the session_users list dynamic (max of 128K).
7892     
7893     
7894 o   Cal Heldenbrand <calzplace@yahoo.com> 
7895     * Fix for for 'pam_smbpass migrate' functionality.
7896
7897
7898 o   Chris Hertel <crh@samba.org>
7899     * fix enumeration of shares 12 characters in length via 
7900       smbclient.
7901
7902
7903 o   Ulrich Holeschak <ulrich@holeschak.de>
7904     * BUG 932: fix local password change using pam_smbpass
7905
7906
7907 o   Krischan Jodies <kj@sernet.de>
7908     * Implement 'net rpc group delete'
7909
7910
7911 o   John Klinger <john.klinger@lmco.com>
7912     * Return NSS_SUCCESS once the max number of gids possible 
7913        has been found in initgroups() on Solaris.
7914     * BUG 1182: Re-enable the -n 'no cache' option for winbindd.
7915
7916
7917 o   Volker Lendecke <vl@samba.org>
7918     * Fix success message for net groupmap modify.
7919     * Fix errors when enumerating members of groups in 'net rpc'.
7920     * Match Windows behavior in samr_lookup_names() by returning
7921       ALIAS(4) when you search in BUILTIN. 
7922     * Fix server SAMR code to be able to set alias info for 
7923       builtin as well. 
7924     * Fix duplication of logic when creating groups via smbd.
7925     * Ensure that the HWM values are set correctly after running 
7926       'net idmap'.
7927     * Add 'net rpc group add'.
7928     * Implement 'net groupmap set' and 'net groupmap cleanup'.
7929     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
7930     * Fix wb_delgrpmem (wbinfo -o).
7931     * As a DC we should not reply to lsalookupnames on DCNAME\\user.
7932     * Fix sambaUserWorkstations on a Samba DC.
7933     * Implement wbinfo -k: Have winbind generate an AFS token after
7934       authenticating the user.
7935     * Add expand_msdfs VFS module for providing referrals based on the
7936       the client's IP address.
7937     * Implement client side NETLOGON GetDCName function.
7938     * Fix caching of name->sid lookups.
7939     * Add support in winbindd for expanding nested local groups.
7940     * Fix memleak in winbindd.
7941     * Fix msdfs proxy.
7942     * Don't list domain groups from BUILTIN.
7943     * Fix memleak in policy handle utility functions.
7944     * Decrease winbindd startup time by only contacting trusted 
7945       domains as necessary.
7946     * Allow winbindd to ask the DC for its domain for a trusted 
7947       DC.
7948     * Fix Netscape DS schema based on comments from 
7949       <thomas.mueller@christ-wasser.de>.
7950     * Correct case where adding a domain user to a XP local group 
7951       did a lsalookupname on the user without domain prefix, and 
7952       failed.
7953     * Fix segfault in winbindd caused by 'wbinfo -a'.
7954     
7955
7956 o   Herb Lewis <herb@samba.org>
7957     * Fix typo for tag in proto file.
7958     * Add missing #ifdef HAVE_BICONV stuff.
7959     * Truncate Samba's netbios name at the first '.' (not 
7960       right to left).
7961
7962
7963 o   Derrell Lipman <Derrell.Lipman@UnwiredUniverse.com>
7964     * Bug fixes and enhancements to libsmbclient library.
7965
7966     
7967 o   Jianliang Lu <j.lu@tiesse.com>
7968     * Enforce the 'user must change password at next login' flag.
7969     * Decode meaning of 'fields present' flags (improves support 
7970       for usrmgr.exe).
7971     * NTLMv2 fixes.
7972     * Don't force an upper case domain name in the ntlmssp code.
7973     
7974
7975 o   L. Lucius <ib@digicron.com>.
7976     * type fixes.
7977
7978
7979 o   Jim McDonough <jmcd@us.ibm.com>
7980     * Add versioning support to tdbsam.
7981     * Update the IBM Directory Server schema with the OpenLDAP 
7982       file.
7983     * Various decoding fixes to improve usrmgr.exe support.
7984     * Fix statfs redeclaration of statfs struct on ppc
7985     * Implement support for password lockout of Samba domain 
7986       controllers and standalone servers.
7987     * Get MungedDial attribute actually working with full TS 
7988       strings in it for pdb_ldap.
7989     * BUG 1208 (partial): Improvements for working with expired krb5 
7990       tickets in winbindd.
7991     * Use timegm, or our already existing replacement instead of 
7992       timezone (spotted by Andrzej Tobola <san@iem.pw.edu.pl>).
7993     * Remove modifyTimestamp from list of our attributes.  
7994     * Fix lsalookupnames to check for domain users as well as local 
7995       users. 
7996     * Merge struct uuid replacement for GUID from trunk.
7997     * BUG 1208: Finish support for handling expired tickets in 
7998       winbindd (in conjunction with Guenther Deschner <gd@suse.de>).
7999
8000
8001 o   Stefan Metzmacher <metze@samba.org>
8002     * Implement new VERSION schema based on subversion revision 
8003       numbers.
8004     * Add shadow_copy vfs module.
8005     * Fix segault in login_cache support.
8006
8007
8008 o    Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
8009      o BUG 979 -- Fix quota display on AIX.
8010
8011
8012 o   James Peach <jpeach@sgi.com>
8013     * Correct check for printf() format when using the SGI MIPSPro 
8014       compiler.
8015     * BUG 1038: support backtrace for 'panic action' on IRIX.
8016     * BUG 768: Accept profileing arg to IRIX init script.
8017     * BUG 748: Relax arg parsing to sambalp script (IRIX).
8018     * BUG 758: Fix pdma build.
8019     * Search IRIX ABI paths for libiconv.  Based on initial fix from 
8020       Jason Mader.
8021       
8022
8023 o   Kurt Pfeifle <kpfeifle@danka.de>
8024     * Add example shell script for migrating drivers and printers 
8025       from a Windows print server to a Samba print server using 
8026       smbclient/rpcclient (examples/printing/VamireDriversFunctions).
8027
8028
8029 o   Tim Potter <tpot@samba.org>
8030     * Fix logic bug in tdb non-blocking lock routines when 
8031       errno == EAGAIN.
8032     * BUG 1025: Include sys/acl.h in check for broken nisplus 
8033       include files.      
8034     * BUG 1066: s/printf/d_printf/g in SWAT.
8035     * BUG 1098: rename internal msleep() function to fix build 
8036       problems on AIX.
8037     * BUG 1112: Fix for writable printerdata problem in python bindings.
8038     * BUG 1154: Remove reference to <sys/mman.h> in tdbdump.c.
8039     * BUG 1155: enclose use of fchown() with guards.
8040     * Relicense tdb python module as LGPL.
8041
8042
8043 o   Richard Sharpe <rsharpe@samba.org>
8044     * Add support to smbclient for multiple logins on the same 
8045       session (based on work by abartlet@samba.org).
8046     * Correct blocking condition in smbd's use of accept() on IRIX.
8047     * Add support for printing out the MAC address on nmblookup.
8048
8049
8050 o   Simo Sorce <idra@samba.org>
8051     * Replace unknown_3 with fields_present in SAMR code.
8052     * More length checks in strlcat().
8053
8054
8055 o   Andrew Tridgell <tridge@samba.org>
8056     * Rewrote the AIX UESS backend for winbindd.
8057     * Fixed compilation with --enable-dmalloc.
8058     * Change tdb license to LGPL (see source/tdb/tdb.c).
8059     * Force winbindd to use schannel in clients connections to 
8060       DC's if possible.
8061
8062
8063 o   Jelmer Vernooij <jelmer@samba.org>
8064    * Fix ETA Calculation when resuming downloads in smbget.
8065    * Add -O (for writing downloaded files to standard out) 
8066      based on patch by Bas van Sisseren <bas@dnd.utwente.nl>.
8067     * Fix syntax error in example mysql table
8068
8069            
8070 o   TAKEDA yasuma <yasuma@miraclelinux.com>
8071     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
8072       cmd_chown, cmd_chmod smbclient functions.
8073
8074
8075 o   Shiro Yamada <shiro@miraclelinux.com>
8076     * BUG 1129: install image files for SWAT.
8077
8078       
8079     --------------------------------------------------
8080
8081                   ==============================
8082                   Release Notes for Samba 3.0.2a
8083                         February 13, 2004
8084                   ==============================
8085
8086 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
8087 to address, in particular, a problem when using pdbedit to 
8088 sanitize (--force-initialized-passwords) Samba's tdbsam 
8089 backend.   This is the latest stable release of Samba. This 
8090 is the version that all production Samba servers should be 
8091 running for all current bug-fixes.  
8092
8093 ******************* Attention! Achtung! Kree! *********************
8094
8095 Beginning with Samba 3.0.2, passwords for accounts with a last 
8096 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
8097 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
8098 strings.  This will cause authentication to fail for such
8099 accounts.  If you have valid passwords that meet this criteria, 
8100 you must update the last change time to a non-zero value.  If you 
8101 do not, then  'pdbedit --force-initialized-passwords' will disable 
8102 these accounts and reset the password hashes to a string of X's.
8103
8104 ******************* Attention! Achtung! Kree! *********************
8105
8106
8107 Changes since 3.0.2
8108 -------------------
8109
8110 commits
8111 -------
8112
8113 Please refer to the CVS log for the SAMBA_3_0 branch for complete
8114 details.  The list of changes per contributor are as follows:
8115
8116
8117 o   Jeremy Allison <jra@samba.org>
8118     * Added paranoia checks in parsing code.
8119     
8120
8121 o   Andrew Bartlett <abartlet@samba.org>
8122     * Ensure that changes to uninitialized passwords in ldapsam 
8123       are written to the DIT.
8124
8125
8126 o   Gerald (Jerry) Carter <jerry@samba.org>
8127     * Fixed iterator in tdbsam.
8128     * Fix bug that disabled accounts with a valid NT password 
8129       hash, but no LanMan hash.
8130     
8131
8132 o   Steve French <sfrench@us.ibm.com>
8133     * Added missing nosetuid and noexec options.
8134
8135     
8136 o   Bostjan Golob <golob@gimb.org>
8137     * BUG 1046: Don't overwrite usernames of entries returned 
8138       by getpwent_list().
8139
8140
8141 o   Sebastian Krahmer <krahmer@suse.de>
8142     * Fixed potential crash bug in NTLMSSP parsing code.
8143
8144
8145 o   Tim Potter <tpot@samba.org>
8146     * Fixed logic in tdb_brlock error checking.
8147
8148     
8149 o   Urban Widmark <urban@teststation.com>
8150     * Set nosuid,nodev flags in smbmnt by default.
8151     
8152     
8153         --------------------------------------------------
8154                   
8155                   =============================
8156                   Release Notes for Samba 3.0.2
8157                         February 9, 2004
8158                   =============================
8159
8160 It has been confirmed that previous versions of Samba 3.0 are
8161 susceptible to a password initialization bug that could grant an 
8162 attacker unauthorized access to a user account created by the
8163 mksmbpasswd.sh shell script.
8164
8165 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
8166 has assigned the name CAN-2004-0082 to this issue.
8167
8168 Samba administrators not wishing to upgrade to the current 
8169 version should download the 3.0.2 release, build the pdbedit 
8170 tool, and run 
8171
8172    root# pdbedit-3.0.2 --force-initialized-passwords
8173       
8174 This will disable all accounts not possessing a valid password
8175 (e.g. the password field has been set a string of X's).
8176
8177 Samba servers running 3.0.2 are not vulnerable to this bug 
8178 regardless of whether or not pdbedit has been used to sanitize
8179 the passdb backend.
8180
8181 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
8182 release include:
8183
8184   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
8185   o Logging onto a Samba domain from Windows XP clients.
8186   o Problems with the %U and %u smb.conf variables in relation to 
8187     Windows 9x/ME clients.
8188   o Kerberos failures due to an invalid in memory keytab detection
8189     test.
8190   o Updates to the ntlm_auth tool.
8191   o Fixes for various SMB signing errors.
8192   o Better separation of WINS and DNS queries for domain controllers.
8193   o Issues with nss_winbind FreeBSD and Solaris.
8194   o Several crash bugs in smbd and winbindd.
8195   o Output formatting fixes for smbclient for better compatibility
8196     with scripts based on the 2.2 version.
8197
8198
8199 Changes since 3.0.1
8200 -------------------
8201
8202 smb.conf changes
8203 ----------------
8204
8205     Parameter Name              Action
8206     --------------              ------
8207     ldap replication sleep      New
8208     read size                   removed (unused)
8209     source environment          removed (unused)
8210
8211
8212 commits
8213 -------
8214
8215 Please refer to the CVS log for the SAMBA_3_0 branch for complete
8216 details.  The list of changes per contributor are as follows:
8217
8218 o   Jeremy Allison <jra@samba.org>
8219     * Revert change that broke Exchange clear text samlogons.
8220     * Fix gcc 3.4 warning in MS-DFS code.
8221     * Tidy up of NTLMSSP code.
8222     * Fixes for SMB signing errors
8223     * BUG 815: Workaround NT4 bug to support plaintext
8224       password logins and UNICODE.
8225     * Fix SMB signing bug when copying large files.
8226     * Correct error logic in mkdir_internals() (caused a panic
8227       when combined with --enable-developer).
8228     * BUG 830: Protect against crashes due to bad character 
8229       conversions.
8230
8231       
8232 o   Petri Asikainen <paca@sci.fi>
8233     * BUG 330, 387:Fix single valued attribute updates when 
8234       working with Novell NDS.
8235
8236
8237 o   Andrew Bartlett <abartlet@samba.org>
8238     * Correctly handle per-pipe NTLMSSP inside a NULL session.
8239     * Fix segfault in gencache 
8240     * Fix early free() of encrypted_session_key.
8241     * Change DC lookup routines to more carefully separate
8242       DNS names (realms) from NetBIOS domain names.
8243     * Add new sid_to_dn() function for internal winbindd use.
8244     * Refactor cli_ds_enum_domain_trusts().
8245     * BUG 707: Implement range retrieval of ADS attributes (based 
8246       on work from Volker <vl@samba.org> and Guenther Deschner 
8247       <gd@suse.com>).
8248     * Automatically initialize the signing engine if a session key
8249       is available.
8250     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
8251       encoded strings, only form input in SWAT.
8252     * Resets the NTLMSSP state for new negotiate packets.
8253     * Add 2-byte alignments in net_samlogon() queries to parse 
8254       odd-length plain text passwords.
8255     * Allow Windows groups with no members in winbindd.
8256     * Allow normal authentication in the absence of a server 
8257       generated session key.
8258     * More optimizations for looking up UNIX group lists.
8259     * Clean up error codes and return values for pam_winbindd
8260       and winbindd PAM interface.
8261     * Fix string return values in ntlm_auth tool.
8262     * Fix segfault when 'security = ads' but no realm is defined.
8263     * BUG 722: Allow winbindd to map machine accounts to uids.
8264     * More cleanups for winbindd's find_our_domain().
8265     * More clearly detect whether a domain controller is an NT4
8266       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
8267     * Increase separation between DNS queries for hosts and queries
8268       for AD domain controllers.
8269     * Include additional NT_STATUS to PAM error mappings.
8270     * Password initialization fixes.
8271
8272     
8273 o   Justin Baugh <justin.baugh@request.com>
8274     * BUG 948: Implement missing functions required for FreeBSD 
8275       nss_winbind support. 
8276
8277
8278 o   Alexander Bokovoy <ab@samba.org>
8279     * BUG 922: Make sure enable fast path for strlower_m() and 
8280       strupper_m().
8281
8282
8283 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
8284     * Fix crash when using 'security = server' and 'encrypt 
8285       passwords = no' by always initializing the session key.
8286
8287       
8288 o   Dmitry Butskoj <buc@odusz.elektra.ru>
8289     * Fix for special files being hidden from admins.
8290
8291
8292 o   Gerald (Jerry) Carter <jerry@samba.org>
8293     * Fix bug in the lanman session key generation.  Caused 
8294       "decode_pw: incorrect password length" error messages.
8295     * Save the right case for the located user name in 
8296       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
8297     * BUG 897: Add well known rid for pre win2k compatible access
8298       group.
8299     * BUG 887: Correct typo in delete user script example.
8300     * Use short lived TALLOC_CTX* for allocating printer objects 
8301       from the print handle cache.
8302     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
8303     * Fix several warnings reported by the SUN Forte C compiler.
8304     * Fully control DNS queries for AD DC's using 'name resolve order'.
8305     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
8306     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
8307     * BUG 936: fix bind credentials for schannel binds in smbd.
8308     * BUG 446: Fix output of smbclient for better compatibility 
8309       with scripts based on the 2.2 version (including Amanda).
8310     * BUG 891, 949: Fedora packaging fixes.
8311     * Fix bug that caused rpcclient to incorrectly retrieve 
8312       the SID for a server (this causing all calls that required 
8313       this information to fail). 
8314     * BUG 977: Don't create a homes share for a user if a static 
8315       share already exists by the same name.
8316     * Removed unused smb.conf options.
8317     * Password initialization fixes.
8318     * Set the disable flag for template accounts created by
8319       mksmbpasswd.sh.
8320     * Disable any account has no passwords and does not have the
8321       ACB_PWNOTREQ bit set.
8322
8323
8324 o   Guenther Deschner <gd@suse.com>
8325     * Install smbwrapper.so should be put into the $(libdir) 
8326       and not $(bindir).
8327     * Add the capability to specify the new user password 
8328       for "net ads password" on the command line.
8329     * Correctly detect AFS headers on SuSE.
8330         
8331
8332 o   James Flemer <jflemer@uvm.edu>
8333     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
8334       HAVE_SYS_ATTRIBUTES_H.
8335
8336
8337 o   Luke Howard <lukeh@PADL.COM>
8338     * Fix segfault in session setup reply caused by a early free().
8339
8340
8341 o   Stoian Ivanov <sdr@bultra.com>
8342     * Implement grepable output for smbclient -L.
8343
8344
8345 o   LaMont Jones <lamont@debian.org>
8346     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
8347       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
8348       not being defined).
8349
8350       
8351 o   Volker Lendecke <vl@samba.org>
8352     * BUG 583: Ensure that user names always contain the short 
8353       version of the domain name.
8354     * Fix our parsing of the LDAP uri.
8355     * Don't show the 'afs username map' in the SWAT basic view.
8356     * Fix SMB signing issues in relation to failed NTLMSSP logins.
8357     * BUG 924: Fix return codes in smbtorture harness.
8358     * Always lower-case usernames before handing it to AFS code.
8359     * Add a German translation for SWAT.
8360     * Fix a segfaults in winbindd.
8361     * Fix the user's domain passed to register_vuid() from 
8362       reply_spnego_Kerberos().
8363     * Add NSS example code in nss_winbind to convert UNIX 
8364       id's <-> Windows SIDs.
8365     * Display more descriptive error messages for login via 'net'.
8366     * Fix compiler warning in the net tool.
8367     * Fix length bug when decoding base64 strings.
8368     * Ensure we don't call getpwnam() inside a loop that is iterating 
8369       over users with getpwent().  This broke on glibc 2.3.2.
8370
8371
8372 o   Herb Lewis <herb@samba.org>
8373     * Fix bit rot in psec.
8374
8375
8376 o   Jianliang Lu <j.lu@tiesse.com>
8377     * Ensure we delete the group mapping before calling the delete 
8378       group script.
8379     * Define well known RID for managing the  "Power Users" group.
8380     * BUG 381: check builtin (not local) group SID when updating 
8381       group membership.
8382     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
8383       packet.
8384
8385
8386 o   John Klinger <john.klinger@lmco.com>
8387     * Implement initgroups() call in nss_winbind on Solaris.
8388
8389
8390 o   Jim McDonough <jmcd@us.ibm.com>
8391     * Fix regression in net rpc join caused by recent changes 
8392       to cli_lsa_query_info_policy().
8393     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
8394       machine account.
8395
8396
8397 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
8398     * BUG 570: Ensure that configure honors the LDFLAGS variable.
8399
8400
8401 o   Stefan Metzmacher <metze@samba.org>
8402     * Implement LDAP rebind sleep patch.
8403     * Revert to 2.2 quota code because of so many broken quota files 
8404       out there.
8405     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
8406                       XFS_USER_QUOTA -> USRQUOTA
8407                       XFS_GROUP_QUOTA -> GRPQUOTA
8408     * Fix disk_free calculation with group quotas.
8409     * Add debug class 'quota' and a lot of DEBUG()'s 
8410       to the quota code.
8411     * Fix sys_chown() when no chown() is present.
8412     * Add SIGABRT to fault handling in order to catch got a 
8413       backtrace if an error occurs the OpenLDAP client libs.
8414
8415
8416 o   <ndb@theghet.to>
8417     * Allow an existing LDAP machine account to be re-used when 
8418       joining an AD domain.
8419
8420
8421 o   James Peach <jpeach@sgi.com>
8422     * BUG 889: Change smbd to use pread/pwrite on platforms that 
8423       support these calls. Can lead to a significant speed increase.
8424
8425
8426 o   Tim Potter <tpot@samba.org>
8427     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
8428     * BUG 924: Fix typo in RW2 torture test.
8429     
8430     
8431 o   Richard Sharpe <rsharpe@samba.org>
8432     * Small fixes to torture.c to cleanup the error handling 
8433       and prevent crashes.
8434
8435
8436 o   J. Tournier <jerome.tournier@IDEALX.com>
8437     * Small fixes for the smbldap-tool scripts.
8438
8439
8440 o   Andrew Tridgell <tridge@samba.org>
8441     * Fix src len check in pull_usc2().
8442     
8443     
8444 o   Jelmer Vernooij <jelmer@samba.org>
8445     * Put functions for generating SQL queries in pdb_sql.c
8446     * Add pgSQL backend (based on patch by Hamish Friedlander)
8447     * BUG 908: Fix -s option to smbcontrol.    
8448     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
8449     * Fix for libnss_wins on IRIX platforms.
8450     * Fix swatdir for --with-fhs.
8451
8452
8453         --------------------------------------------------
8454
8455                   =============================
8456                   Release Notes for Samba 3.0.1
8457                         December 15, 2003
8458                   =============================
8459
8460 Some of the more common bugs in 3.0.0 addressed in the release 
8461 include:
8462
8463   o Substitution problems with smb.conf variables.
8464   o Errors in return codes which caused some applications
8465     to fail to open files.
8466   o General Protection Faults on Windows 2000/XP clients
8467     using Samba point-n-print features.
8468   o Several miscellaneous crash bugs.
8469   o Access problems when enumerating group mappings are
8470     stored in an LDAP Directory.
8471   o Several common SWAT bugs when writing changes to
8472     smb.conf.
8473   o Internal inconsistencies when 'winbind use default
8474     domain = yes'
8475
8476
8477
8478 Changes since 3.0.0
8479 ----------------------
8480
8481     Parameter Name              Action
8482     --------------              ------
8483     hide local users            Removed
8484     mangled map                 Deprecated
8485     mangled stack               Removed
8486     passwd chat timeout         New
8487
8488
8489 commits
8490 -------
8491
8492 o   Change the interface for init_unistr2 to not take a length 
8493     but a flags field.  We were assuming that 
8494     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
8495 o   Allow d_printf() to handle strings with escaped quotation 
8496     marks since the msg file includes the escape character (bug 489).
8497 o   Fix bad html table row termination in SWAT wizard code (bug 413).
8498 o   Fix to parse the level-2 strings.
8499 o   Fix for "valid users = %S" in [homes].  Fix read/write 
8500     list as well. 
8501 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
8502     This is the same way AC_CHECK_LIB works (bug 508).
8503 o   Testparm output fixes for clarity.
8504 o   Fix broken wins hook functionality -- i18n bug (bug 528).
8505 o   Take care of condition where DOS and NT error codes must differ.
8506 o   Default to using only built-in charsets when a working iconv 
8507     implementation cannot be located.
8508 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
8509     be done unconditionally (bug 550).
8510 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
8511 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
8512     --enable-debug=[yes|no] works correctly.
8513 o   Allow ^C to interrupt smbpasswd if using our getpass 
8514     (e.g. smbpasswd command).
8515 o   Support signing only on RPC's (bug 167).
8516 o   Correct bug that prevented  Excel 2000 clients from opening 
8517     files marked as read-only.
8518 o   Portability fix bugs 546 - 549).
8519 o   Explicitly initialize the value of AR for vendor makes that don't
8520     do this (e.g. HPUX 11).  (bug 552).
8521 o   More i18n fixes for SWAT (bug 413).
8522 o   Change the cwd before the postexec script to ensure that a
8523     umount will succeed.
8524 o   Correct double free that caused winbindd to crash when a DC 
8525     is rebooted (bug 437).
8526 o   Fix incorrect mode sum (bug 562).
8527 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
8528     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
8529 o   Add script to generate *msg files.
8530 o   Add Dutch SWAT translation file.
8531 o   Make sure to call get_user_groups() with the full winbindd 
8532     name for a user if he/she has one (bug 406).
8533 o   Fix up error code returns from Samba4 tester. Ensure invalid 
8534     paths are validated the same way.  
8535 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
8536 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
8537     libraries were found for $BACKEND.
8538 o   Move sysquotas autoconf tests to a separate file.
8539 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
8540     tester
8541 o   Make sure that the files that contain the static_init_$subsystem; 
8542     macro get recompiled after configure by removing the object 
8543     files.
8544 o   Ensure canceling a blocking lock returns the correct error 
8545     message.
8546 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
8547 o   Updated Japanese welcome file in SWAT.
8548 o   Fix to  nt-time <-> unix-time functions reversible.
8549 o   Ensure that winbindd uses the the escaped DN when querying
8550     an AD ldap server.
8551 o   Fix portability issues when compiling (bug 505, 550)
8552 o   Compile fix for tdbbackup when Samba needs to override 
8553     non-C99 compliant implementations of snprintf().
8554 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
8555 o   Make sure we break out of samsync loop on error.
8556 o   Ensure error code path doesn't free unmalloc()'d memory
8557     (bug 628).
8558 o   Add configure test for krb5_keytab_entry keyblock vs key 
8559     member (bug 636).
8560 o   Fixed spinlocks.
8561 o   Modified testparm so that all output so all debug output goes 
8562     to stderr, and all file processing goes to stdout.
8563 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
8564     and smbcquotas.
8565 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
8566     we have a devmode before copying a string to the devicename.
8567 o   Support mapping REALM.COM\user to a local user account (without 
8568     running winbindd)  for compatibility with 2.2.x release.
8569 o   Ensure we don't use mmap() on blacklisted systems.
8570 o   fixed a number of bugs and memory leaks in the AIX 
8571     winbindd shim
8572 o   Call initgroups() in SWAT before becomming the user so that
8573     secondary group permissions can be used when writing to 
8574     smb.conf.
8575 o   Fix signing problems when reverse connecting back to a 
8576     client for printer notify
8577 o   Fix signing problems caused by a miss-sequence bug.
8578 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
8579     Fixes NEXUS tools running on Win9x clients (bug 64).
8580 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
8581     SID could not be mapped.
8582 o   Fix segfault in mount.cifs helper when there is no options 
8583     specified during mount.
8584 o   Change the \n after the password prompt to go to tty instead 
8585     of stdout (bug 668).
8586 o   Stop net -P from prompting for machine account password (bug 451).
8587 o   Change in behavior to Not only change the effective uid but also
8588     the real uid when becoming unprivileged.
8589 o   Cope with Exchange 5.5 cleartext pop password auth.
8590 o   New files for support of initshutdown pipe.  Win2k doesn't 
8591     respond properly to all requests on the winreg pipe, so we need 
8592     to handle this new pipe (bug 534).
8593 o   Added more va_copy() checks in configure.in.
8594 o   Include fixes for libsmbclient build problems.
8595 o   Missing UNIX -> DOS codepage conversion in lanman.c.
8596 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
8597 o   Parameterize the listen backlog in smbd and make it larger by
8598     default. A backlog of 5 is way too small these days.
8599 o   Check for an invalid fid before dereferencing the fsp pointer
8600     (bug 696).
8601 o   Remove invalid memory frees and return codes in pdb_ldap.c.
8602 o   Prompt for password when invoking --set-auth-user and no 
8603     password is given.
8604 o   Bind the nmbd sending socket to the 'socket address'.
8605 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
8606     $LDFLAGS occurs before any library specification (bug 661).
8607 o   Fix large number of printf() calls for 64-bit size_t.
8608 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
8609     keyblock in the krb5 structs.
8610 o   Remove #include <compat.h> in hopes to avoid problems with 
8611     apache header files.
8612 o   Correct winbindd build problems on HP-UX 11.
8613 o   Lowercase netgroups lookups (bug 703).
8614 o   Use the actual size of the buffer in strftime instead of a made
8615     up value which just happens to be less than sizeof(fstring).  
8616     (bug 713).
8617 o   Add ldaplibs to pdbedit link line (bug 651).
8618 o   Fix crash bug in smbclient completion (bug 659).
8619 o   Fix packet length for browse list reply (bug 771).
8620 o   Fix coredump in cli_get_backup_list().
8621 o   Make sure that we expand %N (bug 612).
8622 o   Allow rpcclient adddriver command to specify printer driver 
8623     version (bug 514).
8624 o   Compile tdbdump by default.
8625 o   Apply patches to fix iconv detection for FreeBSD.
8626 o   Do not allow the 'guest account' to be added to a passdb backend 
8627     using smbpasswd or pdbedit (bug 624).
8628 o   Save LDFLAGS during iconv detection (bug 57).
8629 o   Run krb5 logins through the username map if the winbindd 
8630     lookup fails (bug 698).
8631 o   Add const for lp_set_name_resolve_order() to avoid compiler 
8632     warnings (bug 471).
8633 o   Add support for the %i macro in smb.conf to stand in for the for
8634     the local IP address to which a client connected.
8635 o   Allow winbindd to match local accounts to domain SID when 
8636     'winbind trusted domains only = yes' (bug 680).
8637 o   Remove code in idmap_ldap that searches the user suffix and group 
8638     suffix.  It's not needed and provides inconsistent functionality 
8639     from the tdb backend.
8640 o   Patch to handle munged dial string for Windows 2000 TSE.
8641     Thanks to Gaz de France, Direction de la Recherche, Service 
8642     Informatique Métier for their supporting this work by Aurelien 
8643     Degrémont <adegremont@idealx.com>.
8644 o   Correct the "smbldap_open: cannot access when not root error"
8645     messages when looking up group information (bug 281).
8646 o   Skip over the winbind separator when looking up a user.
8647     This fixes the bug that prevented local users from
8648     matching an AD user when not running winbindd (bug 698).
8649 o   Fix a problem with configure on *BSD systems. Make sure
8650     we add -liconv etc to LDFLAGS.
8651 o   Fix core dump bug when "security = server" and the authentication
8652     server goes away.
8653 o   Correct crash bug due to an empty munged dial string.
8654 o   Show files locked by a specific user (smbstatus -u 'user') 
8655     (bug 590).
8656 o   Fix bug preventing print jobs from display in the queue
8657     monitor used by Windows NT and later clients (bug 660).
8658 o   Fix several reported problems with point-n-print from
8659     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
8660     reply (bug 338, 527 & 643).
8661 o   Fix a handful of potential memory leaks in the LDAP code used
8662     by ldapsam[_compat] and the LDAP idmap backend.
8663 o   Fix for pdbedit error code returns (bug 763).
8664 o   Make sure we only enumerate group mapping entries  (not 
8665     /etc/group) even when doing local aliases.
8666 o   Relax check on the pipe name in a dce/rpc bind response to work 
8667     around issues with establishing trusts to a Windows 2003 domain.
8668 o   Ensure we mangle names ending in '.' in hash2 mangling method.
8669 o   Correct parsing issues with munged dial string.
8670 o   Fix bugs in quota support for XFS.
8671 o   Add a cleaner method for applications that need to provide 
8672     name->SID mappings to do this via NSS rather than having to 
8673     know the winbindd pipe protocol.
8674 o   Adds a variant of the winbindd_getgroups() call called 
8675     winbindd_getusersids() that provides direct SID->SIDs listing of 
8676     a users supplementary groups. This is enough to allow non-Samba 
8677     applications to do ACL checking.
8678 o   Make sure we don't append the 'ldap suffix' when writing out the 
8679     'ldap XXX suffix' values in SWAT (bug 328).
8680 o   Fix renames across file systems.
8681 o   Ensure that items in a list of strings containing whitespace are 
8682     written out surrounded by single quotes.  This means that both 
8683     double and single quotes are now used to surround strings in 
8684     smb.conf (bug 481).
8685 o   Enable SWAT to correctly determine if winbindd is running (bug 
8686     398).
8687 o   Include WWW-Authenticate field in 401 response for bad auth 
8688     attempt (bug 629).
8689 o   Add support for NTLM2 (NTLMv2 session security).
8690 o   Add support for variable-length session keys.
8691 o   More privilege fixes for group enumeration in LDAP (bug 281).
8692 o   Use the dns name (or IP) as the originating client name when
8693     using CUPS (bug 467).
8694 o   Fix various SMB signing bugs.
8695 o   Fix ACL propagation on a DFS root (bug 263).
8696 o   Disable NTLM2 for RPC pipes.
8697 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
8698     authentication.
8699 o   Change the name of the job passed off to cups from "Test Page" 
8700     to "smbprn.00000033 Test Page" so that we can get the smb 
8701     jobid back. This allow users to delete jobs with cups printing 
8702     backend (partial work on bug 770).
8703 o   Fix build of winbindd with static pdb modules.
8704 o   Retrieve the correct ACL group bits if the file has an ACL 
8705     (bug 802).
8706 o   Implement "net rpc group members": Get members of a domain group 
8707     in human-readable format.
8708 o   Add MacOSX (Darwin) specific charset module code.
8709 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
8710     can include the full name in gecos field (bug 587).
8711 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
8712 o   Implement 'net rpc group list [global|local|builtin]*' for a 
8713     select listing of the respective user databases.
8714 o   Don't automatically set NT status code flag unless client tells 
8715     us it can cope.
8716 o   Add 'net status [sessions|shares] [parseable]'.
8717 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
8718     bug 770).
8719 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
8720    (bug 608).
8721 o   Fix inverted logic in hosts allow/deny checks caused by 
8722     s/strcmp/strequal/ (bug 846).
8723 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
8724 o   Fix typo in 'hash' mangling algorithm.
8725 o   Support munged dial for ldapsam (bug 800).
8726 o   Fix process_incoming_data() to return the number of bytes handled 
8727     this call whether we have a complete PDU or not; fixes bug 
8728     with multiple PDU request rpc's broken over SMBwriteX calls 
8729     each.
8730 o   Fix incorrect smb flags2 for connections to pre-NT servers 
8731     (causes smbclient to fail to OS2 for example) (bug 821).
8732 o   Update version string in smbldap-tools Makefile to 0.8.2.
8733 o   Correct a problem with "net rpc vampire" mis-parsing the 
8734     alias member info reply.
8735 o   Ensure the ${libdir} is created by the installclientlib script.
8736 o   Fix detection of Windows 2003 client architecture in the smb.conf
8737     %a variable.
8738 o   Ensure that smbd calls the add user script for a missing UNIX 
8739     user on Kerberos auth call (bug 445).
8740 o   Fix bugs in hosts allow/deny when using a mismatched 
8741     network/netmask pair.
8742 o   Protect alloc_sub_basic() from crashing when the source string 
8743     is NULL (partial work on bug 687).
8744 o   Fix spinlocks on IRIX.
8745 o   Corrected some bad destination paths when running "configure 
8746     --with-fhs".
8747 o   Add packaging files for Fedora Core 1.
8748 o   Correct bug in SWAT install script for non-english languages.
8749 o   Support character set ISO-8859-1 internally (bug 558).
8750 o   Fixed more LDAP access errors when looking up group mappings 
8751     (bug 281).
8752 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
8753     resolution to fail on local files on on domain members 
8754     (bug 875).
8755 o   Fix uninitialized variable in passdb.c.
8756 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
8757 o   Fix problem mounting directories when mount.cifs is installed 
8758     with the setuid bit on.
8759 o   Fix bug that prevent --mandir from overriding the defaults
8760     given in the --with-fhs macro.
8761 o   Fix bug in in-memory Kerberos keytab detection routines 
8762     in configure.in
8763
8764
8765
8766 ######################################################################
8767
8768               The original 3.0.0 release notes follow
8769               =======================================
8770                     WHATS NEW IN Samba 3.0.0
8771                         September 24, 2003
8772               =======================================
8773
8774
8775 Major new features:
8776 -------------------
8777
8778 1)  Active Directory support.  Samba 3.0 is now able to  
8779     join a ADS realm as a member server and authenticate 
8780     users using LDAP/Kerberos.
8781
8782 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
8783     and internally there is now a much better infrastructure for 
8784     multi-byte and UNICODE character sets.
8785
8786 3)  New authentication system. The internal authentication system 
8787     has been almost completely rewritten. Most of the changes are 
8788     internal, but the new auth system is also very configurable.
8789
8790 4)  New default filename mangling system.
8791
8792 5)  A new "net" command has been added. It is somewhat similar to 
8793     the "net" command in windows. Eventually we plan to replace 
8794     numerous other utilities (such as smbpasswd) with subcommands 
8795     in "net".
8796
8797 6)  Samba now negotiates NT-style status32 codes on the wire. This
8798     improves error handling a lot.
8799
8800 7)  Better Windows 2000/XP/2003 printing support including publishing
8801     printer attributes in active directory.
8802
8803 8)  New loadable module support for passdb backends and character 
8804     sets.
8805
8806 9)  New default dual-daemon winbindd support for better performance.
8807
8808 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
8809     domain and maintaining user, group and domain SIDs.
8810
8811 11) Support for establishing trust relationships with Windows NT 4.0
8812     domain controllers.
8813   
8814 12) Initial support for a distributed Winbind architecture using
8815     an LDAP directory for storing SID to uid/gid mappings.
8816   
8817 13) Major updates to the Samba documentation tree.
8818
8819 14) Full support for client and server SMB signing to ensure
8820     compatibility with default Windows 2003 security settings.
8821
8822 15) Improvement of ACL mapping features based on code donated by
8823     Andreas Grünbacher.
8824
8825
8826 Plus lots of other improvements!
8827
8828
8829 Additional Documentation
8830 ------------------------
8831
8832 Please refer to Samba documentation tree (included in the docs/ 
8833 subdirectory) for extensive explanations of installing, configuring
8834 and maintaining Samba 3.0 servers and clients.  It is advised to 
8835 begin with the Samba-HOWTO-Collection for overviews and specific 
8836 tasks (the current book is up to approximately 400 pages) and to 
8837 refer to the various man pages for information on individual options.
8838
8839 We are very glad to be able to include the second edition of
8840 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
8841 (O'Reilly & Associates) in this release.  The book is available
8842 on-line at http://samba.org/samba/docs/ and is included with 
8843 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
8844 publisher for making "Using Samba" under the GNU Free Documentation 
8845 License.
8846
8847
8848 ######################################################################
8849 Upgrading from a previous Samba 3.0 beta
8850 ########################################
8851
8852 Beginning with Samba 3.0.0beta3, the RID allocation functions
8853 have been moved into winbindd.  Previously these were handled
8854 by each passdb backend.  This means that winbindd must be running
8855 to automatically allocate RIDs for users and/or groups.  Otherwise,
8856 smbd will use the 2.2 algorithm for generating new RIDs.
8857
8858 If you are using 'passdb backend = tdbsam' with a previous Samba 
8859 3.0 beta release (or possibly alpha), it may be necessary to 
8860 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
8861 to winbindd_idmap.tdb.  To do this:
8862
8863 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
8864     once)
8865 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
8866     directory
8867 3)  run: (note that 'tdb>' is the tool's prompt for input)
8868
8869        root# ./tdbtool /usr/local/samba/private/passdb.tdb
8870        tdb> show RID_COUNTER
8871        key 12 bytes
8872        RID_COUNTER
8873        data 4 bytes
8874        [000] 0A 52 00 00                                       .R.
8875
8876        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
8877        ....
8878        record moved
8879
8880 If you are using 'passdb backend = ldapsam', it will be necessary to 
8881 store idmap entries in the LDAP directory as well (i.e. idmap backend 
8882 = ldap).  Refer to the 'net idmap' command for more information on 
8883 migrating SID<->UNIX id mappings from one backend to another.
8884
8885 If the RID_COUNTER record does not exist, then these instructions are
8886 unneccessary and the new RID_COUNTER record will be correctly generated
8887 if needed.  
8888
8889
8890
8891 ########################
8892 Upgrading from Samba 2.2
8893 ########################
8894
8895 This section is provided to help administrators understand the details
8896 involved with upgrading a Samba 2.2 server to Samba 3.0.
8897
8898
8899 Building
8900 --------
8901
8902 Many of the options to the GNU autoconf script have been modified 
8903 in the 3.0 release.  The most noticeable are:
8904
8905   * removal of --with-tdbsam (is now included by default; see section
8906     on passdb backends and authentication for more details)
8907     
8908   * --with-ldapsam is now on used to provided backward compatible
8909     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
8910     backend and authentication section for more details
8911   
8912   * inclusion of non-standard passdb modules may be enabled using
8913     --with-expsam.  This includes an XML backend and a mysql backend.
8914       
8915   * removal of --with-msdfs (is now enabled by default)
8916   
8917   * removal of --with-ssl (no longer supported)
8918   
8919   * --with-utmp now defaults to 'yes' on supported systems
8920   
8921   * --with-sendfile-support is now enabled by default on supported 
8922     systems
8923   
8924     
8925 Parameters
8926 ----------
8927
8928 This section contains a brief listing of changes to smb.conf options
8929 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
8930 complete descriptions of new or modified parameters.
8931
8932 Removed Parameters (order alphabetically):
8933
8934   * admin log
8935   * alternate permissions
8936   * character set
8937   * client codepage
8938   * code page directory
8939   * coding system
8940   * domain admin group
8941   * domain guest group
8942   * force unknown acl user
8943   * hide local users
8944   * mangled stack
8945   * nt smb support
8946   * postscript
8947   * printer driver
8948   * printer driver file
8949   * printer driver location
8950   * read size
8951   * source environment
8952   * status
8953   * strip dot
8954   * total print jobs
8955   * use rhosts
8956   * valid chars
8957   * vfs options
8958
8959 New Parameters (new parameters have been grouped by function):
8960
8961   Remote management
8962   -----------------
8963   * abort shutdown script
8964   * shutdown script
8965
8966   User and Group Account Management
8967   ---------------------------------
8968   * add group script
8969   * add machine script
8970   * add user to group script
8971   * algorithmic rid base
8972   * delete group script
8973   * delete user from group script
8974   * passdb backend
8975   * set primary group script
8976
8977   Authentication
8978   --------------
8979   * auth methods
8980   * realm
8981   * passwd chat timeout
8982
8983   Protocol Options
8984   ----------------
8985   * client lanman auth
8986   * client NTLMv2 auth
8987   * client schannel
8988   * client signing
8989   * client use spnego
8990   * disable netbios
8991   * ntlm auth
8992   * paranoid server security
8993   * server schannel
8994   * server signing
8995   * smb ports
8996   * use spnego
8997
8998   File Service
8999   ------------
9000   * get quota command
9001   * hide special files
9002   * hide unwriteable files
9003   * hostname lookups
9004   * kernel change notify
9005   * mangle prefix
9006   * map acl inherit
9007   * msdfs proxy
9008   * set quota command
9009   * use sendfile
9010   * vfs objects
9011   
9012   Printing
9013   --------
9014   * max reported print jobs
9015
9016   UNICODE and Character Sets
9017   --------------------------
9018   * display charset
9019   * dos charset
9020   * unicode
9021   * unix charset
9022   
9023   SID to uid/gid Mappings
9024   -----------------------
9025   * idmap backend
9026   * idmap gid
9027   * idmap uid
9028   * winbind enable local accounts
9029   * winbind trusted domains only
9030   * template primary group
9031   * enable rid algorithm
9032
9033   LDAP
9034   ----
9035   * ldap delete dn
9036   * ldap group suffix
9037   * ldap idmap suffix
9038   * ldap machine suffix
9039   * ldap passwd sync
9040   * ldap replication sleep
9041   * ldap user suffix
9042   
9043   General Configuration
9044   ---------------------
9045   * preload modules
9046   * private dir
9047
9048 Modified Parameters (changes in behavior):
9049
9050   * encrypt passwords (enabled by default)
9051   * mangling method (set to 'hash2' by default)
9052   * passwd chat
9053   * passwd program
9054   * restrict anonymous (integer value)
9055   * security (new 'ads' value)
9056   * strict locking (enabled by default)
9057   * unix extensions (enabled by default)
9058   * winbind cache time (increased to 5 minutes)
9059   * winbind uid (deprecated in favor of 'idmap uid')
9060   * winbind gid (deprecated in favor of 'idmap gid')
9061
9062
9063 Databases
9064 ---------
9065
9066 This section contains brief descriptions of any new databases 
9067 introduced in Samba 3.0.  Please remember to backup your existing 
9068 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
9069 upgrade databases as they are opened (if necessary), but downgrading 
9070 from 3.0 to 2.2 is an unsupported path.
9071
9072 Name                    Description                             Backup?
9073 ----                    -----------                             -------
9074 account_policy          User policy settings                    yes
9075 gencache                Generic caching db                      no
9076 group_mapping           Mapping table from Windows              yes
9077                         groups/SID to unix groups        
9078 winbindd_idmap          ID map table from SIDS to UNIX          yes
9079                         uids/gids.
9080 namecache               Name resolution cache entries           no
9081 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
9082                         returned as part of a successful
9083                         net_sam_logon request 
9084 printing/*.tdb          Cached output from 'lpq                 no
9085                         command' created on a per print 
9086                         service basis
9087 registry                Read-only samba registry skeleton       no
9088                         that provides support for exporting
9089                         various db tables via the winreg RPCs
9090
9091
9092 Changes in Behavior
9093 -------------------
9094
9095 The following issues are known changes in behavior between Samba 2.2 and 
9096 Samba 3.0 that may affect certain installations of Samba.
9097
9098   1)  When operating as a member of a Windows domain, Samba 2.2 would 
9099       map any users authenticated by the remote DC to the 'guest account'
9100       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
9101       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
9102       current work around to re-establish the 2.2 behavior.
9103       
9104   2)  When adding machines to a Samba 2.2 controlled domain, the 
9105       'add user script' was used to create the UNIX identity of the 
9106       machine trust account.  Samba 3.0 introduces a new 'add machine 
9107       script' that must be specified for this purpose.  Samba 3.0 will
9108       not fall back to using the 'add user script' in the absence of 
9109       an 'add machine script'
9110   
9111
9112 ######################################################################
9113 Passdb Backends and Authentication
9114 ##################################
9115
9116 There have been a few new changes that Samba administrators should be
9117 aware of when moving to Samba 3.0.
9118
9119   1) encrypted passwords have been enabled by default in order to 
9120      inter-operate better with out-of-the-box Windows client 
9121      installations.  This does mean that either (a) a samba account
9122      must be created for each user, or (b) 'encrypt passwords = no'
9123      must be explicitly defined in smb.conf.
9124     
9125   2) Inclusion of new 'security = ads' option for integration 
9126      with an Active Directory domain using the native Windows
9127      Kerberos 5 and LDAP protocols.
9128
9129      MIT Kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
9130      type which is neccessary for servers on which the 
9131      administrator password has not been changed, or Kerberos-enabled 
9132      SMB connections to servers that require Kerberos SMB signing.
9133      Besides this one difference, either MIT or Heimdal Kerberos
9134      distributions are usable by Samba 3.0.
9135      
9136
9137 Samba 3.0 also includes the possibility of setting up chains
9138 of authentication methods (auth methods) and account storage 
9139 backends (passdb backend).  Please refer to the smb.conf(5) 
9140 man page for details.  While both parameters assume sane default 
9141 values, it is likely that you will need to understand what the 
9142 values actually mean in order to ensure Samba operates correctly.
9143
9144 The recommended passdb backends at this time are
9145
9146   * smbpasswd - 2.2 compatible flat file format
9147   * tdbsam - attribute rich database intended as an smbpasswd
9148     replacement for stand alone servers
9149   * ldapsam - attribute rich account storage and retrieval 
9150     backend utilizing an LDAP directory.  
9151   * ldapsam_compat - a 2.2 backward compatible LDAP account 
9152     backend
9153     
9154 Certain functions of the smbpasswd(8) tool have been split between the 
9155 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
9156 utility.  See the respective man pages for details.
9157     
9158      
9159 ######################################################################
9160 LDAP
9161 ####
9162
9163 This section outlines the new features affecting Samba / LDAP 
9164 integration.
9165
9166 New Schema
9167 ----------
9168   
9169 A new object class (sambaSamAccount) has been introduced to replace 
9170 the old sambaAccount.  This change aids us in the renaming of 
9171 attributes to prevent clashes with attributes from other vendors.  
9172 There is a conversion script (examples/LDAP/convertSambaAccount) to 
9173 modify and LDIF file to the new schema.
9174   
9175 Example:
9176   
9177   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
9178   $ convertSambaAccount --sid=<Domain SID> \
9179     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
9180     --changetype=[modify|add]
9181         
9182 The <DOM SID> can be obtained by running 'net getlocalsid 
9183 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
9184 the format of the generated LDIF output--either create new entries 
9185 or modify existing entries.
9186     
9187 The old sambaAccount schema may still be used by specifying the 
9188 "ldapsam_compat" passdb backend.  However, the sambaAccount and
9189 associated attributes have been moved to the historical section of
9190 the schema file and must be uncommented before use if needed.
9191 The 2.2 object class declaration for a sambaAccount has not changed
9192 in the 3.0 samba.schema file. 
9193   
9194 Other new object classes and their uses include:
9195   
9196   * sambaDomain - domain information used to allocate rids 
9197     for users and groups as necessary.  The attributes are added
9198     in 'ldap suffix' directory entry automatically if 
9199     an idmap uid/gid range has been set and the 'ldapsam'
9200     passdb backend has been selected.
9201       
9202   * sambaGroupMapping - an object representing the 
9203     relationship between a posixGroup and a Windows
9204     group/SID.  These entries are stored in the 'ldap 
9205     group suffix' and managed by the 'net groupmap' command.
9206     
9207   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
9208     automatically and contains the next available 'idmap uid' and 
9209     'idmap gid'
9210     
9211   * sambaIdmapEntry - object storing a mapping between a 
9212     SID and a UNIX uid/gid.  These objects are created by the 
9213     idmap_ldap module as needed.
9214
9215   * sambaSidEntry - object representing a SID alone, as a Structural
9216     class on which to build the sambaIdmapEntry.
9217
9218     
9219 New Suffix for Searching
9220 ------------------------
9221   
9222 The following new smb.conf parameters have been added to aid in directing
9223 certain LDAP queries when 'passdb backend = ldapsam://...' has been
9224 specified.
9225
9226   * ldap suffix         - used to search for user and computer accounts
9227   * ldap user suffix    - used to store user accounts
9228   * ldap machine suffix - used to store machine trust accounts
9229   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
9230   * ldap idmap suffix   - location of sambaIdmapEntry objects
9231
9232 If an 'ldap suffix' is defined, it will be appended to all of the 
9233 remaining sub-suffix parameters.  In this case, the order of the suffix
9234 listings in smb.conf is important.  Always place the 'ldap suffix' first
9235 in the list.  
9236
9237 Due to a limitation in Samba's smb.conf parsing, you should not surround 
9238 the DN's with quotation marks.
9239
9240
9241 IdMap LDAP support
9242 ------------------
9243
9244 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
9245 following options would inform Samba that the idmap table should be
9246 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
9247 dc=org" partition.
9248
9249  [global]
9250     ...
9251     idmap backend     = ldap:ldap://onterose/
9252     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
9253     idmap uid         = 40000-50000
9254     idmap gid         = 40000-50000
9255
9256 This configuration allows winbind installations on multiple servers to
9257 share a uid/gid number space, thus avoiding the interoperability problems
9258 with NFS that were present in Samba 2.2.
9259     
9260
9261
9262 ######################################################################
9263 Trust Relationships and a Samba Domain
9264 ######################################
9265
9266 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
9267 allocating uids and gids to trusted users and groups.  More
9268 information regarding Samba's support for establishing trust 
9269 relationships can be found in the Samba-HOWTO-Collection included
9270 in the docs/ directory of this release.
9271
9272 First create your Samba PDC and ensure that everything is 
9273 working correctly before moving on the trusts.
9274
9275 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
9276 4.0 domain named WINDOWS:
9277
9278   1) create the trust account for SAMBA in "User Manager for Domains"
9279   2) connect the trust from the Samba domain using
9280      'net rpc trustdom establish GLASS'
9281
9282 To create a trustlationship with SAMBA as the trusted domain:
9283
9284   1) create the initial trust account for GLASS using
9285      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
9286      account for GLASS$ prior to this step (depending on your
9287      local configuration).
9288   2) connect the trust from a WINDOWS DC using "User Manager
9289      for Domains"
9290
9291 Now join winbindd on the Samba PDC to the SAMBA domain using
9292 the normal steps for adding a Samba server to an NT4 domain:
9293 (note that smbd & nmbd must be running at this point)
9294
9295    root# net rpc join -U root
9296    Password: <enter root password from smbpasswd file here>
9297
9298 Start winbindd and test the join with 'wbinfo -t'.
9299
9300 Now test the trust relationship by connecting to the SAMBA DC
9301 (e.g. POGO) as a user from the WINDOWS domain:
9302
9303    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
9304    Password:
9305
9306 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
9307
9308    $ smbclient //crystal/netlogon -U root -W WINDOWS
9309    Password:
9310
9311 ######################################################################
9312 Changes in Winbind
9313 ##################
9314
9315 Beginning with Samba3.0.0beta3, winbindd has been given new account
9316 manage functionality equivalent to the 'add user script' family of
9317 smb.conf parameters.  The idmap design has also been changed to 
9318 centralize control of foreign SID lookups and matching to UNIX 
9319 uids and gids.
9320
9321
9322 Brief Description of Changes
9323 ----------------------------
9324
9325 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
9326    reverted to the 2.2.x design.  This means that when resolving a 
9327    SID to a UID or similar mapping:
9328
9329         a) First consult winbindd
9330         b) perform a local lookup only if winbindd fails to
9331            return a successful answer
9332
9333    There are some variations to this, but these two rules generally
9334    apply.
9335
9336 2) All idmap lookups have been moved into winbindd.  This means that
9337    a server must run winbindd (and support NSS) in order to achieve
9338    any mappings of SID to dynamically allocated UNIX ids.  This was
9339    a conscious design choice.
9340
9341 3) (OBSOLETE) New functions have been added to winbindd to emulate 
9342    the 'add user script' family of smbd functions without requiring 
9343    that external scripts be defined.  This functionality is controlled 
9344    by the 'winbind  enable local accounts' smb.conf parameter (enabled 
9345    by default).
9346
9347    However, this account management functionality is only supported 
9348    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
9349    must be shared among multiple Samba servers (such as a PDC and BDCs), 
9350    it will be necessary to define your own 'add user script', et. al.
9351    programs that place the accounts/groups in some form of directory
9352    such as NIS or LDAP.  This requirement was deemed beyond the scope
9353    of winbind's account management functions.  Solutions for 
9354    distributing UNIX system information have been deployed and tested 
9355    for many years.  We saw no need to reinvent the wheel.
9356
9357 4) A member of a Samba controlled domain running winbindd is now able 
9358    to map domain users directly onto existing UNIX accounts while still
9359    automatically creating accounts for trusted users and groups.  This
9360    behavior is controlled by the 'winbind trusted domains only' smb.conf
9361    parameter (disabled by default to provide 2.2.x winbind behavior).
9362
9363 5) Group mapping support is wrapped in the local_XX_to_XX() functions
9364    in smbd/uid.c.  The reason that group mappings are not included
9365    in winbindd is because the purpose of Samba's group map is to
9366    match any Windows SID with an existing UNIX group.  These UNIX
9367    groups can be created by winbindd (see next section), but the
9368    SID<->gid mapping is retreived by smbd, not winbindd.
9369
9370
9371 Examples
9372 --------
9373
9374 * security = server running winbindd to allocate accounts on demand
9375
9376 * Samba PDC running winbindd to handle the automatic creation of UNIX
9377   identities for machine trust accounts
9378
9379 * Automtically creating UNIX user and groups when migrating a Windows NT
9380   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
9381   'net rpc vampire' for this to work.
9382
9383    
9384 ######################################################################
9385 Known Issues
9386 ############
9387
9388 * There are several bugs currently logged against the 3.0 codebase
9389   that affect the use of NT 4.0 GUI domain management tools when run
9390   against a Samba 3.0 PDC.  This bugs should be released in an early 
9391   3.0.x release.
9392
9393 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
9394 filed against the Samba 3.0 codebase.
9395
9396
9397 ######################################################################
9398 Reporting bugs & Development Discussion
9399 #######################################
9400
9401 Please discuss this release on the samba-technical mailing list or by
9402 joining the #samba-technical IRC channel on irc.freenode.net.
9403
9404 If you do report problems then please try to send high quality
9405 feedback. If you don't provide vital information to help us track down
9406 the problem then you will probably be ignored.  
9407
9408 A new bugzilla installation has been established to help support the 
9409 Samba 3.0 community of users.  This server, located at 
9410 https://bugzilla.samba.org/, has replaced the older jitterbug server 
9411 previously located at http://bugs.samba.org/.
9412