r7691: * add .gdbinit to the svn:ignore files
commit54539d88cab4178921f0b8019ec589c6b98d48bf
authorGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 15:35:31 +0000 (17 15:35 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 15:35:31 +0000 (17 15:35 +0000)
treeff5b00854a9b375aeceb41b8144958e124b0cfd5
parent90c1028e02be13c3782704763d20b54493e3f180
r7691: * add .gdbinit to the svn:ignore files
* start adding write support to the Samba registry
  Flesh out the server implementations of
  RegCreateKey(), RegSetValue(), RegDeleteKey() and RegDeleteValue()

I can create a new key using regedit.exe now but the 'New Key #1'
key cannot be deleted yet.
source/include/rpc_reg.h
source/include/rpc_secdes.h
source/printing/nt_printing.c
source/registry/reg_db.c
source/registry/reg_frontend.c
source/registry/reg_objects.c
source/rpc_client/cli_reg.c
source/rpc_client/cli_spoolss.c
source/rpc_parse/parse_reg.c
source/rpc_server/srv_reg_nt.c
source/utils/net_rpc_registry.c