summaryrefslogtreecommitdiffstats
path: root/python/examples/samr.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-14 01:08:31 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-05-26 03:31:28 +0200
commite4f7b90295c461da8acdf1c4f23ae02c00211ed1 (patch)
tree3ce0e1dd8c49b2ac3bb041993914e8d31bdf3c22 /python/examples/samr.py
parent3aebaf4c1340292baec0db8448e60af2079600c1 (diff)
downloadsamba-e4f7b90295c461da8acdf1c4f23ae02c00211ed1.tar.gz
samba-e4f7b90295c461da8acdf1c4f23ae02c00211ed1.tar.xz
samba-e4f7b90295c461da8acdf1c4f23ae02c00211ed1.zip
s4:librpc/rpc: avoid using dcerpc_socket_peer_addr()
We use information stored in the dcerpc_binding in order to open a secondary connection. The goals are: - dcerpc_secondary_connection_* should just use the dcerpc_binding information for the first connection and just call dcerpc_pipe_connect_* - Get rid of dcerpc_pipe->transport.* and just use a tstream_context. All other details should be maintained only by the higher levels. - Hide dcerpc_pipe and dcecli_connection behind dcerpc_binding_handle. - Have just one entry point to create a new connection. For source4/librpc this will be dcerpc_pipe_connect_*. For source3/rpc_client we need a similar function. - We'll have a new dcerpc_connection layer, with also just one entry point to create a new connection. - Replace dcerpc_pipe and dcecli_connection with the new dcerpc_connection layer. - Replace rpc_pipe_client with the new dcerpc_connection layer. - When the client side is unified we can change the server as it needs to act as a client in order to register the endpoint mappings. - Then the core of the server will be changed to use the new dcerpc_connection layer. As dcerpc_socket_peer_addr() uses p->transport.private_data as 'struct sock_private', we should avoid it. We can then remove dcerpc_unix_socket_path() and 'struct sock_private'. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/examples/samr.py')
0 files changed, 0 insertions, 0 deletions