r23543: Adjust comments.
authorMichael Adam <obnox@samba.org>
Tue, 19 Jun 2007 11:11:01 +0000 (11:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:27 +0000 (12:23 -0500)
source/utils/net_conf.c

index 605ad3fdd2bcc6743fbe64af832450fce1b6baaa..15b67b385630b03d34cfc38aa72bf3b44d6f0d97 100644 (file)
  */
 
 /*
- * 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.
- */
-
-/*
- * 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
- *
+ * 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.
  */
 
 #include "includes.h"