Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20282: prepare callback infrastructure to check if the forest/domain | Stefan Metzmacher | 1 | -0/+46 |
2007-10-10 | r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20225: we can't use composite_error() in a _recv() function, as that would | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r20222: return status unsuccessful when null pointers are returned | Rafal Szczesniak | 1 | -1/+3 |
2007-10-10 | r20205: remove unused var | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20204: use symbolic constant | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20182: make the composite api usage more consistant (only cosmetic change) | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20177: return the actual function status code. | Rafal Szczesniak | 1 | -0/+2 |
2007-10-10 | r20166: we have a dom_sid_add_rid() function that adds the rid after allocating | Stefan Metzmacher | 2 | -12/+10 |
2007-10-10 | r20162: Always return some error string. | Rafal Szczesniak | 1 | -0/+3 |
2007-10-10 | r20161: Prevent potential segfault in case account is unknown. | Rafal Szczesniak | 1 | -8/+12 |
2007-10-10 | r20142: only the DDNS updates are missing for the full libnet_BecomeDC(), | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20138: return the proper status for the other functions as well. | Rafal Szczesniak | 1 | -3/+7 |
2007-10-10 | r20137: return the proper status. | Rafal Szczesniak | 1 | -1/+4 |
2007-10-10 | r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in | Andrew Bartlett | 2 | -4/+8 |
2007-10-10 | r20109: let libnet_BecomeDC() work against w2k servers | Stefan Metzmacher | 1 | -4/+19 |
2007-10-10 | r20105: remove useless comments | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20103: Change the returned type of prerequisite checking functions, | Rafal Szczesniak | 2 | -43/+48 |
2007-10-10 | r20102: Do not reference remote_ldb before we initialise it. This should fix | Andrew Bartlett | 1 | -8/+8 |
2007-10-10 | r20099: Add some comments, and correct others. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r20095: make a complete copy of the binding string | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r20088: implement DsReplicaUpdateRefs() calls for all partitions | Stefan Metzmacher | 1 | -0/+111 |
2007-10-10 | r20086: pull domain partition | Stefan Metzmacher | 1 | -2/+52 |
2007-10-10 | r20085: add _part to structure elements | Stefan Metzmacher | 1 | -29/+29 |
2007-10-10 | r20084: pull the config partition | Stefan Metzmacher | 1 | -1/+53 |
2007-10-10 | r20083: move function together which belong to each other | Stefan Metzmacher | 1 | -21/+21 |
2007-10-10 | r20081: pull the whole schema partition | Stefan Metzmacher | 1 | -2/+89 |
2007-10-10 | r20079: the 2nd guid is the source_dsa invocation_id not the objectGUID, | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r20075: start pulling the schema content. | Stefan Metzmacher | 1 | -0/+109 |
2007-10-10 | r20073: update the computer_dn_str after ldb_rename() | Stefan Metzmacher | 2 | -2/+12 |
2007-10-10 | r20071: move common code into a function | Stefan Metzmacher | 1 | -41/+36 |
2007-10-10 | r20070: implement the 2nd and 3rd drsuapi connection | Stefan Metzmacher | 1 | -6/+77 |
2007-10-10 | r20068: handle DsAddEntry() errors | Stefan Metzmacher | 1 | -0/+52 |
2007-10-10 | r20067: use a global zero_sid | Stefan Metzmacher | 1 | -14/+13 |
2007-10-10 | r20066: use the same sid "Domain Admins" for the security_descriptor | Stefan Metzmacher | 2 | -10/+21 |
2007-10-10 | r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...) | Stefan Metzmacher | 1 | -8/+333 |
2007-10-10 | r20061: use a DsBindInfo28 structure | Stefan Metzmacher | 1 | -1/+32 |
2007-10-10 | r20056: send a DsBindInfo28 struct in the DsBind() and take care of the DsBin... | Stefan Metzmacher | 1 | -1/+71 |
2007-10-10 | r20055: implement dummy DsAddEntry call (without attributes yet) | Stefan Metzmacher | 1 | -0/+67 |
2007-10-10 | r20053: implement the DsBind on the 1st drsuapi connection | Stefan Metzmacher | 1 | -0/+39 |
2007-10-10 | r20052: implement the first drsuapi connection | Stefan Metzmacher | 1 | -0/+48 |
2007-10-10 | r20051: handle the case where the server object exist, but doesn't have a ser... | Stefan Metzmacher | 1 | -15/+69 |
2007-10-10 | r20045: implement the drsuapi_DsRemoveDSServer() call | Stefan Metzmacher | 2 | -3/+49 |
2007-10-10 | r20044: implement the drsuapi connect and ds_bind | Stefan Metzmacher | 1 | -0/+88 |
2007-10-10 | r20043: when becoming a dc: | Stefan Metzmacher | 1 | -1/+113 |
2007-10-10 | r20042: move the computer account to the CN=Computers container if needed | Stefan Metzmacher | 1 | -0/+54 |
2007-10-10 | r20041: when unbecoming a dc: | Stefan Metzmacher | 1 | -0/+87 |
2007-10-10 | r20040: uncomplete implementation start for libnet_UnbecomeDC() | Stefan Metzmacher | 4 | -0/+294 |
2007-10-10 | r20031: - implement earching for an existing server object | Stefan Metzmacher | 1 | -0/+157 |
2007-10-10 | r20030: - implement the computer object search | Stefan Metzmacher | 1 | -2/+44 |