mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
602ad283b4
commit
aa8205c4b0
7
Roadmap
7
Roadmap
@ -9,13 +9,12 @@ release.
|
||||
The following development objectives for future releases
|
||||
are in progress:
|
||||
----------------------------------------------------------------------------
|
||||
Samba-3.0.0 The Domain Integration Release
|
||||
Samba-3.0.0 The Domain Integration Release.
|
||||
|
||||
Samba-3.0.x Refinments to the User and Group IDMAP facility and
|
||||
Samba-3.0.x Improvements in Management and Migration tools, &
|
||||
general code stabilization work.
|
||||
|
||||
Samba-3.x.x Improvements in Management and Migration tools,
|
||||
the introduction of further integration capabilities.
|
||||
Samba-3.x.x Requirements are currently under discussion.
|
||||
|
||||
Samba-4 Danger Will Robinson, a big code clean up with major
|
||||
system redesign. More will be announced as this work
|
||||
|
133
WHATSNEW.txt
133
WHATSNEW.txt
@ -1,15 +1,10 @@
|
||||
WHATS NEW IN Samba 3.0.0 RC3
|
||||
September 8, 2003
|
||||
WHATS NEW IN Samba 3.0.0
|
||||
September 24, 2003
|
||||
==============================
|
||||
|
||||
This is the third release candidate snapshot of Samba 3.0.0. A release
|
||||
candidate implies that the code is very close to a final release, remember
|
||||
that this is still a non-production release intended for testing purposes.
|
||||
Use at your own risk.
|
||||
|
||||
The purpose of this release candidate is to get wider testing of the major
|
||||
new pieces of code in the current Samba 3.0 development tree.
|
||||
Please refer to the section on "Known Issues" for more details.
|
||||
This is the first official release of Samba 3.0.0 code base. Work
|
||||
on the SAMBA_3_0 CVS branch continues. Please refer to the section
|
||||
on "Known Issues" for more details.
|
||||
|
||||
|
||||
Major new features:
|
||||
@ -19,13 +14,13 @@ Major new features:
|
||||
join a ADS realm as a member server and authenticate
|
||||
users using LDAP/Kerberos.
|
||||
|
||||
2) Unicode support. Samba will now negotiate UNICODE on the wire and
|
||||
internally there is now a much better infrastructure for multi-byte
|
||||
and UNICODE character sets.
|
||||
2) Unicode support. Samba will now negotiate UNICODE on the wire
|
||||
and internally there is now a much better infrastructure for
|
||||
multi-byte and UNICODE character sets.
|
||||
|
||||
3) New authentication system. The internal authentication system has
|
||||
been almost completely rewritten. Most of the changes are internal,
|
||||
but the new auth system is also very configurable.
|
||||
3) New authentication system. The internal authentication system
|
||||
has been almost completely rewritten. Most of the changes are
|
||||
internal, but the new auth system is also very configurable.
|
||||
|
||||
4) New default filename mangling system.
|
||||
|
||||
@ -37,11 +32,11 @@ Major new features:
|
||||
6) Samba now negotiates NT-style status32 codes on the wire. This
|
||||
improves error handling a lot.
|
||||
|
||||
7) Better Windows 2000/XP/2003 printing support including publishing
|
||||
7) Better Windows 2000/XP/2003 printing support including publishing
|
||||
printer attributes in active directory.
|
||||
|
||||
8) New loadable module support for passdb backends and
|
||||
character sets.
|
||||
8) New loadable module support for passdb backends and character
|
||||
sets.
|
||||
|
||||
9) New default dual-daemon winbindd support for better performance.
|
||||
|
||||
@ -59,6 +54,10 @@ Major new features:
|
||||
14) Full support for client and server SMB signing to ensure
|
||||
compatibility with default Windows 2003 security settings.
|
||||
|
||||
15) Improvement of ACL mapping features based on code donated by
|
||||
Andreas Grünbacher.
|
||||
|
||||
|
||||
Plus lots of other improvements!
|
||||
|
||||
|
||||
@ -82,12 +81,65 @@ License.
|
||||
|
||||
|
||||
######################################################################
|
||||
Changes since 3.0rc2
|
||||
Changes since 3.0rc4
|
||||
####################
|
||||
|
||||
Please refer to the CVS log for the SAMBA_3_0 branch for complete
|
||||
details:
|
||||
|
||||
1) Fix bug that prevented restoring filenames of length
|
||||
>100 characters.
|
||||
2) Fix bug that prevented fast path code in strchr_m
|
||||
from being used.
|
||||
3) Make sure we store the desired access flag on incoming
|
||||
SAMR rpc calls.
|
||||
4) Fix smbd crash when dealing with mangled file names.
|
||||
5) Ensure that the group comment field is not overwritten
|
||||
if it already exists.
|
||||
6) Fix bug that prevented 'net rpc join' from working
|
||||
with mixed mode AD domains (bug 442).
|
||||
7) Fix crash in smbd when a Samba PDC is not able to
|
||||
enumerate trusted domains (bug 450).
|
||||
8) Fix crash bug found by the Samba4 testsuite.
|
||||
9) Fix bug that prevented smbd from returning an ACL list
|
||||
if one of the SIDs could not be resolved (bug 470).
|
||||
10) Remove -P option from smbclient printing scripts since it
|
||||
has a different meaning in Samba 3.0 (bug 473).
|
||||
11) Sync smbldap-tools with latest version
|
||||
12) Cleanup some warnings produced by the Sun C compiler.
|
||||
13) Several fixes for SWAT relating to international character
|
||||
sets.
|
||||
|
||||
|
||||
Changes since 3.0rc3
|
||||
####################
|
||||
|
||||
1) Fix incorrect error message in testparm.c regarding 'map system'.
|
||||
2) Protect against core dump if ioctl for print job sends invalid
|
||||
fid.
|
||||
3) Fix bug in generic hash cacluation.
|
||||
4) Remove references to unused 'strip dot' parameter
|
||||
5) Fix CPU burn bug in multi-byte character conversion.
|
||||
6) Use opt_target_workgroup instead of lp_workgroup() in vampire
|
||||
code so we can override the value in smb.conf with the -w option.
|
||||
7) Display an error if we can't create a posix account for the
|
||||
user when running 'net rpc vampire' (bug 323).
|
||||
8) Fix UTF8 conversion bugs in LDAP passdb and idmap code (bug 296).
|
||||
9) Fix smbd crash when changing the machine trust account password
|
||||
(bug 273).
|
||||
10) Remove getpwnam() calls from init_sam_from_xxx(). This means
|
||||
that %u & %g will no longer expand in the "login ..." set of
|
||||
smb.conf options, but %U and %G still do. The payback is that
|
||||
winbindd local accounts for users work with 'wbinfo -u'
|
||||
when winbind is running on a Samba PDC.
|
||||
11) Fix unitiailized timestamp where merging print_jobs and
|
||||
lpq listing.
|
||||
12) Fix bug in debian packaging files affecting non-i386 platforms.
|
||||
|
||||
|
||||
Changes since 3.0rc2
|
||||
####################
|
||||
|
||||
1) Remove Perl module dependencies in generated RedHat 8/9 RPMS.
|
||||
2) Update mount helper to take synonyms for file_mode and
|
||||
dir_mode (fmask and dmask).
|
||||
@ -560,11 +612,12 @@ Removed Parameters (order alphabetically):
|
||||
* domain guest group
|
||||
* force unknown acl user
|
||||
* nt smb support
|
||||
* post script
|
||||
* postscript
|
||||
* printer driver
|
||||
* printer driver file
|
||||
* printer driver location
|
||||
* status
|
||||
* strip dot
|
||||
* total print jobs
|
||||
* use rhosts
|
||||
* valid chars
|
||||
@ -655,7 +708,7 @@ New Parameters (new parameters have been grouped by function):
|
||||
General Configuration
|
||||
---------------------
|
||||
* preload modules
|
||||
* privatedir
|
||||
* private dir
|
||||
|
||||
Modified Parameters (changes in behavior):
|
||||
|
||||
@ -681,24 +734,24 @@ ${lock directory}/*tdb before upgrading to Samba 3.0. Samba will
|
||||
upgrade databases as they are opened (if necessary), but downgrading
|
||||
from 3.0 to 2.2 is an unsupported path.
|
||||
|
||||
Name Description Backup?
|
||||
---- ----------- -------
|
||||
account_policy User policy settings yes
|
||||
gencache Generic caching db no
|
||||
group_mapping Mapping table from Windows yes
|
||||
groups/SID to unix groups
|
||||
winbindd_idmap ID map table from SIDS to UNIX yes
|
||||
uids/gids.
|
||||
namecache Name resolution cache entries no
|
||||
netsamlogon_cache Cache of NET_USER_INFO_3 structure no
|
||||
returned as part of a successful
|
||||
net_sam_logon request
|
||||
printing/*.tdb Cached output from 'lpq no
|
||||
command' created on a per print
|
||||
service basis
|
||||
registry Read-only samba registry skeleton no
|
||||
that provides support for exporting
|
||||
various db tables via the winreg RPCs
|
||||
Name Description Backup?
|
||||
---- ----------- -------
|
||||
account_policy User policy settings yes
|
||||
gencache Generic caching db no
|
||||
group_mapping Mapping table from Windows yes
|
||||
groups/SID to unix groups
|
||||
winbindd_idmap ID map table from SIDS to UNIX yes
|
||||
uids/gids.
|
||||
namecache Name resolution cache entries no
|
||||
netsamlogon_cache Cache of NET_USER_INFO_3 structure no
|
||||
returned as part of a successful
|
||||
net_sam_logon request
|
||||
printing/*.tdb Cached output from 'lpq no
|
||||
command' created on a per print
|
||||
service basis
|
||||
registry Read-only samba registry skeleton no
|
||||
that provides support for exporting
|
||||
various db tables via the winreg RPCs
|
||||
|
||||
|
||||
Changes in Behavior
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,35 +1,140 @@
|
||||
<!--#include virtual="/samba/header.html" -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>SAMBA - opening windows to a wider world</TITLE>
|
||||
<link rel="shortcut icon" href="/samba/favicon.ico">
|
||||
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<META NAME="keywords" CONTENT="Samba,SMB,CIFS">
|
||||
<META NAME="description" CONTENT="Home of Samba, the SMB file server.">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#6600cc" LINK="#0000ff" ALINK="#cc0033">
|
||||
<!--#include virtual="/samba/local_header.html" -->
|
||||
|
||||
<TABLE BORDER=0 WIDTH="85%" ALIGN="CENTER">
|
||||
<tr VALIGN="middle">
|
||||
<td ALIGN="left">
|
||||
<ul>
|
||||
<li><font size="-1"><a href="/samba/samba.html">home</a></font>
|
||||
<li><font size="-1"><a href="/samba/index.html">mirrors</a></font>
|
||||
<li><font size="-1"><a href="/samba/search.html">search</a></font>
|
||||
<li><font size="-1"><a href="/samba/whatsnew/">announcements</a></font>
|
||||
<li><font size="-1"><a href="/samba/archives.html">mailing lists</a></font>
|
||||
<li><font size="-1"><a href="/samba/docs/">documentation</a></font>
|
||||
<li><font size="-1"><a href="/samba/books.html">books</a></font>
|
||||
<li><font size="-1"><a href="/samba/download.html">download</a></font>
|
||||
<li><font size="-1"><a href="/samba/donations.html">donations</a></font>
|
||||
</ul>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="/samba/samba.html"><img src="/samba/images/slmed.gif"
|
||||
width="226" height="107" border="0" alt="samba"></a>
|
||||
</td>
|
||||
<td align="left">
|
||||
<ul>
|
||||
<li><font size="-1"><a href="/samba/contacts.html">contacts</a></font>
|
||||
<li><font size="-1"><a href="/samba/team.html">Samba Team</a></font>
|
||||
<li><font size="-1"><a href="/samba/devel/">development</a></font>
|
||||
<li><font size="-1"><a href="/samba/support/">support</a></font>
|
||||
<li><font size="-1"><a href="/samba/GUI/">gui interfaces</a></font>
|
||||
<li><font size="-1"><a href="/samba/thanks.html">thanks</a></font>
|
||||
<li><font size="-1"><a href="/samba/vendors/">vendors</a></font>
|
||||
<li><font size="-1"><a href="http://samba-survey.sernet.de/">survey</a></font>
|
||||
<li><font size="-1"><a href="/samba/tshirt.html">t-shirts, etc</a></font>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<TR ALIGN="center">
|
||||
<TD COLSPAN="3"><BR>
|
||||
<img src="/samba/images/bar1.gif" WIDTH="493" HEIGHT="26"
|
||||
BORDER="0"
|
||||
alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=">
|
||||
<br><br><br>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<tr><td></td><TD ALIGN="left">
|
||||
|
||||
<h3>Roadmap to 3.0</h3>
|
||||
<p><em>Page Last Updated</em> : 5 Mar, 2003
|
||||
<p><em>Estimated shipdate</em> : When it is ready.
|
||||
<p><em>Current Alpha Release</em> : <a href="/samba/ftp/alpha/samba-3.0alpha22.tar.gz">Samba-3.0alpha22</a>
|
||||
<p><em>Page Last Updated</em> : 12th Sep, 2003
|
||||
<p><em>Current Beta Release</em> : <a href="/samba/ftp/rc/samba-3.0.0rc4.tar.gz">Samba-3.0.0rc4</a>
|
||||
|
||||
<h3>Road to 3.0</h3>
|
||||
|
||||
<ul>
|
||||
<li>(5th Mar, 2003) <em>Samba-3.0alpha22 RPMS for Redhat 6.x, 7.x and 8.0 available</em>
|
||||
<p>Binary packages for RedHat Linux 6.x, 7.x and 8.0 systems of the Samba 3.0alpha22
|
||||
release are ready for download from the
|
||||
<a href="http://download.samba.org/samba/ftp/Binary_Packages/RedHat">Binary_Packages/RedHat</a> directory.
|
||||
<li>(12th Sep, 2003) <em>The fourth release candidate of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0rc4 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0rc4.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(8th Sep, 2003) <em>The third release candidate of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0rc3 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0rc3.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(29th Aug, 2003) <em>The second release candidate of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0rc2 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0rc2.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(16th Aug, 2003) <em>The first release candidate of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0rc1 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0rc1.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(16th Jul, 2003) <em>The third beta release of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0beta3 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0beta3.html">Release Notes</a> for more details. This
|
||||
could be the last beta release before moving onto 3.0.0 release candidates.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(1st Jul, 2003) <em>The second beta release of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0beta2 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0beta2.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(7th Jun, 2003) <em>The first beta release of Samba 3.0.0 is available for download</em>
|
||||
<p>Samba-3.0.0beta1 is now available in source form from samba.org. See the
|
||||
<a href="/samba/whatsnew/samba-3.0.0beta1.html">Release Notes</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>(14th May, 2003) <em>The Feature Freeze is in place with the 3.0alpha24 release</em>
|
||||
<p>The 3.0alpha24 release is provided to aid developers in testing Samba
|
||||
in preparation for the first beta release of 3.0 tenatively planned for May 26.
|
||||
Refer to the <a href="http://www.samba.org/samba/samba.html">main page on samba.org</a>
|
||||
for download locations.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>(26th Nov, 2002) <em>Samba-3.0alpha21 RPMS for Redhat 7.x and 8.0 available</em>
|
||||
<p>Binary packages for RedHat Linux 7.x and 8.0 systems of the Samba 3.0alpha21
|
||||
release are ready for download from the
|
||||
<li>(5th May, 2003) <em>Feature Freeze and Samba 3.0 beta release dates</em>
|
||||
<p>The Samba Team has agreed to push the feature freeze for Samba 3.0
|
||||
development to May 12, 2003. Following this will be two weeks of testing
|
||||
with the first planned beta release of Samba 3.0 on May 26. Following
|
||||
the open-ended beta period will be preview (preX) releases, followed by
|
||||
release candidate builds (rcX) and finally 3.0.0. There is no estimated
|
||||
shipping date on the initial stable 3.0.0 release.
|
||||
<p>Here is the <a href="http://lists.samba.org/pipermail/samba-technical/2003-May/044597.html">mail
|
||||
sent to samba-technical</a> describing the reasons for the delay.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>(31st Mar, 2003) <em>Samba-3.0alpha23 RPMS for Redhat 6.x, 7.x and 8.0 available</em>
|
||||
<p>Binary packages for RedHat Linux 6.x, 7.x and 8.0 systems of the Samba 3.0alpha23
|
||||
release are ready for download from the
|
||||
<a href="http://download.samba.org/samba/ftp/Binary_Packages/RedHat">Binary_Packages/RedHat</a> directory.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>(26th Sept, 2002) <em>SAMBA_3_0 cvs branch</em>
|
||||
<p>With the release of 3.0alpha20, the SAMBA_3_0 cvs branch is now being
|
||||
officially maintained in an effort to stabilize certain features. If you would
|
||||
like to continue to test the soon-to-be-3.0 code base, please use this branch
|
||||
tag when checking out the cvs tree.
|
||||
</ul>
|
||||
|
||||
<h3>Roadmap Overview</h3>
|
||||
|
||||
@ -37,7 +142,7 @@
|
||||
has gone on about this. Implementation is a separate discussion :-)
|
||||
If a feature is already done, I marked it as "Req". It should be obvious
|
||||
from this roadmap that one the major hurdles for releasing the 3.0 code base
|
||||
is the completion of documentation updates.
|
||||
is the completion of documentation updates.
|
||||
|
||||
<ul>
|
||||
<li>X = done
|
||||
@ -71,7 +176,7 @@ for a stable 3.0 release.
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -79,7 +184,7 @@ for a stable 3.0 release.
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -87,7 +192,7 @@ for a stable 3.0 release.
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -102,16 +207,16 @@ for a stable 3.0 release.
|
||||
<td width=50%>Windows NT 4.0 Style Trust Relationship</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>NTLMv2</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -119,50 +224,54 @@ for a stable 3.0 release.
|
||||
4.0 PDC to a Samba PDC</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Winbind working with Samba PDC</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Loadable RPC implementations</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>hook for utilizing a centralized winbindd id map database</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Group Mapping support(privileges need some work, etc...)</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>o</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Publishing printers in AD (probably will make 3.0 but will not delay release)</td>
|
||||
<td width=50%>Utilizing a centralized winbindd id map database</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Mapping between Windows and UNIX groups</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Publishing printers in AD</td>
|
||||
<td align=center>yes</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><em><u>Non-Release Delaying Features</u></em></td>
|
||||
</tr>
|
||||
@ -171,9 +280,10 @@ for a stable 3.0 release.
|
||||
<td width=50%>Stackable VFS</td>
|
||||
<td align=center>no</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>o</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=50%>SAM replication (full implementation still lacks
|
||||
some decoding work; post 3.0)</td>
|
||||
<td align=center>no</td>
|
||||
@ -185,19 +295,34 @@ for a stable 3.0 release.
|
||||
<tr>
|
||||
<td width=50%>SMB signing (needs more research; not a show stopper)</td>
|
||||
<td align=center>no</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>schannel, ntlmv2 sign & seal (needs more research)</td>
|
||||
<td align=center>no</td>
|
||||
<td align=center>in-progress</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
<td align=center>X</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>alternative backend for WINS database (there is a patch that still needs some work)</td>
|
||||
<td align=center>no</td>
|
||||
<td align=center>in-progress</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=50%>Group policy objects, profiles, and SYSVOL replication protocols</td>
|
||||
<td align=center>no</td>
|
||||
<td align=center>in-progress</td>
|
||||
<td align=center>-</td>
|
||||
<td align=center>-</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -207,9 +332,33 @@ Plus the following interesting, but non-show stopping projects
|
||||
<ul>
|
||||
<li>background updates of print queues via a dedicated process
|
||||
<li>WINS replication with Windows NT WINS servers
|
||||
<li>alternative backend for WINS database (there is a patch that still needs some work)
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<!--#include virtual="/samba/footer.html" -->
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<TR ALIGN="center">
|
||||
<TD COLSPAN="3"><BR><BR><BR><img src="/samba/images/bar1.gif" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD COLSPAN="3" ALIGN="center">
|
||||
<em>samba - opening windows to a wider world</em>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<table align="center">
|
||||
<tr><td>
|
||||
<form method="post" action="http://de.samba.org/cgi-bin/htsearch">
|
||||
<input type="text" size="30" name="words" value="">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<!--#include virtual="/samba/local_footer.html" -->
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user