summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_client: Add rpc_pipe_open_local_np()Volker Lendecke2021-12-102-0/+121
* s3:rpc_client: Add local_np_connect()Volker Lendecke2021-12-102-0/+836
* s3:rpc_client: Bump debug level for ncalrpc connect errorVolker Lendecke2021-12-101-3/+3
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner2021-12-023-3/+6
* s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider2021-12-024-15/+36
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner2021-12-022-2/+2
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner2021-12-023-10/+39
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open()Günther Deschner2021-12-021-7/+33
* s3:rpc_client: Remove trailing white spaces from cli_pipe.cAndreas Schneider2021-12-021-1/+1
* rpc_client: Align cli_api_pipe_send() with tevent_req() conventionsVolker Lendecke2021-08-241-14/+6
* rpc_client: Use tevent_req_nterror() properly in cli_api_pipeVolker Lendecke2021-08-241-6/+3
* rpc_client: Make rpc_pipe_open_tcp() staticVolker Lendecke2021-08-242-10/+6
* rpc_client: Simplify get_complete_frag_send()Volker Lendecke2021-08-241-32/+25
* rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke2021-08-241-2/+1
* rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke2021-08-241-1/+1
* rpc_client: Simplify get_complete_frag_got_rest()Volker Lendecke2021-08-241-11/+2
* rpc_client: Simplify rpc_api_pipe_auth3_done()Volker Lendecke2021-08-241-13/+2
* rpc_client: Avoid castsVolker Lendecke2021-08-241-4/+4
* rpc_client: Use tevent_req_nterror() properlyVolker Lendecke2021-08-241-26/+14
* rpc_client: Simplify rpccli_bh_disconnect_recv()Volker Lendecke2021-08-241-9/+1
* rpc_client: Adapt rpc_write_send() to tevent_req conventionsVolker Lendecke2021-08-241-5/+2
* rpc_client: Adapt rpc_api_pipe_send() to recent coding conventionsVolker Lendecke2021-08-241-14/+6
* rpc_client: Use ndr_syntax_id_equal() in check_bind_response()Volker Lendecke2021-08-241-2/+3
* rpc_client: Use struct init/assignmentVolker Lendecke2021-08-241-22/+19
* rpc_client: Adapt rpc_pipe_bind_send() to talloc_req conventionsVolker Lendecke2021-08-241-10/+4
* rpc_client: Avoid ZERO_STRUCTP in prepare_verification_trailer()Volker Lendecke2021-08-241-29/+22
* rpc_client: Adapt rpc_api_pipe_req_send() to talloc_req conventionsVolker Lendecke2021-08-241-17/+10
* rpc_client: Slightly simplify rpc_api_pipe_req_send()Volker Lendecke2021-08-241-3/+0
* rpc_client: Early TALLOC_FREE() in prepare_verification_trailer()Volker Lendecke2021-08-241-0/+1
* rpc_client: Fix a small memleakVolker Lendecke2021-08-241-0/+2
* rpc_client: Slightly simplify rpc_transport_np_init_pipe_open()Volker Lendecke2021-08-241-4/+4
* rpc_client: Avoid two casts with proper printf specifiersVolker Lendecke2021-08-061-2/+2
* rpc_client: Save 65 .text bytes with -OsVolker Lendecke2021-08-061-7/+7
* rpc_client: Simplify create_rpc_bind_req()Volker Lendecke2021-08-061-9/+3
* rpc_client: Replace ZERO_STRUCTP with struct assignmentVolker Lendecke2021-08-061-4/+3
* rpc_client: Simplify rpc_pipe_bind_step_one_done()Volker Lendecke2021-08-061-65/+56
* lib;smbd: Fix the -Os build by initializing variablesVolker Lendecke2021-08-061-11/+11
* s3-rpc_client: add copy_netr_DsRGetDCNameInfo() helperGünther Deschner2021-07-142-0/+63
* Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner2021-05-071-2/+2
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+3
* rpc_client: talloc_stackframe() aborts on failureVolker Lendecke2021-04-191-9/+1
* rpc_client: Direct struct initialization in dcerpc_winreg_enumvals()Volker Lendecke2021-04-191-3/+1
* printing: talloc_stackframe() aborts on failureVolker Lendecke2021-04-191-6/+1
* printing: Straighten winreg_get_printer() slightlyVolker Lendecke2021-04-191-3/+4
* printing: Make winreg_get_printer() a bit easier to understandVolker Lendecke2021-04-191-22/+46
* printing: Make winreg_get_printer() a bit easier to readVolker Lendecke2021-04-191-14/+12
* rpc: Give dcerpc_util.c its own headerVolker Lendecke2021-04-062-0/+2
* rpc_client: cli_winreg_spoolss.h references spoolss structsVolker Lendecke2021-03-241-0/+3
* rpcclient: Let rpc_pipe_open_ncalrpc() figure out the dst sock itselfVolker Lendecke2021-03-192-11/+87
* rpc_client: Factor out rpccli_epm_map_interface() from rpc_pipe_get_tcp_port()Volker Lendecke2021-03-191-85/+155