Rafal Szczesniak
7d1533f616
r16531: Add a function preparing argument for modify user routine.
...
rafal
(This used to be commit d91cbec264
)
2007-10-10 14:09:33 -05:00
Rafal Szczesniak
3ef6f35dde
r16530: Send monitor messages only after successful receiving result of a stage.
...
rafal
(This used to be commit e5dc631163
)
2007-10-10 14:09:33 -05:00
Jelmer Vernooij
fb3afe422f
r16529: Fix type.
...
(This used to be commit f9a9884c0d
)
2007-10-10 14:09:33 -05:00
Jelmer Vernooij
1afab0e36f
r16527: Add target argument for smbtorture.
...
Remove duplicate unc path separator conversion.
Add prefix for tempdirs.
(This used to be commit 3763ed3092
)
2007-10-10 14:09:33 -05:00
Jelmer Vernooij
6b749f225e
r16526: Add torture_setup_server() with test.
...
(This used to be commit 6a1ed8ad75
)
2007-10-10 14:09:32 -05:00
Jelmer Vernooij
993012bd2a
r16525: Move selftest-specific code back to selftest.
...
(This used to be commit e659d77248
)
2007-10-10 14:09:32 -05:00
Jelmer Vernooij
3fc105b106
r16524: Fix double evaluation.
...
(This used to be commit 93f7adfb14
)
2007-10-10 14:09:32 -05:00
Stefan Metzmacher
b22ddfd61d
r16523: pass spoolss_XcvData calls to the ntptr backends...
...
I wrote this code last year and found it in a working tree...
metze
(This used to be commit 9a685c5bef
)
2007-10-10 14:09:32 -05:00
Jelmer Vernooij
9b161bcb71
r16522: Move code to create the test data out of selftest.sh.
...
(This used to be commit 2c601df23f
)
2007-10-10 14:09:32 -05:00
Stefan Metzmacher
74fe06832a
r16520: move smb2srv_break_recv back to fileio.c
...
metze
(This used to be commit cdee9b2168
)
2007-10-10 14:09:31 -05:00
Jelmer Vernooij
c692456f24
r16518: Split up torture_util.c in smb and non-smb specific parts.
...
Add torture_temp_dir() function, with test.
(This used to be commit c9d287dc0e
)
2007-10-10 14:09:31 -05:00
Jelmer Vernooij
9bd4cfad47
r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.
...
(This used to be commit 6bc9149782
)
2007-10-10 14:09:31 -05:00
Jelmer Vernooij
4bd40183af
r16516: Get rid of file_exists() as there already is a file_exist().
...
(This used to be commit c4b3c2b18c
)
2007-10-10 14:09:31 -05:00
Jelmer Vernooij
509fd041aa
r16514: Fix build (not run!) of --enable-dso.
...
(This used to be commit cebabc7588
)
2007-10-10 14:09:31 -05:00
Andrew Bartlett
cb93d28e7c
r16489: Because the torture/ui.h file isn't automaticly generated, the
...
prototypes in it need to use the PRINTF_ATTRIBUTE() macro, rather than
_PRINTF_ATTRIBUTE() (which becomes PRINTF_ATTRIBUTE() only in proto
files, but not C files).
This found a number of missing descriptions in the LOCAL-SOCKET test.
Andrew Bartlett
(This used to be commit 1009d55c8c
)
2007-10-10 14:09:30 -05:00
Rafal Szczesniak
240ec86942
r16476: Error in composite functions implemented the 'old way' (single event handler,
...
no continue functions) need to report an error by means of state only.
composite_error calls event handler function which frees the context and
state structure. This fixes a segfault in some cases (caught it on modifyuser
test).
rafal
(This used to be commit 9e800fd0cf
)
2007-10-10 14:09:30 -05:00
Stefan Metzmacher
de2fbad4d2
r16469: do some smb2 tests
...
metze
(This used to be commit 1ca34c9090
)
2007-10-10 14:09:30 -05:00
Stefan Metzmacher
7743106635
r16468: implement SMB2_ALL_INFORMATION in the posix backend
...
metze
(This used to be commit 1bce493cbc
)
2007-10-10 14:09:30 -05:00
Stefan Metzmacher
98024a8125
r16467: implement SMB2 GetInfo server code
...
metze
(This used to be commit 49b5b3cd58
)
2007-10-10 14:09:30 -05:00
Stefan Metzmacher
70eac2a274
r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to return
...
0 eas, they should return an error:
NO_EAS_ON_FILE or NO_MORE_EAS
metze
(This used to be commit fdefec1de9
)
2007-10-10 14:09:29 -05:00
Stefan Metzmacher
7bf085571e
r16464: split client and server min/max protocol settings
...
metze
(This used to be commit 6164d1e22e
)
2007-10-10 14:09:29 -05:00
Stefan Metzmacher
d44c28b3a9
r16463: TORTURE_NBENCH should be a module...
...
thanks to jpeach!
metze
(This used to be commit fc63205e0c
)
2007-10-10 14:09:29 -05:00
Stefan Metzmacher
15de59549b
r16457: fix typo
...
metze
(This used to be commit 049ddc8a96
)
2007-10-10 14:09:16 -05:00
Stefan Metzmacher
74d58ab06f
r16456: return on error...
...
metze
(This used to be commit 44ab067d14
)
2007-10-10 14:09:16 -05:00
Stefan Metzmacher
2a3bcdb530
r16450: fix the build...
...
metze
(This used to be commit 316f3312d2
)
2007-10-10 14:09:16 -05:00
Stefan Metzmacher
23803094e5
r16449: move some code to a generic place
...
metze
(This used to be commit 77a711c54a
)
2007-10-10 14:09:15 -05:00
Stefan Metzmacher
47a78861bc
r16448: add more error checks
...
metze
(This used to be commit d6d86c65bf
)
2007-10-10 14:09:15 -05:00
Stefan Metzmacher
3cd96fd4f9
r16447: print the result of talloc_set_parent()
...
trying to find the bug on HPUX
metze
(This used to be commit 3db6bd8715
)
2007-10-10 14:09:15 -05:00
Stefan Metzmacher
816c055123
r16446: talloc_set_name() allocates and can fail...
...
pass the error to the callers
metze
(This used to be commit 7aa07a1e0b
)
2007-10-10 14:09:15 -05:00
Stefan Metzmacher
3a0a00f1b9
r16445: print out values
...
metze
(This used to be commit 972634b202
)
2007-10-10 14:09:15 -05:00
Stefan Metzmacher
0f29d9fb3f
r16444: - split out qfsinfo passthru levels
...
- use 1 to 1 mapping of interface and wire levels
metze
(This used to be commit e7d339d496
)
2007-10-10 14:09:14 -05:00
Stefan Metzmacher
2d88ade182
r16443: add push code for SMB2 levels
...
metze
(This used to be commit 142680ab9b
)
2007-10-10 14:09:14 -05:00
Stefan Metzmacher
ca17b875b3
r16442: if we want to use CHECK_SIZE(NULL, 3)
...
we need null tracking, so enable it explicit before running any tests
metze
(This used to be commit f3cd971ab7
)
2007-10-10 14:09:14 -05:00
Stefan Metzmacher
a94f2fc7e7
r16441: - give old tests a chance to report errors
...
- display the correct test name
metze
(This used to be commit 7d62b0b7e9
)
2007-10-10 14:09:14 -05:00
Stefan Metzmacher
1ff99ba12d
r16440: split out passthru level into a new functions,
...
so they can we reused for smb2 later
metze
(This used to be commit 42324c1f63
)
2007-10-10 14:09:14 -05:00
Stefan Metzmacher
f8dc3bbf9f
r16410: remove some warnings of talloc_steal() usage without target
...
I only commit this as this is used in a global macro
tridge: we should try to get rid of this warning without using
(void)talloc_steal(ctx, ptr);
everywhere!!!
metze
(This used to be commit 3f8ce6d680
)
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
1fd1e2ba58
r16407: add parsing code the SMB2 GetInfo in the server
...
metze
(This used to be commit c4755c83c6
)
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
d3b3436ce1
r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo
...
metze
(This used to be commit dcc02df829
)
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
15db7a53e8
r16405: fix compiler warning of missing smb2_handle
...
metze
(This used to be commit 73194e9ec3
)
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
818c52a6b4
r16403: remove dependency to smbsrv_request next part...
...
metze
(This used to be commit 708a5d3bf0
)
2007-10-10 14:09:13 -05:00
Stefan Metzmacher
45c99a270e
r16402: start to remove the dependecy to smbsrv_request from the parsing functions
...
metze
(This used to be commit e4a5e2db7f
)
2007-10-10 14:09:12 -05:00
Stefan Metzmacher
7c01df4e77
r16401: keep the old pointer when realloc fails, this is needed for the
...
search callback
metze
(This used to be commit c868b8b7d7
)
2007-10-10 14:09:12 -05:00
Stefan Metzmacher
898f6f768f
r16400: add more error checks
...
metze
(This used to be commit 779c51ad52
)
2007-10-10 14:09:12 -05:00
Stefan Metzmacher
59670b2f97
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
...
- add error checks
metze
(This used to be commit 2aaca1631f
)
2007-10-10 14:09:12 -05:00
Stefan Metzmacher
f03e039e88
r16357: - start get rid of void parsing functions
...
- there will more changes come but I want to do them in
relative small chunks
metze
(This used to be commit d021a8b3ee
)
2007-10-10 14:09:12 -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
Stefan Metzmacher
c93508edff
r16341: newer autoconf versions export 'datarootdir',
...
fix a warning with old autoconf versions
metze
(This used to be commit 906c27caef
)
2007-10-10 14:09:11 -05:00
Jelmer Vernooij
845df42a19
r16333: Move more code out of the core smbtorture. It now no longer
...
contains protocol-specific code.
(This used to be commit 819d3b4576
)
2007-10-10 14:09:11 -05:00
Jelmer Vernooij
835d8ed2f6
r16332: Fix two small bugs found by the buildfarm.
...
(This used to be commit 3decb34bb6
)
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