r18789: Replace the winreg server code with the libndr parsing code.
commitcf1404a0d7538288b9370ba80df328f81b713ce0
authorGerald Carter <jerry@samba.org>
Thu, 21 Sep 2006 17:51:06 +0000 (21 17:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:00:57 +0000 (10 12:00 -0500)
treef9623d10b18583a022f223097157829c907fd4ee
parent83dec5578246111798678dce73d928ecf2a47d5f
r18789: Replace the winreg server code with the libndr parsing code.
Many things work (OpenHKLM, etc...) but some still don't.
This shouldn't block anyone so I'm checking it in.
Will probably move to a bzr tree after this for
longer dev cycles between checkins.
12 files changed:
source/Makefile.in
source/configure.in
source/include/rpc_client.h
source/include/rpc_reg.h
source/librpc/gen_ndr/ndr_winreg.c
source/librpc/gen_ndr/winreg.h
source/librpc/idl/winreg.idl
source/rpc_server/srv_initshutdown_nt.c [new file with mode: 0644]
source/rpc_server/srv_pipe.c
source/rpc_server/srv_reg.c [deleted file]
source/rpc_server/srv_winreg_nt.c [moved from source/rpc_server/srv_reg_nt.c with 71% similarity]
source/smbd/nttrans.c