summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-11libnet: Fix includes to silence a warningKai Blin1-0/+4
(This used to be commit ba5a21998bfc1bd616e7a2d9647d284ca30a3574)
2007-12-30r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak1-0/+1
(This used to be commit 3d7a18b8231a98ac40bcfb8287b100209190beab)
2007-12-21r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak1-0/+1
(This used to be commit 73566f520c0835f6b6b37d3f62414052468afb99)
2007-10-10r25368: Add the test of group add routine.Rafal Szczesniak1-0/+1
rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
2007-10-10r24681: add basic test of libnet_GroupInfo function.Rafal Szczesniak1-0/+1
rafal (This used to be commit 5ba36fe70308d99b8ca9104ebf42a5dc0bc7bab7)
2007-10-10r24555: Add a test for libnet's group info call.Rafal Szczesniak1-0/+1
rafal (This used to be commit 40ad66dd75acce330c2db3f4258eacf8265b05e2)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-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)
2007-10-10r22566: add a simple test of libnet_DomainList function.Rafal Szczesniak1-0/+1
rafal (This used to be commit a1ca08b05b804021aa829c737aeb66b4e283940c)
2007-10-10r20144: add NET-API-BECOME-DC test that tests ↵Stefan Metzmacher1-5/+3
libnet_BecomeDC()/libnet_UnbecomeDC() metze (This used to be commit 0359d9a00b3e30e2bd67b89d6b11236e5af0106b)
2007-10-10r19593: add NET-API-USERLIST testRafal Szczesniak1-0/+1
rafal (This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-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)
2007-10-10r18106: Add new samr domain NET tests.Rafal Szczesniak1-0/+2
rafal (This used to be commit 9bc7fb5aead32996656477b33ccc4ab3c2b5bead)
2007-10-10r17857: A couple of new tests.Rafal Szczesniak1-0/+4
rafal (This used to be commit 6db488cc6e29704ae2ae17b2875a76ded5d86b88)
2007-10-10r16342: Placeholder for a function implementing NET-API-MODIFYUSER test.Rafal Szczesniak1-0/+1
rafal (This used to be commit 82ac02dd18e96312ca15b8f79f6f1e3c330d01de)
2007-10-10r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij1-17/+17
(This used to be commit 9e8574ac6cd38d1ff388f0c9ff37d86b316a431e)
2007-10-10r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak1-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)
2007-10-10r15664: Add NET-API-DELETEUSER test for libnet_DeleteUser function.Rafal Szczesniak1-0/+1
Only the sync version right now. rafal (This used to be commit 7b5ebf93923fc1b33c2f3f8933a35f35f7d8a1e5)
2007-10-10r14524: Make TORTURE_NET a separate moduleJelmer Vernooij1-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)