r7691: * add .gdbinit to the svn:ignore files
authorGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 15:35:31 +0000 (15:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:19 +0000 (10:57 -0500)
commit2129d3c711a109b47c3c1596a6a639520d2f72d2
tree4627816c5ff9085a1f87c7e981f6f21f3693899f
parent2102f6bff9641eeec3b593529be7bf8d9ec784d4
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.
(This used to be commit e188fdbef8f0ad202b0ecf3c30be2941ebe6d5b1)
source3/include/rpc_reg.h
source3/include/rpc_secdes.h
source3/printing/nt_printing.c
source3/registry/reg_db.c
source3/registry/reg_frontend.c
source3/registry/reg_objects.c
source3/rpc_client/cli_reg.c
source3/rpc_client/cli_spoolss.c
source3/rpc_parse/parse_reg.c
source3/rpc_server/srv_reg_nt.c
source3/utils/net_rpc_registry.c