summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24718: Fix some compiler warnings.Jelmer Vernooij3-8/+15
(This used to be commit 08f7389ab7312d350e056b1ba98da86d80944424)
2007-10-10r24717: Some more easy bool conversions, update TODO for registryJelmer Vernooij7-55/+21
(This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931)
2007-10-10r24715: Mark fstring and pstring as deprecated.Jelmer Vernooij1-4/+4
(This used to be commit c8118f156129cbd173693157e6648ed5e01813f3)
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij53-169/+172
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
2007-10-10r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij15-145/+146
(This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
2007-10-10r24709: Convert perl test harness output to subunit for nicer display.Jelmer Vernooij2-1/+29
(This used to be commit 1be11bd0a5092ad9102587ea206388234983c479)
2007-10-10r24708: Move subunit code to a separate module.Jelmer Vernooij2-67/+77
(This used to be commit 4be702896d6875b463dee046b34744b0b5699519)
2007-10-10r24707: Remove some more cruft from the test list generation code.Jelmer Vernooij6-23/+4
(This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2)
2007-10-10r24706: Move nmblookup tests to separate blackbox testsuite.Jelmer Vernooij3-10/+43
(This used to be commit aeb2e714f22abe68f89218967a55d7abd2d04ae1)
2007-10-10r24705: Avoid undefined value warnings.Jelmer Vernooij1-1/+5
(This used to be commit 10f266e4d6a821a91bfa612d744eb7a4bab4ba6a)
2007-10-10r24704: Fix bug in the registry patch code.. all the more proves this code ↵Jelmer Vernooij2-2/+10
needs tests. (This used to be commit aa98d219571c4a7af1e5a0f8483cc17a4b6b36e2)
2007-10-10r24703: Use standard registry diff files when provisioning rather thanJelmer Vernooij8-52/+116
LDIF files for the registry files. (This used to be commit 67ad556b7388e5d82756e0a3cfc596e44136329c)
2007-10-10r24700: added auto-reconnect to BENCH-NBENCH. Used for testing clusterAndrew Tridgell2-108/+394
failover this is based on a patch from Dmitry Shatrov, with some mods from me (This used to be commit 737be7e2d6cefbdd207629fc2cdd27de83d326b6)
2007-10-10r24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix BugAndrew Bartlett1-3/+4
#4521: smbclient crashes during tab completion when tab hit twice. The readline magic is beyond me, but this seems to do the trick. Andrew Bartlett (This used to be commit e05f3450ecc3f99509fbc069b09d402e3b6d7564)
2007-10-10r24697: Excelent patch and detective work by Matthias WallnöferAndrew Bartlett1-4/+4
<mwallnoefer@yahoo.de> noticing that: > The error was caused by info1 that is'nt talloced but rather static. In fact, no caller supplies info1 as a valid talloc context - other callers supply an element into the array. Andrew Bartlett (This used to be commit c8e6a87867909b092d0451cd619d7eff4cd80dff)
2007-10-10r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>Andrew Bartlett2-37/+277
with a patch from Andrew Kroeger <andrew@sprocks.gotdns.com>. The changes to samldb_fill_foreignSecurityPrincipal_object() look much larger then they are: We just skip all the objectSid generation if the SID is supplied. By providing a few more objects, standard dialogs on the clients are better behaved, for these 'well known' users. Andrew Bartlett (This used to be commit 35ee4aee719e69983d650602d1c6422a31600001)
2007-10-10r24695: Now the Samba4 passes this test, remove the skip...Andrew Bartlett1-8/+0
Andrew Bartlett (This used to be commit 771affed88edd1e2ad891bf2a253f7dc8082dd86)
2007-10-10r24694: Remove objectCategory entries from the setup templates. These can beAndrew Bartlett6-47/+0
autogenerated by the objectclass module when the the entries are added. Andrew Bartlett (This used to be commit 79e13349f00d009fc5dd0cdddade379df906ebc8)
2007-10-10r24693: Test search options in ldb blackbox testing.Andrew Bartlett1-0/+9
Andrew Bartlett (This used to be commit 9f45b5553a53d2e8a1c2643bf58fb90db8217b66)
2007-10-10r24692: Color expected fialures orange rather than green.Jelmer Vernooij2-5/+30
(This used to be commit cadfc0a7a1a86122f9dc5f127c0cd8be89cdaf46)
2007-10-10r24691: All smbclient blackbox tests pass.Jelmer Vernooij2-2/+1
(This used to be commit c3a138627487ec0ed5a4c4c4457df35275f4cada)
2007-10-10r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument toAndrew Bartlett1-0/+5
ldb_connect_backend(). Andrew Bartlett (This used to be commit d0595e7a3d15c40dd49062efa0ddc6864b6b9030)
2007-10-10r24689: There is no such test as LDAP-UPTODATENESS.Jelmer Vernooij2-1/+2
(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)
2007-10-10r24688: Make output subunit-parseable.Jelmer Vernooij1-20/+20
(This used to be commit 2585c6feb22b4409a635017875a2e93fe7c436ba)
2007-10-10r24687: Registry tests are succeeding now so remove from known failure list, ↵Jelmer Vernooij3-33/+93
add summary page with failures and skipped tests to html output. (This used to be commit 227659c2c05f76a37e1c9d20dc3f8b6966a111df)
2007-10-10r24686: Make sure control messages are on a new line.Jelmer Vernooij1-4/+4
(This used to be commit 90119f96e96ce71b1fe145be9027d925831f6500)
2007-10-10r24685: Don't warn about iconv tests not being usable until they're actually ↵Jelmer Vernooij1-22/+31
being run. (This used to be commit df34e606981c3a9fe5b9ac846dbf40d36500bd6b)
2007-10-10r24684: Be a bit less verboseJelmer Vernooij2-5/+5
(This used to be commit 7a7af62dc4485d832436ed39dfba41b417ec2b10)
2007-10-10r24683: Add two more tests.Jelmer Vernooij2-0/+37
(This used to be commit c87576743b09773489478e6eebeb3a282d6ec21b)
2007-10-10r24682: forgot to actually make the new test buil...Rafal Szczesniak1-0/+1
rafal (This used to be commit dbcf4f15a6a0c1bb93b5f65f85795af262bf7552)
2007-10-10r24681: add basic test of libnet_GroupInfo function.Rafal Szczesniak2-0/+273
rafal (This used to be commit 5ba36fe70308d99b8ca9104ebf42a5dc0bc7bab7)
2007-10-10r24680: fix a couple of stupid typos from previous commit.Rafal Szczesniak1-6/+6
rafal (This used to be commit b21b322e4ce593dafb5331dc4d65fa2d69b61cb8)
2007-10-10r24679: Add (raw and untested) implementation of libnet_GroupInfo function.Rafal Szczesniak4-0/+215
rafal (This used to be commit 80479eee256ab549b28cbd086a1343ce2a3c4948)
2007-10-10r24678: More improvements to html output; list unexpected successes and ↵Jelmer Vernooij1-6/+8
failures seperately from expected ones. (This used to be commit 14fda5260d49a89d7e74302958fe27b73415e6a1)
2007-10-10r24677: Also add built flex file for people that don't have lex.Jelmer Vernooij1-0/+2084
(This used to be commit a223be56dff504f2fcbbf8fba2c7f764eb9624b0)
2007-10-10r24676: Fix pointers being used rather than the data they point at - caught ↵Jelmer Vernooij1-3/+3
by the IRIX compiler. (This used to be commit 678b125532621e2b2823e92695326469f0e557ed)
2007-10-10r24675: Specify mode to mkdir, as required by some versions of perl.Jelmer Vernooij1-1/+1
(This used to be commit 2a21e69cd334fca7da8997562356e813a20a038f)
2007-10-10r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij5-2/+27
(This used to be commit 40c1635b39b4acff0acecc734583daa0217215ce)
2007-10-10r24673: Put lex/yacc output under version control for hosts that don't have ↵Jelmer Vernooij2-0/+1861
those tools. (This used to be commit 92966041501718854b174d471301219a369ad057)
2007-10-10r24672: Add dummy variable to prevent errors on some compilers.Jelmer Vernooij1-2/+1
(This used to be commit d3b1acce112b3d4aa1be40a77af085e3a825be0d)
2007-10-10r24671: More improvements to the HTML test suite results: hideJelmer Vernooij5-24/+156
control messages, improve summary, stylesheet. (This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7)
2007-10-10r24670: Use torture functions for settings.Jelmer Vernooij6-12/+10
(This used to be commit a6906676309f3b1bec1a69427e7ffd0a768061b8)
2007-10-10r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵Jelmer Vernooij5-32/+154
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10r24668: Fix header installation.Jelmer Vernooij1-1/+1
(This used to be commit e9e66693505e5b9f136bd24f5f76ccd0ae574d99)
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ↵Jelmer Vernooij63-4030/+7263
have been working on for at least half a year now. Contains the following improvements: * proper layering (finally!) for the registry library. Distinction is now made between 'real' backends (local, remote, wine, etc) and the low-level hive backends (regf, creg, ldb, ...) that are only used by the local registry backend * tests for all important hive and registry operations * re-enable RPC-WINREG tests (still needs more work though, as some return values aren't checked yet) * write support for REGF files * dir backend now supports setting/reading values, creating keys * support for storing security descriptors * remove CREG backend as it was incomplete, didn't match the data model and wasn't used at all anyway * support for parsing ADM files as used by the policy editor (see lib/policy) * support for parsing PREG files (format used by .POL files) * new streaming interface for registry diffs (improves speed and memory usage for regdiff/regpatch significantly) ... and fixes a large number of bugs in the registry code (This used to be commit 7a1eec6358bc863dfc671c542b7185d3e39d7b5a)
2007-10-10r24665: Close file handles properly.Jelmer Vernooij1-12/+15
(This used to be commit 7f914b08a77c6035918d9f4463990f1dd8f3efb9)
2007-10-10r24657: Use torture functions.Jelmer Vernooij1-5/+5
(This used to be commit e95c50fc501ee4e2a394dc01f2708abb9d937e28)
2007-10-10r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>:Andrew Bartlett1-3/+2
> When you change to the SAMBA private directory on a shell (default > /usr/local/samba/private) and start there for example ldbedit with the sam.ldb, > the application crashes if you don't put the "./" before the filename. I've adapted Matthias's patch. Andrew Bartlett (This used to be commit ba82197e30da8e626419e877d224431703edc866)
2007-10-10r24651: Allow dynamic updates for the domain controller over its own nameSimo Sorce1-0/+5
(This used to be commit ce9b64341159cb1a8f42809dcecc0b1e80eb8a5e)
2007-10-10r24650: Some more instructions to have make GSS-TSIG workSimo Sorce1-1/+13
(This used to be commit 98350b35ab0b0f06cc9ddf8edaf3dfe705c3e5bf)