Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-12 | selftest: Fix references to filenames with knownfailures and slow tests. | Jelmer Vernooij | 1 | -2/+2 | |
2009-06-12 | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 1 | -1/+1 | |
the buildfarm. The matches the behaviour we had earlier in the previous output format. | |||||
2009-06-12 | selftest: Output subunit on the buildfarm. | Jelmer Vernooij | 1 | -0/+5 | |
2009-06-12 | ad-schema/license.txt: Fix typo. | Jelmer Vernooij | 1 | -2/+2 | |
2009-06-12 | two more NT status codes that we get on DRS with w2k8-R2 | Andrew Tridgell | 1 | -0/+2 | |
2009-06-12 | always enable RPC debugging with a debug level >= 100. | Andrew Tridgell | 2 | -0/+8 | |
This helps with tools where setting the binding string is not possible, such as net | |||||
2009-06-12 | Add supportedCapabilities to our rootDSE | Andrew Bartlett | 1 | -0/+3 | |
This makes AD client tools happier, as they know they are talking to an AD server. per Bug 6229 by Matthieu Patou <mat@matws.net> Andrew Bartlett | |||||
2009-06-12 | s4:heimdal: import lorikeet-heimdal-200906080040 (commit ↵ | Andrew Bartlett | 327 | -7112/+9481 | |
904d0124b46eed7a8ad6e5b73e892ff34b6865ba) Also including the supporting changes required to pass make test A number of heimdal functions and constants have changed since we last imported a tree (for the better, but inconvenient for us). Andrew Bartlett | |||||
2009-06-11 | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 1 | -1/+4 | |
2009-06-11 | selftest: Fix subunit stream to include the right prefixes rather than | Jelmer Vernooij | 1 | -1/+1 | |
extending the subunit protocol. | |||||
2009-06-11 | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 1 | -16/+14 | |
formatting. | |||||
2009-06-11 | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 1 | -2/+5 | |
2009-06-11 | selftest: Use subunit internally, and a separate test output formatter. | Jelmer Vernooij | 1 | -18/+19 | |
2009-06-11 | A script to compare the differences in nTSecurityDescriptor between 2 hosts | Nadezhda Ivanova | 1 | -0/+153 | |
This script walks the schema, configuration and domain partitions of the locally installed Ldb and a remote hosts and compares the descriptors disregarding the difference in domain SID. The goal is to make sure a freshly provisioned Samba has the correct descriptors so ACLs work correctly. It outputs the descriptors in short SDDL, where the correct SIDs are to be replaced during provisioning. Optionally it can be output as an LDIF file with the current local domain and domain SIDs. | |||||
2009-06-10 | fixed some places where RPC-SECRETS needs to be changed to RPC-LSA-SECRETS | Andrew Tridgell | 1 | -6/+6 | |
this copes with a rename of SECRETS to LSA-SECRETS in an earlier patch by gd | |||||
2009-06-10 | fixed the encoding/decoding of the reverse attribute for server side sort | Andrew Tridgell | 1 | -3/+10 | |
2009-06-10 | Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005 | Donald T. Davis | 1 | -154/+448 | |
Compiled with Andrew over a series of phone calls and gobby sessions, with the aim of documenting Kerberos requirements for Samba to us an alternate (ie, MIT) Kerberos library. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-06-10 | Remove copy of kerberos-notes.txt added in incorrect location | Andrew Bartlett | 1 | -760/+0 | |
2009-06-10 | Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005 | Donald T. Davis | 1 | -0/+760 | |
Compiled with Andrew over a series of phone calls and gobby sessions with Andrew, with the aim of documenting Kerberos requirements for Samba to us an alternate (ie, MIT) Kerberos library. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-06-10 | fixed server side sort control | Andrew Tridgell | 1 | -4/+7 | |
when sorting a record that does not have the requested sort attribute then put those records last in the sort result | |||||
2009-06-10 | fixed server side sorting of case-insensitive strings | Andrew Tridgell | 1 | -3/+0 | |
The sort module uses ldb_comparison_fold() as the comparison function for case-insensitive attributes. In other places the function is being used to produce a boolean, but for sorting we care about ordering. The n1 - n2 return was sorting by length, not value | |||||
2009-06-09 | Fix installation path of the subunit python modules. | Timur I Bakeyev | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-06-09 | s4-tests: Add separate variable for tap2subunit. | Jelmer Vernooij | 1 | -2/+3 | |
2009-06-09 | SMB2-COMPOUND: add some tests for invalid requests | Stefan Metzmacher | 1 | -0/+201 | |
TODO: check why the INVALID1 tests fails with --signing=required. metze | |||||
2009-06-09 | s4:smb2srv: don't allow the related flag on the first request in a ↵ | Stefan Metzmacher | 1 | -0/+7 | |
compounded chain metze | |||||
2009-06-09 | s4: smbcli_transport_send hit the socket right away if possible | Sam Liddicott | 1 | -0/+7 | |
[Metze; "make test" on git master outputs exactly the same test summary with our without this patch (apart from the "using seed" lines)] If the transport socket is writable, then push the queue along rather than wait until the caller returns back to the tevent loop. This strategy keeps the sockets piping hot, and is particularly good for cases where reading requests from one socket causes lots of writes on another socket, or where lots of writes are made in a batch. It doesn't matter if the socket is not writeable yet, packet_queue_run will return quite cheaply in such a case. Signed-off-by: Sam Liddicott <sam@liddicott.com> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-09 | s4:torture: add SMB2-COMPOUND test | Stefan Metzmacher | 3 | -1/+245 | |
metze | |||||
2009-06-09 | s4:smb2srv: correctly fail remaining compounded requests after a failure | Stefan Metzmacher | 2 | -5/+18 | |
metze | |||||
2009-06-09 | s4:smb2srv: remove old TODO comment, we already check the seqnum | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2009-06-09 | s4:smb2srv: fix handling of multiple compounded requests | Stefan Metzmacher | 1 | -7/+12 | |
metze | |||||
2009-06-09 | s4:smb2srv: remove the chained file handle on close | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-06-09 | s4:libcli/smb2: add smb2_transport_credits_ask_num() | Stefan Metzmacher | 3 | -2/+13 | |
metze | |||||
2009-06-09 | s4:libcli/smb2: only add the 1 byte dynamic buffer padding for non ↵ | Stefan Metzmacher | 1 | -2/+6 | |
compounded requests metze | |||||
2009-06-09 | s4:libcli/smb2: add support sending compounded requests | Stefan Metzmacher | 3 | -50/+205 | |
metze | |||||
2009-06-09 | s4:libcli/smb2: prepare SMB2 signing code for compounded requests | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2009-06-09 | s4-selftest: change rpc.secrets to rpc.lsa.secrets here as well. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-06-09 | s4-smbtorture: rename SECRETS to LSA-SECRETS. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-06-09 | work around conflict in pidfile() prototype for heimdal on NetBSD5 | Andrew Tridgell | 1 | -0/+7 | |
2009-06-08 | s4-smbtorture: when testing RPC-SAMR-LARGE-DC its fine to just close the ↵ | Günther Deschner | 1 | -13/+17 | |
objects. Guenther | |||||
2009-06-08 | s4-smbtorture: add test_QueryDisplayInfo_level to RPC-SAMR-LARGE-DC. | Günther Deschner | 1 | -6/+79 | |
Guenther | |||||
2009-06-08 | python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-08 | s4:heimdal: fix build on FreeBSD | Björn Jacke | 2 | -1/+4 | |
Patch from Timur I. Bakeyev sent to samba-technical: Heimdal requires openpty() presence. FreeBSD has in in standard libc, so autodetection works, but compilation fails, as declaration of this function is missing. This patch adds proper header detection and inclusion for openpty(). | |||||
2009-06-08 | s4-smbtorture: also test for "all" architecture in enum driver tests in ↵ | Günther Deschner | 1 | -5/+28 | |
RPC-SPOOLSS. Guenther | |||||
2009-06-08 | s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-06-08 | Make tunable for modulesdir | Timur I. Bakeyev | 1 | -0/+16 | |
This patch is for Samba4. It adds configure tunable for modulesdir - location, where modules should be installed. In the case, when no FHS compliance is used and libdir is redefined, modulesdir still points to $PREFIX/modules. In some installations it may be not desired. I'd rather set it myself :) So, here is the patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-08 | rl_event_hook detection | Timur I. Bakeyev | 1 | -1/+4 | |
This patch is relevant for Samba4 source mostly. The way, how readline compiled under FreeBSD makes it require stdio.h to get all the necessary declarations. Without this addition rl_event_hook is not properly detected. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-08 | s4-smbtorture: exclude oem_information checking for s3 in RPC-SAMR. | Günther Deschner | 1 | -4/+10 | |
Guenther | |||||
2009-06-07 | s4-smbtorture: skip samr MultipleMember alias tests for 3 as well as we do ↵ | Günther Deschner | 1 | -2/+3 | |
already for s4. Guenther | |||||
2009-06-06 | Allow access as SYSTEM on a privileged ldapi connection | Volker Lendecke | 1 | -13/+83 | |
This patch creates ldap_priv/ as a subdirectory under the private dir with the appropriate permissions to only allow the same access as the privileged winbind socket allows. Connecting to ldap_priv/ldapi gives SYSTEM access to the ldap database. | |||||
2009-06-06 | Fix some nonempty blank lines | Volker Lendecke | 2 | -64/+60 | |