summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-14talloc: version 2.3.3talloc-2.3.3Stefan Metzmacher3-1/+82
2021-07-14s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris8-405/+137
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-14s4-selftest: add net offlinejoin testsGünther Deschner2-0/+70
2021-07-14docs: document "net offlinejoin" set of commandsGünther Deschner1-0/+68
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-14s4-torture: add odj ndr testsuiteGünther Deschner3-0/+212
2021-07-14librpc: make sure the 4 byte _pad in ODJ_WIN7BLOB is never 0Günther Deschner1-0/+9
2021-07-14librpc: more work on ODJ IDLGünther Deschner1-4/+60
2021-07-14librpc: add custom odj_switch_level_from_guid()Günther Deschner4-1/+95