summaryrefslogtreecommitdiffstats
path: root/source4/torture/ndr
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer l...Matthias Dieter Wallnöfer2010-12-231-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* smbtorture: use xxxULL notation instead of INT64_C(xxx)Matthieu Patou2010-12-081-2/+2
* torture: complete dfs referral testsMatthieu Patou2010-10-051-10/+44
* s4-smbtorture: add LOCAL-NDR-NTLMSSP.Günther Deschner2010-09-192-0/+120
* s4-smbtorture: fix winreg querymultiplevalues NDR test warning.Günther Deschner2010-09-171-2/+2
* s4-smbtorture: add NDR spoolss_GetPrinterDriver2 in and out check functions.Günther Deschner2010-09-161-2/+49
* s4-smbtorture: finally enable most of our NDR_OUT NDR tests that we couldnt h...Günther Deschner2010-09-163-10/+6
* s4-smbtorture: add functions to do NDR_OUT ndr_pull validation including NDR_...Günther Deschner2010-09-162-0/+99
* s4-smbtorture: fix some indentation in NDR testsuite.Günther Deschner2010-09-161-28/+30
* s3-smbtorture: fixup trailing whitespace in ndr testsuite.Günther Deschner2010-09-162-35/+35
* s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests.Günther Deschner2010-09-161-0/+212
* s4-smbtorture: mention -v switch for hexdump imports into the NDR testsuites.Günther Deschner2010-09-161-1/+1
* s4-smbtorture: activate spoolss_GetPrinterData NDR pull test.Günther Deschner2010-09-161-2/+2
* s4-smbtorture: add torture ndr nbt testsuite.Günther Deschner2010-09-082-0/+71
* s4-smbtorture: fill in trust_domain_passwords_check_in in NDR lsa test.Günther Deschner2010-08-251-7/+35
* s4-smbtorture: remove some pointless mem_equal tests in LOCAL-NDR-WINREG test...Günther Deschner2010-06-291-3/+0
* s4-smbtorture: add NDR torture test for winreg_QueryMultipleValues2.Günther Deschner2010-06-291-0/+47
* winreg: fix winreg_QueryMultipleValues() IDL and torture tests.Günther Deschner2010-06-291-17/+17
* s4/ndr: Fix tuncating of constant to a 'long' typeKamen Mazdrashki2010-06-291-2/+2
* s4-smbtorture: fix typo.Günther Deschner2010-06-281-1/+1
* s4-smbtorture: add trustDomainPasswords blob test to LOCAL-NDR testsuite.Günther Deschner2010-06-281-0/+64
* s4 torture test: Adapt ndr-dfsblobs torture test to new idlMatthieu Patou2010-05-181-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* s4-smbtorture: fix drsblobs ndr torture test.Günther Deschner2010-03-251-3/+6
* s4-smbtorture: add drsblobs ndr torture test.Günther Deschner2010-03-242-0/+67
* s4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr l...Günther Deschner2010-03-242-11/+11
* s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.Günther Deschner2010-03-161-1/+101
* s4:torture-ndr add lsarSetForestTrustInformation ndr testSimo Sorce2010-03-161-0/+51
* winreg: add winreg_KeyType enum.Günther Deschner2010-03-111-1/+1
* s4-torture: update uuid_compare test for new behaviourAndrew Tridgell2009-12-211-2/+11
* torture: add new tests for dfsblobsMatthieu Patou2009-12-142-0/+51
* s4-smbtorture: add more spoolss_EnumPrinterKey tests for local NDR test.Günther Deschner2009-12-102-0/+18
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4-smbtorture: fix remaining lsa lookup call unknowns. sorry...Günther Deschner2009-09-111-4/+4
* s4-smbtorture: enable spoolss_AddPrinterDriverEx ndr test.Günther Deschner2009-02-181-1/+1
* s4-smbtorture: fix the build of the ndr spoolss tester.Günther Deschner2009-02-111-4/+4
* s4-netlogon: merge netr_ServerReqChallenge from s3 idl.Günther Deschner2008-10-291-1/+1
* s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.Günther Deschner2008-10-291-1/+1
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-4/+5
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-11/+14
* Revert "s4: fix the build after winreg idl changes."Günther Deschner2008-10-201-1/+1
* s4: fix the build after winreg idl changes.Günther Deschner2008-10-201-1/+1
* Fix names in winreg torture tests.Jelmer Vernooij2008-10-201-1/+1
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+2
* Sync parameter names with samba 3.Jelmer Vernooij2008-10-151-4/+4
* winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-031-4/+4
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1