Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16518: Split up torture_util.c in smb and non-smb specific parts. | Jelmer Vernooij | 6 | -12/+98 |
2007-10-10 | r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function. | Jelmer Vernooij | 2 | -14/+1 |
2007-10-10 | r16516: Get rid of file_exists() as there already is a file_exist(). | Jelmer Vernooij | 3 | -11/+2 |
2007-10-10 | r16514: Fix build (not run!) of --enable-dso. | Jelmer Vernooij | 1 | -2/+5 |
2007-10-10 | r16489: Because the torture/ui.h file isn't automaticly generated, the | Andrew Bartlett | 3 | -20/+20 |
2007-10-10 | r16476: Error in composite functions implemented the 'old way' (single event ... | Rafal Szczesniak | 1 | -2/+4 |
2007-10-10 | r16469: do some smb2 tests | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r16468: implement SMB2_ALL_INFORMATION in the posix backend | Stefan Metzmacher | 1 | -5/+36 |
2007-10-10 | r16467: implement SMB2 GetInfo server code | Stefan Metzmacher | 1 | -7/+166 |
2007-10-10 | r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to return | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r16464: split client and server min/max protocol settings | Stefan Metzmacher | 5 | -13/+21 |
2007-10-10 | r16463: TORTURE_NBENCH should be a module... | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r16457: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16456: return on error... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16450: fix the build... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16449: move some code to a generic place | Stefan Metzmacher | 3 | -513/+543 |
2007-10-10 | r16448: add more error checks | Stefan Metzmacher | 1 | -53/+47 |
2007-10-10 | r16447: print the result of talloc_set_parent() | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r16446: talloc_set_name() allocates and can fail... | Stefan Metzmacher | 2 | -7/+22 |
2007-10-10 | r16445: print out values | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r16444: - split out qfsinfo passthru levels | Stefan Metzmacher | 1 | -85/+83 |
2007-10-10 | r16443: add push code for SMB2 levels | Stefan Metzmacher | 1 | -0/+36 |
2007-10-10 | r16442: if we want to use CHECK_SIZE(NULL, 3) | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16441: - give old tests a chance to report errors | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r16440: split out passthru level into a new functions, | Stefan Metzmacher | 1 | -71/+116 |
2007-10-10 | r16410: remove some warnings of talloc_steal() usage without target | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r16407: add parsing code the SMB2 GetInfo in the server | Stefan Metzmacher | 3 | -15/+78 |
2007-10-10 | r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo | Stefan Metzmacher | 4 | -10/+10 |
2007-10-10 | r16405: fix compiler warning of missing smb2_handle | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r16403: remove dependency to smbsrv_request next part... | Stefan Metzmacher | 1 | -21/+27 |
2007-10-10 | r16402: start to remove the dependecy to smbsrv_request from the parsing func... | Stefan Metzmacher | 1 | -57/+77 |
2007-10-10 | r16401: keep the old pointer when realloc fails, this is needed for the | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r16400: add more error checks | Stefan Metzmacher | 1 | -47/+55 |
2007-10-10 | r16399: - split out pushing smb_fsinfo into a DATA_BLOB | Stefan Metzmacher | 1 | -67/+76 |
2007-10-10 | r16357: - start get rid of void parsing functions | Stefan Metzmacher | 1 | -223/+233 |
2007-10-10 | r16342: Placeholder for a function implementing NET-API-MODIFYUSER test. | Rafal Szczesniak | 2 | -1/+58 |
2007-10-10 | r16341: newer autoconf versions export 'datarootdir', | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16333: Move more code out of the core smbtorture. It now no longer | Jelmer Vernooij | 14 | -707/+843 |
2007-10-10 | r16332: Fix two small bugs found by the buildfarm. | Jelmer Vernooij | 2 | -6/+8 |
2007-10-10 | r16331: Split out registering of multi fn tests, fix typo in name of pac suite. | Jelmer Vernooij | 5 | -182/+184 |
2007-10-10 | r16330: Show number of succeeded, failed and skipped tests and success rate a... | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r16329: Convert to new UI API. | Jelmer Vernooij | 2 | -54/+84 |
2007-10-10 | r16328: Wrap all existing tests in simple single-function testsuites. | Jelmer Vernooij | 19 | -180/+211 |
2007-10-10 | r16321: Add suite_start/suite_finish hooks, support --format=quiet | Jelmer Vernooij | 3 | -14/+57 |
2007-10-10 | r16316: Convert to new torture UI API. | Jelmer Vernooij | 2 | -63/+58 |
2007-10-10 | r16315: Convert to new API. | Jelmer Vernooij | 4 | -128/+122 |
2007-10-10 | r16304: Improve testing UI API. This now allows registering the full | Jelmer Vernooij | 15 | -324/+499 |
2007-10-10 | r16265: Fix 'newuser' command. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16264: Add, but do not yet enable, the partitions module. | Andrew Bartlett | 17 | -92/+650 |
2007-10-10 | r16263: A number of these searches need to be under the partitions DN, and the | Andrew Bartlett | 1 | -5/+7 |