summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-30/+30
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_connect_nb()Stefan Metzmacher1-1/+4
2025-02-17s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallbackStefan Metzmacher1-3/+3
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-0/+1
2024-12-05s3:utils: let net_rpc_testjoin() work for ad domains and no ipv4 addressStefan Metzmacher1-1/+20
2024-09-26s3:utils/net_rpc: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher1-2/+4
2024-06-06s3:utils: Use talloc instead of malloc functionsAndreas Schneider1-9/+4
2024-06-06s3:util: Use a talloc stackframe in rpc_trustdom_establish()Andreas Schneider1-11/+6
2024-06-06s3:utils: Use a destructor in rpc_trustdom_establish()Andreas Schneider1-36/+23
2024-06-06s3:utils: Remove overwrite of opt_workgroup in rpc_trustdom_establish()Andreas Schneider1-8/+0
2024-05-14s3:net_rpc: make use of !c->explicit_credentials for NET_FLAGS_ANONYMOUSStefan Metzmacher1-2/+2
2024-05-14s3:libnet_join: pass down cli_credentials *admin_credentials to libnet_{Join,...Stefan Metzmacher1-7/+6
2024-04-29s3:libsmb: Pass memory context to cli_connect_nb()Andreas Schneider1-3/+9
2024-01-20net: fix credentials in trustdom establishRalph Boehme1-4/+5
2024-01-20net: remove a newlineRalph Boehme1-1/+0
2023-11-21s3:utils: Use dcerpc_lsa_open_policy_fallback() in net_rpc.cAndreas Schneider1-20/+59
2023-09-26s3-net_rpc: Make the struct user_token array the parent talloc contextAndrew Bartlett1-21/+24
2023-09-26s3-net_rpc: Use security_token_initialise() to create struct security_tokenAndrew Bartlett1-40/+45
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-2/+6
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero1-31/+5
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero1-5/+5
2023-09-11s3:utils: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s3:utils: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-08-08s3:utils: Fix debug message formattingJoseph Sutton1-4/+4
2023-07-19s3:utils: Fix code spellingAndreas Schneider1-3/+3
2022-12-13CVE-2022-38023 s3:net: add and use net_warn_member_options() helperStefan Metzmacher1-0/+10
2022-11-24net: use correct printf format, fi3_id is an uint32_tRalph Boehme1-1/+1
2022-09-15s3: utils: In show_userlist() replace cli_state_save_tcon()/cli_state_restore...Jeremy Allison1-6/+4
2021-12-02s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider1-0/+7
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner1-0/+1
2021-08-06net: Align some integer typesVolker Lendecke1-10/+11
2021-08-06net3: Save a few lines with any_nt_status_not_ok()Volker Lendecke1-7/+1
2021-05-28s3:utils: Use connection and credentials parser in net utilAndreas Schneider1-45/+6
2021-03-30s3:utils: Use libnetapi_set_creds() in net_rpcAndreas Schneider1-23/+51
2020-11-04libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-1/+1
2020-05-28s3:net: make use of cli_rpc_pipe_open_with_creds() by using net_context_creds()Stefan Metzmacher1-3/+11
2020-05-28s3:net: always set ctx->opt_user_specified = true when we overwrite opt_user_...Stefan Metzmacher1-0/+1
2020-05-28s3:cli_pipe: remove unused 'use_kerberos' from cli_rpc_pipe_open_generic_auth()Stefan Metzmacher1-1/+0
2020-04-18libsmb: Move clirap2.c to utils/Volker Lendecke1-1/+1
2019-12-05s3/utils: Make sure we can negotiate protocol based on smb.conf settingsNoel Power1-2/+3
2019-10-31source3/utils/net_rpc.c: typo fixesBjörn Jacke1-1/+1
2019-09-01Spelling fixes s/succedded/succeeded/Mathieu Parent1-1/+1
2019-09-01Spelling fixes s/Mirgate/Migrate/Mathieu Parent1-2/+2
2019-07-26s3:utils: Use a stackframe for temporary memoryAndreas Schneider1-8/+13
2019-07-26s3:rpc_client: Return NTSTATUS for init_samr_CryptPassword()Andreas Schneider1-3/+6
2019-02-13s3:utils: Add missing NULL check in rpc_fetch_domain_aliases()Andreas Schneider1-0/+4
2019-01-09s3:utils:net: Print debug message about NetbiosJustin Stephenson1-0/+3