summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* rpc_server3: Pass winbind_env_set() state through to rpcd_*Volker Lendecke2023-05-161-0/+6
* rpc: Remove named_pipe_auth_req_info6->need_idle_serverVolker Lendecke2023-05-161-29/+30
* rpc_server3: Use global_sid_Samba_NPA_Flags to pass "need_idle"Volker Lendecke2023-05-161-1/+41
* rpcd: Do blocking connects to local pipesVolker Lendecke2023-03-061-1/+13
* librpc: Remove unused sync rpc_transport_np_init()Volker Lendecke2023-03-062-34/+0
* librpc: Make rpc_pipe_open_np() public and asyncVolker Lendecke2023-03-062-32/+113
* named_pipe_auth: Bump info5 to info6Joseph Sutton2023-02-081-22/+22
* CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2022-12-131-1/+1
* s3:rpcclient: Pass salt down to init_samr_CryptPasswordAES()Andreas Schneider2022-10-252-11/+5
* s3:rpc_client: Implement dcerpc_samr_chgpasswd_user4()Andreas Schneider2022-07-282-0/+114
* s3:rpc_client: Fix trailing whitespaces in cli_samr.cAndreas Schneider2022-07-281-5/+5
* s3:rpc_client: Implement init_samr_CryptPasswordAES()Andreas Schneider2022-07-282-0/+77
* spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev2022-06-101-3/+3
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-091-8/+8
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-091-6/+6
* s3:rpc_client: Fix memory allocation hierarchySamuel Cabrero2022-04-301-1/+1
* s3:winbind: Pass the challenge to winbind_dual_SamLogon() as a data blobSamuel Cabrero2022-04-302-3/+8
* s3:rpc_client: let rpccli_netlogon_network_logon() fallback to workstation = ...Stefan Metzmacher2022-03-101-0/+4
* 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