summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_domain.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-15s4-libnet: print the domain name on domain open failureAndrew Tridgell1-1/+2
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-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>
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-29s4:torture/libnet:add explicit check for NTSTATUS r.out.resultGünther Deschner1-36/+35
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-23s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵Günther Deschner1-27/+28
torture tests. Mimir, please check. Guenther
2010-03-23s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner1-23/+23
Guenther
2010-03-12s4:torture/libnet: make use of dcerpc_binding_handle stubsStefan Metzmacher1-10/+10
metze
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-5/+0
This reduces compile time somewhat.
2008-11-10s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner1-2/+4
Guenther
2008-04-21Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce1-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)
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-6/+5
(This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635)
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-7/+7
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij1-4/+4
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-33/+33
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-4/+4
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij1-23/+10
(This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c)
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-2/+1
(This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33)
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-2/+2
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
2007-10-10r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett1-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)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-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)
2007-10-10r22810: when a test runs against domain controller use domain nameRafal Szczesniak1-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)
2007-10-10r22566: add a simple test of libnet_DomainList function.Rafal Szczesniak1-3/+57
rafal (This used to be commit a1ca08b05b804021aa829c737aeb66b4e283940c)
2007-10-10r20456: Rename variables to avoid shadowing global function names.Andrew Bartlett1-5/+5
Andrew Bartlett (This used to be commit c353f2bb91d6cf7553325b94baae8986e85e8ee5)
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-4/+4
(This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)
2007-10-10r18325: more warnings and one compile error on aix fixedAndrew Tridgell1-3/+3
(This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
2007-10-10r18105: Fix samr domain open, and implement samr domain close test.Rafal Szczesniak1-5/+82
rafal (This used to be commit 1b8213ba054f7c78c7ff961dd68f85c6c58c48a9)
2007-10-10r18102: Fix close lsa NET test.Rafal Szczesniak1-28/+43
rafal (This used to be commit df230ad0cabfd858e09df7af68b6d5bd4da8ef9d)
2007-10-10r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak1-1/+1
rafal (This used to be commit b285a34ddd8bf570a060b8c9eb8aee1566317c27)
2007-10-10r17858: Add new libnet domain open tests.Rafal Szczesniak1-0/+289
rafal (This used to be commit c9b0b1fb67855ed3bfd1f34c664275bd7f34ff8c)