summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_become_dc.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20081: pull the whole schema partitionStefan Metzmacher1-2/+89
metze (This used to be commit 2f1ec24d776a7ecf4d9b4270f8969e57a4335050)
2007-10-10r20079: the 2nd guid is the source_dsa invocation_id not the objectGUID,Stefan Metzmacher1-2/+3
this wasn't noticed because on the 1st dc in the forest both have the same value metze (This used to be commit 527bd9a0a361e19606e25e885b92da316e740bf9)
2007-10-10r20075: start pulling the schema content.Stefan Metzmacher1-0/+109
Note: we're not doing the "use the policy handle on a different connection" trick, which w2k3 use metze (This used to be commit 1e4abd6a9134c9e279bb7e720c1c83019870f49a)
2007-10-10r20073: update the computer_dn_str after ldb_rename()Stefan Metzmacher1-1/+6
metze (This used to be commit c40bc7d287664d67415ae0a8b7a272732172ec40)
2007-10-10r20071: move common code into a functionStefan Metzmacher1-41/+36
metze (This used to be commit 61c312a943e93372bc04463bf7e7ebd16166e31e)
2007-10-10r20070: implement the 2nd and 3rd drsuapi connectionStefan Metzmacher1-6/+77
metze (This used to be commit 6b84a5b595a9637079f944d3285a6e0b6e69d7ec)
2007-10-10r20068: handle DsAddEntry() errorsStefan Metzmacher1-0/+52
metze (This used to be commit 45466871b4f10948653274c3c1a43eeac2edc244)
2007-10-10r20067: use a global zero_sidStefan Metzmacher1-14/+13
metze (This used to be commit 5ebf76d23e9f51672a5bf3dceffe20513f0bd070)
2007-10-10r20066: use the same sid "Domain Admins" for the security_descriptorStefan Metzmacher1-10/+20
metze (This used to be commit 58ae1bedf189d34f65ee07b7dd70a50a86901f05)
2007-10-10r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...)Stefan Metzmacher1-8/+333
metze (This used to be commit e8c77b5cbad721c942c26b98f8396af374007e5d)
2007-10-10r20056: send a DsBindInfo28 struct in the DsBind() and take care of the ↵Stefan Metzmacher1-1/+71
DsBindInfo the remote end sends back metze (This used to be commit ff271297928a6d94cc8d2e07f5a77a81c5e14db3)
2007-10-10r20055: implement dummy DsAddEntry call (without attributes yet)Stefan Metzmacher1-0/+67
metze (This used to be commit 8441500a32ad61e84d7de64bf0b29f8c84f54211)
2007-10-10r20053: implement the DsBind on the 1st drsuapi connectionStefan Metzmacher1-0/+39
metze (This used to be commit f66f9c2150b36952ac56290db473167eab22ce97)
2007-10-10r20052: implement the first drsuapi connectionStefan Metzmacher1-0/+48
metze (This used to be commit 96e5d896553abac79d9e302173facf357e0cfff7)
2007-10-10r20051: handle the case where the server object exist, but doesn't have a ↵Stefan Metzmacher1-15/+69
serverReference metze (This used to be commit e5729a29fd1d32e25f670f36ec48132982d197f9)
2007-10-10r20045: implement the drsuapi_DsRemoveDSServer() callStefan Metzmacher1-2/+2
metze (This used to be commit deb85414c4d54a2eaf7b1318afb2eb6afdea9330)
2007-10-10r20043: when becoming a dc:Stefan Metzmacher1-1/+113
- implement set userAccountControl = UF_SERVER_TRUST_ACCOUNT | UF_TRUSTED_FOR_DELEGATION - implement moving to CN=Domain Controllers metze (This used to be commit c4037880a0c35c5d2550a0bdc9363c0592089ed9)
2007-10-10r20031: - implement earching for an existing server objectStefan Metzmacher1-0/+157
- implement adding a server object metze (This used to be commit 6d5a1f11e7fc2431b1ff70709331aa1660dbaae2)
2007-10-10r20030: - implement the computer object searchStefan Metzmacher1-2/+44
- fix a source vs. dest dsa bug metze (This used to be commit ef9d9799a48217c49b88e214b50a92988f474340)
2007-10-10r20029: - implement source_dsa site object searchStefan Metzmacher1-0/+31
metze (This used to be commit c6166a564178e65738fa1dc79e60b8aefea61dd2)
2007-10-10r20026: - store the infrastructure server_dn_strStefan Metzmacher1-1/+111
- implement the rid manager info searches metze (This used to be commit be3f91afe232d0e5df0a483cf907b04a56bf697e)
2007-10-10r20025: - implement the windows2003update revision searchStefan Metzmacher1-0/+91
- finish the infrastructure fsmo detail searches metze (This used to be commit f1a2bd6f374321f5102f72c0ed2a9b53476d341b)
2007-10-10r20024: lookup the infrastructure fSMORoleOwner on the 1st LDAP connectionStefan Metzmacher1-0/+52
metze (This used to be commit 99bdd5523b3fda290151384d424b2bd5c2f4ea34)
2007-10-10r20022: - implement the ldap connect codeStefan Metzmacher1-12/+177
- implement rootdse search on the 1st LDAP connection - implement msDs-Behavior-Version and objectVersion searches on the 1st LDAP connection metze (This used to be commit b9b705b7ddcae65383a832d12df62d0946b6b20a)
2007-10-10r20021: implement a CLDAP netlogon request to get some infosStefan Metzmacher1-7/+105
needed for becoming a dc. metze (This used to be commit 6a007aaa512849459ddc172b38f73561cc5e4846)
2007-10-10r20011: define libnet_BecomeDC_state struct and add some dummy functionsStefan Metzmacher1-1/+58
metze (This used to be commit 2a50a885ed933c516430eb4284eb4badb6ab67ff)
2007-10-10r20009: use a composite contextStefan Metzmacher1-2/+14
metze (This used to be commit ed3826bc47586dbaf06993d6c9156e0f79886c07)
2007-10-10r20008: add stubs for a libnet_BecomeDC() callStefan Metzmacher1-0/+41
metze (This used to be commit 103ac9a96bb43f512915196eb8869f9633410618)