summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r16523: pass spoolss_XcvData calls to the ntptr backends...Stefan Metzmacher2007-10-105-10/+108
| | | | | | | I wrote this code last year and found it in a working tree... metze (This used to be commit 9a685c5beff6936d354d541e875899d33b735ba9)
* r16522: Move code to create the test data out of selftest.sh.Jelmer Vernooij2007-10-102-140/+154
| | | | (This used to be commit 2c601df23f3390954bf77918e198b1d027e43b24)
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-102-5/+5
| | | | | metze (This used to be commit cdee9b2168da47a38da769eb2b4f403bc4699dfe)
* r16518: Split up torture_util.c in smb and non-smb specific parts.Jelmer Vernooij2007-10-106-12/+98
| | | | | Add torture_temp_dir() function, with test. (This used to be commit c9d287dc0e3f8fc4e8399cd5095ef38f2b9f40c6)
* r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij2007-10-102-14/+1
| | | | (This used to be commit 6bc91497827a66af6d9adf26c689e9cc458d8ecf)
* r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij2007-10-103-11/+2
| | | | (This used to be commit c4b3c2b18c6df43c8a4808fab72bc45439ba9421)
* r16514: Fix build (not run!) of --enable-dso.Jelmer Vernooij2007-10-101-2/+5
| | | | (This used to be commit cebabc7588b171f575f2193f4f6ead01b524acb2)
* r16489: Because the torture/ui.h file isn't automaticly generated, theAndrew Bartlett2007-10-103-20/+20
| | | | | | | | | | | 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 1009d55c8caa173e9998b38235c06b4ae4b30d80)
* r16476: Error in composite functions implemented the 'old way' (single event ↵Rafal Szczesniak2007-10-101-2/+4
| | | | | | | | | | | | 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 9e800fd0cfda9e731905fc0f19781def5cdba89f)
* r16469: do some smb2 testsStefan Metzmacher2007-10-102-1/+4
| | | | | metze (This used to be commit 1ca34c90902d71d95ea2310286a591af86804d51)
* r16468: implement SMB2_ALL_INFORMATION in the posix backendStefan Metzmacher2007-10-101-5/+36
| | | | | metze (This used to be commit 1bce493cbc003db37e9ea94c20019990e1eb785a)
* r16467: implement SMB2 GetInfo server codeStefan Metzmacher2007-10-101-7/+166
| | | | | metze (This used to be commit 49b5b3cd58c41b67adfbb77b4244989fba6bcd2e)
* r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to returnStefan Metzmacher2007-10-101-0/+9
| | | | | | | | 0 eas, they should return an error: NO_EAS_ON_FILE or NO_MORE_EAS metze (This used to be commit fdefec1de99273978345d4a183a9660bd741e045)
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-105-13/+21
| | | | | metze (This used to be commit 6164d1e22e0545f558315591d49f862de06ea945)
* r16463: TORTURE_NBENCH should be a module...Stefan Metzmacher2007-10-101-3/+5
| | | | | | | thanks to jpeach! metze (This used to be commit fc63205e0c63b3e4767889e1a981736519d12deb)
* r16457: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 049ddc8a96da7a8fb0bbf1ef652c1963e9103d9b)
* r16456: return on error...Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 44ab067d146503bd1cc008cf01c08b91fb14b204)
* r16450: fix the build...Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 316f3312d228a8c29185bf38c93c7f3aa1c6333e)
* r16449: move some code to a generic placeStefan Metzmacher2007-10-103-513/+543
| | | | | metze (This used to be commit 77a711c54ae7543a26f0ace1f189d6ed580c48d9)
* r16448: add more error checksStefan Metzmacher2007-10-101-53/+47
| | | | | metze (This used to be commit d6d86c65bf1835061713e0d8f2450e38455a3e1d)
* r16447: print the result of talloc_set_parent()Stefan Metzmacher2007-10-101-3/+4
| | | | | | | trying to find the bug on HPUX metze (This used to be commit 3db6bd87158cd615a3e35009598863758099595b)
* r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher2007-10-102-7/+22
| | | | | | | pass the error to the callers metze (This used to be commit 7aa07a1e0b2abd1a6ecd490410685d20c0201094)
* r16445: print out valuesStefan Metzmacher2007-10-101-2/+4
| | | | | metze (This used to be commit 972634b2021e60b27d68b0fd6d49ef95398d92e2)
* r16444: - split out qfsinfo passthru levelsStefan Metzmacher2007-10-101-85/+83
| | | | | | | - use 1 to 1 mapping of interface and wire levels metze (This used to be commit e7d339d49669e72588461584b66ef9b19eb0a2f8)
* r16443: add push code for SMB2 levelsStefan Metzmacher2007-10-101-0/+36
| | | | | metze (This used to be commit 142680ab9b4ca04ea94ed40659358e1158f88c7a)
* r16442: if we want to use CHECK_SIZE(NULL, 3)Stefan Metzmacher2007-10-101-0/+2
| | | | | | | we need null tracking, so enable it explicit before running any tests metze (This used to be commit f3cd971ab70c3edee4da87b8ca38ec215c8bff49)
* r16441: - give old tests a chance to report errorsStefan Metzmacher2007-10-101-2/+6
| | | | | | | - display the correct test name metze (This used to be commit 7d62b0b7e96222f29dd3cd6066523f517d757620)
* r16440: split out passthru level into a new functions,Stefan Metzmacher2007-10-101-71/+116
| | | | | | | so they can we reused for smb2 later metze (This used to be commit 42324c1f63e2f16b27c43bf17b434c644244b931)
* r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher2007-10-102-2/+2
| | | | | | | | | | | 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 3f8ce6d680b0c86abc698b8f9c6d8840da3ffd35)
* r16407: add parsing code the SMB2 GetInfo in the serverStefan Metzmacher2007-10-103-15/+78
| | | | | metze (This used to be commit c4755c83c61c0cc822c69cd274056ec20ba66fdb)
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2007-10-104-10/+10
| | | | | metze (This used to be commit dcc02df8297162a7fd913560194d9e821798dbe0)
* r16405: fix compiler warning of missing smb2_handleStefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit 73194e9ec3d1c18e7042bdaa008c7fd503e6e534)
* r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher2007-10-101-21/+27
| | | | | metze (This used to be commit 708a5d3bf08f62ba99740c3007a8882e22a01bc9)
* r16402: start to remove the dependecy to smbsrv_request from the parsing ↵Stefan Metzmacher2007-10-101-57/+77
| | | | | | | functions metze (This used to be commit e4a5e2db7f3333e7cb15bdd6eeb5b08a6f1d912f)
* r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher2007-10-101-2/+4
| | | | | | | search callback metze (This used to be commit c868b8b7d7ee0424ed955f699543593aaa633e92)
* r16400: add more error checksStefan Metzmacher2007-10-101-47/+55
| | | | | metze (This used to be commit 779c51ad52bd54c10e208b108cb34500e542097f)
* r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher2007-10-101-67/+76
| | | | | | | - add error checks metze (This used to be commit 2aaca1631f4e9f312a8de506b21290b9452c2a43)
* r16357: - start get rid of void parsing functionsStefan Metzmacher2007-10-101-223/+233
| | | | | | | | - there will more changes come but I want to do them in relative small chunks metze (This used to be commit d021a8b3ee986194fbfddfc096edb715b01dafe5)
* r16342: Placeholder for a function implementing NET-API-MODIFYUSER test.Rafal Szczesniak2007-10-102-1/+58
| | | | | rafal (This used to be commit 82ac02dd18e96312ca15b8f79f6f1e3c330d01de)
* r16341: newer autoconf versions export 'datarootdir',Stefan Metzmacher2007-10-101-0/+2
| | | | | | | fix a warning with old autoconf versions metze (This used to be commit 906c27caefa9802a72b6ea71e46e0725e445d189)
* r16333: Move more code out of the core smbtorture. It now no longerJelmer Vernooij2007-10-1014-707/+843
| | | | | contains protocol-specific code. (This used to be commit 819d3b457648ffb7526a770e842badc17b6061fb)
* r16332: Fix two small bugs found by the buildfarm.Jelmer Vernooij2007-10-102-6/+8
| | | | (This used to be commit 3decb34bb607b83f72deaa4baca935f4f253e2f2)
* r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij2007-10-105-182/+184
| | | | (This used to be commit 9e8574ac6cd38d1ff388f0c9ff37d86b316a431e)
* r16330: Show number of succeeded, failed and skipped tests and success rate ↵Jelmer Vernooij2007-10-101-0/+8
| | | | | | | at the end of a smbtorture run. (This used to be commit 745f3d544bb1158c7c0001d36181916cd932bc08)
* r16329: Convert to new UI API.Jelmer Vernooij2007-10-102-54/+84
| | | | (This used to be commit c7d1d86853eb659ee4a5cbfb4ff65b31f6fe0375)
* r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij2007-10-1019-180/+211
| | | | (This used to be commit 7e811adf59841936b7e634fca4e95630f890c5af)
* r16321: Add suite_start/suite_finish hooks, support --format=quietJelmer Vernooij2007-10-103-14/+57
| | | | (This used to be commit 6da39533d77f686b26787bebfe9e3db4bb8c740d)
* r16316: Convert to new torture UI API.Jelmer Vernooij2007-10-102-63/+58
| | | | (This used to be commit ff87504c41e76a14b95a2063a4eb62d96fb02127)
* r16315: Convert to new API.Jelmer Vernooij2007-10-104-128/+122
| | | | (This used to be commit 0e52a831ed88b5d61033aee56a17e49b84df6773)
* r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij2007-10-1015-324/+499
| | | | | | | test suite tree, looks a bit more like other unit testing API's, fixes some memory responsibility issues, introduces testcases, and removes the need for tests to call torture_ok(). (This used to be commit 0445b1a56a02552f895f400960b9ced39244a144)