summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_domain.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-6/+7
* s4:torture/libnet: add missing #include "torture/libnet/proto.h"Stefan Metzmacher2014-04-021-0/+1
* s4:torture/libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-2/+2
* s4:torture/libnet: remove bogus usage of p->conn->event_ctxStefan Metzmacher2014-01-161-7/+0
* s4-libnet: print the domain name on domain open failureAndrew Tridgell2010-09-151-1/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4:torture/libnet:add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-36/+35
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner2010-03-231-27/+28
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-231-23/+23
* s4:torture/libnet: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-10/+10
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-5/+0
* s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner2008-11-101-2/+4
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+2
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-6/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-7/+7
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-33/+33
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-23/+10
* r24728: Use more stock torture functions.Jelmer Vernooij2007-10-101-2/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-101-5/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22810: when a test runs against domain controller use domain nameRafal Szczesniak2007-10-101-15/+40
* r22566: add a simple test of libnet_DomainList function.Rafal Szczesniak2007-10-101-3/+57
* r20456: Rename variables to avoid shadowing global function names.Andrew Bartlett2007-10-101-5/+5
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-4/+4
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2007-10-101-3/+3
* r18105: Fix samr domain open, and implement samr domain close test.Rafal Szczesniak2007-10-101-5/+82
* r18102: Fix close lsa NET test.Rafal Szczesniak2007-10-101-28/+43
* r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak2007-10-101-1/+1
* r17858: Add new libnet domain open tests.Rafal Szczesniak2007-10-101-0/+289