summaryrefslogtreecommitdiffstats
path: root/source4/torture/libnet/libnet.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-33/+34
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s4/test-libnet: Fix compile-time warningKamen Mazdrashki2010-06-111-1/+1
|
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
| | | | This reduces compile time somewhat.
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
| | | | (This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
* libnet: Fix includes to silence a warningKai Blin2008-01-111-0/+4
| | | | (This used to be commit ba5a21998bfc1bd616e7a2d9647d284ca30a3574)
* r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak2007-12-301-0/+1
| | | | (This used to be commit 3d7a18b8231a98ac40bcfb8287b100209190beab)
* r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak2007-12-211-0/+1
| | | | (This used to be commit 73566f520c0835f6b6b37d3f62414052468afb99)
* r25368: Add the test of group add routine.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
* r24681: add basic test of libnet_GroupInfo function.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 5ba36fe70308d99b8ca9104ebf42a5dc0bc7bab7)
* r24555: Add a test for libnet's group info call.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 40ad66dd75acce330c2db3f4258eacf8265b05e2)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22566: add a simple test of libnet_DomainList function.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit a1ca08b05b804021aa829c737aeb66b4e283940c)
* r20144: add NET-API-BECOME-DC test that tests ↵Stefan Metzmacher2007-10-101-5/+3
| | | | | | | libnet_BecomeDC()/libnet_UnbecomeDC() metze (This used to be commit 0359d9a00b3e30e2bd67b89d6b11236e5af0106b)
* r19593: add NET-API-USERLIST testRafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-24/+33
| | | | | | | | | | | | | | | | | | | output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. (This used to be commit 0eb6097305776325c75081356309115f445a7218)
* r18106: Add new samr domain NET tests.Rafal Szczesniak2007-10-101-0/+2
| | | | | rafal (This used to be commit 9bc7fb5aead32996656477b33ccc4ab3c2b5bead)
* r17857: A couple of new tests.Rafal Szczesniak2007-10-101-0/+4
| | | | | rafal (This used to be commit 6db488cc6e29704ae2ae17b2875a76ded5d86b88)
* r16342: Placeholder for a function implementing NET-API-MODIFYUSER test.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 82ac02dd18e96312ca15b8f79f6f1e3c330d01de)
* r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij2007-10-101-17/+17
| | | | (This used to be commit 9e8574ac6cd38d1ff388f0c9ff37d86b316a431e)
* r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak2007-10-101-1/+5
| | | | | | | | | | | Right now, each level of libnet_RpcConnect can be tested with correct and incorrect credentials (testing against expected nt status). Various transports can be tested on NET-API-RPCCONN-BIND test which does testing on explicitly passed binding string. Tested services include LSA, SAMR, SRVSVC at the moment. rafal (This used to be commit e64084a39dca99915a2b6bdab175e0f5fdd571b4)
* r15664: Add NET-API-DELETEUSER test for libnet_DeleteUser function.Rafal Szczesniak2007-10-101-0/+1
| | | | | | | Only the sync version right now. rafal (This used to be commit 7b5ebf93923fc1b33c2f3f8933a35f35f7d8a1e5)
* r14524: Make TORTURE_NET a separate moduleJelmer Vernooij2007-10-101-0/+41
Add new header for torture utility functions, so torture.h doesn't need to depend on the SMB libraries (This used to be commit ab162bcafc666f226332d4678b0875139a0d65c2)