Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r16262: Another basedn fix. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16240: Add better error reporting in the password_hash module | Andrew Bartlett | 1 | -5/+13 |
2007-10-10 | r16239: Search for the domain in the correct partition, so this will work with | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r16238: Use a baseDN for the auth_sam searches, to allow continued function | Andrew Bartlett | 2 | -7/+11 |
2007-10-10 | r16237: Use an appropriate basedn for these searches, so they occour into the | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r16236: Add a proper baseDN to a large number of queries. Searching the NULL | Andrew Bartlett | 3 | -22/+40 |
2007-10-10 | r16235: Don't update minor_status when cleaning up on error. This restores | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16234: Set the request timeout from the LDAP search. Without this, the | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r16232: Avoid searching on domainDns, as it is not an AD attribute in the | Andrew Bartlett | 1 | -17/+50 |
2007-10-10 | r16227: Don't segfault if the ldb_search() fails. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r16226: Fixes for various segfault bugs found against a buggy Samba4. With | Andrew Bartlett | 2 | -2/+15 |
2007-10-10 | r16218: If a connection is forced as 'anonymous', don't treat it as | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16211: Refactor domain_opened function a bit and add a few comments. | Rafal Szczesniak | 1 | -28/+60 |
2007-10-10 | r16186: Use full include path to make sure it's being picked up by the | Jelmer Vernooij | 1 | -1/+1 |