summaryrefslogtreecommitdiff
path: root/source3/libnet
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-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-2/+2
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_dssync: make use of dcerpc_binding_handle_auth_session_key()Stefan Metzmacher1-8/+9
2024-09-26s3:libnet_join: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher1-1/+2
2024-08-04s3:libnet: Fix code spellingJo Sutton1-1/+1
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-22s3:libnet: add a debug message to libnet_keytab_add_to_keytab_entries()Stefan Metzmacher1-0/+2
2024-05-22s3:libnet: add support for trusted domains in libnet_dssync_keytab.cStefan Metzmacher1-0/+362
2024-05-22s3:libnet: split out store_or_fetch_attribute() from parse_user() in libnet_d...Stefan Metzmacher1-42/+77
2024-05-22s3:libnet: split out parse_user() in libnet_dssync_keytab.cStefan Metzmacher1-4/+66
2024-05-22s3:libnet: let parse_user() in libnet_dssync_keytab.c work without nt hashStefan Metzmacher1-22/+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 Metzmacher2-203/+59
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-10-13s3:libnet: Remove always‐false comparison (CID 241309)Joseph Sutton1-1/+1
2023-09-11s3:libnet: Fix code spellingJoseph Sutton1-1/+1
2023-08-21s3:libnet: Fix reference to incorrect function namesJoseph Sutton1-2/+2
2023-08-21s3:libnet: Remove unnecessary castJoseph Sutton1-1/+1
2023-08-08s3:libnet: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-07-05s3-net: no secrets access required when processing a ODJ provisioningGünther Deschner1-0/+8
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-1/+1
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 Cabrero2-16/+9
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 dereference of NULL win7Pavel Filipenský1-0/+3
2022-01-10s3:libnet: Fix dead code in libnet_join.cPavel Filipenský1-3/+2
2021-12-15s3:libnet: Initialize struct ODJ_POLICY_DNS_DOMAIN_INFOAndreas Schneider1-1/+3
2021-12-02s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner1-7/+22