Stefan Metzmacher
89771a974c
r20327: start to analyse the schema content
...
metze
(This used to be commit fa59f168b2
)
2007-10-10 14:29:41 -05:00
Stefan Metzmacher
7cb96a785f
r20293: implement store chunk hook for libnet_BecomeDC()
...
metze
(This used to be commit aba497f2fd
)
2007-10-10 14:29:33 -05:00
Stefan Metzmacher
fdf95ba005
r20291: implement prepare_db hook of libnet_BecomeDC()
...
metze
(This used to be commit 07f1075d46
)
2007-10-10 14:29:32 -05:00
Stefan Metzmacher
64ba98bbd4
r20285: pass more info to check_options hook and move behavior versions etc.
...
to the domain and forest structures
metze
(This used to be commit 15157bf5b9
)
2007-10-10 14:29:32 -05:00
Stefan Metzmacher
4973fbe773
r20283: pass in callbacks to libnet_BecomeDC() from the caller
...
and implement the check_options call
metze
(This used to be commit fc9669e2a0
)
2007-10-10 14:29:31 -05:00
Stefan Metzmacher
25e468e83f
r20144: add NET-API-BECOME-DC test that tests libnet_BecomeDC()/libnet_UnbecomeDC()
...
metze
(This used to be commit 0359d9a00b
)
2007-10-10 14:29:14 -05:00
Rafal Szczesniak
10573be26e
r19926: display user listing created by the test.
...
rafal
(This used to be commit a97fb96203
)
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
740843e7fc
r19925: Close the lsa handle in the end, and test calling libnet_UserList
...
with non-zero resume index to continue longer enumeration.
rafal
(This used to be commit efa04d6d0b
)
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
1f06299253
r19924: win2k3srv did not like that combination.
...
rafal
(This used to be commit 11b93da847
)
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
afce9d1df8
r19923: Update test to match the function changes.
...
rafal
(This used to be commit e1a20bba9d
)
2007-10-10 14:28:36 -05:00
Rafal Szczesniak
e45922e304
r19593: add NET-API-USERLIST test
...
rafal
(This used to be commit fba1d8b041
)
2007-10-10 14:24:59 -05:00
Rafal Szczesniak
9355c6ff85
r19592: a simple test for libnet_UserList
...
rafal
(This used to be commit cfcbddfe71
)
2007-10-10 14:24:59 -05:00
Jelmer Vernooij
a39f239cb2
r19392: Use torture_setting_* rather than lp_parm_* where possible.
...
(This used to be commit b28860978f
)
2007-10-10 14:21:24 -05:00
Jelmer Vernooij
8773e743c5
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
...
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 0eb6097305
)
2007-10-10 14:21:12 -05:00
Rafal Szczesniak
49eb5dc142
r19251: fix silly typos causing the test to fail at account_name
...
and acct_expiry fields.
rafal
(This used to be commit dba5e642a0
)
2007-10-10 14:20:57 -05:00
Stefan Metzmacher
d6e1eb9872
r19187: this function should be static...
...
(this also fix compiler warnings)
metze
(This used to be commit f8afdac471
)
2007-10-10 14:20:51 -05:00
Rafal Szczesniak
ae908a5b06
r19174: fix the test to pass against win2k3 server (username length
...
limit had been hit here, I guess).
rafal
(This used to be commit 795a37e170
)
2007-10-10 14:20:49 -05:00
Rafal Szczesniak
94bc020f84
r19025: - remove read-only and policy dependent fields and flags
...
- 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 16fde3b8e2
)
2007-10-10 14:20:29 -05:00
Rafal Szczesniak
e99a0dd94a
r18753: expand the test so that it does a growing number of changes
...
(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 652a291145
)
2007-10-10 14:19:07 -05:00
Rafal Szczesniak
4818a6474c
r18691: Forgot to add copyright info.
...
rafal
(This used to be commit 1289d419a8
)
2007-10-10 14:19:02 -05:00
Rafal Szczesniak
a76d3734ae
r18683: NET-USERMOD test changed to be able to perform multiple simultaneous
...
changes.
Also, some common definitions for user mod tests have been put into
a separate file.
rafal
(This used to be commit 0040c08748
)
2007-10-10 14:19:01 -05:00
Rafal Szczesniak
07fb9f2f04
r18658: make the test change fields sequentially each one in turn.
...
now to multiple changes...
rafal
(This used to be commit 6df2c04e03
)
2007-10-10 14:19:00 -05:00
Rafal Szczesniak
1eebe9cbe5
r18631: correct unintentional commit.
...
rafal
(This used to be commit c68ec9109e
)
2007-10-10 14:18:58 -05:00
Rafal Szczesniak
d9f0b24cb7
r18626: fix cleanup function to safely recover after interrupted test
...
and add one requested field in to the function creating testing
set of changes for user modify routine.
rafal
(This used to be commit f6d4f356b3
)
2007-10-10 14:18:57 -05:00
Andrew Tridgell
aab0622a75
r18325: more warnings and one compile error on aix fixed
...
(This used to be commit 6e7e151432
)
2007-10-10 14:18:09 -05:00
Rafal Szczesniak
328a02e1ac
r18106: Add new samr domain NET tests.
...
rafal
(This used to be commit 9bc7fb5aea
)
2007-10-10 14:17:17 -05:00
Rafal Szczesniak
bb573b4be3
r18105: Fix samr domain open, and implement samr domain close test.
...
rafal
(This used to be commit 1b8213ba05
)
2007-10-10 14:17:17 -05:00
Rafal Szczesniak
05178333d2
r18102: Fix close lsa NET test.
...
rafal
(This used to be commit df230ad0ca
)
2007-10-10 14:17:17 -05:00
Rafal Szczesniak
c51b106ce8
r17940: Fix a warning spotted on the buildfarm.
...
rafal
(This used to be commit b285a34ddd
)
2007-10-10 14:16:56 -05:00
Rafal Szczesniak
b5efc738dd
r17939: Fix compiler warnings spotted on buildfarm.
...
rafal
(This used to be commit 4803e95c68
)
2007-10-10 14:16:55 -05:00
Rafal Szczesniak
8856986214
r17858: Add new libnet domain open tests.
...
rafal
(This used to be commit c9b0b1fb67
)
2007-10-10 14:16:49 -05:00
Rafal Szczesniak
e1e0645d18
r17857: A couple of new tests.
...
rafal
(This used to be commit 6db488cc6e
)
2007-10-10 14:16:49 -05:00
Stefan Metzmacher
867d900b56
r17717: this cried for bugs...and they happened...
...
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 45061b1b7e
)
2007-10-10 14:16:31 -05:00
Rafal Szczesniak
19a88e32cb
r17671: Update the tests according to changes in libnet context.
...
rafal
(This used to be commit 9e7709de62
)
2007-10-10 14:16:22 -05:00
Stefan Metzmacher
8c6cb8f09b
r17538: this function should be static...
...
metze
(This used to be commit c4387dd3f6
)
2007-10-10 14:15:35 -05:00
Rafal Szczesniak
b26f4472a7
r17484: Make last version of the function generating random set of changes
...
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 809c9cca96
)
2007-10-10 14:15:28 -05:00
Rafal Szczesniak
54cde4d21d
r17471: Add a function generating pseudorandom set of changes to test
...
user modify routines.
rafal
(This used to be commit dbd34fe082
)
2007-10-10 14:15:27 -05:00
Rafal Szczesniak
1ef10c575d
r17449: Add another field to the test before expanding the whole test
...
to more complex form.
rafal
(This used to be commit e68e296cbe
)
2007-10-10 14:15:26 -05:00
Rafal Szczesniak
56bb8f4062
r16900: Nicer display of the test results.
...
rafal
(This used to be commit bb0e9297b2
)
2007-10-10 14:09:58 -05:00
Rafal Szczesniak
82f1374d2b
r16897: Don't pass allocated buffer for returned string as the lookup
...
function allocates it using memory context.
Also, give nicer output of the result of lookup performed.
rafal
(This used to be commit 1bd5661258
)
2007-10-10 14:09:57 -05:00
Rafal Szczesniak
304c8fbfbe
r16896: Allow to use both binding and unc string to specify host name
...
being looked up.
rafal
(This used to be commit e597e9867f
)
2007-10-10 14:09:57 -05:00
Rafal Szczesniak
1db2f0d3a1
r16533: Perform a cleanup after testing. Also, add changed name argument.
...
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 c73f4e11e4
)
2007-10-10 14:09:33 -05:00
Rafal Szczesniak
66cc0cbefc
r16342: Placeholder for a function implementing NET-API-MODIFYUSER test.
...
rafal
(This used to be commit 82ac02dd18
)
2007-10-10 14:09:11 -05:00
Jelmer Vernooij
a3545383fb
r16331: Split out registering of multi fn tests, fix typo in name of pac suite.
...
(This used to be commit 9e8574ac6c
)
2007-10-10 14:09:11 -05:00
Rafal Szczesniak
2a87a112f7
r15939: Add tests for userinfo call with username argument provided
...
which enables optional stage resolving username to a rid.
rafal
(This used to be commit f57a8ace6f
)
2007-10-10 14:08:42 -05:00
Rafal Szczesniak
daa2c3f3f7
r15921: Include new headers.
...
rafal
(This used to be commit a528b64054
)
2007-10-10 14:08:40 -05:00
Andrew Tridgell
72209db1a1
r15898: use d_printf() in some more places to fix more torture seg faults on
...
solaris
(This used to be commit dd1ef82560
)
2007-10-10 14:08:38 -05:00
Andrew Tridgell
d6ac0e7d2f
r15897: switch to d_printf() in the libnet_share test, and neaten up the code
...
a bit using local variables. This should fix a crash on solaris.
(This used to be commit c088654e34
)
2007-10-10 14:08:38 -05:00
Simo Sorce
f376b6c386
r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized value...
...
now it still does not work (auth failure ?!) but at least it does not crash
(This used to be commit 43d9bfeb22
)
2007-10-10 14:08:20 -05:00
Rafal Szczesniak
e3ab0d3d67
r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.
...
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 e64084a39d
)
2007-10-10 14:08:19 -05:00