summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij8-25/+25
(This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)
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-10r19251: fix silly typos causing the test to fail at account_nameRafal Szczesniak1-7/+7
and acct_expiry fields. rafal (This used to be commit dba5e642a0230539ac73292ac5baae0f74e9f46e)
2007-10-10r19187: this function should be static...Stefan Metzmacher1-2/+2
(this also fix compiler warnings) metze (This used to be commit f8afdac4710581db421dc7c558eb8ba57597b056)
2007-10-10r19174: fix the test to pass against win2k3 server (username lengthRafal Szczesniak1-1/+1
limit had been hit here, I guess). rafal (This used to be commit 795a37e1708caf5563ba71696595a840bc53408c)
2007-10-10r19025: - remove read-only and policy dependent fields and flagsRafal Szczesniak3-93/+81
- do not stop NET-API-USERMODIFY test when a single field fails - add account flags to the fields tested - separate "cleanup" step from closing domain at the end rafal (This used to be commit 16fde3b8e2c93ec10e43bb09334bf460db8ac70b)
2007-10-10r18753: expand the test so that it does a growing number of changesRafal Szczesniak1-66/+136
(up to 8, currently) randomly generated _and_ verify if the change has actually been made. surprising results when running the test (I hope it's just a bug somewhere in it or in the libnet code). rafal (This used to be commit 652a291145ac18de2734266ebba843abe659b7db)
2007-10-10r18691: Forgot to add copyright info.Rafal Szczesniak1-0/+20
rafal (This used to be commit 1289d419a8fc3e541d9d2f1812e169800d650e71)
2007-10-10r18683: NET-USERMOD test changed to be able to perform multiple simultaneousRafal Szczesniak3-92/+207
changes. Also, some common definitions for user mod tests have been put into a separate file. rafal (This used to be commit 0040c087481be68d44a0b59744be5c5e569fd8a4)
2007-10-10r18658: make the test change fields sequentially each one in turn.Rafal Szczesniak1-16/+39
now to multiple changes... rafal (This used to be commit 6df2c04e03ac6b7d518edfee7fd6a5de299bf9d4)
2007-10-10r18631: correct unintentional commit.Rafal Szczesniak1-1/+1
rafal (This used to be commit c68ec9109e970d899672b8c9db12c181ff6c3b59)
2007-10-10r18626: fix cleanup function to safely recover after interrupted testRafal Szczesniak1-28/+73
and add one requested field in to the function creating testing set of changes for user modify routine. rafal (This used to be commit f6d4f356b3de03baa3d1672730195668bbfdc9c7)
2007-10-10r18325: more warnings and one compile error on aix fixedAndrew Tridgell2-4/+4
(This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
2007-10-10r18106: Add new samr domain NET tests.Rafal Szczesniak1-0/+2
rafal (This used to be commit 9bc7fb5aead32996656477b33ccc4ab3c2b5bead)
2007-10-10r18105: Fix samr domain open, and implement samr domain close test.Rafal Szczesniak1-5/+82
rafal (This used to be commit 1b8213ba054f7c78c7ff961dd68f85c6c58c48a9)
2007-10-10r18102: Fix close lsa NET test.Rafal Szczesniak1-28/+43
rafal (This used to be commit df230ad0cabfd858e09df7af68b6d5bd4da8ef9d)
2007-10-10r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak1-1/+1
rafal (This used to be commit b285a34ddd8bf570a060b8c9eb8aee1566317c27)
2007-10-10r17939: Fix compiler warnings spotted on buildfarm.Rafal Szczesniak1-8/+19
rafal (This used to be commit 4803e95c68d8824b5494ee86d626e474d8a0c925)
2007-10-10r17858: Add new libnet domain open tests.Rafal Szczesniak1-0/+289
rafal (This used to be commit c9b0b1fb67855ed3bfd1f34c664275bd7f34ff8c)
2007-10-10r17857: A couple of new tests.Rafal Szczesniak3-0/+90
rafal (This used to be commit 6db488cc6e29704ae2ae17b2875a76ded5d86b88)
2007-10-10r17717: this cried for bugs...and they happened...Stefan Metzmacher1-10/+30
we were passing a struct timeval reference as string, and gcc gives a warning...use C99 style initialisation. is there a special reason why the ACB_NORMAL is passed when the force_password_change is selected? metze (This used to be commit 45061b1b7e76d56d557119eb2f7f6317e104d083)
2007-10-10r17671: Update the tests according to changes in libnet context.Rafal Szczesniak2-7/+8
rafal (This used to be commit 9e7709de62ccb66d312e985fa0846b1004e77d32)
2007-10-10r17538: this function should be static...Stefan Metzmacher1-1/+1
metze (This used to be commit c4387dd3f6d1463d9557ee8923590fa5590b35ff)
2007-10-10r17484: Make last version of the function generating random set of changesRafal Szczesniak1-97/+124
more fair to each of the fields (ie. don't create new code at midnight after a long day...). This will be useful for testing multiple changes at once and verifying correctness. A few testing runs already demostrated some missing pieces. rafal (This used to be commit 809c9cca965841e8bce84f4b4ecf804ce793d807)
2007-10-10r17471: Add a function generating pseudorandom set of changes to testRafal Szczesniak1-10/+126
user modify routines. rafal (This used to be commit dbd34fe08270ac6fbb99733273cf1a3b965209c3)
2007-10-10r17449: Add another field to the test before expanding the whole testRafal Szczesniak1-0/+13
to more complex form. rafal (This used to be commit e68e296cbea5d2a40b56f6dd7d60410e0306b838)
2007-10-10r16900: Nicer display of the test results.Rafal Szczesniak1-2/+10
rafal (This used to be commit bb0e9297b2d0b25866b31937b553434a2dc6aac4)
2007-10-10r16897: Don't pass allocated buffer for returned string as the lookupRafal Szczesniak1-7/+6
function allocates it using memory context. Also, give nicer output of the result of lookup performed. rafal (This used to be commit 1bd5661258dffc01afdb11da50f2da8f0b0b9046)
2007-10-10r16896: Allow to use both binding and unc string to specify host nameRafal Szczesniak1-0/+21
being looked up. rafal (This used to be commit e597e9867f50f495a338bed05cee76ff84fd38b6)
2007-10-10r16533: Perform a cleanup after testing. Also, add changed name argument.Rafal Szczesniak1-0/+7
This test currently triggers internal corruption in ldb database, according to status code returned. I'm investigating win servers behaviour here. rafal (This used to be commit c73f4e11e4747b907dffafed09d354e12307435a)
2007-10-10r16342: Placeholder for a function implementing NET-API-MODIFYUSER test.Rafal Szczesniak2-1/+58
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-10r15939: Add tests for userinfo call with username argument providedRafal Szczesniak1-4/+41
which enables optional stage resolving username to a rid. rafal (This used to be commit f57a8ace6f55174a30f42a7c2cb01d6917c07be7)
2007-10-10r15921: Include new headers.Rafal Szczesniak2-2/+0
rafal (This used to be commit a528b64054551c780bd546c92edf189409fa358b)
2007-10-10r15898: use d_printf() in some more places to fix more torture seg faults onAndrew Tridgell1-23/+23
solaris (This used to be commit dd1ef82560c62c8c10e9d43b8d1d68512fe0aae5)
2007-10-10r15897: switch to d_printf() in the libnet_share test, and neaten up the codeAndrew Tridgell1-20/+25
a bit using local variables. This should fix a crash on solaris. (This used to be commit c088654e34caf99569f25899733dac9a42197990)
2007-10-10r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized ↵Simo Sorce1-0/+1
value... now it still does not work (auth failure ?!) but at least it does not crash (This used to be commit 43d9bfeb22787a2d65ec00b948d51ad3321cd6fd)
2007-10-10r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak2-76/+136
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 Szczesniak2-0/+165
Only the sync version right now. rafal (This used to be commit 7b5ebf93923fc1b33c2f3f8933a35f35f7d8a1e5)
2007-10-10r15626: Modify the tests to fit them in current changes in libnetRafal Szczesniak3-13/+54
functions. rafal (This used to be commit 849e3eee9476100d629be318610369662a114dd0)
2007-10-10r15436: Add test for LIBNET_RPC_CONNECT_DC_INFO level. Display receivedRafal Szczesniak1-0/+36
information. rafal (This used to be commit 76d965b0b04496ae959ba6f13d748c6dfb858591)
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij7-12/+15
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2-0/+2
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
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)
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij4-4/+0
(This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij5-0/+7
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij5-0/+5
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij4-4/+4
functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639)