summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2021-07-14s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris7-403/+136
2021-07-14s3:winbind: Remove trailing whitespaces in winbindd_dual.cAndreas Schneider1-9/+9
2021-07-14s3:winbind: Remove trailing whitespaces in winbindd_cm.cAndreas Schneider1-22/+22
2021-07-14s3:winbind: Remove trailing whitespaces in winbindd.cAndreas Schneider1-2/+2
2021-07-14s3-net: add "net offlinejoin" commandGünther Deschner4-0/+305
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: add NetRequestOfflineDomainJoin to IDLGünther Deschner1-0/+15
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 NetProvisionComputerAccount() to IDLGünther Deschner1-0/+23
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 offline domain join related error codes (not WERRORs)Günther Deschner1-1/+12
2021-07-14s3-libnetapi: add missing NetJoinFlags for netapiGünther Deschner2-0/+14
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-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-dsgetdcname: add dsgetonedcname()Günther Deschner2-0/+59
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-dsgetdcname: return dcinfo also when delivering from the cache.Günther Deschner1-0/+1
2021-07-14s3-dsgetdcname: the returned dcinfo unc should always be prefixedGünther Deschner1-1/+6
2021-07-14s3-libnet_join: add request_offline_join flagGünther Deschner1-0/+1
2021-07-14s3-libnet_join: fully implement libnet_odj_compose_OP_JOINPROV3_PARTGünther Deschner1-2/+12
2021-07-14s3-librpc: add ODJ_PROVISION_DATA pointer to libnet_JoinCtxGünther Deschner2-2/+3
2021-07-14s3-libnet_join: return account rid in libnet_JoinCtxGünther Deschner3-5/+13
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 Deschner3-1/+347
2021-07-14s3-libnet_join: return the allocated netr_DsRGetDCNameInfo structGünther Deschner1-0/+3
2021-07-14s3-rpc_client: add copy_netr_DsRGetDCNameInfo() helperGünther Deschner2-0/+63
2021-07-14s3-libnet_join: let libnetjoin return a netr_DsRGetDCNameInfoGünther Deschner1-2/+3
2021-07-14s3-libnet_join: add new provision_computer_account_only flagGünther Deschner2-3/+20
2021-07-14s3: VFS: Update status of SMB_VFS_READ_DFS_PATHAT.Jeremy Allison2-2/+2
2021-07-14s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...Jeremy Allison1-19/+40
2021-07-14s3: smbd: In dfs_path_lookup(), use relative dirfsp, atname lookups in SMB_VF...Jeremy Allison1-21/+36
2021-07-14s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.Jeremy Allison3-9/+15
2021-07-14s3: smbd: Add dirfsp, atname parameters to check_msdfs_link().Jeremy Allison1-5/+7
2021-07-14s3: smbd: Pass dirfsp, atname down to mode_fn() passed to smbd_dirptr_get_ent...Jeremy Allison3-1/+15
2021-07-14s3: smbd: In smbd_dirptr_get_entry(), postpone TALLOC_FREE(atname) as we're g...Jeremy Allison1-1/+5