r6014: rather large change set....
commit4e0ac63c36527cd8c52ef720cae17e84f67e7221
authorGerald Carter <jerry@samba.org>
Wed, 23 Mar 2005 23:26:33 +0000 (23 23:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:15 +0000 (10 10:56 -0500)
tree60aba482ed13e619ad07a431542aaa169ceefc7a
parent51beba71d4d5d3d259e567b65b1694d862814fe9
r6014: rather large change set....

pulling back all recent rpc changes from trunk into
3.0.  I've tested a compile and so don't think I've missed
any files.  But if so, just mail me and I'll clean backup
in a couple of hours.

Changes include \winreg, \eventlog, \svcctl, and
general parse_misc.c updates.

I am planning on bracketing the event code with an
#ifdef ENABLE_EVENTLOG until I finish merging Marcin's
changes (very soon).
45 files changed:
source/Makefile.in
source/configure.in
source/include/doserr.h
source/include/ntdomain.h
source/include/rpc_eventlog.h [new file with mode: 0644]
source/include/rpc_lsa.h
source/include/rpc_misc.h
source/include/rpc_reg.h
source/include/rpc_shutdown.h
source/include/rpc_spoolss.h
source/include/rpc_svcctl.h [new file with mode: 0644]
source/include/smb.h
source/include/smb_macros.h
source/lib/talloc.c
source/lib/time.c
source/lib/util.c
source/lib/util_seaccess.c
source/lib/util_str.c
source/lib/util_unistr.c
source/param/loadparm.c
source/registry/reg_eventlog.c [new file with mode: 0644]
source/registry/reg_frontend.c
source/rpc_client/cli_reg.c
source/rpc_client/cli_shutdown.c
source/rpc_parse/parse_eventlog.c [new file with mode: 0644]
source/rpc_parse/parse_lsa.c
source/rpc_parse/parse_misc.c
source/rpc_parse/parse_prs.c
source/rpc_parse/parse_reg.c
source/rpc_parse/parse_rpc.c
source/rpc_parse/parse_shutdown.c
source/rpc_parse/parse_spoolss.c
source/rpc_parse/parse_svcctl.c [new file with mode: 0644]
source/rpc_server/srv_eventlog.c [new file with mode: 0644]
source/rpc_server/srv_eventlog_nt.c [new file with mode: 0644]
source/rpc_server/srv_lsa_ds_nt.c
source/rpc_server/srv_netlog.c
source/rpc_server/srv_pipe.c
source/rpc_server/srv_reg.c
source/rpc_server/srv_reg_nt.c
source/rpc_server/srv_spoolss_nt.c
source/rpc_server/srv_svcctl.c [new file with mode: 0644]
source/rpc_server/srv_svcctl_nt.c [new file with mode: 0644]
source/rpcclient/cmd_reg.c
source/smbd/nttrans.c