Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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-12 | torture: fixed socket leak in BENCH-TCON test | Andrew Tridgell | 1 | -0/+1 | |
The BENCH-TCON test was leaving the socket open. A smbclie_tdis() closes the tree connection, but does not close the socket. This caused the build farm to run out of file descriptors | |||||
2009-10-09 | s4/torture: fix build break "implicit declaration of function 'isprint'" | Steven Danneman | 1 | -0/+1 | |
2009-10-08 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -27/+27 | |
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -27/+27 | |
2009-10-07 | Exteded RAW-RENAME test to catch regressions in bug 6781. | Jeremy Allison | 1 | -4/+40 | |
Jeremy. | |||||
2009-10-07 | s4/torture: Ported SMBv1 RAW-OPEN tests to SMB2-CREATE | Aravind Srinivasan | 1 | -1/+573 | |
Four tests were ported from raw/open.c One new tests added LEADING-SLASH, which tests that a server provides the proper error when a relative path is given to a CREATE PDU with a leading "/". | |||||
2009-10-07 | s4/torture: convert all printf to torture_comments | Aravind Srinivasan | 1 | -20/+32 | |
2009-10-07 | s4/torture: Ported SMBv1 RAW-STREAMS tests to SMB2-STREAMS | Aravind Srinivasan | 3 | -1/+1770 | |
2009-10-06 | s4/torture: Add server target of OneFS | Steven Danneman | 3 | -2/+51 | |
I've added a "--target=onefs" which lists expected deviation in the OneFS SMB server implementation compared to a Windows machine. I've added this in a generic way using a list of module specific parameters. This list currently only contains the absence of SACL support but will be added to as additional server differences are defined. I'd liked to use this abstraction for defining the differences between a WinXP and Win7 server as well. | |||||
2009-10-06 | s4/torture: Add SMB sharemode/access mask tests | Aravind Srinivasan | 3 | -0/+9355 | |
Test several thousand permutations of create mask and sharemodes on file and directory opens. These tests use a checked-in results table derived from a WinXP server to verify correct server behavior. CREATEX_ACCESS CREATEX_SHAREMODES_FILE CREATEX_SHAREMODES_DIR MAXIMUM_ALLOWED | |||||
2009-10-06 | s4/torture: change comments to torture_failures | Aravind Srinivasan | 1 | -2/+4 | |
This allows the frameworks that wrap smbtorture to detect errors better. | |||||
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 | 8 | -22/+16 | |
2009-10-02 | s4-torture: added a very simple samr ValidatePassword test | Andrew Tridgell | 1 | -0/+32 | |
2009-10-02 | ds-flags: use the new name DS_DNS_FOREST_ROOT | Andrew Tridgell | 1 | -5/+5 | |
Update to use the new DS_DNS_FOREST_ROOT name, which makes it clearer what this bit means (according to MS-ADTS doc) | |||||
2009-10-01 | s4/torture: Add two new SMB RAW-OPEN tests | Aravind Srinivasan | 1 | -1/+170 | |
* Add chained NTCREATEX_READX test which first tries to open/read a non-existant file failing on the open, then attempts the same operation on a file that does exist, opening and reading successfully. * Add test for open_dispositions on directories. | |||||
2009-10-01 | s4/torture: convert printf to torture_comment() in RAW-OPEN | Aravind Srinivasan | 1 | -58/+103 | |
Allows "make test" and other harnesses to print cleaner output. | |||||
2009-10-01 | s4/torture: second try on renaming oplocks.c to oplock.c | Steven Danneman | 1 | -0/+3617 | |
Forgot to "git add" the new file in commit b2bcfaae | |||||
2009-10-01 | s4/torture: rename oplocks.c to oplock.c to match SMB1 file layout | Steven Danneman | 2 | -3618/+1 | |
2009-10-01 | s4/torture: Ported SMB oplock torture tests to SMB2 | Steven Danneman | 2 | -68/+3510 | |
I've ported all applicable SMB oplock torture tests to SMB2, giving us a good base for SMB2 oplock testing. There are several differences between oplocks in SMB and SMB2, mostly because of differences in W2K3 and W2K8. The existing SMB oplock tests all pass against W2K3, but several fail against W2K8. These same tests were failing in SMB2, util I reworked them. BATCH19, BATCH20: In W2K3/SMB a setfileinfo - rename command wouldn't cause a sharing violation or break an existing oplock. It appears that in W2K8/SMB2 a sharing violation is raised. BATCH22: In W2K3/SMB when a second opener was waiting the full timeout of an oplock break, it would receive NT_STATUS_SHARING_VIOLATION after about 35 seconds. This bug has been fixed in W2K8/SMB2 and instead the second opener succeeds. LEVELII500: Added 1 new test checking that the server returns a proper error code when a client improperly replies to a levelII to none break notification. STREAM1: W2K8 now grants oplocks on alternate data streams. | |||||
2009-10-01 | s4/torture: fix typo in test comment | Steven Danneman | 1 | -1/+1 | |