summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4 torture: Fix typoTim Prouty2009-05-181-1/+1
|
* s4-smbtorture: Fix build warning in RPC-SAMR tests.Günther Deschner2009-05-191-2/+2
| | | | Guenther
* s4-smbtorture: add RPC-SAMR-USERS-PRIVILEGES test.Günther Deschner2009-05-182-9/+387
| | | | | | | This test demonstrates the independence of the lsa and samr accounts while remove a samr users that still has privileges granted. Guenther
* tevent: Remove python module.Jelmer Vernooij2009-05-162-3/+0
| | | | | | | | | This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-164-152/+564
|
* errormap: Remove wbc -> NTSTATUS error map for now. It is not used.Jelmer Vernooij2009-05-151-37/+0
| | | | | | | This was breaking the Samba 4 installation since it added dependencies on header files we weren't installing. Confirmed with Kai.
* s4:nbtd Use str_list_make_single() to turn iname->wins_server into a listAndrew Bartlett2009-05-141-1/+1
|
* s4:libnet Use str_list_make_single() in resolv codeAndrew Bartlett2009-05-141-1/+1
|
* dsdb:schema Use str_list_make_empty() to create an empty listAndrew Bartlett2009-05-141-5/+5
|
* s4:torture Use str_list_make_single where appropriateAndrew Bartlett2009-05-141-10/+10
|
* s4-selftest: match new name of RPC-SAMR-ACCESSMASK.Günther Deschner2009-05-132-2/+2
| | | | Guenther
* s4-smbtorture: split RPC-SAMR-ACCESSMASK into several tests.Günther Deschner2009-05-131-34/+24
| | | | Guenther
* s4-smbtorture: cosmetic cleanup for RPC-SAMR-ACCESSMASK.Günther Deschner2009-05-131-50/+50
| | | | Guenther
* s4 config-summary: Fix printing of which libraries are external andJelmer Vernooij2009-05-131-2/+8
| | | | internal.
* s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.Günther Deschner2009-05-121-1/+2
| | | | Guenther
* s4-smbtorture: Skip secdesc set calls for non-user objects in RPC-SAMR for ↵Günther Deschner2009-05-121-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 Deschner2009-05-121-1/+1
| | | | | | in RPC-SAMR. Guenther
* s4-smbtorture: switch to use torture_context in RPC-SAMR.Günther Deschner2009-05-121-103/+131
| | | | Guenther
* s4-smbtorture: remove trailing whitespace in RPC-SAMR.Günther Deschner2009-05-121-252/+252
| | | | Guenther
* s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test.Günther Deschner2009-05-112-0/+67
| | | | Guenther
* s4-smbtorture: add optional very simple reply checks to lsa lookup name tests.Günther Deschner2009-05-111-7/+34
| | | | Guenther
* s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher2009-05-111-0/+2
| | | | metze
* Move SMB2 constants to a separate fileVolker Lendecke2009-05-112-114/+140
|
* Fix SMB2_CAP_DFSVolker Lendecke2009-05-111-1/+1
|
* s4-smbtorture: remove trailing whitespace in RPC-LSA test.Günther Deschner2009-05-111-192/+192
| | | | Guenther
* s4-smbtorture: use struct torture_context in RPC-LSA.Günther Deschner2009-05-111-211/+207
| | | | Guenther
* s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for ↵Günther Deschner2009-05-091-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 Deschner2009-05-081-4/+10
| | | | Guenther
* s4-smbtorture: Support timestamp handling for Samba3 in RPC-SAMR-USERS.Günther Deschner2009-05-081-8/+23
| | | | | | Timestamps in passdb (currently) only have second granularity. Guenther
* s4-smbtorture: Fix printf info-level mismatch in RPC-SAMR.Günther Deschner2009-05-081-1/+1
| | | | Guenther
* s4:loadparm: fix a comment typo. and line wrapping.Michael Adam2009-05-081-1/+2
| | | | Michael
* s4:loadparm: fix brace indentation and add brace for clarityMichael Adam2009-05-081-2/+4
| | | | Michael
* s4-smbtorture: avoid acct_flags check at the end of RPC-SAMR-PASSWORDS for ↵Günther Deschner2009-05-081-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 Deschner2009-05-081-16/+24
| | | | | | | In Samba 3 there are no pdb calls to store comments, codepages and countrycodes (yet). Guenther
* Fix missing backtick.Praveen Arimbrathodiyil2009-05-071-1/+1
|
* s4-smbtorture: Avoid failing RPC-SCHANNEL when testing lsa_GetUserName ↵Günther Deschner2009-05-071-2/+8
| | | | | | behaviour against Samba 3. Guenther
* Fix Coverity 911: FORWARD_NULL. Metze, please check!Volker Lendecke2009-05-021-1/+2
|
* s4:rpc_server: convert the socket based part to use the tstream interfaceStefan Metzmacher2009-05-012-67/+335
| | | | metze
* s4:smbd: depend on NAMED_PIPE_AUTH_TSTREAM...Stefan Metzmacher2009-05-011-1/+1
| | | | metze
* libcli/named_pipe_auth: add tstream_npa_connect_send/recv()Stefan Metzmacher2009-05-011-0/+1
| | | | | | | Add a tstream client implemenation for the named pipe auth code. This supports byte and message mode. metze
* s4:smbd: add support for named_pipe_auth level 2 in service_named_pipe...Stefan Metzmacher2009-05-011-4/+55
| | | | metze
* s4:libcli: remember operating system and lan manager strings from session setupStefan Metzmacher2009-05-012-0/+24
| | | | metze
* s4:libcli/raw: write can return STATUS_BUFFER_OVERFLOW as a real errorStefan Metzmacher2009-05-011-1/+1
| | | | | | We should not try to parse the result if the status is not NT_STATUS_OK. metze
* Fix Coverity ID 853 (UNINIT) -- Kai, please check!Volker Lendecke2009-04-281-0/+3
|
* s4:selftest: don't run the smb2.durable.open testStefan Metzmacher2009-04-251-0/+1
| | | | | | it often crashes when the server doesn't support them. metze
* s4:RPC-ECHO: disable the timeout test as it can't work with our client libraryStefan Metzmacher2009-04-251-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
* RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codesStefan Metzmacher2009-04-251-7/+13
| | | | metze
* s4:torture: use torture api instead of printf for RAW-LOCKStefan Metzmacher2009-04-251-234/+168
| | | | metze
* s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher2009-04-251-0/+2
| | | | metze
* s4:tortore: use torture api instead of printf in RAW-RENAMEStefan Metzmacher2009-04-251-36/+38
| | | | metze