summaryrefslogtreecommitdiff
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett2023-03-311-1/+1
* s3:rpcclient: Pass salt down to init_samr_CryptPasswordAES()Andreas Schneider2022-10-251-0/+8
* s3/rpcclient: Duplicate string returned from poptGetArgNoel Power2022-10-141-1/+1
* s3:rpcclient: Implement cmd chpasswd4Andreas Schneider2022-07-281-0/+50
* s3:rpcclient: Implement setuserinfo2 level 31Andreas Schneider2022-07-281-0/+14
* s3:rpcclient: Encrypt the password buffers only if really neededAndreas Schneider2022-07-281-8/+21
* s3:rpcclient: Goto done in cmd_samr_setuserinfo_int()Andreas Schneider2022-07-181-8/+14
* s3:rpcclient: Fix crash in rpcclientPavel Filipenský2022-03-071-2/+2
* s3:rpcclient: Fix trailing whitespace in cmd_dfs.cPavel Filipenský2022-03-061-7/+7
* rpcclient: Fix ncacn_ip_tcp:<ip-address>Volker Lendecke2022-01-101-17/+4
* s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider2021-12-021-0/+2
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner2021-12-021-1/+2
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner2021-12-021-0/+38
* s3:rpcclient: Remove trailing white spaces in rpcclient.cAndreas Schneider2021-12-021-5/+5
* CVE-2020-25717: s3:rpcclient: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* rpcclient: don't ignore unknown optionsRalph Boehme2021-09-101-0/+6
* rpcclient: Add unixinfo commandsVolker Lendecke2021-08-243-0/+145
* rpcclient: Align integer typesVolker Lendecke2021-08-061-2/+2
* s3:rpcclient: Document command of witness protocolPavel Filipenský2021-05-251-5/+5
* s3:rpcclient: Migrate rpcclient to new cmdline option parserAndreas Schneider2021-05-203-31/+29
* s3:rpcclient: Pass cli_credentials to process_cmd()Andreas Schneider2021-05-201-8/+11
* s3:rpcclient: Pass cli_credentials to do_cmd()Andreas Schneider2021-05-201-4/+4
* Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner2021-05-071-1/+1
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-2/+3
* rpcclient: Enable ncalrpc: transportVolker Lendecke2021-03-191-116/+171
* rpcclient: Remove pipe_default_auth globalsVolker Lendecke2021-03-191-142/+232
* rpcclient: Factor out cmd_set_auth()Volker Lendecke2021-03-161-73/+21
* rpcclient: Convert binding-related commands to RPC_RTYPE_BINDINGVolker Lendecke2021-03-161-28/+49
* rpcclient: Add RPC_RTYPE_BINDINGVolker Lendecke2021-03-162-1/+13
* rpcclient: Simplify do_cmdVolker Lendecke2021-03-161-12/+15
* rpcclient: Avoid a few implicit NULL assignmentsVolker Lendecke2021-03-161-45/+0
* lib: Remove init_names()Volker Lendecke2021-03-161-5/+0
* rpcclient: talloc_stackframe() panics on failureVolker Lendecke2021-03-091-8/+1
* s3:rpcclient: Add missing break in switch statementAndreas Schneider2021-02-011-0/+1
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-4/+4
* s3:rpcclient fix NULL - deref caused by misuse of chgpasswd3Andrew Walker2020-10-291-1/+1
* printing: move archi_table declarations into nt_printing.hBjörn Jacke2020-10-171-19/+0
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-282-0/+2
* s3:rpcclient: Remove obsolete force encryption from rpcclientAndreas Schneider2020-08-191-11/+0
* s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider2020-08-192-6/+2
* s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider2020-08-192-2/+2
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-032-0/+2
* s3:rpcclient: avoid using auth related CLI_FULL_CONNECTION_* flagsStefan Metzmacher2020-05-281-12/+0
* s3:rpcclient: Use get_cmdline_auth_info_creds()Stefan Metzmacher2020-05-281-21/+18
* s3:rpcclient: Rename creds to trust_credsAndreas Schneider2020-05-281-5/+5
* s3:rpcclient: make use of get_cmdline_auth_info_creds() in cmd_spoolss.cStefan Metzmacher2020-05-281-8/+3
* rpcclient: Make netfileenum cmd print the path namesVolker Lendecke2020-05-141-0/+8
* rpcclient: Use struct initializers in cmd_srvsvc_net_file_enum()Volker Lendecke2020-05-141-11/+10
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* rpcclient: Ask for minimal permissions for SID and name lookupsChristof Schmitt2020-03-111-8/+8