svn commit: samba-web r962 - in trunk/projects: .

jerry at samba.org jerry at samba.org
Mon Apr 24 10:07:17 GMT 2006


Author: jerry
Date: 2006-04-24 10:07:16 +0000 (Mon, 24 Apr 2006)
New Revision: 962

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=962

Log:
updating project lists
Modified:
   trunk/projects/summercode06.html


Changeset:
Modified: trunk/projects/summercode06.html
===================================================================
--- trunk/projects/summercode06.html	2006-04-23 18:59:28 UTC (rev 961)
+++ trunk/projects/summercode06.html	2006-04-24 10:07:16 UTC (rev 962)
@@ -15,19 +15,48 @@
 <a href="mailto:summercode at samba.org">summercode at samba.org</a>.</p>
 </div>
 
-<table class="real">
-  <tr><th>Samba 3</th></tr>
-  <tr><td></td></tr>
+  <h2>Project Ideas</h2>
 
-  <tr><th>Samba 4</th></tr>
-  <tr><td></td></tr>
+  <h4>SACL VFS Module (Samba 3)</h2>
+  <p>Support for file systems SACLs (i.e. file system auditing) 
+     on in Samba in a VFS module by utilizing Extended Attributes.  This 
+     project should ensure that users are able to successfully view and 
+     modify auditing settings on files and directories using the Windows 
+     Explorer.  
+  </p>
 
-  <tr><th>Linux CIFS FS</th></tr>
-  <tr><td></td></tr>
+  <h4>Consolidate internal LDAP SASL support (Samba 3)</h2>
+  <p>Samba has two separate copies of LDAP support routines.  One is
+     used to access Active Directories servers when operating as 
+     a member server and the lother is used for implementing the 
+     LDAP passdb backend feature.  Applicants should be comfortable
+     with LDAP directories services and SASL mechanisms such as GSS-SPNEGO.
+  </p>
 
-  <tr><th>Project Infrastructure</th></tr>
-  <tr><td></td></tr>
+  <h4>Backport EndPointMapper and support for ncacn_ip_tcp (Samba 3)</h2>
+  <p>Current Samba 3.0 releases only support MS-RPC over SMB named pipes.
+     The SAMBA_4_0 code base has support RPC directory over TCP which could
+     be backported in some degree to the SAMBA_3_0 tree.
+  </p>
 
-</table>
+  <h4>Alternative configuration backends (Samba 3)</h2>
+  <p>The current smb.conf does not allow the flexible set read and modify 
+     individual key/value pairs from within smbd.  This project would explore
+     using a registry like backend that would allow more flexibility 
+     is managing Samba's configuration settings outside on a simple text 
+     editor.  The <a href="http://www.libelektra.org/">LibElektra project</a> 
+     provides a common configuration library with storage plugins.  One 
+     possibility would be to implement an <a href="http://ldb.samba.org">LDB backend</a> 
+     along with a simple command line interpreter/editor.
+  </p>
 
+  <h4>Performance optimizations on NetBSD (Samba 3)</h2>
+  <p>This work is under the umbrella of the NetBSD project and is listed here
+     for publicity and to help inform interested applicants.  Please refer 
+     to <a href="http://www.netbsd.org/contrib/projects.html#smbtuneup">the 
+     NetBSD project site</a> for a complete description.
+  </p>
+
+
+
 <!--#include virtual="/samba/footer.html" -->



More information about the samba-cvs mailing list