summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
Commit message (Expand)AuthorAgeFilesLines
* s4:torture: Do not overrun arrays in test_displayshares()Andreas Schneider2017-08-251-19/+61
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-118-19/+20
* s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison2017-05-051-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4:torture:libnet: fix 'Syscall param writev(vector[...])' valgrind errorNoel Power2016-04-251-0/+4
* s4:torture:libnet: fix 'Conditional jump or move' valgrind errorNoel Power2016-04-251-0/+2
* s4:torture/libnet: add missing #include "torture/libnet/proto.h"Stefan Metzmacher2014-04-024-0/+4
* s4:torture/libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-134-7/+10
* s4:torture/libnet: fix compiler warnings in libnet_lookup.cStefan Metzmacher2014-01-161-0/+1
* s4:torture/libnet: check the result of libnet_LookupName()Stefan Metzmacher2014-01-161-1/+5
* s4:torture/libnet: remove bogus usage of p->conn->event_ctxStefan Metzmacher2014-01-161-7/+0
* s4:libnet: let libnet_rpc_usermod() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-1/+1
* s4:libnet: let libnet_rpc_userdel() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-1/+3
* s4:libnet: let libnet_rpc_useradd() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-1/+1
* s4:libnet: let libnet_rpc_useradd_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-161-1/+2
* s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-3/+5
* s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-161-2/+4
* s4:libnet: let libnet_rpc_groupadd() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-3/+7
* s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-2/+4
* Force cast to long as on some platform tv_usec is 32bit longMatthieu Patou2012-09-101-2/+2
* s4-libnet: Add mem_ctx to libnet_rpc_useradd calls (bug #8889)Andrew Bartlett2012-04-301-1/+1
* s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher2012-04-241-2/+2
* torture/libnet: Include prototype headers.Jelmer Vernooij2012-02-071-0/+1
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-5/+5
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-2/+3
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-031-4/+3
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-33/+34
* torture/becomedc: Add test for global schema, use samdb_connect().Jelmer Vernooij2010-10-121-6/+8
* s4-libnet: print the domain name on domain open failureAndrew Tridgell2010-09-152-2/+4
* s4-test: refactor API-DELETEUSER test a little to:Kamen Mazdrashki2010-09-051-29/+23
* s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke2010-08-311-1/+1
* s4:torture/libnet: avoid dereferencing dcerpc_binding_handle internalsStefan Metzmacher2010-08-021-4/+5
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-1611-30/+30
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-3/+1
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-162-2/+2
* s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.Andrew Bartlett2010-06-151-582/+59
* s4/test-libnet: Re-align code a bit - more readable this way IMOKamen Mazdrashki2010-06-113-24/+28
* s4/test-libnet: Refactor test_group_create() a little to:Kamen Mazdrashki2010-06-111-11/+22
* s4/test-libnet: Refactor test_user_create() little bit to:Kamen Mazdrashki2010-06-111-11/+7
* s4/test-libnet: add few comments for utility functionsKamen Mazdrashki2010-06-111-3/+11
* s4/test-libnet: Move LSA close handle function to a common locationKamen Mazdrashki2010-06-113-40/+26
* s4/test-libnet: remove unused codeKamen Mazdrashki2010-06-111-25/+0
* s4/test-libnet: Fix compile-time warningKamen Mazdrashki2010-06-111-1/+1
* s4/test: use test_libnet_context_init() function to create libnet_contextKamen Mazdrashki2010-06-112-24/+23
* s4/test: fix SEGFAULT in test_group_create when rid is NULLKamen Mazdrashki2010-06-111-1/+4
* s4/test-libnet: Helper func to initialize libnet_contextKamen Mazdrashki2010-06-111-0/+54
* s4/test: Call test_user_cleanup with original RDN for the userKamen Mazdrashki2010-06-111-1/+1
* s4/test: Fix incorrect NTSTATUS comparisonKamen Mazdrashki2010-06-111-2/+2
* s4/test: remove create/delete group implementation in API-CREATEGROUP testKamen Mazdrashki2010-06-111-110/+3