Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4 torture: Fix typo | Tim Prouty | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | s4-smbtorture: Fix build warning in RPC-SAMR tests. | Günther Deschner | 2009-05-19 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s4-smbtorture: add RPC-SAMR-USERS-PRIVILEGES test. | Günther Deschner | 2009-05-18 | 2 | -9/+387 |
| | | | | | | | This test demonstrates the independence of the lsa and samr accounts while remove a samr users that still has privileges granted. Guenther | ||||
* | s4-smbtorture: split RPC-SAMR-ACCESSMASK into several tests. | Günther Deschner | 2009-05-13 | 1 | -34/+24 |
| | | | | Guenther | ||||
* | s4-smbtorture: cosmetic cleanup for RPC-SAMR-ACCESSMASK. | Günther Deschner | 2009-05-13 | 1 | -50/+50 |
| | | | | Guenther | ||||
* | s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well. | Günther Deschner | 2009-05-12 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | s4-smbtorture: Skip secdesc set calls for non-user objects in RPC-SAMR for ↵ | Günther Deschner | 2009-05-12 | 1 | -8/+18 |
| | | | | | | | | Samba3. Note that they are skipped for all objects while testing Samba4. Guenther | ||||
* | s4-smbtorture: Fix order of assert args in test_TestPrivateFunctionsDomain() ↵ | Günther Deschner | 2009-05-12 | 1 | -1/+1 |
| | | | | | | in RPC-SAMR. Guenther | ||||
* | s4-smbtorture: switch to use torture_context in RPC-SAMR. | Günther Deschner | 2009-05-12 | 1 | -103/+131 |
| | | | | Guenther | ||||
* | s4-smbtorture: remove trailing whitespace in RPC-SAMR. | Günther Deschner | 2009-05-12 | 1 | -252/+252 |
| | | | | Guenther | ||||
* | s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test. | Günther Deschner | 2009-05-11 | 2 | -0/+67 |
| | | | | Guenther | ||||
* | s4-smbtorture: add optional very simple reply checks to lsa lookup name tests. | Günther Deschner | 2009-05-11 | 1 | -7/+34 |
| | | | | Guenther | ||||
* | s4-smbtorture: remove trailing whitespace in RPC-LSA test. | Günther Deschner | 2009-05-11 | 1 | -192/+192 |
| | | | | Guenther | ||||
* | s4-smbtorture: use struct torture_context in RPC-LSA. | Günther Deschner | 2009-05-11 | 1 | -211/+207 |
| | | | | Guenther | ||||
* | s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for ↵ | Günther Deschner | 2009-05-09 | 1 | -1/+3 |
| | | | | | | | | Samba3. With this, I think, we pass RPC-SAMR-USERS. Guenther | ||||
* | s4-smbtorture: skip unsupported ACB bits for Samba3 in RPC-SAMR-USER. | Günther Deschner | 2009-05-08 | 1 | -4/+10 |
| | | | | Guenther | ||||
* | s4-smbtorture: Support timestamp handling for Samba3 in RPC-SAMR-USERS. | Günther Deschner | 2009-05-08 | 1 | -8/+23 |
| | | | | | | Timestamps in passdb (currently) only have second granularity. Guenther | ||||
* | s4-smbtorture: Fix printf info-level mismatch in RPC-SAMR. | Günther Deschner | 2009-05-08 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4-smbtorture: avoid acct_flags check at the end of RPC-SAMR-PASSWORDS for ↵ | Günther Deschner | 2009-05-08 | 1 | -1/+4 |
| | | | | | | | | Samba3. I don't get this, why would the account suddenly get ACB_PWNOTREQ ? Guenther | ||||
* | s4-smbtorture: prepare for running RPC-SAMR-USERS against samba3. | Günther Deschner | 2009-05-08 | 1 | -16/+24 |
| | | | | | | | In Samba 3 there are no pdb calls to store comments, codepages and countrycodes (yet). Guenther | ||||
* | s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName ↵ | Günther Deschner | 2009-05-07 | 1 | -2/+8 |
| | | | | | | behaviour against Samba 3. Guenther | ||||
* | s4:RPC-ECHO: disable the timeout test as it can't work with our client library | Stefan Metzmacher | 2009-04-25 | 1 | -1/+4 |
| | | | | | | | We need proper ways to cancel requests in order to have that test working against a correctly behaving server over ncacn_np. metze | ||||
* | s4-smbtorture: add test_ControlService() to RPC-SVCCTL. | Günther Deschner | 2009-04-24 | 1 | -0/+34 |
| | | | | Guenther | ||||
* | s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL. | Günther Deschner | 2009-04-24 | 1 | -0/+34 |
| | | | | Guenther | ||||
* | s4-smbtorture: change default service to spooler in RPC-SVCCTL. | Günther Deschner | 2009-04-24 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4:torture Fix segfault in RPC-SAMSYNC | Andrew Bartlett | 2009-04-24 | 1 | -1/+1 |
| | | | | | | | This code needs to be fixed to match Win2008 behavior, but at least it does not segfault any more. Andrew Bartlett | ||||
* | s4:torture use common libcli/auth crypto code | Andrew Bartlett | 2009-04-23 | 1 | -11/+9 |
| | |||||
* | s4:librpc/rpc: remove async argument from the sync dcerpc_request() function | Stefan Metzmacher | 2009-04-20 | 3 | -6/+6 |
| | | | | metze | ||||
* | s4:torture/rpc: use dcerpc_ndr_request() for the object_uuid test | Stefan Metzmacher | 2009-04-20 | 1 | -10/+8 |
| | | | | | | As we want sync calls... metze | ||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 7 | -34/+166 |
|\ | |||||
| * | s4-smbtorture: test all levels in test_GetJob(). | Günther Deschner | 2009-04-20 | 1 | -8/+23 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Skip Job pause and resume on paused printers for Samba 3 for now. | Günther Deschner | 2009-04-17 | 1 | -2/+6 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3. | Günther Deschner | 2009-04-17 | 1 | -10/+13 |
| | | | | | | | | | | | | Yes, I feel dirty for this but promise to come back and fix appropriately. Guenther | ||||
| * | s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue. | Günther Deschner | 2009-04-17 | 1 | -0/+7 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLAST | Günther Deschner | 2009-04-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | against Samba3. Samba 3 does not (yet) get all the ACB_flag settings right upon creation. Guenther | ||||
| * | s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263. | Günther Deschner | 2009-04-17 | 2 | -0/+89 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Fix crash in RPC-LSA-LOOKUP | Günther Deschner | 2009-04-17 | 1 | -0/+2 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK. | Günther Deschner | 2009-04-15 | 1 | -7/+15 |
| | | | | | | | | | | | | Also disable security descriptor based tests while testing samba3. Guenther | ||||
| * | s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon. | Günther Deschner | 2009-04-15 | 1 | -6/+8 |
| | | | | | | | | Guenther | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2009-04-15 | 2 | -1/+35 |
|\| | | | | | | | libcli-auth-merge-without-netlogond | ||||
| * | s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call. | Günther Deschner | 2009-04-14 | 1 | -0/+3 |
| | | | | | | | | Guenther | ||||
| * | s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test. | Günther Deschner | 2009-04-14 | 1 | -1/+32 |
| | | | | | | | | Guenther | ||||
* | | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 2009-04-14 | 8 | -163/+174 |
| | | | | | | | | | | | | | | In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | ||||
* | | Port Samba4 to the new combined libcli/auth functions | Andrew Bartlett | 2009-04-14 | 1 | -41/+4 |
| | | | | | | | | | | | | | | For example, some of the new shared functionality was previously in the wkssvc torture test. Andrew Bartlett | ||||
* | | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 2009-04-14 | 1 | -116/+9 |
|/ | | | | | | | This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett | ||||
* | s4-smbtorture: fix two valgrind warnings. | Günther Deschner | 2009-04-13 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 ↵ | Günther Deschner | 2009-04-13 | 1 | -4/+8 |
| | | | | | | for now. Guenther | ||||
* | s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to ↵ | Günther Deschner | 2009-04-13 | 2 | -36/+36 |
| | | | | | | RPC-SPOOLSS-NOTIFY. Guenther | ||||
* | s4-smbtorture: use printerinfo level 1 name, not description in | Günther Deschner | 2009-04-13 | 1 | -4/+11 |
| | | | | | | test_EnumPrinters_old(). Guenther | ||||
* | s4-smbtorture: perform the ntsvcs devicelist tests against the Spooler service. | Günther Deschner | 2009-04-10 | 1 | -18/+38 |
| | | | | Guenther |