summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_user.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-1/+1
* s4-test: refactor API-DELETEUSER test a little to:Kamen Mazdrashki2010-09-051-29/+23
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-8/+8
* s4/test-libnet: Re-align code a bit - more readable this way IMOKamen Mazdrashki2010-06-111-2/+2
* s4/test-libnet: Move LSA close handle function to a common locationKamen Mazdrashki2010-06-111-20/+2
* s4/test-libnet: remove unused codeKamen Mazdrashki2010-06-111-25/+0
* s4/test: use test_libnet_context_init() function to create libnet_contextKamen Mazdrashki2010-06-111-18/+17
* s4/test: libnet_user tests should use common test_user_cleanupKamen Mazdrashki2010-06-111-129/+5
* s4/test-libnet: Remove multiple test_samr_close() impelementationsKamen Mazdrashki2010-05-281-23/+8
* s4/test-libnet-user: Remove test_createuser()Kamen Mazdrashki2010-05-281-63/+3
* s4/test: remove local impl for open_domain and use common oneKamen Mazdrashki2010-05-281-56/+4
* s4/test: Connect SAMR and LDARPC pipes before calling libnet_ functionsKamen Mazdrashki2010-05-261-7/+29
* s4/test: remove unused codeKamen Mazdrashki2010-05-261-18/+0
* s4/test: make test_cleanup() in libnet_user library more robustKamen Mazdrashki2010-05-261-4/+74
* s4/test: rename enum test_fields{} member names to be more descriptiveKamen Mazdrashki2010-05-261-17/+17
* s4/test: Replace hand-made field count to testKamen Mazdrashki2010-05-261-3/+3
* 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-61/+59
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ...Günther Deschner2010-03-231-67/+73
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-231-27/+27
* s4:torture/libnet: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-31/+35
* s4:torture/libnet/libnet_user.c: fix double free in error pathStefan Metzmacher2010-03-111-1/+0
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+3
* s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+4
* libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-241-2/+4
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-5/+5
* Fixup the NET-API-USERMOD test.Andrew Bartlett2008-03-071-2/+2
* Fix up the libnet tests.Andrew Bartlett2008-02-281-3/+12
* Do not re-randomise in an individual test.Andrew Bartlett2008-02-281-2/+0
* r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij2008-01-021-2/+2
* r26531: Prevent from displaying the results if the functionRafal Szczesniak2007-12-211-0/+2
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-5/+5
* r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij2007-12-211-14/+9
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-9/+9
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-61/+61
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-9/+9
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* 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-12/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-3/+3
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23066: don't ignore errorsStefan Metzmacher2007-10-101-0/+1
* r19926: display user listing created by the test.Rafal Szczesniak2007-10-101-0/+8
* r19925: Close the lsa handle in the end, and test calling libnet_UserListRafal Szczesniak2007-10-101-7/+18
* r19923: Update test to match the function changes.Rafal Szczesniak2007-10-101-2/+2
* r19592: a simple test for libnet_UserListRafal Szczesniak2007-10-101-7/+72
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-4/+4
* r19187: this function should be static...Stefan Metzmacher2007-10-101-2/+2