summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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