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