summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_group.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-06-11s4/test-libnet: Re-align code a bit - more readable this way IMOKamen Mazdrashki1-3/+5
2010-06-11s4/test-libnet: Move LSA close handle function to a common locationKamen Mazdrashki1-20/+2
2010-06-11s4/test: use test_libnet_context_init() function to create libnet_contextKamen Mazdrashki1-6/+6
2010-06-11s4/test: remove create/delete group implementation in API-CREATEGROUP testKamen Mazdrashki1-110/+3
2010-06-11s4/test: Remove duplicated test_opendomain() functionalityKamen Mazdrashki1-54/+1
2010-05-28s4/test-libnet: Remove multiple test_samr_close() impelementationsKamen Mazdrashki1-22/+7
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-1/+1
2010-03-29s4:torture/libnet:add explicit check for NTSTATUS r.out.resultGünther Deschner1-56/+55
2010-03-23s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner1-44/+49
2010-03-23s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner1-18/+18
2010-03-12s4:torture/libnet: make use of dcerpc_binding_handle stubsStefan Metzmacher1-24/+24
2009-10-22s4-torture: fixed double free in libnet_group testAndrew Tridgell1-1/+0
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2008-12-29s4 libnet: Add support for groupinfo by sid lookupKai Blin1-2/+3
2008-11-10s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner1-1/+3
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner1-1/+4
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-3/+3
2007-12-30r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak1-0/+42
2007-12-21r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak1-0/+80
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-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-27/+27
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
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-2/+0
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-1/+1
2007-10-10r24681: add basic test of libnet_GroupInfo function.Rafal Szczesniak1-0/+272