summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/joindomain.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-26s3:lib/netapi: make use of dcerpc_binding_handle_transport_session_key()Stefan Metzmacher1-4/+8
2024-05-14s3:libnet_join: pass down cli_credentials *admin_credentials to libnet_{Join,...Stefan Metzmacher1-41/+36
2024-05-14s3:lib/netapi: make use of ads_simple_creds/libnetapi_get_creds in NetGetJoin...Stefan Metzmacher1-36/+11
2023-09-05s3:libnetapi: Implement NetComposeOfflineDomainJoin_l()Samuel Cabrero1-1/+179
2023-09-05s3:libnetapi: Add NetComposeOfflineDomainJoin() boilerplateSamuel Cabrero1-0/+18
2023-09-05s3:libnetapi: Add some comments to document ODJ blob charset conversionsSamuel Cabrero1-0/+4
2023-09-05s3:libnetapi: Return error from RequestOfflineJoinSamuel Cabrero1-2/+4
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-2/+2
2022-06-27s3:libads: Allocate ads->auth.user_name under ADS_STRUCT talloc contextSamuel Cabrero1-3/+11
2022-06-27s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero1-3/+11
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-5/+2
2022-06-27s3:netapi: Allocate a temporary talloc context for NetGetJoinableOUs_l()Samuel Cabrero1-6/+17
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-07-14s3-libnetapi: implement NetRequestOfflineDomainJoin_lGünther Deschner1-1/+113
2021-07-14s3-libnetapi: add NetRequestOfflineDomainJoin() boilerplate.Günther Deschner1-0/+18
2021-07-14s3-libnetapi: implement NetProvisionComputerAccount_lGünther Deschner1-2/+181
2021-07-14s3-libnetapi: add NetProvisionComputerAccount() boilerplateGünther Deschner1-0/+18
2021-03-24s3:netapi: Use public functions for username/passwordAndreas Schneider1-2/+6
2021-03-24s3:netapi: Get username/password from cli_credentials in joindomain.cAndreas Schneider1-4/+10
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+4
2019-07-26libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider1-16/+28
2018-04-11libsmb: Give dsgetdcname.c its own headerVolker Lendecke1-0/+1
2016-09-28werror: replace WERR_DEFAULT_JOIN_REQUIRED with WERR_NERR_DEFAULTJOINREQUIRED...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_SETUP_DOMAIN_CONTROLLER with WERR_NERR_SETUPDOMAINCONTRO...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/lib/net...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner1-1/+1
2016-06-15s3-libnetapi: Correctly check for lp_realm.Andreas Schneider1-4/+7
2014-12-11netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett1-0/+4
2014-04-02s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...Stefan Metzmacher1-3/+5
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner1-5/+5
2011-03-25s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner1-4/+4
2011-03-24s3-netapi: use cli_get_session_key() in netapi.Günther Deschner1-4/+36
2011-03-19s3-build: use HAVE_ADS define in some more places.Günther Deschner1-1/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-01-12s3-libnetapi: add missing error check after switchting to dcerpc_wkssvc_X fun...Günther Deschner1-0/+4
2011-01-11s3-wkssvc: prefer dcerpc_wkssvc_X functions.Günther Deschner1-6/+21
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke1-5/+5
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-3/+15
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-1/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-1/+1
2010-07-13s3-libnet: better separate headers.Günther Deschner1-1/+2
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke1-5/+5
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-5/+5
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough1-0/+1
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett1-0/+1
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-24/+10