Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -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 | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -3/+0 | |
This reduces compile time somewhat. | |||||
2009-07-19 | Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2009-04-20 | s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid test | Stefan Metzmacher | 1 | -10/+8 | |
As we want sync calls... metze | |||||
2008-10-27 | s4-lsa: merge lsa_GetUserName from s3 lsa idl. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2008-09-30 | s4:torture/rpc: add RPC-OBJECTUUID | Stefan Metzmacher | 1 | -0/+87 | |
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze |