summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/object_uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of ↵Stefan Metzmacher2011-03-131-2/+4
| | | | | | dcerpc_ndr_request() metze
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
| | | | | | | | | | | The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
| | | | This reduces compile time somewhat.
* Remove unused variable.Jelmer Vernooij2009-07-191-1/+0
|
* s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid testStefan Metzmacher2009-04-201-10/+8
| | | | | | As we want sync calls... metze
* s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner2008-10-271-3/+5
| | | | Guenther
* s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher2008-09-301-0/+87
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze