- 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)
commit40abf3c584efed7f977ddd688ea064540e5a5b13
tree978da77cf317c9200db5265b9f60ab667afefd45
parent372522c64f2aea76b3fe136752d4da40e61d2bec
- 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
16 files changed:
prog_guide.txt
source/librpc/ndr/ndr.c
source/librpc/rpc/dcerpc_util.c
source/rpc_server/remote/dcesrv_remote.c
source/torture/rpc/atsvc.c
source/torture/rpc/dfs.c
source/torture/rpc/echo.c
source/torture/rpc/epmapper.c
source/torture/rpc/eventlog.c
source/torture/rpc/lsa.c
source/torture/rpc/netlogon.c
source/torture/rpc/samr.c
source/torture/rpc/spoolss.c
source/torture/rpc/srvsvc.c
source/torture/rpc/winreg.c
source/torture/rpc/wkssvc.c