summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2026-03-10rpcclient: Print current_users for share info level 2Volker Lendecke1-0/+1
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke1-2/+4
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke2-6/+6
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke4-4/+4
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18s3:libsmb: pass struct smb_transports to cli_full_connection_creds()Stefan Metzmacher2-2/+7
2025-02-17s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallbackStefan Metzmacher1-24/+24
2025-01-13s3:rpcclient: use GENSEC_FEATURE_NO_DELEGATION for trust credentialsStefan Metzmacher1-0/+5
2024-12-17rpcclient: Fix Coverity ID 1508978 Use of 32-bit time_tVolker Lendecke1-2/+2
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-0/+1
2024-12-02rpcclient: Fix Coverity ID 1509018 Use of 32-bit time_tVolker Lendecke1-2/+2
2024-09-29s3:rpc_client: pass remote_{name,sockaddr} to rpccli_setup_netlogon_creds[_lo...Stefan Metzmacher1-0/+2
2024-09-26s3:rpcclient: make use of dcerpc_binding_handle_get_transport()Stefan Metzmacher1-2/+6
2024-09-26s3:rpc_client: remember rpc_pipe_client->print_usernameStefan Metzmacher1-2/+1
2024-09-26s3:rpcclient: make use of dcerpc_binding_handle_auth_info()Stefan Metzmacher1-5/+12
2024-09-26s3:rpcclient/cli_drsuapi: make use of dcerpc_binding_handle_auth_session_key()Stefan Metzmacher1-7/+8
2024-09-26s3:rpc_client: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher2-10/+20
2024-07-26s3:lib: Merge library trusts_util into library adsPavel Filipenský1-1/+1
2024-07-05s3:rpcclient: Initialize spoolss_DriverDirectoryInfo infoPavel Filipenský1-1/+1
2024-04-29s3:libsmb: Pass memory context to cli_full_connection_creds()Andreas Schneider2-15/+21
2024-04-09s3:rpc_client: Implement createtrustdomex3 commandAndreas Schneider1-0/+124
2024-04-09s3:rpc_client: Implement createtrustdomex2 commandAndreas Schneider1-0/+124
2023-11-21s3:rpcclient: Use dcerpc_lsa_open_policy_fallback() in cmd_lsarpc.cAndreas Schneider1-102/+367
2023-11-21s3:rpcclient: Remove trailing white spaces from cmd_lsarpc.cAndreas Schneider1-58/+76
2023-11-20s3-rpcclient: add winreg_enumval commandGünther Deschner1-5/+139
2023-10-13s3:rpcclient: Do not pass uninitialized pointer to printf() (CID 1476170)Joseph Sutton1-2/+2
2023-08-23s3:rpcclient: Use lpcfg_set_cmdline()Pavel Kalugin1-2/+6
2023-07-21CVE-2023-34968: mdssvc: introduce an allocating wrapper to sl_pack()Ralph Boehme1-28/+4
2023-07-21CVE-2023-34968: rpcclient: remove response blob allocationRalph Boehme1-16/+0
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-1/+1
2022-10-25s3:rpcclient: Pass salt down to init_samr_CryptPasswordAES()Andreas Schneider1-0/+8
2022-10-14s3/rpcclient: Duplicate string returned from poptGetArgNoel Power1-1/+1
2022-07-28s3:rpcclient: Implement cmd chpasswd4Andreas Schneider1-0/+50
2022-07-28s3:rpcclient: Implement setuserinfo2 level 31Andreas Schneider1-0/+14
2022-07-28s3:rpcclient: Encrypt the password buffers only if really neededAndreas Schneider1-8/+21
2022-07-18s3:rpcclient: Goto done in cmd_samr_setuserinfo_int()Andreas Schneider1-8/+14
2022-03-07s3:rpcclient: Fix crash in rpcclientPavel Filipenský1-2/+2
2022-03-06s3:rpcclient: Fix trailing whitespace in cmd_dfs.cPavel Filipenský1-7/+7
2022-01-10rpcclient: Fix ncacn_ip_tcp:<ip-address>Volker Lendecke1-17/+4
2021-12-02s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider1-0/+2
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner1-1/+2
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner1-0/+38
2021-12-02s3:rpcclient: Remove trailing white spaces in rpcclient.cAndreas Schneider1-5/+5
2021-11-09CVE-2020-25717: s3:rpcclient: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-09-10rpcclient: don't ignore unknown optionsRalph Boehme1-0/+6
2021-08-24rpcclient: Add unixinfo commandsVolker Lendecke3-0/+145
2021-08-06rpcclient: Align integer typesVolker Lendecke1-2/+2
2021-05-25s3:rpcclient: Document command of witness protocolPavel Filipenský1-5/+5
2021-05-20s3:rpcclient: Migrate rpcclient to new cmdline option parserAndreas Schneider3-31/+29
2021-05-20s3:rpcclient: Pass cli_credentials to process_cmd()Andreas Schneider1-8/+11