r18789: Replace the winreg server code with the libndr parsing code.
commiteab57a0a0fe90be464f5061691f57ca1da150885
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)
tree86901f417c88e954f13e75a1ca060f0cf7b93b0c
parent20b9cd5354702f86572781accfd5fcb977f7f5f2
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.
(This used to be commit cf1404a0d7538288b9370ba80df328f81b713ce0)
12 files changed:
source3/Makefile.in
source3/configure.in
source3/include/rpc_client.h
source3/include/rpc_reg.h
source3/librpc/gen_ndr/ndr_winreg.c
source3/librpc/gen_ndr/winreg.h
source3/librpc/idl/winreg.idl
source3/rpc_server/srv_initshutdown_nt.c [new file with mode: 0644]
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_reg.c [deleted file]
source3/rpc_server/srv_winreg_nt.c [moved from source3/rpc_server/srv_reg_nt.c with 71% similarity]
source3/smbd/nttrans.c