r18560: * Add in the winreg and initshutdown IDL files
commit23a882861311d9d6ca45af1bfcc90d05846ba3a9
authorGerald Carter <jerry@samba.org>
Fri, 15 Sep 2006 18:32:43 +0000 (15 18:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:50 +0000 (10 11:51 -0500)
tree7514a80f64a847ce60780e980c71b761f4f6065c
parent06a75f3b935b30c60ab4690634b26cdcd7f02b90
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
20 files changed:
source/Makefile.in
source/include/smb.h
source/libmsrpc/cac_winreg.c
source/librpc/gen_ndr/cli_initshutdown.c [new file with mode: 0644]
source/librpc/gen_ndr/cli_initshutdown.h [new file with mode: 0644]
source/librpc/gen_ndr/cli_winreg.c [new file with mode: 0644]
source/librpc/gen_ndr/cli_winreg.h [new file with mode: 0644]
source/librpc/gen_ndr/initshutdown.h [new file with mode: 0644]
source/librpc/gen_ndr/ndr_initshutdown.c [new file with mode: 0644]
source/librpc/gen_ndr/ndr_initshutdown.h [new file with mode: 0644]
source/librpc/gen_ndr/ndr_winreg.c [new file with mode: 0644]
source/librpc/gen_ndr/ndr_winreg.h [new file with mode: 0644]
source/librpc/gen_ndr/srv_initshutdown.c [new file with mode: 0644]
source/librpc/gen_ndr/srv_initshutdown.h [new file with mode: 0644]
source/librpc/gen_ndr/srv_winreg.c [new file with mode: 0644]
source/librpc/gen_ndr/srv_winreg.h [new file with mode: 0644]
source/librpc/gen_ndr/winreg.h [new file with mode: 0644]
source/rpc_client/cli_shutdown.c
source/rpcclient/cmd_shutdown.c
source/utils/net_rpc.c