rather large change set....
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Wed, 23 Mar 2005 23:26:33 +0000 (23:26 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Wed, 23 Mar 2005 23:26:33 +0000 (23:26 +0000)
commit13d155bb0dbca0482ad1bb419457987d612f7d65
tree60aba482ed13e619ad07a431542aaa169ceefc7a
parentf4b21d4e3a1a606e9d993564f605165a836a903b
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).

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@6014 0c0555d6-39d7-0310-84fc-f1cc0bd64818
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