summaryrefslogtreecommitdiff
path: root/source3/libnet
AgeCommit message (Expand)AuthorFilesLines
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
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: fully implement libnet_odj_compose_OP_JOINPROV3_PARTGünther Deschner1-2/+12
2021-07-14s3-libnet_join: return account rid in libnet_JoinCtxGünther Deschner1-4/+10
2021-07-14s3-libnet_join: add libnet_odj_find_joinprov3()Günther Deschner2-0/+53
2021-07-14s3-libnet_join: add libnet_odj_find_win7blob to libnet_offline_joinGünther Deschner2-0/+53
2021-07-14s3-libnet_join: add some libnet_JoinCtx-to-ODJ helpersGünther Deschner2-0/+346
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-06-04libnet: Initialize pointersVolker Lendecke1-4/+3
2021-06-04libnet: Align a few integer typesVolker Lendecke1-3/+3
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-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+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
2020-05-29Add net-ads-join dnshostname=fqdn optionIsaac Boukris1-1/+6
2020-05-29Fix accidental overwrite of dnsHostName by the last netbios aliasIsaac Boukris1-2/+3
2020-05-28s3:libnet_join: call cli_session_creds_init() directlyStefan Metzmacher1-15/+37
2020-05-28s3:libnet_join: make use of cli_credentials_init_anon()Stefan Metzmacher1-9/+16
2020-02-10krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher2-2/+0
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "add machine script" with substitution="1"Ralph Boehme1-1/+3
2019-10-25libnet_join: add SPNs for additional-dns-hostnames entriesIsaac Boukris1-0/+27
2019-10-25libnet_join_set_machine_spn: simplify adding uniq spn to arrayIsaac Boukris1-33/+23
2019-10-25libnet_join_set_machine_spn: simplify memory handlingIsaac Boukris1-32/+42
2019-10-25libnet_join_set_machine_spn: improve style and make a bit room for indentationIsaac Boukris1-48/+47
2019-10-25libnet_join: build dnsHostName from netbios name and lp_dnsdomain()Isaac Boukris1-20/+11