summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_join.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07s3:libads: Set dns_lookup_kdc=false during net ads joinPavel Filipenský1-1/+59
2026-04-07s3:libnet: Fix DC numeric ip handlingPavel Filipenský1-1/+1
2025-09-05s3:net: Pass down the server from cmdline to sync_pw2keytabs()Andreas Schneider1-1/+1
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+3
2025-04-18s3:libsmb: pass struct smb_transports to cli_full_connection_creds()Stefan Metzmacher1-3/+12
2025-01-30s3-libnet: avoid using lp_dns_hostname() in join codeGünther Deschner1-1/+8
2025-01-13s3:libnet_join: use GENSEC_FEATURE_NO_DELEGATION for trust credentialsStefan Metzmacher1-0/+9
2024-11-19libnet3: Fix Coverity ID 1034874 Resource leakVolker Lendecke1-2/+1
2024-09-26s3:rpc_client: pass remote_{name,sockaddr} to rpccli_connect_netlogon()Stefan Metzmacher1-0/+10
2024-09-26s3:libnet: make use of rpccli_connect_netlogon() instead of reimplement the l...Stefan Metzmacher1-97/+21
2024-09-26s3:libnet_join: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher1-1/+2
2024-07-26s3:libnet: Sync keytab during libnet_join_create_keytab()Pavel Filipenský1-8/+2
2024-05-22s3:libnet: Convert myalias to lower caseAndreas Schneider1-0/+4
2024-05-22s3:libnet: Use lp_dns_hostname() in libnet_join.cAndreas Schneider1-0/+22
2024-05-14s3:include: remove unused krb5_env.hStefan Metzmacher1-1/+0
2024-05-14s3:libnet_join: pass down cli_credentials *admin_credentials to libnet_{Join,...Stefan Metzmacher1-202/+58
2024-04-29s3:libnet: Fix memory leak in libnet_join_connect_dc_ipc()Andreas Schneider1-4/+7
2024-04-29s3:libsmb: Pass memory context to cli_full_connection_creds()Andreas Schneider1-3/+7
2023-09-11s3:libnet: Fix code spellingJoseph Sutton1-1/+1
2023-08-21s3:libnet: Remove unnecessary castJoseph Sutton1-1/+1
2023-07-05s3-net: no secrets access required when processing a ODJ provisioningGünther Deschner1-0/+8
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-5/+5
2022-12-13CVE-2022-37966 s3:libnet: no longer reference des encryption typesStefan Metzmacher1-3/+2
2022-12-13CVE-2022-37966 s3:libnet: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher1-4/+0
2022-06-27s3:libads: Allocate ads->auth.ccache_name under ADS_STRUCT talloc contextSamuel Cabrero1-3/+7
2022-06-27s3:libads: Allocate ads->auth.user_name under ADS_STRUCT talloc contextSamuel Cabrero1-2/+6
2022-06-27s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero1-2/+6
2022-06-27s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero1-3/+3
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-13/+8
2022-06-27s3:libnet: Allocate a temporary talloc context in libnet_connect_ads()Samuel Cabrero1-4/+14
2022-06-27s3:libnet: Allocate the machine name string under its container's talloc contextSamuel Cabrero1-1/+1
2022-06-27s3:libnet: Allocate the machine name string under its container's talloc contextSamuel Cabrero1-1/+1
2022-05-23s3:libnet: Fix talloc frame not freed in orderSamuel Cabrero1-1/+1
2022-01-22s3:libnet: Do not set ADS_AUTH_ALLOW_NTLMSSP in FIPS modePavel Filipenský1-1/+17
2022-01-10s3:libnet: Fix dead code in libnet_join.cPavel Filipenský1-3/+2
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner1-7/+22
2021-12-02s3:libnet: Remove tailing whitespaces in libnet_join.cAndreas Schneider1-7/+7
2021-07-14s3-libnet_join: always check config correctness while joining offlineGünther Deschner1-3/+9
2021-07-14s3-libnet_join: check for netbios name correctness as wellGünther Deschner1-1/+11
2021-07-14s3-libnet_join: set netbios name as well when modification is requestedGünther Deschner1-0/+7
2021-07-14s3-libnet_join: use dsgetonedcname to validate given DCGünther Deschner1-32/+43
2021-07-14s3-libnet_join: use joinprov3 struct in libnet_DomainOfflineJoin()Günther Deschner1-1/+8
2021-07-14s3-libnet_join: add support for libnet_DomainOfflineJoinGünther Deschner1-1/+99
2021-07-14s3-libnet_join: return account rid in libnet_JoinCtxGünther Deschner1-4/+10
2021-07-14s3-libnet_join: return the allocated netr_DsRGetDCNameInfo structGünther Deschner1-0/+3
2021-07-14s3-libnet_join: add new provision_computer_account_only flagGünther Deschner1-3/+19
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-1/+1
2020-08-19s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider1-6/+3
2020-08-19s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider1-3/+3