summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/lsa.c
Commit message (Expand)AuthorAgeFilesLines
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-5/+5
* r611: Fix breakage from my last commit:Andrew Bartlett2007-10-101-4/+4
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-101-70/+80
* added IDL and test for lsa_OpenSecret()Andrew Tridgell2004-04-031-1/+23
* added IDL and test suite for lsa_CreateSecret()Andrew Tridgell2004-04-031-0/+33
* added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell2004-04-031-1/+45
* added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell2004-03-311-21/+114
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-2/+0
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-021-5/+0
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-221-2/+2
* * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell2003-11-221-1/+1
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-1/+3
* some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell2003-11-201-0/+12
* init samr and lsa names so the debug display looks rightAndrew Tridgell2003-11-191-3/+11
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-181-1/+4
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-181-22/+2
* * add another WERR err codeAndrew Tridgell2003-11-171-29/+11
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-151-63/+4
* added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell2003-11-151-0/+29
* it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell2003-11-141-0/+4
* * fixed lsa_LookupPrivNameAndrew Tridgell2003-11-141-2/+1
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-131-2/+2
* added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell2003-11-111-0/+2
* support lsa_AuditEventsInfoAndrew Tridgell2003-11-111-9/+14
* start using automatic union printingAndrew Tridgell2003-11-111-5/+1
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-111-64/+18
* started adding support for lsa_QueryInfoPolicyAndrew Tridgell2003-11-111-0/+35
* added idl and test code for lsa_LookupPrivName()Andrew Tridgell2003-11-101-3/+29
* added IDL and test for lsa_EnumAccountRights()Andrew Tridgell2003-11-101-1/+32
* added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell2003-11-101-5/+41
* - fixed lsa_EnumTrustDomAndrew Tridgell2003-11-091-11/+45
* added lsa_EnumTrustDomAndrew Tridgell2003-11-091-0/+40
* added lsa_EnumPrivs idl and test codeAndrew Tridgell2003-11-091-1/+77
* added a test for lsa_Close()Andrew Tridgell2003-11-091-0/+26
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-091-9/+9
* use a more consistent style for the client stubsAndrew Tridgell2003-11-091-17/+33
* lsa_LookupNames now worksAndrew Tridgell2003-11-091-1/+67
* added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell2003-11-091-1/+60
* - corrected some lsa idlAndrew Tridgell2003-11-081-7/+49
* lsa_EnumSids() now worksAndrew Tridgell2003-11-041-6/+71
* lsa_OpenPolicy2 now worksAndrew Tridgell2003-11-041-2/+44
* yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell2003-11-041-28/+24
* started adding RPC-ECHO torture casesAndrew Tridgell2003-11-031-4/+2
* we only want the per-call stub dataAndrew Tridgell2003-11-031-3/+2
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-031-0/+79