Bug 5120 - logging rpc activity
Summary: logging rpc activity
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.26a
Hardware: IA64 Linux
: P3 enhancement
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 06:51 UTC by samba
Modified: 2021-01-04 20:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description samba 2007-12-05 06:51:21 UTC
While investigating an interoperability issue with Windows XP (bad answers to some rpc queries), I wanted to switch on logging for these Rpc requests.

I'm looking for something simple here, like log entries for each RPC request (function name and parameters) and answer by the server, preferably in a form that may be copy-pasted into rpcclient.

However, this seems not to be possible now. log level = rpc_srv:255 comes close, it does display the request function names (in line starting with " ... api_rpcTNP: rpc_command"), but parameters are missing (or not in a unified form), and so are responses by samba.

Would it be possible to add such a debugging mode?
Comment 1 Björn Jacke 2021-01-04 20:03:00 UTC
unfortunately no, if there is a specific information missing, a debug statement might be extended though