- add 'print' to the DCERPC binding strings
authorStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2004 14:56:07 +0000 (14:56 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2004 14:56:07 +0000 (14:56 +0000)
commit0b4da9d7e069a5e32d9706ee12cde7fe7625270d
tree4ec8e4be06f9da201b324008db320e84f741efd6
parentf848aff0c28fcbacb4290e67b7c217b1aaa0fade
- add 'print' to the DCERPC binding strings

  e.g.
  ncacn_np:myserver:[samr,sign,print]

  will now enable the packet debugging

  and the debugging is not bound anymore to the debuglevel >= 2
  in the torture tests

- also the dcesrv_remote module now supports debugging of the packets
  use the 'dcerpc_remote:binding' smb.conf parameter.

metze
(This used to be commit 40abf3c584efed7f977ddd688ea064540e5a5b13)
16 files changed:
prog_guide.txt
source4/librpc/ndr/ndr.c
source4/librpc/rpc/dcerpc_util.c
source4/rpc_server/remote/dcesrv_remote.c
source4/torture/rpc/atsvc.c
source4/torture/rpc/dfs.c
source4/torture/rpc/echo.c
source4/torture/rpc/epmapper.c
source4/torture/rpc/eventlog.c
source4/torture/rpc/lsa.c
source4/torture/rpc/netlogon.c
source4/torture/rpc/samr.c
source4/torture/rpc/spoolss.c
source4/torture/rpc/srvsvc.c
source4/torture/rpc/winreg.c
source4/torture/rpc/wkssvc.c