summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_become_dc.c
Commit message (Expand)AuthorAgeFilesLines
* r20293: implement store chunk hook for libnet_BecomeDC()Stefan Metzmacher2007-10-101-55/+29
* r20292: set ntds_dn_str if DsAddEntry() was successfulStefan Metzmacher2007-10-101-0/+4
* r20291: implement prepare_db hook of libnet_BecomeDC()Stefan Metzmacher2007-10-101-1/+7
* r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher2007-10-101-59/+20
* r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher2007-10-101-15/+6
* r20282: prepare callback infrastructure to check if the forest/domainStefan Metzmacher2007-10-101-0/+46
* r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf...Stefan Metzmacher2007-10-101-2/+2
* r20204: use symbolic constantStefan Metzmacher2007-10-101-1/+1
* r20142: only the DDNS updates are missing for the full libnet_BecomeDC(),Stefan Metzmacher2007-10-101-1/+2
* r20109: let libnet_BecomeDC() work against w2k serversStefan Metzmacher2007-10-101-4/+19
* r20105: remove useless commentsStefan Metzmacher2007-10-101-2/+0
* r20095: make a complete copy of the binding stringStefan Metzmacher2007-10-101-1/+7
* r20088: implement DsReplicaUpdateRefs() calls for all partitionsStefan Metzmacher2007-10-101-0/+111
* r20086: pull domain partitionStefan Metzmacher2007-10-101-2/+52
* r20085: add _part to structure elementsStefan Metzmacher2007-10-101-29/+29
* r20084: pull the config partitionStefan Metzmacher2007-10-101-1/+53
* r20083: move function together which belong to each otherStefan Metzmacher2007-10-101-21/+21
* r20081: pull the whole schema partitionStefan Metzmacher2007-10-101-2/+89
* r20079: the 2nd guid is the source_dsa invocation_id not the objectGUID,Stefan Metzmacher2007-10-101-2/+3
* r20075: start pulling the schema content.Stefan Metzmacher2007-10-101-0/+109
* r20073: update the computer_dn_str after ldb_rename()Stefan Metzmacher2007-10-101-1/+6
* r20071: move common code into a functionStefan Metzmacher2007-10-101-41/+36
* r20070: implement the 2nd and 3rd drsuapi connectionStefan Metzmacher2007-10-101-6/+77
* r20068: handle DsAddEntry() errorsStefan Metzmacher2007-10-101-0/+52
* r20067: use a global zero_sidStefan Metzmacher2007-10-101-14/+13
* r20066: use the same sid "Domain Admins" for the security_descriptorStefan Metzmacher2007-10-101-10/+20
* r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...)Stefan Metzmacher2007-10-101-8/+333
* r20056: send a DsBindInfo28 struct in the DsBind() and take care of the DsBin...Stefan Metzmacher2007-10-101-1/+71
* r20055: implement dummy DsAddEntry call (without attributes yet)Stefan Metzmacher2007-10-101-0/+67
* r20053: implement the DsBind on the 1st drsuapi connectionStefan Metzmacher2007-10-101-0/+39
* r20052: implement the first drsuapi connectionStefan Metzmacher2007-10-101-0/+48
* r20051: handle the case where the server object exist, but doesn't have a ser...Stefan Metzmacher2007-10-101-15/+69
* r20045: implement the drsuapi_DsRemoveDSServer() callStefan Metzmacher2007-10-101-2/+2
* r20043: when becoming a dc:Stefan Metzmacher2007-10-101-1/+113
* r20031: - implement earching for an existing server objectStefan Metzmacher2007-10-101-0/+157
* r20030: - implement the computer object searchStefan Metzmacher2007-10-101-2/+44
* r20029: - implement source_dsa site object searchStefan Metzmacher2007-10-101-0/+31
* r20026: - store the infrastructure server_dn_strStefan Metzmacher2007-10-101-1/+111
* r20025: - implement the windows2003update revision searchStefan Metzmacher2007-10-101-0/+91
* r20024: lookup the infrastructure fSMORoleOwner on the 1st LDAP connectionStefan Metzmacher2007-10-101-0/+52
* r20022: - implement the ldap connect codeStefan Metzmacher2007-10-101-12/+177
* r20021: implement a CLDAP netlogon request to get some infosStefan Metzmacher2007-10-101-7/+105
* r20011: define libnet_BecomeDC_state struct and add some dummy functionsStefan Metzmacher2007-10-101-1/+58
* r20009: use a composite contextStefan Metzmacher2007-10-101-2/+14
* r20008: add stubs for a libnet_BecomeDC() callStefan Metzmacher2007-10-101-0/+41