Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4142: Check result value of OpenHKU and OpenHKCR | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r4138: initialise 'type' in RPC-WINREG EnumValue test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4132: - Bunch of rather large fixes in the registry | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r4113: modified EnumValue in winreg to take advantage of the new pidl handling | Andrew Tridgell | 1 | -18/+9 |
2007-10-10 | r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query... | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r4105: Fix IDL for QueryValue() and add a torture test for it. | Jelmer Vernooij | 1 | -4/+43 |
2007-10-10 | r4087: - add idl and torture tests for drsuapi_DsReplicaGetInfo() | Stefan Metzmacher | 1 | -3/+135 |
2007-10-10 | r4074: make the RAW-ACLS test use the new lsa helper functions to determine | Andrew Tridgell | 2 | -17/+40 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 13 | -56/+56 |
2007-10-10 | r4061: more additions to the RAW-ACLS test, to help me work out some details ... | Andrew Tridgell | 1 | -5/+54 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 4 | -5/+5 |
2007-10-10 | r4053: expanded and fixed a bug in the RAW-ACLS test | Andrew Tridgell | 1 | -6/+19 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 6 | -8/+8 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 9 | -15/+13 |
2007-10-10 | r4036: expanded the RAW-ACLS torture test to include tests for the | Andrew Tridgell | 1 | -2/+427 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 26 | -79/+79 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 3 | -8/+4 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 27 | -191/+254 |
2007-10-10 | r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3... | Stefan Metzmacher | 1 | -6/+19 |
2007-10-10 | r4002: NT 4.0 sp6a can't do schannel 128 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4000: DATA_BLOB.data is uint8_t * not void * :-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3981: Use correct access-mask when querying aliases. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2() | Andrew Tridgell | 1 | -0/+89 |
2007-10-10 | r3977: fixed the lmPwdHash change in the rpc server (we were not fetching the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3976: changed NBENCH to use the same recording method as the latest dbench, | Andrew Tridgell | 2 | -66/+70 |
2007-10-10 | r3975: added LFN filesystem attribute bit definition from ethereal | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3972: use GUID_* naming context and move GUID_* functions to one place | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r3967: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3966: fix compiler warnings | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r3959: fix compiler warnings | Stefan Metzmacher | 2 | -35/+35 |
2007-10-10 | r3958: fix the build for now | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list of | Andrew Tridgell | 3 | -29/+134 |
2007-10-10 | r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3922: Add yet another NETLOGON RPC. This is another varient of SamLogon, | Andrew Bartlett | 1 | -25/+84 |
2007-10-10 | r3921: Cross-test SIDs in RPC-SAMSYNC, fix the build. | Andrew Bartlett | 1 | -4/+14 |
2007-10-10 | r3920: - it seem that we need to send a magic bind_guid in DsBind() | Stefan Metzmacher | 1 | -1/+89 |
2007-10-10 | r3919: Add more info levels to the QueryTrustedDomainInfo structures, with | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r3917: A few more LSA RPCs found in my wanderings (for trusted domains, these | Andrew Bartlett | 2 | -16/+63 |
2007-10-10 | r3915: a few updates to the DsCrackNames() torture test | Stefan Metzmacher | 1 | -19/+59 |
2007-10-10 | r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2() | Stefan Metzmacher | 1 | -0/+44 |
2007-10-10 | r3913: fix the build | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3909: Fix cross-reference test for trusted domains. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r3907: * Rename lsa_Name to lsa_String | Andrew Bartlett | 2 | -15/+48 |
2007-10-10 | r3905: (oops, missing file: samsync.c) | Andrew Bartlett | 1 | -32/+207 |
2007-10-10 | r3904: * Add new LSA calls to open trusted domains | Andrew Bartlett | 2 | -8/+62 |
2007-10-10 | r3898: Work towards local/server DCOM support, start working | Jelmer Vernooij | 2 | -4/+11 |
2007-10-10 | r3891: Add rot (Running Object Table) interface | Jelmer Vernooij | 3 | -1/+49 |
2007-10-10 | r3888: Just proving :-) to tridge that a Setfileinfo with a modified | Jeremy Allison | 1 | -2/+17 |
2007-10-10 | r3887: Much better understanding of delayed write time, and the interaction | Jeremy Allison | 1 | -4/+80 |