summaryrefslogtreecommitdiffstats
path: root/source4/torture/libnet/libnet_domain.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/libnet: add missing #include "torture/libnet/proto.h"Stefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:torture/libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-2/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4:torture/libnet: remove bogus usage of p->conn->event_ctxStefan Metzmacher2014-01-161-7/+0
| | | | | | | | ctx->event_ctx and p->conn->event_ctx already have the same value as torture->ev. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4-libnet: print the domain name on domain open failureAndrew Tridgell2010-09-151-1/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
| | | | | | | 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/libnet:add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-36/+35
| | | | | Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵Günther Deschner2010-03-231-27/+28
| | | | | | | | torture tests. Mimir, please check. Guenther
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-231-23/+23
| | | | Guenther
* s4:torture/libnet: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-10/+10
| | | | metze
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-5/+0
| | | | This reduces compile time somewhat.
* s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner2008-11-101-2/+4
| | | | Guenther
* Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-211-2/+2
| | | | | | | | the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-6/+5
| | | | (This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635)
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-7/+7
| | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
* r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij2007-12-211-4/+4
| | | | | | uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-33/+33
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-23/+10
| | | | (This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c)
* r24728: Use more stock torture functions.Jelmer Vernooij2007-10-101-2/+1
| | | | (This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-101-5/+7
| | | | | | | | | return full SIDs for the user SID and primary group sid. This should help kai with his getpwnam work in winbind. Andrew Bartlett (This used to be commit 078671d5015c63e4bcd96815e150dae918763b83)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r22810: when a test runs against domain controller use domain nameRafal Szczesniak2007-10-101-15/+40
| | | | | | | | | | | instead of target host name specified in binding string. metze: this fixes the problem with passing name resolution down the socket wrapper calls. NET tests now run against $SERVER flawlessly. rafal (This used to be commit 44eacd8654a26dbd473050705f28966ce08ccd70)
* r22566: add a simple test of libnet_DomainList function.Rafal Szczesniak2007-10-101-3/+57
| | | | | rafal (This used to be commit a1ca08b05b804021aa829c737aeb66b4e283940c)
* r20456: Rename variables to avoid shadowing global function names.Andrew Bartlett2007-10-101-5/+5
| | | | | Andrew Bartlett (This used to be commit c353f2bb91d6cf7553325b94baae8986e85e8ee5)
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
* r18105: Fix samr domain open, and implement samr domain close test.Rafal Szczesniak2007-10-101-5/+82
| | | | | rafal (This used to be commit 1b8213ba054f7c78c7ff961dd68f85c6c58c48a9)
* r18102: Fix close lsa NET test.Rafal Szczesniak2007-10-101-28/+43
| | | | | rafal (This used to be commit df230ad0cabfd858e09df7af68b6d5bd4da8ef9d)
* r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit b285a34ddd8bf570a060b8c9eb8aee1566317c27)
* r17858: Add new libnet domain open tests.Rafal Szczesniak2007-10-101-0/+289
rafal (This used to be commit c9b0b1fb67855ed3bfd1f34c664275bd7f34ff8c)