summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell1-1/+32
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell1-5/+41
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell1-11/+45
2003-11-09added lsa_EnumTrustDomAndrew Tridgell1-0/+40
2003-11-09added lsa_EnumPrivs idl and test codeAndrew Tridgell1-1/+77
2003-11-09added a test for lsa_Close()Andrew Tridgell1-0/+26
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-9/+9
2003-11-09use a more consistent style for the client stubsAndrew Tridgell1-17/+33
2003-11-09lsa_LookupNames now worksAndrew Tridgell1-1/+67
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell1-1/+60
2003-11-08- corrected some lsa idlAndrew Tridgell1-7/+49
2003-11-04lsa_EnumSids() now worksAndrew Tridgell1-6/+71
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell1-2/+44
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell1-28/+24
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell1-4/+2
2003-11-03we only want the per-call stub dataAndrew Tridgell1-3/+2
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell1-0/+79