Age | Commit message (Expand) | Author | Files | Lines |
2010-09-05 | s4-test: refactor API-DELETEUSER test a little to: | Kamen Mazdrashki | 1 | -29/+23 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -8/+8 |
2010-06-11 | s4/test-libnet: Re-align code a bit - more readable this way IMO | Kamen Mazdrashki | 1 | -2/+2 |
2010-06-11 | s4/test-libnet: Move LSA close handle function to a common location | Kamen Mazdrashki | 1 | -20/+2 |
2010-06-11 | s4/test-libnet: remove unused code | Kamen Mazdrashki | 1 | -25/+0 |
2010-06-11 | s4/test: use test_libnet_context_init() function to create libnet_context | Kamen Mazdrashki | 1 | -18/+17 |
2010-06-11 | s4/test: libnet_user tests should use common test_user_cleanup | Kamen Mazdrashki | 1 | -129/+5 |
2010-05-28 | s4/test-libnet: Remove multiple test_samr_close() impelementations | Kamen Mazdrashki | 1 | -23/+8 |
2010-05-28 | s4/test-libnet-user: Remove test_createuser() | Kamen Mazdrashki | 1 | -63/+3 |
2010-05-28 | s4/test: remove local impl for open_domain and use common one | Kamen Mazdrashki | 1 | -56/+4 |
2010-05-26 | s4/test: Connect SAMR and LDARPC pipes before calling libnet_ functions | Kamen Mazdrashki | 1 | -7/+29 |
2010-05-26 | s4/test: remove unused code | Kamen Mazdrashki | 1 | -18/+0 |
2010-05-26 | s4/test: make test_cleanup() in libnet_user library more robust | Kamen Mazdrashki | 1 | -4/+74 |
2010-05-26 | s4/test: rename enum test_fields{} member names to be more descriptive | Kamen Mazdrashki | 1 | -17/+17 |
2010-05-26 | s4/test: Replace hand-made field count to test | Kamen Mazdrashki | 1 | -3/+3 |
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 |
2010-03-29 | s4:torture/libnet:add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -61/+59 |
2010-03-23 | s4-smbtorture: use torture_context for debugging output everywhere in libnet ... | Günther Deschner | 1 | -67/+73 |
2010-03-23 | s4-smbtorture: remove trailing whitespace in libnet torture tests. | Günther Deschner | 1 | -27/+27 |
2010-03-12 | s4:torture/libnet: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -31/+35 |
2010-03-11 | s4:torture/libnet/libnet_user.c: fix double free in error path | Stefan Metzmacher | 1 | -1/+0 |
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -1/+0 |
2008-11-10 | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+3 |
2008-11-10 | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+4 |
2008-04-24 | libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuid | Kai Blin | 1 | -2/+4 |
2008-04-14 | Fix problems with event context not being the parent. | Simo Sorce | 1 | -5/+5 |
2008-03-07 | Fixup the NET-API-USERMOD test. | Andrew Bartlett | 1 | -2/+2 |
2008-02-28 | Fix up the libnet tests. | Andrew Bartlett | 1 | -3/+12 |
2008-02-28 | Do not re-randomise in an individual test. | Andrew Bartlett | 1 | -2/+0 |
2008-01-02 | r26645: Janitorial: Fix a couple of warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26531: Prevent from displaying the results if the function | Rafal Szczesniak | 1 | -0/+2 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -5/+5 |
2007-12-21 | r26240: We now actually use torture_context pointers for more than just alloc... | Jelmer Vernooij | 1 | -14/+9 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -61/+61 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 1 | -12/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23066: don't ignore errors | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r19926: display user listing created by the test. | Rafal Szczesniak | 1 | -0/+8 |
2007-10-10 | r19925: Close the lsa handle in the end, and test calling libnet_UserList | Rafal Szczesniak | 1 | -7/+18 |
2007-10-10 | r19923: Update test to match the function changes. | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r19592: a simple test for libnet_UserList | Rafal Szczesniak | 1 | -7/+72 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r19187: this function should be static... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19025: - remove read-only and policy dependent fields and flags | Rafal Szczesniak | 1 | -41/+64 |