summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-2/+1
2025-12-08librpc: Fix trailing white spaces in dcerpc.cPavel Filipenský1-38/+38
2025-04-18s4:libcli: pass struct loadparm_context to smb_composite_connect_send()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: pass struct loadparm_context to smb2_connect_send()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: pass struct loadparm_context to smb_connect_nego_send()Stefan Metzmacher1-0/+3
2025-04-18s4:libcli: remove unused dest_ports from struct smb_composite_connectStefan Metzmacher1-1/+0
2025-04-18s4:libcli: remove unused ports argument from smb2_connect_sendStefan Metzmacher1-1/+0
2025-04-18s4:libcli: remove unused dest_ports from smb_connect_nego_send()Stefan Metzmacher1-1/+0
2025-02-17librpc:pyrpc: Allow new authenticated rpc connection on the same transport as...Stefan Metzmacher1-8/+70
2025-01-29s4:librpc: make use of CHECK_DEBUGLVLC(DBGC_RPC_PARSE, ...) in dcerpc_bh_do_n...Stefan Metzmacher1-1/+1
2025-01-29s4:pyrpc: allow connections with raise_result_exceptions=FalseStefan Metzmacher3-5/+25
2025-01-13s4:librpc/rpc: implement DCERPC_SCHANNEL_KRB5Stefan Metzmacher3-7/+295
2024-12-05pyrpc_util: fix error Exception message in py_check_dcerpc_type()Stefan Metzmacher1-1/+1
2024-12-05s4:pyrpc: add conn.auth_info()Stefan Metzmacher1-0/+24
2024-12-05s4:librpc/rpc: make use of creds_state->client_requested_flagsStefan Metzmacher1-5/+5
2024-10-30s4:librpc/rpc: make use of netlogon_creds_client_verify()Stefan Metzmacher1-8/+38
2024-10-30libcli/auth: also use netlogon_creds_CredentialState_extra_info for the clientStefan Metzmacher1-0/+1
2024-10-30s4:librpc/rpc: use netr_LogonGetCapabilities query_level=2 to verify the prop...Stefan Metzmacher1-8/+137
2024-10-30s4:librpc/rpc: define required schannel flags and enforce themStefan Metzmacher1-5/+56
2024-10-30s4:librpc/rpc: don't allow any unexpected upgrades of negotiate_flagsStefan Metzmacher1-3/+11
2024-10-30s4:librpc/rpc: do LogonControl after LogonGetCapabilities downgradeStefan Metzmacher1-10/+66
2024-09-26s4:librpc: make all but dcerpc_pipe->binding_handle internal struct membersStefan Metzmacher12-0/+39
2024-09-26s4:librpc/rpc: implement dcerpc_bh_get_binding()Stefan Metzmacher1-0/+9
2024-09-26s4:librpc/rpc: call dcerpc_binding_set_abstract_syntax after bind or alter co...Stefan Metzmacher1-0/+14
2024-09-26s4:pyrpc: make use of dcerpc_binding_handle_auth_session_key()Stefan Metzmacher1-16/+4
2024-09-26s4:librpc/rpc: add dcerpc_bh_auth_session_key()Stefan Metzmacher1-0/+39
2024-09-26s4:librpc/rpc: remove unused dcerpc_fetch_session_key()Stefan Metzmacher2-21/+0
2024-09-26xss4:pyrpc: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher1-4/+22
2024-09-26s4:librpc/rpc: remove unused dcerpc_transport_encrypted()Stefan Metzmacher2-14/+0
2024-09-26s4:pyrpc: let py_iface_transport_encrypted() use dcerpc_binding_handle_transp...Stefan Metzmacher1-1/+1
2024-09-26s4:librpc/rpc: add dcerpc_bh_transport_{encrypted,session_key}()Stefan Metzmacher1-0/+57
2024-04-23s4:librpc/rpc: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-14/+6
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton2-5/+5
2023-11-20s4:librpc: Produce more helpful error message when bytes length is oddJoseph Sutton1-0/+4
2023-11-20Use python.h from libreplaceAndreas Schneider2-2/+2
2023-11-16s4:librpc: Add functions converting between bytes and UTF‐16 stringsJoseph Sutton2-0/+49
2023-11-16s4:librpc: Remove trailing whitespaceJoseph Sutton1-2/+2
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-11-01dcerpc.idl: Use simple boolean value instead of flagJoseph Sutton1-1/+1
2023-10-25s4:librpc: Fix code spellingJoseph Sutton1-2/+2
2023-08-14s4:librpc: Fix code spellingAndreas Schneider2-3/+3
2023-08-08s4:librpc: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-08-08s4:librpc: Fix code spellingJoseph Sutton1-2/+2
2023-05-18netlogon:schannel: Fix NULL pointer dereferenceJoseph Sutton1-0/+3
2023-05-16netlogon:schannel: Fix typoJoseph Sutton1-1/+1
2023-05-16python: Safely clear structure membersJoseph Sutton1-3/+2
2022-10-27librpc: Avoid an elseVolker Lendecke1-1/+3
2022-10-27librpc: Align integer typesVolker Lendecke1-2/+2
2022-10-27librpc: Fix a typoVolker Lendecke1-1/+1