r4309: idl and torture test for lsa_GetUserName()
[samba.git] / source4 / torture / rpc / lsa.c
2007-10-10 Stefan Metzmacherr4309: idl and torture test for lsa_GetUserName()
2007-10-10 Stefan Metzmacherr4308: [out,ref] pointer needs to set (don't corrupt...
2007-10-10 Andrew Tridgellr4279: added IDL and test code for lsa_AddPrivilegesToA...
2007-10-10 Andrew Tridgellr4277: - added server support for lsa_EnumAccounts()
2007-10-10 Andrew Tridgellr4195: added IDL, test suite and server side code for...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr3978: added IDL and test code for lsa_LookupSids2...
2007-10-10 Andrew Bartlettr3919: Add more info levels to the QueryTrustedDomainIn...
2007-10-10 Andrew Bartlettr3917: A few more LSA RPCs found in my wanderings ...
2007-10-10 Andrew Bartlettr3907: * Rename lsa_Name to lsa_String
2007-10-10 Andrew Bartlettr3904: * Add new LSA calls to open trusted domains
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Andrew Tridgellr2266: yay! LSA session keys on TCP now work!
2007-10-10 Andrew Tridgellr2203: delete the key after testing, so as not to clutt...
2007-10-10 Andrew Tridgellr2202: don't close the smb pipe after the puzzle test
2007-10-10 Andrew Tridgellr2201: removed an exit I accidentially left in
2007-10-10 Andrew Tridgellr2200: solved another piece of the lsakey puzzle -...
2007-10-10 Andrew Tridgellr2199: the unknown 16 bit number in lsa_LookupPrivDispl...
2007-10-10 Andrew Tridgellr2186: setting [ref] output pointers in dcerpc calls...
2007-10-10 Andrew Tridgellr2179: two more lsa torture tests from Richard Renard...
2007-10-10 Andrew Tridgellr2031: add a check for a blank secret return in lsa...
2007-10-10 Andrew Tridgellr1637: - w2k3 can't handle more than 1000 names in...
2007-10-10 Volker Lendecker1342: When fixing _lsa_lookupsids in samba3 I wanted...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Andrew Tridgellr919: - added lsa_QueryInfoPolicy2() to IDL, test suite...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr611: Fix breakage from my last commit:
2007-10-10 Andrew Tridgellr101: added lsa_SetSecret() and lsa_QuerySecret()
2004-04-03 Andrew Tridgelladded IDL and test for lsa_OpenSecret()
2004-04-03 Andrew Tridgelladded IDL and test suite for lsa_CreateSecret()
2004-04-03 Andrew Tridgelladded idl and test suite for lsa_CreateTrustedDomain()
2004-03-31 Andrew Tridgelladded lsaCreateAccount() and a test in the RPC-LSA...
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-11-22 Andrew Tridgell * fixed NDR flag inheritance across push subcontexts
2003-11-22 Andrew Tridgell * enable RPC/NDR validation in all smbtorture code
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-20 Andrew Tridgellsome errors are expected in SAMR and LSA tests - don...
2003-11-19 Andrew Tridgellinit samr and lsa names so the debug display looks...
2003-11-18 Andrew Tridgelluse the auto-generated UUID, version and name rather...
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-15 Andrew Tridgelladded the first couple of calls from samr as IDL
2003-11-15 Andrew Tridgelladded lsa_QuerySecObj() and the necessary sec_desc_buf...
2003-11-14 Andrew Tridgellit turns out that all MS servers ignore the artifact...
2003-11-14 Andrew Tridgell* fixed lsa_LookupPrivName
2003-11-13 Andrew Tridgell* fixed conformant arrays in structures
2003-11-11 Andrew Tridgelladded QueryPolicyInfo/PrimaryDomainInfo idl and test...
2003-11-11 Andrew Tridgellsupport lsa_AuditEventsInfo
2003-11-11 Andrew Tridgellstart using automatic union printing
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-11 Andrew Tridgellstarted adding support for lsa_QueryInfoPolicy
2003-11-10 Andrew Tridgelladded idl and test code for lsa_LookupPrivName()
2003-11-10 Andrew Tridgelladded IDL and test for lsa_EnumAccountRights()
2003-11-10 Andrew Tridgelladded IDL and test for lsa_EnumPrivsAccount()
2003-11-09 Andrew Tridgell- fixed lsa_EnumTrustDom
2003-11-09 Andrew Tridgelladded lsa_EnumTrustDom
2003-11-09 Andrew Tridgelladded lsa_EnumPrivs idl and test code
2003-11-09 Andrew Tridgelladded a test for lsa_Close()
2003-11-09 Andrew Tridgell- added the rest of the LSA calls as stubs
2003-11-09 Andrew Tridgelluse a more consistent style for the client stubs
2003-11-09 Andrew Tridgelllsa_LookupNames now works
2003-11-09 Andrew Tridgelladded idl, generated code and test code for lsa_LookupSids
2003-11-08 Andrew Tridgell- corrected some lsa idl
2003-11-04 Andrew Tridgelllsa_EnumSids() now works
2003-11-04 Andrew Tridgelllsa_OpenPolicy2 now works
2003-11-04 Andrew Tridgellyipee! we can now do lsaOpenPolicy() via the new interf...
2003-11-03 Andrew Tridgellstarted adding RPC-ECHO torture cases
2003-11-03 Andrew Tridgellwe only want the per-call stub data
2003-11-03 Andrew Tridgella major revamp of the low level dcerpc code in samba4...