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

deryck at samba.org deryck at samba.org
Thu Jun 2 10:47:01 GMT 2005


Author: deryck
Date: 2005-06-02 10:47:01 +0000 (Thu, 02 Jun 2005)
New Revision: 678

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

Log:
First pass at "Summer of Code" projects list.

deryck

Modified:
   trunk/projects/summercode05.html


Changeset:
Modified: trunk/projects/summercode05.html
===================================================================
--- trunk/projects/summercode05.html	2005-06-02 10:23:26 UTC (rev 677)
+++ trunk/projects/summercode05.html	2005-06-02 10:47:01 UTC (rev 678)
@@ -4,8 +4,54 @@
 
 <h2>Summer of Code Projects</h2>
 
-<p>This page is currently being updated and will be available by 6:00 AM (GMT 
--5, US Central), Thursday, 02 June.</p>
+<div class="request" style="margin:0 0 35px 0">
+<p>The following is an outline of potential projects for those interested in
+working on Samba through Google's "Summer of Code" program.  For more on that
+program see <a href="http://code.google.com/summerofcode.html">Google's 
+overview</a>.</p>
 
+<p>This is just a holding area for project ideas.  The projects listed here
+may be updated as developers refine a projet's outline.</p>
+</div>
 
+<table class="real">
+  <th>Project Infrastructure</th>
+  <tr><td>Develop a database back end for managing Samba support provider
+      information listed at http://www.samba.org/samba/support/</td></tr>
+
+  <th>Linux CIFS FS</th>
+  <tr><td>Create a GUI for managing Linux cifs mounts and
+  displaying /proc/fs/cifs statistics and mount status</td></tr>
+  <tr><td>Create a common uid mapping mechanism for Linux
+  nfs and cifs vfs clients, that can be configured to
+  remap, on a particular mount on the client, the uids
+  returned by the server to uids which would be valid on
+  the client (or to a default if such uid does not exist)</td></tr>
+  <tr><td>Finish the Linux cifs vfs change notification support
+  by completing the D_NOTIFY fcntl mapping to the FindNotify
+  mechanism supported by the CIFS protocol</td></tr>
+
+  <th>Samba 3</th>
+  <tr><td>Implement support for EMF print jobs</td></tr>
+  <tr><td>Finish off portions of the PDC&lt;-&gt;BDC SAM replication</td></tr>
+  <tr><td>Develop new VFS modules</td></tr>
+  <tr><td>Implement an interactive command line remote registry viewer</td></tr>
+  <tr><td>Implement administrative log events and log file parsing
+  utilities for smbd, nmbd, & winbindd</td></tr>
+  <tr><td>Rewrite smbclient using the libsmbclient API</td></tr>
+  <tr><td>Develop more client tools</td></tr>
+  <tr><td>Add MS-DFS support to libsmbclient</td></tr>
+  <tr><td>Create a tool for monitoring the health of a Samba server</td></tr>
+
+  <th>Samba 4</th>
+  <tr><td>Implement the DsSync replication protocol and regression 
+  tests</td></tr>
+  <tr><td>Implement the spoolss printing RPCs and regression tests</td></tr>
+  <tr><td>Help complete the sqlite3 backend for ldb.</td></tr>
+  <tr><td>Implement support for the CIFS unix extensions</td></tr>
+
+  <th>Misc</th>
+  <tr><td>Implement journaling support for the tdb database library</td></tr>
+</table>
+
 <!--#include virtual="/samba/footer.html" -->



More information about the samba-cvs mailing list