summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
AgeCommit message (Expand)AuthorFilesLines
2025-05-19s4:libnet: pass an explicit talloc parent to libnet_context_init()Stefan Metzmacher9-18/+18
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-2/+2
2024-06-05s4-libnet: Split up samba-net into samba-net and samba-net-joinAndrew Bartlett1-0/+1
2021-06-16s4:torture: Migrate smbtorture to new cmdline option parserAndreas Schneider8-27/+27
2018-12-14PY3: change shebang to python3 in source4/torture dirJoe Guo1-1/+1
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2017-08-25s4:torture: Do not overrun arrays in test_displayshares()Andreas Schneider1-19/+61
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison8-19/+20
2017-05-05s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison1-2/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-04-25s4:torture:libnet: fix 'Syscall param writev(vector[...])' valgrind errorNoel Power1-0/+4
2016-04-25s4:torture:libnet: fix 'Conditional jump or move' valgrind errorNoel Power1-0/+2
2014-04-02s4:torture/libnet: add missing #include "torture/libnet/proto.h"Stefan Metzmacher4-0/+4
2014-02-13s4:torture/libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher4-7/+10
2014-01-16s4:torture/libnet: fix compiler warnings in libnet_lookup.cStefan Metzmacher1-0/+1
2014-01-16s4:torture/libnet: check the result of libnet_LookupName()Stefan Metzmacher1-1/+5
2014-01-16s4:torture/libnet: remove bogus usage of p->conn->event_ctxStefan Metzmacher1-7/+0
2014-01-16s4:libnet: let libnet_rpc_usermod() take tevent_context/dcerpc_binding_handleStefan Metzmacher1-1/+1
2014-01-16s4:libnet: let libnet_rpc_userdel() take tevent_context/dcerpc_binding_handleStefan Metzmacher1-1/+3
2014-01-16s4:libnet: let libnet_rpc_useradd() take tevent_context/dcerpc_binding_handleStefan Metzmacher1-1/+1
2014-01-16s4:libnet: let libnet_rpc_useradd_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher1-1/+2
2014-01-16s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2-3/+5
2014-01-16s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher1-2/+4
2014-01-16s4:libnet: let libnet_rpc_groupadd() take tevent_context/dcerpc_binding_handleStefan Metzmacher1-3/+7
2014-01-16s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher1-2/+4
2012-09-10Force cast to long as on some platform tv_usec is 32bit longMatthieu Patou1-2/+2
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_useradd calls (bug #8889)Andrew Bartlett1-1/+1
2012-04-24s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher1-2/+2
2012-02-07torture/libnet: Include prototype headers.Jelmer Vernooij1-0/+1
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-5/+5
2011-05-03s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett1-2/+3
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij1-4/+3
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-33/+34
2010-10-12torture/becomedc: Add test for global schema, use samdb_connect().Jelmer Vernooij1-6/+8
2010-09-15s4-libnet: print the domain name on domain open failureAndrew Tridgell2-2/+4
2010-09-05s4-test: refactor API-DELETEUSER test a little to:Kamen Mazdrashki1-29/+23
2010-08-31s4: use GetTimeOfDay macro instead of gettimeofdayBjörn Jacke1-1/+1
2010-08-02s4:torture/libnet: avoid dereferencing dcerpc_binding_handle internalsStefan Metzmacher1-4/+5
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell11-30/+30
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-3/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2-2/+2
2010-06-15s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.Andrew Bartlett1-582/+59
2010-06-11s4/test-libnet: Re-align code a bit - more readable this way IMOKamen Mazdrashki3-24/+28
2010-06-11s4/test-libnet: Refactor test_group_create() a little to:Kamen Mazdrashki1-11/+22
2010-06-11s4/test-libnet: Refactor test_user_create() little bit to:Kamen Mazdrashki1-11/+7
2010-06-11s4/test-libnet: add few comments for utility functionsKamen Mazdrashki1-3/+11