summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-1/+1
* 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-1/+4
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner2010-03-231-24/+26
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-231-9/+9
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-181-0/+2
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-13/+13
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-1/+1
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-3/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-26/+26
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* 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-19/+8
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-5/+5
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22810: when a test runs against domain controller use domain nameRafal Szczesniak2007-10-101-3/+18
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-5/+5
* r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell2007-10-101-23/+23
* r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak2007-10-101-75/+131
* r15626: Modify the tests to fit them in current changes in libnetRafal Szczesniak2007-10-101-5/+41
* r15436: Add test for LIBNET_RPC_CONNECT_DC_INFO level. Display receivedRafal Szczesniak2007-10-101-0/+36
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+2
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-73/+12
* r12835: RpcConnect test expansion to test connecting using ncacp_ip_tcpRafal Szczesniak2007-10-101-12/+74
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-8/+4
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-1/+0
* r8081: Add simple test for RpcConnect function.Rafal Szczesniak2007-10-101-0/+95