r6014: rather large change set....
authorGerald Carter <jerry@samba.org>
Wed, 23 Mar 2005 23:26:33 +0000 (23:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:15 +0000 (10:56 -0500)
commit5d1cb8e79edea9e8581d3c2c9dd297310cd9a98c
tree12142ce30c28b602882cb6c3492dfc5811a7eace
parent920745f0df024741f28e8557c52187a8db01c5d1
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).
(This used to be commit 4e0ac63c36527cd8c52ef720cae17e84f67e7221)
45 files changed:
source3/Makefile.in
source3/configure.in
source3/include/doserr.h
source3/include/ntdomain.h
source3/include/rpc_eventlog.h [new file with mode: 0644]
source3/include/rpc_lsa.h
source3/include/rpc_misc.h
source3/include/rpc_reg.h
source3/include/rpc_shutdown.h
source3/include/rpc_spoolss.h
source3/include/rpc_svcctl.h [new file with mode: 0644]
source3/include/smb.h
source3/include/smb_macros.h
source3/lib/talloc.c
source3/lib/time.c
source3/lib/util.c
source3/lib/util_seaccess.c
source3/lib/util_str.c
source3/lib/util_unistr.c
source3/param/loadparm.c
source3/registry/reg_eventlog.c [new file with mode: 0644]
source3/registry/reg_frontend.c
source3/rpc_client/cli_reg.c
source3/rpc_client/cli_shutdown.c
source3/rpc_parse/parse_eventlog.c [new file with mode: 0644]
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_misc.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_reg.c
source3/rpc_parse/parse_rpc.c
source3/rpc_parse/parse_shutdown.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_parse/parse_svcctl.c [new file with mode: 0644]
source3/rpc_server/srv_eventlog.c [new file with mode: 0644]
source3/rpc_server/srv_eventlog_nt.c [new file with mode: 0644]
source3/rpc_server/srv_lsa_ds_nt.c
source3/rpc_server/srv_netlog.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_reg.c
source3/rpc_server/srv_reg_nt.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpc_server/srv_svcctl.c [new file with mode: 0644]
source3/rpc_server/srv_svcctl_nt.c [new file with mode: 0644]
source3/rpcclient/cmd_reg.c
source3/smbd/nttrans.c