summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2023-11-21s3:libnetapi: Use dcerpc_lsa_open_policy_fallback() in localgroup.cAndreas Schneider1-7/+21
2023-09-14s3:netapi: Fix a leak in libnetapi_net_init()Pavel Kalugin1-1/+7
2023-09-14libnetapi: Use lpcfg_set_cmdline()Pavel Kalugin2-12/+18
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero2-9/+13
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero2-10/+13
2023-09-11s3:lib: Fix code spellingJoseph Sutton1-1/+1
2023-09-05s3:libnetapi: Implement NetComposeOfflineDomainJoin_l()Samuel Cabrero1-1/+179
2023-09-05s3:libnetapi: Add NetComposeOfflineDomainJoin() to API.Samuel Cabrero1-0/+43
2023-09-05s3:libnetapi: Add NetComposeOfflineDomainJoin() boilerplateSamuel Cabrero3-0/+102
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
2023-07-13s3:lib: Fix code spellingAndreas Schneider2-3/+3
2023-02-06s3:netapi: Remove unused variablesAndreas Schneider1-7/+0
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
2022-05-23s3:lib: Fix use_after_free: Using freed pointer "p"Pavel Filipenský1-0/+1
2021-12-15s3:lib: Do not close fd = -1 on fail in netapi exampleAndreas Schneider1-1/+3
2021-12-15s3:lib: Fix memory leak in netapi examplesAndreas Schneider1-2/+6
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-08-06libnetapi: Save lines with any_nt_status_not_ok()Volker Lendecke4-440/+90
2021-07-14s3-libnetapi: add djoin toolGünther Deschner2-0/+167
2021-07-14s3-libnetapi: implement NetRequestOfflineDomainJoin_lGünther Deschner1-1/+113
2021-07-14s3-libnetapi: add NetRequestOfflineDomainJoin example codeGünther Deschner2-0/+98
2021-07-14s3-libnetapi: add NetRequestOfflineDomainJoin to apiGünther Deschner1-0/+24
2021-07-14s3-libnetapi: add NetRequestOfflineDomainJoin() boilerplate.Günther Deschner3-0/+73
2021-07-14s3-libnetapi: implement NetProvisionComputerAccount_lGünther Deschner1-2/+181
2021-07-14s3-libnetapi: add NetProvisionComputerAccount example codeGünther Deschner2-0/+123
2021-07-14s3-libnetapi: add NetProvisionComputerAccount to api.Günther Deschner1-0/+36
2021-07-14s3-libnetapi: add NetProvisionComputerAccount() boilerplateGünther Deschner3-0/+88
2021-07-14s3-libnetapi: add netapi_save_file_ucs2() to example codeGünther Deschner2-0/+59
2021-07-14s3-libnetapi: add netapi_read_file helperGünther Deschner2-0/+90
2021-07-14s3-libnetapi: add missing NetJoinFlags for netapiGünther Deschner1-0/+7
2021-07-14s3-libnetapi: add libnetapi_set_logfile()Günther Deschner3-0/+28
2021-07-14s3-libnetapi: add libnetapi_get_use_kerberos()Günther Deschner2-0/+24
2021-07-14re-run make libnetapi ....Günther Deschner2-15/+119
2021-06-29s3:libnetapi: Check return code of cli_credentials_guess()Andreas Schneider1-1/+2
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-1/+3
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2-2/+5
2021-03-30s3:libnetapi: Remove unused header fileAndreas Schneider1-1/+0
2021-03-24s3:netapi: Add libnetapi_set_creds()Andreas Schneider2-0/+27
2021-03-24s3:netapi: Get rid of set_cmdline_auth_info_*()Andreas Schneider1-31/+8
2021-03-24s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider3-4/+4
2021-03-24s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider3-5/+5
2021-03-24s3:netapi: Remove workgroup from 'struct libnetapi_ctx'Andreas Schneider2-7/+0
2021-03-24s3:netapi: Remove password from 'struct libnetapi_ctx'Andreas Schneider2-7/+0
2021-03-24s3:netapi: Remove username from 'struct libnetapi_ctx'Andreas Schneider2-19/+0
2021-03-24s3:netapi: Use public functions for username/passwordAndreas Schneider2-7/+27