summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16s4-torture: allow to do ndr tests with flags, not only ndr_flags.Günther Deschner1-3/+9
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2011-09-08torture-ndr: added support for testing push functionsAndrew Tridgell1-9/+18
this allows us to check the symmetry of pull/push functions in NDR tests Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-16s4-smbtorture: add functions to do NDR_OUT ndr_pull validation including ↵Günther Deschner1-0/+16
NDR_IN context. Guenther
2010-09-16s3-smbtorture: fixup trailing whitespace in ndr testsuite.Günther Deschner1-6/+6
Guenther
2010-03-24s4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr ↵Günther Deschner1-0/+11
level. Guenther
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r21661: Put direction in test nameJelmer Vernooij1-1/+1
(This used to be commit bb0ebdab63bd8ba643f372fda8fe2ef4d600035b)
2007-10-10r21347: All current tests in the testsuite mainly test the RPC code in ↵Jelmer Vernooij1-0/+45
general. Since we're running the testsuite mainly against ourselves, we only check that the push/pull functions work in our own environment, not whether they generate/parse the same data that other systems do. This commit adds the infrastructure for a testsuite for just the marshalling code. The idea is that you provide a data blob, a function name and a function to check the resulting struct for correctness. (This used to be commit 9bd2421e44dcfcaf08ad61cf25bb7714cf885517)