r18560: * Add in the winreg and initshutdown IDL files
authorGerald Carter <jerry@samba.org>
Fri, 15 Sep 2006 18:32:43 +0000 (18:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:50 +0000 (11:51 -0500)
commitc4013df0c18779191d124dcb3ee35499900b54e0
tree5565886a7c90e36a73b073b040f967bdb7870d21
parent1052e48e87fc1cf0e93ce880fce1820bd842055b
r18560: * Add in the winreg and initshutdown IDL files
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN
  for compatibility with pidl libndr output
(This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)
20 files changed:
source3/Makefile.in
source3/include/smb.h
source3/libmsrpc/cac_winreg.c
source3/librpc/gen_ndr/cli_initshutdown.c [new file with mode: 0644]
source3/librpc/gen_ndr/cli_initshutdown.h [new file with mode: 0644]
source3/librpc/gen_ndr/cli_winreg.c [new file with mode: 0644]
source3/librpc/gen_ndr/cli_winreg.h [new file with mode: 0644]
source3/librpc/gen_ndr/initshutdown.h [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_initshutdown.c [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_initshutdown.h [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_winreg.c [new file with mode: 0644]
source3/librpc/gen_ndr/ndr_winreg.h [new file with mode: 0644]
source3/librpc/gen_ndr/srv_initshutdown.c [new file with mode: 0644]
source3/librpc/gen_ndr/srv_initshutdown.h [new file with mode: 0644]
source3/librpc/gen_ndr/srv_winreg.c [new file with mode: 0644]
source3/librpc/gen_ndr/srv_winreg.h [new file with mode: 0644]
source3/librpc/gen_ndr/winreg.h [new file with mode: 0644]
source3/rpc_client/cli_shutdown.c
source3/rpcclient/cmd_shutdown.c
source3/utils/net_rpc.c