Extend/fix comments.
authorMichael Adam <obnox@samba.org>
Sun, 20 Jan 2008 23:32:01 +0000 (00:32 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 21 Jan 2008 07:49:12 +0000 (08:49 +0100)
Michael

source/Makefile.in
source/registry/reg_init_full.c [moved from source/registry/reg_frontend.c with 95% similarity]

index 674dd2aa40493e7b4db11c4c43c70b14149f465f..df0c99d8515ce58f45bdff00e77b1ae1d772aaba 100644 (file)
@@ -434,7 +434,7 @@ REGISTRY_BACKENDS = registry/reg_backend_printing.o \
                    registry/reg_backend_perflib.o
 
 
-REGISTRY_OBJ = registry/reg_frontend.o registry/reg_cachehook.o \
+REGISTRY_OBJ = registry/reg_init_full.o registry/reg_cachehook.o \
                registry/reg_eventlog.o \
                registry/reg_util.o registry/reg_perfcount.o \
               registry/reg_util_legacy.o \
similarity index 95%
rename from source/registry/reg_frontend.c
rename to source/registry/reg_init_full.c
index fa210b4c058139ca04f09c8baf855a909c75c5b1..b6a644bb11f6adc3bcd8cc4c587759afd89b3265 100644 (file)
@@ -2,6 +2,7 @@
  *  Unix SMB/CIFS implementation.
  *  Virtual Windows Registry Layer
  *  Copyright (C) Gerald Carter                     2002-2005
+ *  Copyright (C) Michael Adam                      2008
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -17,7 +18,7 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-/* Implementation of registry frontend view functions. */
+/* Initialize the registry with all available backends. */
 
 #include "includes.h"
 
@@ -58,6 +59,7 @@ REGISTRY_HOOK reg_hooks[] = {
 
 /***********************************************************************
  Open the registry database and initialize the REGISTRY_HOOK cache
+ with all available backens.
  ***********************************************************************/
  
 bool init_registry( void )