Make RPC-LSA test deterministic with an msleep(200).
[kai/samba.git] / source4 / torture / rpc / lsa.c
2008-08-26 Andrew BartlettMake RPC-LSA test deterministic with an msleep(200).
2008-08-25 Andrew BartlettUpdate RPC-LSA to (almost) pass against Windows 2008.
2008-08-01 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-30 Andrew BartlettDon't fail if the domain has a trust already.
2008-07-24 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-21 Andrew BartlettRemove bogus test in 'enum trusted domains' LSA server.
2008-06-14 Simo SorceMake up the right dependencies now that ldb depends...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-19 Andrew BartlettMerge branch 'v4-0-logon' of git://git.id10ts.net/samba...
2008-03-13 Andrew BartlettCheck for Administrator as a Alias (copy&paste bug)
2007-12-21 Andrew Bartlettr26354: In trying to chase down why we have reports...
2007-12-21 Jelmer Vernooijr26250: Avoid global_loadparm in a couple more places.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Andrew Bartlettr25194: A major rework of the Samba4 LSA LookupNames...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24735: Use torture API in more places.
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Günther Deschnerr23383: Query transitive forest trust info in LSA tortu...
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Andrew Bartlettr22116: Only query by SID if we have a SID
2007-10-10 Jelmer Vernooijr19392: Use torture_setting_* rather than lp_parm_...
2007-10-10 Andrew Tridgellr18971: avoid strndup is a few places. Fixes a minor...
2007-10-10 Andrew Bartlettr18408: Only output a message if the async request...
2007-10-10 Andrew Tridgellr18358: handle errors in the RPC-LSA async test
2007-10-10 Andrew Tridgellr18356: doing 1000 of these requests can take over...
2007-10-10 Andrew Bartlettr17956: LSA Cleanup!
2007-10-10 Andrew Bartlettr16827: Factor out some code into common samdb functions:
2007-10-10 Stefan Metzmacherr16741: add a RPC-LSA-GETUSER test,
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Stefan Metzmacherr13004: fix compiler warnings
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Andrew Tridgellr12636: fixed some torture code for the changed lsa...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Volker Lendecker11473: Based on work by Jelmer, implement the [async...
2007-10-10 Andrew Bartlettr11405: Ensure we can never have secret4 be uninitialis...
2007-10-10 Andrew Bartlettr11287: Understand the new behaviour of the LSA pipe...
2007-10-10 Günther Deschnerr9888: add IDL for lsa_QueryDomainInformationPolicy...
2007-10-10 Andrew Bartlettr7685: Simply the test for session key logic, so we...
2007-10-10 Andrew Bartlettr7684: Add a test aimed at checking we have agreement...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Bartlettr4703: Add support for EnumTrustDomain, and expand...
2007-10-10 Andrew Bartlettr4699: Move the test_EnumTrustDom() test into the test_...
2007-10-10 Andrew Bartlettr4698: - Initial implementation of trusted domains...
2007-10-10 Andrew Bartlettr4694: 'fix' the behaviour for setting only the old...
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Andrew Bartlettr4674: Test SetSecret behaviour for local and global...
2007-10-10 Andrew Bartlettr4673: Fix the IDL for the QuerySecret LSA call.
2007-10-10 Andrew Bartlettr4671: Expand the RPC-LSA test to set secret values...
2007-10-10 Andrew Bartlettr4660: Test what we should return for a secret that...
2007-10-10 Andrew Tridgellr4617: basic alter_context requests now work in our...
2007-10-10 Andrew Bartlettr4603: Test creating local and global secrets over...
2007-10-10 Andrew Tridgellr4585: don't consider LookupSids3 failing with NT_STATU...
2007-10-10 Andrew Tridgellr4443: test lsa_LookupNames3() even when lsa_LookupSids...
2007-10-10 Andrew Tridgellr4437: added IDL and test code for lsa_LookupSids3...
2007-10-10 Stefan Metzmacherr4322: use a nicer name
2007-10-10 Andrew Tridgellr4310: fixed the authority_name field in lsa_GetUserName()
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()
next