summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_join.c
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2019-10-09s3:libads: Just change the machine password if account already existsAndreas Schneider1-0/+1
2019-10-09s3:libnet: Improve debug messagesAndreas Schneider1-2/+2
2019-10-09s3:libads: Fix creating machine account using LDAPAndreas Schneider1-7/+16
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+2
2019-07-26s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx()Andreas Schneider1-3/+6
2019-07-26s3:rpc_client: Return NTSTATUS for init_samr_CryptPassword()Andreas Schneider1-3/+7
2019-04-03s3-libnet_join: allow fallback to NTLMSSP auth in libnet_joinGünther Deschner1-0/+2
2019-04-03s3-libnet_join: setup libnet join error string when AD connect failsGünther Deschner1-0/+3
2019-04-03s3-libnet_join: always pass down admin domain to ads layerGünther Deschner1-0/+12
2019-04-02s3:libnet: Use more secure name for the JOIN krb5.confAndreas Schneider1-3/+5
2019-04-02s3:libnet: Fix debug message in libnet_DomainJoin()Guenther Deschner1-2/+2
2018-07-30s3:libads: Add net ads leave keep-account optionJustin Stephenson1-0/+2
2018-04-11libsmb: Give dsgetdcname.c its own headerVolker Lendecke1-0/+1
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-03-22s3-libnet: move rpc_join label into HAVE_ADS block with only callerAndrew Bartlett1-1/+2
2018-03-19s3:libnet_join: make use of create_builtin_guests()Stefan Metzmacher1-0/+12
2018-03-01s3:libnet: Add FALL_THROUGH statements in libnet_join.cAndreas Schneider1-1/+2
2017-11-18libnet_join: fix "net rpc oldjoin"Stefan Metzmacher1-8/+45
2017-09-25rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_credsVolker Lendecke1-1/+0
2017-09-16cli_netlogon: Eliminate rpccli_setup_netlogon_creds_with_credsVolker Lendecke1-5/+5
2017-09-16cli_netlogon: Rename rpccli_create_netlogon_creds_with_credsVolker Lendecke1-6/+6
2017-09-16libnet: Use rpccli_setup_netlogon_creds_with_creds in join_unsecureVolker Lendecke1-9/+7
2017-09-16libnet: Use rpccli_create_netlogon_creds_with_creds in join_unsecureVolker Lendecke1-8/+18