summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/lsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2()Andrew Tridgell1-0/+89
2007-10-10r3919: Add more info levels to the QueryTrustedDomainInfo structures, withAndrew Bartlett1-1/+1
2007-10-10r3917: A few more LSA RPCs found in my wanderings (for trusted domains, theseAndrew Bartlett1-14/+61
2007-10-10r3907: * Rename lsa_Name to lsa_StringAndrew Bartlett1-13/+28
2007-10-10r3904: * Add new LSA calls to open trusted domainsAndrew Bartlett1-7/+61
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell1-150/+0
2007-10-10r2203: delete the key after testing, so as not to clutter the server with ran...Andrew Tridgell1-0/+2
2007-10-10r2202: don't close the smb pipe after the puzzle testAndrew Tridgell1-2/+0
2007-10-10r2201: removed an exit I accidentially left inAndrew Tridgell1-1/+0
2007-10-10r2200: solved another piece of the lsakey puzzle - the session key for lsaAndrew Tridgell1-0/+152
2007-10-10r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a languageAndrew Tridgell1-1/+8
2007-10-10r2186: setting [ref] output pointers in dcerpc calls is pointless. Removed itAndrew Tridgell1-4/+0
2007-10-10r2179: two more lsa torture tests from Richard Renard. Thanks!Andrew Tridgell1-1/+70
2007-10-10r2031: add a check for a blank secret return in lsa secret testsAndrew Tridgell1-8/+13
2007-10-10r1637: - w2k3 can't handle more than 1000 names in a LookupNames requestAndrew Tridgell1-3/+3
2007-10-10r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...Volker Lendecke1-0/+54
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell1-0/+38
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-7/+7
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-5/+5
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett1-4/+4
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-70/+80
2004-04-03added IDL and test for lsa_OpenSecret()Andrew Tridgell1-1/+23
2004-04-03added IDL and test suite for lsa_CreateSecret()Andrew Tridgell1-0/+33
2004-04-03added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell1-1/+45
2004-03-31added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell1-21/+114
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-5/+0
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-2/+2
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell1-1/+1
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-1/+3
2003-11-20some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell1-0/+12
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell1-3/+11
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-1/+4
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-22/+2
2003-11-17 * add another WERR err codeAndrew Tridgell1-29/+11
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell1-63/+4
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell1-0/+29
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-0/+4
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell1-2/+1
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-2/+2
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell1-0/+2
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell1-9/+14
2003-11-11start using automatic union printingAndrew Tridgell1-5/+1
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell1-64/+18
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell1-0/+35
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell1-3/+29