Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 1 | -1/+1 | |
This allows us to reuse a ldb context if it is open twice, instead of going through the expensive process of a full ldb open. We can reuse it if all of the parameters are the same. The change relies on callers using talloc_unlink() or free of a parent to close a ldb context. | |||||
2009-10-21 | s4-smbtorture: test whether an lsa_EnumTrustDom implementation would hang up ↵ | Günther Deschner | 1 | -6/+45 | |
a client. Guenther | |||||
2009-10-20 | s4-smbtorture: fix RPC-LSA-LSALOOKUP test against w2k3 and w2k8. | Günther Deschner | 1 | -16/+50 | |
Make sure to split out lsa_LookupName NULL name test so that we can better track results from bogus names and NULL names. Guenther | |||||
2009-10-20 | s4-smbtorture: Make it simpler to specify number of trusted domains to create in | Günther Deschner | 1 | -17/+40 | |
RPC-LSA-TRUSTED-DOMAINS. Guenther | |||||
2009-10-20 | s4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED-DOMAIN test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: split out EnumTrustedDomainsEx test in RPC-LSA-TRUSTED-DOMAINS. | Günther Deschner | 1 | -2/+27 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: add stricter tests for LSA-LOOKUPNAMES replies. | Günther Deschner | 1 | -3/+13 | |
Guenther | |||||
2009-10-20 | s4-smbtorture: move all LookupNames tests into RPC-LSA-LOOKUPNAMES. | Günther Deschner | 1 | -7/+8 | |
Guenther | |||||
2009-10-20 | s4-torture: fixed a pipe leak | Andrew Tridgell | 1 | -0/+2 | |
The RPC-SAMR-PASSWORDS* tests could leak RPC pipes, causing an overallocation of fd's on the server | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 42 | -102/+0 | |
This reduces compile time somewhat. | |||||
2009-10-20 | s4-torture: fixed a fd/mem leak in the RPC-LSA-SECRETS test | Andrew Tridgell | 1 | -7/+12 | |
This test left a large number of lsa pipes open, which could trigger the server running out of fds | |||||
2009-10-19 | s4:test: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-10-19 | Fix typo. | Karolin Seeger | 1 | -1/+1 | |
privilage -> privilege Karolin | |||||
2009-10-16 | s4-smbtorture: extend netr_LogonControl test in RPC-NETLOGON. | Günther Deschner | 1 | -3/+109 | |
Guenther | |||||
2009-10-16 | s4/drs(tort): _drs_util_verify_attids() to verify ATTIDs in objects received | Kamen Mazdrashki | 1 | -0/+50 | |
2009-10-16 | s4/drs(tort): _drs_ldap_attr_by_oid() implementation | Kamen Mazdrashki | 1 | -0/+49 | |
Utility function to be used to fetch Attribute name and DN giving attribute OID | |||||
2009-10-14 | s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed | Matthias Dieter Wallnöfer | 3 | -6/+5 | |
For KERBEROS applications the realm should be upcase (function "lp_realm") but for DNS ones it should be used lowcase (function "lp_dnsdomain"). This patch implements the use of both in the right way. | |||||
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -27/+27 | |
2009-10-07 | torture: disable the ValidatePassword test | Andrew Tridgell | 1 | -1/+5 | |
This test causes problems on non-sealed connections against windows | |||||
2009-10-07 | s4-torture: removed an accidental commit of a local test hack | Andrew Tridgell | 1 | -1/+0 | |
Sorry about that .... | |||||
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 5 | -11/+11 | |
2009-10-02 | s4-torture: added a very simple samr ValidatePassword test | Andrew Tridgell | 1 | -0/+32 | |
2009-10-01 | s4-tort-drs: Add bind_info for dcerpc_drsuapi_DsBind() call | Kamen Mazdrashki | 2 | -1/+41 | |
After this patch DsGetNCChanges() test works fine. bind_info returned by server is also cached for future use Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-10-01 | s4-tort-drs: DsReplicaUpdateRefs test fixed and extended | Kamen Mazdrashki | 1 | -37/+50 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-10-01 | s4-tort: Added assertion macro for DRSUAPI call | Kamen Mazdrashki | 1 | -3/+16 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-22 | s4-torture: add some debug info to RPC-HANDLES | Andrew Tridgell | 1 | -0/+5 | |
2009-09-18 | s4:torture: the spoolss notify test should listen on the ncacn_np endpoint | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2009-09-18 | s4:torture: don't use 'pipe' as variable name it's a system call | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-09-11 | lsa: fill in more unknowns in lsa_LookupSid calls. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2009-09-11 | s4/tort: RPC-DRSUAPI test case refactored to match torture architecture | Kamen Mazdrashki | 2 | -68/+74 | |
2009-09-11 | s4/tort: code clean up using torture_drsuapi_assert_call() macro | Kamen Mazdrashki | 1 | -132/+36 | |
After this change, when a test fails, it gives reasonable failure message. | |||||
2009-09-11 | s4/tort: assert macro for drsuapi dcerpc call | Kamen Mazdrashki | 1 | -0/+26 | |
The macro actually wraps common code pattern used in almost every test for DRSUAPI interface | |||||
2009-09-11 | s4/tort: Propagate torture_context and use torture_comment | Kamen Mazdrashki | 1 | -66/+79 | |
NOTE: Not every place where printf is used is replaced by torture_comment. Future work shall "missed" printfs also. | |||||
2009-09-11 | s4/tort: CRACKNAMES tests to use private structure for testing. | Kamen Mazdrashki | 1 | -2/+33 | |
DsCrackNamesPrivate structure basically inherits DsPrivate structure while adding few test-specific members. | |||||
2009-09-11 | s4/tort: Make common setup/teardown drsuapi test funcs really common | Kamen Mazdrashki | 1 | -13/+6 | |
2009-09-11 | s4/tort: CrackNames test update to work against W2K3. | Kamen Mazdrashki | 1 | -0/+4 | |
DRSUAPI_DS_NAME_FORMAT_UKNOWN added to 'known-to-fail' responses as this actually means to ask AD to resolve a name from FQDN format to Unknown format. | |||||
2009-09-10 | s4/torture: fixed lots of crash bugs in the DRS tests | Andrew Tridgell | 1 | -17/+19 | |
2009-09-08 | tort: RPC-CRACKNAMES test case refactored | Kamen Mazdrashki | 2 | -1/+18 | |
2009-09-08 | tort: DsCrackNames - propagate torture context to all tests. | Kamen Mazdrashki | 2 | -208/+166 | |
2009-09-08 | tort: Helper function to get DC info for testing | Kamen Mazdrashki | 1 | -0/+53 | |
2009-09-08 | tort: Implement 'setup' and 'teardown' for DRSUAPI test cases. | Kamen Mazdrashki | 2 | -0/+44 | |
2009-09-06 | s4:torture - Fix uninitialized variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-09-02 | s4-smbtorture: test netr_ServerSetPassword2 against Samba3. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-27 | s4-smbtorture: do not hard code BDC secure channel type into RPC-NETLOGON tests. | Günther Deschner | 1 | -9/+12 | |
Guenther | |||||
2009-08-27 | s4-smbtorture: add test_SetPassword_flags to RPC-NETLOGON-S3 testsuite. | Günther Deschner | 1 | -0/+101 | |
Guenther | |||||
2009-08-26 | s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server. | Günther Deschner | 2 | -0/+19 | |
Guenther | |||||
2009-08-04 | s4:torture Make RPC-NETLOGON pass against ncaclrpc servers | Andrew Bartlett | 1 | -122/+132 | |
The original patch didn't cope with a NULL target server name - we now key off that to decide it isn't worth checking against LDAP for this host. I still can't get this to pass against Windows 2008, but mdw was testing against Windows 2008R2. at least 'make test' is happy, and the rest should not be too hard... Andrew Bartlett | |||||
2009-08-03 | s4: Change constant to comply with the merged build | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-08-03 | s4: Torture test for enhancements in "netr_LogonGetDomainInformations" call | Matthias Dieter Wallnöfer | 1 | -26/+275 | |
This corrects and enhances the torture test of the mentioned call. | |||||
2009-07-21 | frsapi.idl: fix some unknown field names | Stefan Metzmacher | 1 | -9/+9 | |
metze |