summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
...
* r20067: use a global zero_sidStefan Metzmacher2007-10-101-14/+13
* r20066: use the same sid "Domain Admins" for the security_descriptorStefan Metzmacher2007-10-102-10/+21
* r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...)Stefan Metzmacher2007-10-101-8/+333
* r20061: use a DsBindInfo28 structureStefan Metzmacher2007-10-101-1/+32
* 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-102-3/+49
* r20044: implement the drsuapi connect and ds_bindStefan Metzmacher2007-10-101-0/+88
* r20043: when becoming a dc:Stefan Metzmacher2007-10-101-1/+113
* r20042: move the computer account to the CN=Computers container if neededStefan Metzmacher2007-10-101-0/+54
* r20041: when unbecoming a dc:Stefan Metzmacher2007-10-101-0/+87
* r20040: uncomplete implementation start for libnet_UnbecomeDC()Stefan Metzmacher2007-10-104-0/+294
* 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-102-8/+109
* 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-104-0/+72
* r19970: more comments and fixesRafal Szczesniak2007-10-101-16/+37
* r19956: remove unused functionRafal Szczesniak2007-10-101-58/+0
* r19949: add comment that the configuration_dn needs to be looked upStefan Metzmacher2007-10-101-0/+1
* r19938: Return function status instead of rpc layer status. This isRafal Szczesniak2007-10-101-0/+4
* r19937: fix sending monitor message (spotted by metze).Rafal Szczesniak2007-10-101-4/+4
* r19934: - allow to pass a samr_UserInfo21 struct to be passed to libnet_SetPa...Stefan Metzmacher2007-10-103-53/+63
* r19933: something is really wrong here...Stefan Metzmacher2007-10-101-1/+1
* r19931: remove unused struct membersStefan Metzmacher2007-10-102-10/+0
* r19922: Use new composite_create functions in composite contextRafal Szczesniak2007-10-102-107/+136
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-102-22/+22
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-103-21/+24
* r19759: Allow a join to occour against ncacn_ip_tcp again (useful for tortureAndrew Bartlett2007-10-101-7/+28
* r19753: verify result of received request before sending the next one.Rafal Szczesniak2007-10-101-0/+1
* r19699: - use better names for the site stringsStefan Metzmacher2007-10-101-1/+1
* r19640: add some commentsRafal Szczesniak2007-10-101-8/+57
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-103-0/+3
* r19587: Fix indentation and correctly set error string when completingRafal Szczesniak2007-10-101-3/+5
* r19586: draft version of libnet_UserList function. still a bit of workRafal Szczesniak2007-10-102-1/+218
* r19584: add the new file to the build.Rafal Szczesniak2007-10-101-2/+3
* r19583: a few prerequisite functions called from within libnet functionsRafal Szczesniak2007-10-101-0/+138
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-101-1/+1
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-101-1/+1
* r19482: remove pointless castStefan Metzmacher2007-10-101-1/+1
* r19398: more commentsRafal Szczesniak2007-10-101-3/+97