summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-1/+1
2010-03-23s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner1-24/+26
2010-03-23s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner1-9/+9
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-4/+0
2009-06-18s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett1-0/+2
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-13/+13
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-3/+3
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-26/+26
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij1-19/+8
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-5/+5
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22810: when a test runs against domain controller use domain nameRafal Szczesniak1-3/+18
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-5/+5
2007-10-10r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell1-23/+23
2007-10-10r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak1-75/+131
2007-10-10r15626: Modify the tests to fit them in current changes in libnetRafal Szczesniak1-5/+41
2007-10-10r15436: Add test for LIBNET_RPC_CONNECT_DC_INFO level. Display receivedRafal Szczesniak1-0/+36
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+2
2007-10-10r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett1-73/+12
2007-10-10r12835: RpcConnect test expansion to test connecting using ncacp_ip_tcpRafal Szczesniak1-12/+74
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-8/+4
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-1/+0
2007-10-10r8081: Add simple test for RpcConnect function.Rafal Szczesniak1-0/+95