svn commit: samba r23543 - in branches: SAMBA_3_0/source/utils SAMBA_3_0_26/source/utils

obnox at samba.org obnox at samba.org
Tue Jun 19 11:11:02 GMT 2007


Author: obnox
Date: 2007-06-19 11:11:01 +0000 (Tue, 19 Jun 2007)
New Revision: 23543

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

Log:
Adjust comments.


Modified:
   branches/SAMBA_3_0/source/utils/net_conf.c
   branches/SAMBA_3_0_26/source/utils/net_conf.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_conf.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_conf.c	2007-06-18 21:48:57 UTC (rev 23542)
+++ branches/SAMBA_3_0/source/utils/net_conf.c	2007-06-19 11:11:01 UTC (rev 23543)
@@ -20,21 +20,11 @@
  */
 
 /*
- * This currently only an interface to the configuration
- * stored inside the samba registry. In the future there
- * might be support for other configuration backends as well.
+ * This is an interface to the configuration stored inside the 
+ * samba registry. In the future there might be support for other 
+ * configuration backends as well.
  */
 
-/*
- * TODO:
- *
- *  - check uid 0 for write operations
- *  - check for valid parameter names and types (loadparm...) ???
- *  - check for correctness of shares (service_ok) ?
- *  - refactor to use _internal functions for pieces of code
- *
- */
-
 #include "includes.h"
 #include "utils/net.h"
 

Modified: branches/SAMBA_3_0_26/source/utils/net_conf.c
===================================================================
--- branches/SAMBA_3_0_26/source/utils/net_conf.c	2007-06-18 21:48:57 UTC (rev 23542)
+++ branches/SAMBA_3_0_26/source/utils/net_conf.c	2007-06-19 11:11:01 UTC (rev 23543)
@@ -20,21 +20,11 @@
  */
 
 /*
- * This currently only an interface to the configuration
- * stored inside the samba registry. In the future there
- * might be support for other configuration backends as well.
+ * This is an interface to the configuration stored inside the 
+ * samba registry. In the future there might be support for other 
+ * configuration backends as well.
  */
 
-/*
- * TODO:
- *
- *  - check uid 0 for write operations
- *  - check for valid parameter names and types (loadparm...) ???
- *  - check for correctness of shares (service_ok) ?
- *  - refactor to use _internal functions for pieces of code
- *
- */
-
 #include "includes.h"
 #include "utils/net.h"
 



More information about the samba-cvs mailing list