Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-02 | s4:torture/raw/samba3misc - Add "discard_const_p" macro before a string | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-10-30 | s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2009-10-30 | s4-smbtorture: fix warning in RPC-WKSSVC torture test. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2009-10-29 | Change RAW-STREAMS for s3 to allow rename over an existing stream, | Jeremy Allison | 1 | -1/+2 | |
we need to file a CAR to find out why Windows gives INVALID_PARAMETER for this. Jeremy. | |||||
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 5 | -5/+5 | |
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-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -4/+4 | |
This patch adds a system_session cache, preventing us from having to recreate it on every ldb open, and allowing us to detect when the same session is being used in ldb_wrap | |||||
2009-10-22 | s4-torture: fixed double free in libnet_group test | Andrew Tridgell | 1 | -1/+0 | |
2009-10-22 | s4:torture Silence const warning by use of data_blob_const() | Andrew Bartlett | 1 | -2/+1 | |
This was inspired by one of mdw's const patches Andrew Bartlett | |||||
2009-10-22 | s4:smbtorture - Add "const" before "value" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-10-21 | s4/drs(tort): Unit test for prefixMap implementation. | Kamen Mazdrashki | 1 | -5/+327 | |
Currenly those tests cover only the main part of the interface, i.e. dsdb_schema_pfm_new(), dsdb_schema_pfm_make_attid() and dsdb_schema_pfm_oid_from_attid() | |||||
2009-10-21 | s4/drs(tort): Comment typos fixed in drs_util.c | Kamen Mazdrashki | 1 | -2/+2 | |
2009-10-21 | s4/drs(tort): fixed '==' to '>=' | Kamen Mazdrashki | 1 | -1/+1 | |
ATTID is marked as partial by adding 32768. Thus the check should be '>= 32768' | |||||
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 | 124 | -274/+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:torture "cldap" test - restore the removed constraints and add more | Matthias Dieter Wallnöfer | 1 | -4/+34 | |
Consider for description the post on the technical mailing list. I hope that this satisfies abartlet again. | |||||
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-18 | s4:torture "cldap" test - rework and test more results | Matthias Dieter Wallnöfer | 1 | -21/+17 | |
2009-10-18 | s4-torture: fixed the streams tests for Samba4 | Andrew Tridgell | 2 | -40/+46 | |
In some cases we were not doing streams tests on s4 that we should. In others, we were calling tests that are known to fail on s4. Some of those are a bit puzzling. | |||||
2009-10-18 | smb2-torture: samba4 allows SEC_FLAG_SECURITY to be used with privileges | Andrew Tridgell | 1 | -0/+2 | |
2009-10-17 | Fix the smbtorture4 build. root_fid is a "union smb_handle". tridge | Jeremy Allison | 1 | -1/+1 | |
please check. Jeremy. | |||||
2009-10-17 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 59 | -646/+16929 | |
2009-10-17 | s4-torture: fixed the default ACL for s4 | Andrew Tridgell | 1 | -13/+41 | |
s4 returns group and world ACEs in the default acl, based on unix permissions | |||||
2009-10-17 | s4-torture: minor debugging enhancements | Andrew Tridgell | 1 | -3/+3 | |
2009-10-17 | s4-torture: cleanup after the MAXIMUM_ALLOWED test | Andrew Tridgell | 1 | -0/+1 | |
2009-10-17 | s4-torture: add a special check for administrators and privileges | Andrew Tridgell | 4 | -18/+57 | |
lsa privileges calls don't expand groups. darn. | |||||
2009-10-17 | s4-torture: show the sid we are basing privilege tests on | Andrew Tridgell | 1 | -2/+6 | |
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): prefixMap unit test initial implementatoin | Kamen Mazdrashki | 3 | -1/+84 | |
2009-10-16 | s4/drs(tort): fix compile time warning | Kamen Mazdrashki | 1 | -0/+1 | |
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_util_DsAttributeId_to_string() function | Kamen Mazdrashki | 1 | -0/+74 | |
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-16 | s4/drs(tort): oid_from_attid() reference implementation | Kamen Mazdrashki | 2 | -1/+96 | |
Decode Attribute OID using prefixMap and ATTID received during replication Based on MS documentation. See MS-DRSR.pdf - 5.16.4 | |||||
2009-10-16 | s4/drs(tort): TORTURE_DRS torture module - initial implementation | Kamen Mazdrashki | 4 | -0/+95 | |
Drsuapi tests module registers two suites: - DRS-RPC - tests to be executed against remote machine - DRS-UNIT - unit test for internal testing | |||||
2009-10-16 | s4-smbtorture: add very basic libwbclient testsuite. | Günther Deschner | 2 | -2/+3 | |
Guenther | |||||
2009-10-16 | s4-torture: take privileges into account in BASE-MAXIMUM_ALLOWED | Andrew Tridgell | 1 | -10/+48 | |
The correct answer depends on the users privileges. | |||||
2009-10-15 | s4-torture: catch bad command line options | Andrew Tridgell | 1 | -0/+3 | |
It is annoying when you mistype a command line option and aren't told. | |||||
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 21 | -128/+128 | |
In order to implement root_fid in the s4 SMB server we need to declare it as a handle type, just as for other fnum values in SMB. This required some extensive (but simple) changes in many bits of code. | |||||
2009-10-15 | s4-ldb: removed incorrect rDN length test | Andrew Tridgell | 1 | -13/+0 | |
This is a property of AD, not ldb, so should be in our ldb modules. | |||||
2009-10-14 | s4:torture cldap test - Add checks for the right forest DNS name | Matthias Dieter Wallnöfer | 1 | -1/+6 | |
2009-10-14 | s4:torture - fix up "ldap_basic" test | Matthias Dieter Wallnöfer | 1 | -5/+6 | |