summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-27s3:rpc_client: Fix memory leak opening local named pipeSamuel Cabrero1-1/+1
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-2/+1
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-02-17s3:rpc_client: Add cli_rpc_pipe_reopen_np_noauth()Stefan Metzmacher1-0/+88
2025-01-29s3:rpc_client: make use of CHECK_DEBUGLVLC(DBGC_RPC_PARSE, ...) rpccli_bh_do_...Stefan Metzmacher1-1/+1
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-5/+11
2024-12-05s3:rpc_client: remember the local/remote ipv4 or ipv6 addressesStefan Metzmacher1-6/+56
2024-09-29s3:rpc_client: add missing TALLOC_FREE(frame) in cli_rpc_pipe_open()Stefan Metzmacher1-0/+1
2024-09-26s3:rpc_client: split out cli_rpc_pipe_client_auth_schannel()Stefan Metzmacher1-27/+45
2024-09-26s3:rpc_client: add cli_rpc_pipe_client_prepare_alter() helperStefan Metzmacher1-0/+81
2024-09-26s3:rpc_client: make real use of rpc_client_{association,connection}Stefan Metzmacher1-98/+328
2024-09-26s3:rpc_client: let cli_rpc_pipe_open() use rpc_client_connection_np()Stefan Metzmacher1-28/+35
2024-09-26s3:rpc_client: convert rpc_pipe_open_np() to rpc_client_{association,connection}Stefan Metzmacher1-81/+129
2024-09-26s3:rpc_client: convert rpc_pipe_open_tcp_port() to rpc_client_{association,co...Stefan Metzmacher1-102/+179
2024-09-26s3:rpc_client: convert rpc_pipe_open_local_np() to rpc_client_{association,co...Stefan Metzmacher1-38/+63
2024-09-26s3:rpc_client: convert rpc_pipe_open_ncalrpc() to rpc_client_{association,con...Stefan Metzmacher1-44/+53
2024-09-26s3:rpc_client: add struct rpc_client_{association,connection} and helpersStefan Metzmacher1-0/+151
2024-09-26s3:rpc_client: only pass the pipe_name to rpc_transport_np_init_send()Stefan Metzmacher1-1/+9
2024-09-26s3:rpc_client: make most of rpc_pipe_client internal struct membersStefan Metzmacher1-0/+2
2024-09-26s3:librpc/rpc: split out dcerpc_internal.h for struct pipe_auth_dataStefan Metzmacher1-0/+1
2024-09-26s3:rpc_client: remember rpc_pipe_client->print_usernameStefan Metzmacher1-0/+9
2024-09-26s3:rpc_client: implement rpccli_bh_get_binding()Stefan Metzmacher1-2/+42
2024-09-26s3:rpc_client: header signing is negotiated per transport connectionStefan Metzmacher1-23/+9
2024-09-26s3:rpc_client: make use of struct samba_sockaddr in rpc_pipe_open_ncalrpc()Stefan Metzmacher1-7/+13
2024-09-26s3:rpc_client: the transport_session_key is per connection!Stefan Metzmacher1-12/+5
2024-09-26s3:rpc_client: remove unused cli_get_session_key()Stefan Metzmacher1-49/+0
2024-09-26s3:rpc_client: add rpccli_bh_auth_session_key()Stefan Metzmacher1-0/+39
2024-09-26s3:rpc_client: add rpccli_bh_transport_session_key()Stefan Metzmacher1-0/+35
2024-04-23s3:rpc_client: implement bind time feature negotiationStefan Metzmacher1-7/+30
2024-04-23s3:rpc_client: require DCERPC_BIND_ACK_RESULT_ACCEPTANCE for the negotiated p...Stefan Metzmacher1-3/+4
2024-04-23s3:rpc_client: pass struct rpc_pipe_client to check_bind_response()Stefan Metzmacher1-2/+3
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-08-08s3:rpc_client: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-19s3:rpc_client: Fix code spellingAndreas Schneider1-5/+5
2023-03-06librpc: Make rpc_pipe_open_np() public and asyncVolker Lendecke1-32/+100
2021-12-10s3:rpc_client: Add rpc_pipe_open_local_np()Volker Lendecke1-0/+111
2021-12-10s3:rpc_client: Bump debug level for ncalrpc connect errorVolker Lendecke1-3/+3
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner1-3/+2
2021-12-02s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider1-5/+12
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner1-2/+1
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner1-5/+10
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open()Günther Deschner1-7/+33
2021-12-02s3:rpc_client: Remove trailing white spaces from cli_pipe.cAndreas Schneider1-1/+1
2021-08-24rpc_client: Align cli_api_pipe_send() with tevent_req() conventionsVolker Lendecke1-14/+6
2021-08-24rpc_client: Use tevent_req_nterror() properly in cli_api_pipeVolker Lendecke1-6/+3
2021-08-24rpc_client: Make rpc_pipe_open_tcp() staticVolker Lendecke1-4/+6
2021-08-24rpc_client: Simplify get_complete_frag_send()Volker Lendecke1-32/+25
2021-08-24rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke1-2/+1
2021-08-24rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke1-1/+1
2021-08-24rpc_client: Simplify get_complete_frag_got_rest()Volker Lendecke1-11/+2