Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-22 | s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpd | Andrew Bartlett | 1 | -2/+1 | |
The change to protocol version 1 was not intentional, and broke the protocol established with the ntp.org project. Andrew Bartlett | |||||
2009-08-11 | torture/basic: in run_derefopen() the file could have been deleted before ↵ | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
the last unlink Through a suggestion pointed out in bug #6622 the test file sometimes doesn't exist on the last turn anymore. So we haven't to fail here since it could have been deleted by a concurrent process (e.g. when the same test runs multiple times). Therefore also NT_STATUS_OBJECT_NAME_NOT_FOUND is an acceptable result. | |||||
2009-08-11 | s4:torture Add test for the NTP signd server | Andrew Bartlett | 3 | -1/+288 | |
This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett | |||||
2009-08-06 | s4 torture: Extend the RAW-RENAME test to more fully test directory renames. | Tim Prouty | 1 | -0/+50 | |
The existing test was only covering files opened underneath the directory that was being renamed. It is not uncommon for windows clients to actually hold a read-only handle to a directory open across the rename, which it turns out doesn't return NT_STATUS_ACCESS_DENIED. Additionally, holding a handle open to a stream on the directory is also allowed. | |||||
2009-08-05 | s4:torture The test logic for the target was wrong. This should correct it. | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2009-08-05 | s4:torture Remove some unwanted code in the LDAP test - hope this fixes up ↵ | Matthias Dieter Wallnöfer | 1 | -12/+0 | |
the test failures | |||||
2009-08-05 | s4 now supports the large readx extension | Andrew Tridgell | 1 | -6/+11 | |
2009-08-05 | skip the readbraw tests if the server does not support it | Andrew Tridgell | 1 | -0/+5 | |
This allows the RAW-READ test to pass against w2k8 | |||||
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-04 | s4:torture rework LDAP sort test | Andrew Bartlett | 3 | -78/+44 | |
This reworks the test to be part of the LDAP tests, to make better use of the torture API and the ldb API (in particular around adding controls), and a general cleanup. This also adds the test to the 'make test' run. Andrew Bartlett | |||||
2009-08-04 | s4:torture Add test for correct server-side sorting over LDAP | Matthieu Patou | 3 | -3/+194 | |
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-31 | s4: Adds a small test for the new enhanced error messages from the AD LDAP ↵ | Matthias Dieter Wallnöfer | 1 | -4/+183 | |
server | |||||
2009-07-21 | frsapi.idl: fix some unknown field names | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-07-19 | Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2009-07-19 | Add missing includes. | Jelmer Vernooij | 1 | -0/+1 | |
2009-07-17 | Revert "fix LSA-PRIVILEGES" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 0d9fdbceedddb08dbea8ed84e06a218d3ec562f4. | |||||
2009-07-17 | Revert "fix LSA-TRUSTED-DOMAINS" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 3c9b26276083002124674678ac757e859fb6b20e. | |||||
2009-07-17 | s4-smbtorture: use secinfo flags instead of numbers in lsa test. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: use torture_comment in RPC-LSA tests. | Günther Deschner | 1 | -204/+204 | |
Guenther | |||||
2009-07-16 | fix LSA-PRIVILEGES | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | fix LSA-TRUSTED-DOMAINS | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | s4-smbtorture: move all privilege tests to RPC-LSA-PRIVILEGES. | Günther Deschner | 2 | -12/+54 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS. | Günther Deschner | 2 | -7/+49 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: some work on getprinterdriver and getprinterdriver2 tests. | Günther Deschner | 1 | -23/+46 | |
Guenther | |||||
2009-07-15 | torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX test | Stefan Metzmacher | 1 | -1/+1 | |
Without this the subunit formated output would be invalid and make test reports: "UNEXPECTED(error): samba4.smb2.dir (dc).FILE-INDEX" metze | |||||
2009-07-15 | SMB2-GETINFO: test SMB2_ALL_EAS | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-07-15 | SMB2-CONNECT: unlink the test file at startup | Stefan Metzmacher | 1 | -0/+2 | |
This is needed to get reproducable results... metze | |||||
2009-07-15 | torture/smb2: fix crash bugs in the new SMB2-DIR tests | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-07-14 | torture/smb2: Adding SMB2 Directory enumeration torture tests. | Aravind | 3 | -26/+1265 | |
* Most of the tests were ported from SMB torture tests. * Added one new tests which checks the behavior of the file_index field present in SMB2_FIND struct. * Added one new test to check the enumeration of directories containing lots of files (~2000 files) with name lengths varying from 1 to 200 char. | |||||
2009-07-14 | s4-smbtorture: add RPC-SPOOLSS-PRINTER test. | Günther Deschner | 2 | -0/+444 | |
Guenther | |||||
2009-07-14 | s4-smbtorture: add some tests to check spoolss_SetPrinter behavior. | Günther Deschner | 1 | -0/+558 | |
Guenther | |||||
2009-07-14 | s4-smbtorture: restructure test_OpenPrinter_server in RPC-SPOOLSS a bit. | Günther Deschner | 1 | -5/+7 | |
Guenther | |||||
2009-07-06 | RAW-LOCK: fix a compiler warning and make a global static const | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2009-07-06 | RAW-LOCK: fix the run against w2k3, w2k8, win7rc and samba3/4 | Stefan Metzmacher | 2 | -35/+52 | |
We now allow --target=w2k8. The strange thing is that w2k8 and win7rc only do half of the timeout that was given by the client. metze | |||||
2009-07-06 | SMB2-NOTIFY: windows7 uses a different maximum buffer size | Stefan Metzmacher | 1 | -12/+21 | |
metze | |||||
2009-07-02 | s4-smbtorture: fix getjob test in RPC-SPOOLSS. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2009-06-30 | s4-smbtorture: Test for newly added form with enum call in RPC-SPOOLSS. | Günther Deschner | 1 | -0/+45 | |
Guenther | |||||
2009-06-30 | s4-smbtorture: remove trailing whitespace from RPC-SPOOLSS. | Günther Deschner | 1 | -98/+98 | |
Guenther | |||||
2009-06-29 | s4-smbtorture: use torture_comment & torture_warning in RPC samr tests. | Günther Deschner | 1 | -205/+206 | |
Guenther | |||||
2009-06-29 | s4-smbtorture: correctly test comment behaviour in RPC-SAMR-USERS against s3. | Günther Deschner | 1 | -7/+4 | |
Guenther | |||||
2009-06-29 | s4-smbtorture: add RPC-SAMR-MACHINE-AUTH test. | Günther Deschner | 2 | -1/+486 | |
This test talks to a DC as a joined workstation member - in the same way winbindd does, in particular the calls used in this test's query pattern will all request for SEC_FLAG_MAXIMUM_ALLOWED access_mask (which pretty much all of samba's client code does as well). In fact this test verifies that winbind can correctly talk to a samba dc using samr dcerpc calls. Guenther | |||||
2009-06-29 | s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase. | Günther Deschner | 5 | -10/+65 | |
Unlike torture_suite_add_machine_bdc_rpc_iface_tcase() which joins as a BDC (ACB_SRVTRUST) this joins as a member workstation (ACB_WSTRUST). Guenther | |||||
2009-06-29 | Adds the impersonation level in ntcreatex requests to SAMBA 3 misc torture test | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Specifies the impersonation level according to the reporter commit in bug #6283 | |||||
2009-06-29 | Fixes for SAMBA3RPC torture test | Matthias Dieter Wallnöfer | 1 | -4/+11 | |
On calls where both NT_STATUS and WERROR results are returned and consulted we have to make sure to form function results considering both. This errors have been found through a run against SAMBA 4. | |||||
2009-06-24 | s4-smbtorture: more paranoid checks while testing group membership in RPC-SAMR. | Günther Deschner | 1 | -1/+27 | |
Guenther | |||||
2009-06-19 | s4-smbtorture: fix test_GetInfoLevel crash bug in RPC-DFS. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-06-18 | s4:libnet Allow 'net password change' to work on expired passwords | Andrew Bartlett | 1 | -0/+2 | |
We need to pass down flags to the DCE/RPC layer to allow fallback to anonymous connections, as we can't log in with an expired password. The anonymous connection can then change the password with SAMR. Andrew Bartlett | |||||
2009-06-18 | Fixes for the "cldap" tests | Matthias Dieter Wallnöfer | 2 | -6/+19 | |
- Insert a check after the "tsocket" library call to make sure that the call terminated correctly - Add a comment to explain why on further calls of "cldap_socket_init" the destination address hasn't to be specified |