summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_client.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-26s3:rpc_client: make real use of rpc_client_{association,connection}Stefan Metzmacher1-20/+3
2024-09-26s3:rpc_client: add struct rpc_client_{association,connection} and helpersStefan Metzmacher1-2/+9
2024-09-26s3:rpc_client: make most of rpc_pipe_client internal struct membersStefan Metzmacher1-5/+18
2024-09-26s3:rpc_client: remember rpc_pipe_client->print_usernameStefan Metzmacher1-0/+1
2024-09-26s3:rpc_client: header signing is negotiated per transport connectionStefan Metzmacher1-0/+6
2024-09-26s3:rpc_client: the transport_session_key is per connection!Stefan Metzmacher1-0/+1
2024-04-23s3:rpc_client: implement bind time feature negotiationStefan Metzmacher1-0/+7
2016-06-24s3:rpc_client: remove unused rpc_pipe_client->max_recv_fragStefan Metzmacher1-1/+0
2015-05-12Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe1-2/+2
2014-01-07s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_credsStefan Metzmacher1-3/+0
2014-01-07s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher1-1/+1
2014-01-07s3:rpc_client: send a dcerpc_sec_verification_trailer if neededStefan Metzmacher1-0/+1
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+55