summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/frsapi.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-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
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-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
2010-03-18s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-18/+22
metze
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
This reduces compile time somewhat.
2009-10-14s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer1-2/+1
For KERBEROS applications the realm should be upcase (function "lp_realm") but for DNS ones it should be used lowcase (function "lp_dnsdomain"). This patch implements the use of both in the right way.
2009-07-21frsapi.idl: fix some unknown field namesStefan Metzmacher1-9/+9
metze
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij1-1/+1
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
2007-12-21r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct ↵Günther Deschner1-1/+46
but at least displays a lot of very useful information. Guenther (This used to be commit 361744b89cfd1e727dba01c1512b1ba9c919e6ac)
2007-12-21r25699: Add ForceReplication test.Günther Deschner1-4/+33
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner1-0/+80
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner1-0/+121
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)