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

jerry at samba.org jerry at samba.org
Thu Jun 2 13:07:18 GMT 2005


Author: jerry
Date: 2005-06-02 13:07:18 +0000 (Thu, 02 Jun 2005)
New Revision: 680

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

Log:
adding contact email link and updating project ideas some
Modified:
   trunk/projects/summercode05.html


Changeset:
Modified: trunk/projects/summercode05.html
===================================================================
--- trunk/projects/summercode05.html	2005-06-02 10:54:51 UTC (rev 679)
+++ trunk/projects/summercode05.html	2005-06-02 13:07:18 UTC (rev 680)
@@ -6,31 +6,16 @@
 
 <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>
+working on Samba through <a href="http://code.google.com/summerofcode.html">Google's 
+"Summer of Code"</a> program.</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>
+may be updated as developers refine a projet's outline.  Questions about 
+Samba's participation in the program can be mailed to 
+<a href="mailto:summercode at samba.org">summercode at samba.org</a>.</p>
 </div>
 
 <table class="real">
-  <tr><th>Project Infrastructure</th></tr>
-  <tr><td>Develop a database back end for managing Samba support provider
-    information listed at http://www.samba.org/samba/support/</td></tr>
-
-  <tr><th>Linux CIFS FS</th></tr>
-  <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>
-
   <tr><th>Samba 3</th></tr>
   <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>
@@ -42,16 +27,32 @@
   <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>
+  <tr><td>Implement a Samba 3 backend code generator for PIDL (from Samba 4)
+          in order to share IDL files between the two branches</td></tr>
 
   <tr><th>Samba 4</th></tr>
-  <tr><td>Implement the DsSync replication protocol and regression 
-  tests</td></tr>
+  <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>
+  <tr><td>Implement journaling support for the tdb database library 
+          (code shared by Samba 3)</td></tr>
 
-  <tr><th>Misc</th></tr>
-  <tr><td>Implement journaling support for the tdb database library</td></tr>
+  <tr><th>Linux CIFS FS</th></tr>
+  <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>
+
+  <tr><th>Project Infrastructure</th></tr>
+  <tr><td>Develop a database back end for managing Samba support provider
+    information listed at http://www.samba.org/samba/support/</td></tr>
 </table>
 
 <!--#include virtual="/samba/footer.html" -->



More information about the samba-cvs mailing list