summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/frsapi.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/rpc: remove unused variable in frsapi.cStefan Metzmacher2014-02-111-9/+9
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* 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-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-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>
* 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/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-18/+22
| | | | metze
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-2/+0
| | | | This reduces compile time somewhat.
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-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.
* frsapi.idl: fix some unknown field namesStefan Metzmacher2009-07-211-9/+9
| | | | metze
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
* r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct ↵Günther Deschner2007-12-211-1/+46
| | | | | | | | | but at least displays a lot of very useful information. Guenther (This used to be commit 361744b89cfd1e727dba01c1512b1ba9c919e6ac)
* r25699: Add ForceReplication test.Günther Deschner2007-12-211-4/+33
| | | | | Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
* r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner2007-12-211-0/+80
| | | | | Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
* r25667: Start on frsapi testsuite.Günther Deschner2007-12-211-0/+121
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)