Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 1 | -35/+183 | |
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a) | |||||
2007-10-10 | r25191: Fix include for BSD systems. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 24a0df29677e6392aa88f4400e08effc29de9366) | |||||
2007-10-10 | r25189: add first winbind test for the struct based protocol (WINBINDD_PING) | Stefan Metzmacher | 3 | -3/+54 | |
metze (This used to be commit 84b5babae7d24f5e076318f57642c99e40e7bf6b) | |||||
2007-10-10 | r25188: add infrastructure for WINBIND-* tests in smbtorture | Stefan Metzmacher | 3 | -0/+47 | |
metze (This used to be commit 3807699c001ce7a8ee0acba071cc2bb7f4406cd9) | |||||
2007-10-10 | r25186: Fix a memory corruption in base-mangle | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 4822b3f0db11059281b33e896250f36e3b3448eb) | |||||
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 4 | -7/+7 | |
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4) | |||||
2007-10-10 | r25159: fix missing declarations warning | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138) | |||||
2007-10-10 | r25112: make torture_temp_dir() available via tortore/torture.h | Stefan Metzmacher | 2 | -16/+19 | |
and return more detailed errors metze (This used to be commit c2b645c8763fd75a0a81983ec44a5990670c4fc4) | |||||
2007-10-10 | r25073: Correct test name so make test can pass again. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit adcb3c864a5af5286cd7f7f6e2a3b904c7db9f42) | |||||
2007-10-10 | r25071: Add some more testcases for RPC-DRSUAPI-CRACKNAMES, proving I can't | Andrew Bartlett | 1 | -0/+35 | |
use this as a backend for the LSA LookupNames call. Andrew Bartlett (This used to be commit 9266e36633fc7465edb725f78d7ed02ce1b1aca2) | |||||
2007-10-10 | r25070: Revert DRSUAPI conversion to new API, as it broke some tests. | Jelmer Vernooij | 3 | -323/+604 | |
(This used to be commit cfb33df2d0eb36704d4702948a78102153663131) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 54 | -169/+167 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25034: Remove unused variables. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit ec1c68e3a640dbf5e514d9f2d1bb4890528b3fd0) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 59 | -2/+60 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25008: Remove use of pstring. | Jelmer Vernooij | 2 | -15/+18 | |
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc) | |||||
2007-10-10 | r25004: Avoid talloc_autofree_context() when possible. | Jelmer Vernooij | 7 | -27/+22 | |
(This used to be commit 79669d28a346c9ae4abc7308070b25e07fe57433) | |||||
2007-10-10 | r25003: Skipped tests should be considered successfull. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 919b362009b4023e8114ec681a3528854e5271bb) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 30 | -88/+93 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 5 | -7/+9 | |
(This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39) | |||||
2007-10-10 | r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING) | Stefan Metzmacher | 1 | -1/+1 | |
not the lock dir... metze (This used to be commit bccc014757f22fbe9f2e7a74672626d81768ebdf) | |||||
2007-10-10 | r24972: Try to rat out this SAMR failure with some more cross-tests, and | Andrew Bartlett | 1 | -4/+17 | |
format checks. Andrew Bartlett (This used to be commit 33deecbfc339c571cc043085f8aa87053dbd4c72) | |||||
2007-10-10 | r24971: Test more combinations for resetting the account expiry. | Andrew Bartlett | 1 | -0/+4 | |
Andrew Bartlett (This used to be commit 8844f4796c76c103ce4eaff477c615e74c655e68) | |||||
2007-10-10 | r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite | Andrew Bartlett | 1 | -0/+5 | |
to prove it is correct. This should fix bug #4824: User Manager for Domains - Account Expires. Thanks! Andrew Bartlett (This used to be commit e5f0744d627ccfcc2e301fc38d139742f0ea5934) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 4 | -942/+875 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r24907: now that we support bindings without a transport | Stefan Metzmacher | 1 | -0/+1 | |
just setup torture:binding even if we get an unc as parameter metze (This used to be commit 5af6d77c2143ba1b85cbea8f2d2028ebcff398da) | |||||
2007-10-10 | r24900: - if we use try to create a 3rd dcerpc_pipe then use a 3rd variable | Stefan Metzmacher | 2 | -19/+20 | |
instead of overwritting the one of the 2nd connection - make it possible to specify the expected ntstatus for DsRoleGetPrimaryDomainInformation as the alter_context wants it to fail when used on the wrong pipe metze (This used to be commit c7c72ab36b15c5ffac1740b7df93fa92fe4620e9) | |||||
2007-10-10 | r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures. | Jelmer Vernooij | 1 | -23/+32 | |
(This used to be commit 527ea7fccf4ace9cd9cbacf49820ecd208b8d570) | |||||
2007-10-10 | r24897: Do some sanity checking on --basedir. | Jelmer Vernooij | 2 | -3/+17 | |
(This used to be commit 32dbaa142a2514d011a91ba0a0026934305e295f) | |||||
2007-10-10 | r24895: Test for specific error. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 00d6dc85f5473ba7b27ed79ea55c8a4fe4d4fac8) | |||||
2007-10-10 | r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC ↵ | Jelmer Vernooij | 1 | -18/+6 | |
tests already check that the DCE/RPC library and interfaces work ok. (This used to be commit d392d6e92b4145106e073ec4410796e3913320c0) | |||||
2007-10-10 | r24892: Skip some tests that were previously being incorrectly treated as ↵ | Jelmer Vernooij | 1 | -38/+18 | |
succeeding. (This used to be commit b5b8e879a1bbb5329458f05120619ea439904962) | |||||
2007-10-10 | r24891: Fix smbtorture to exit non-zero if a test suite wasn't found. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 44139acf3045149de5bbbbdfd6e0304fc9e0b8dd) | |||||
2007-10-10 | r24890: Integrate more of the RPC-SECRETS tests. | Jelmer Vernooij | 1 | -12/+46 | |
(This used to be commit 84cc1d42ab201d4a8fb0ef06b85d79a3ed8bc1d4) | |||||
2007-10-10 | r24889: Move choosing the binding options into RPC-SECRETS. | Jelmer Vernooij | 2 | -23/+51 | |
(This used to be commit 24d322b746cf25010045515f9beff63e2b5cccd2) | |||||
2007-10-10 | r24888: Use torture API. | Jelmer Vernooij | 1 | -74/+42 | |
(This used to be commit 08b64b42d03d52e7e022aca0b72ce67c1bbbc19e) | |||||
2007-10-10 | r24885: Convert to new torture API. | Jelmer Vernooij | 2 | -38/+13 | |
(This used to be commit 2918a056787467186a491574da95ea38c9aea1ee) | |||||
2007-10-10 | r24884: Ignore some errors again, like they were previously. | Jelmer Vernooij | 1 | -10/+26 | |
(This used to be commit 120d8caa01ca69e2e3de43f5983a66ad413977b7) | |||||
2007-10-10 | r24883: Use torture API. | Jelmer Vernooij | 2 | -103/+42 | |
(This used to be commit 9935aac0f3acd50ca775b8ccd74535c56a47ee33) | |||||
2007-10-10 | r24882: Use the torture API in BASE-CHARSET. | Jelmer Vernooij | 4 | -114/+58 | |
(This used to be commit 93910d92cd431add876e98a12712253bee8c52e7) | |||||
2007-10-10 | r24874: Fix double free of smbcli_tree. | Jelmer Vernooij | 2 | -8/+4 | |
(This used to be commit 84f14b5dd042f8805e69ad455b222a76614dbe21) | |||||
2007-10-10 | r24872: Use torture API a bit more | Jelmer Vernooij | 3 | -318/+133 | |
(This used to be commit a71355dfc933d4273d81e7b05a28197ca86e0cc6) | |||||
2007-10-10 | r24871: Fix typos | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 7d9c898d5e5de1e905062476c2a9c6c0ce432f71) | |||||
2007-10-10 | r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API. | Jelmer Vernooij | 9 | -692/+409 | |
(This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a) | |||||
2007-10-10 | r24852: Fix initialization | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1e56698f1bac30a1d6b7558df41e85db3d2571db) | |||||
2007-10-10 | r24851: Add --load-module argument to smbtorture. | Jelmer Vernooij | 3 | -6/+28 | |
(This used to be commit 76a713b6786e22b810937289b3e7cc6700a0b49d) | |||||
2007-10-10 | r24850: Convert to torture API. | Jelmer Vernooij | 2 | -702/+439 | |
(This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490) | |||||
2007-10-10 | r24849: Add helper function for running tests as a member server. | Jelmer Vernooij | 1 | -22/+143 | |
(This used to be commit 61b2f0a405ea70203ea982b9a151643f28b1da7e) | |||||
2007-10-10 | r24846: Use metadata about dangerous tests. | Jelmer Vernooij | 6 | -59/+48 | |
(This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b) | |||||
2007-10-10 | r24844: Convert to torture API in preparation of helper functions for domain ↵ | Jelmer Vernooij | 1 | -184/+91 | |
member RPC tests. (This used to be commit c2521453a902ea5fd4f894a21af711ac2b2cbd40) |