summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+1
| | | | | | | | This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-182-33/+81
| | | | | | | | | | | | | | | Patch for bug #4939 This refactors the NETLOGON code related to this bug: - Introduces a new "SYNCSTATE" enum required by the "DatabaseSync2" call (acc. to WSPP) - Make "DatabaseSync" dependant from "DatabaseSync2" (acc. to WSPP) - Let "DatabaseSync2" return NT_STATUS_NOT_IMPLEMENTED (I'm not sure if this is also true when a domain is running in mixed mode) - Make "LogonControl" and "LogonControl2" dependant form "LogonControl2Ex" (acc. to WSPP) - Let "LogonControl2Ex" return WERR_NOT_SUPPORTED for now
* Use system Python LDB bindings, if present.Jelmer Vernooij2009-06-181-1/+9
|
* Use system LDB by default if the right version was found.Jelmer Vernooij2009-06-181-2/+2
|
* dsdb: Fix build against system ldb.Jelmer Vernooij2009-06-183-3/+3
|
* selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij2009-06-181-11/+32
| | | | conditions.
* smb_build: Always build modules for system-libraries as shared libraries,Jelmer Vernooij2009-06-181-2/+3
| | | | since they can't be included in the static library.
* Fix build with system LDB.Jelmer Vernooij2009-06-184-4/+4
|
* configure: Use Python tdb bindings from the system, if found.Jelmer Vernooij2009-06-181-3/+10
|
* Remove outdated Python status file.Jelmer Vernooij2009-06-182-16/+2
|
* Only install an explicit set of scripts during "make install", rather thanJelmer Vernooij2009-06-171-1/+8
| | | | whatever happens to be in the source tree.
* Make fullschema script executable.Jelmer Vernooij2009-06-171-0/+0
|
* pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2009-06-172-14/+42
|
* pyldb: Fix memory leak in Dn.get_parent().Jelmer Vernooij2009-06-171-2/+16
|
* pyldb: Fix memory leak in Dn.concat.Jelmer Vernooij2009-06-171-3/+12
|
* pyldb/tests: Use different dn's everywhere, to easily spot which test isJelmer Vernooij2009-06-171-49/+49
| | | | breaking in gdb.
* pyldb: Fix another memory leak and reference counting error.Jelmer Vernooij2009-06-171-12/+24
|
* param/python: Fix memory leak of LoadParm objects.Jelmer Vernooij2009-06-171-1/+12
|
* pycredentials: Raise MemoryError when unable to create objects.Jelmer Vernooij2009-06-171-1/+6
|
* pyldb: Fix memory leak of LdbMessage's created from Python.Jelmer Vernooij2009-06-171-3/+7
|
* pycredentials: Fix memory leak.Jelmer Vernooij2009-06-171-1/+7
|
* pyldb: Fix two memory leaks of attribute lists.Jelmer Vernooij2009-06-171-3/+20
|
* pyldb: Fix segfault, freeing memory too early in search.Jelmer Vernooij2009-06-171-4/+14
|
* pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij2009-06-172-1/+20
| | | | Found by: Андрей Григорьев <andrew@ei-grad.ru>
* s4-smbtorture: add test for NetUserSetInfo level 0 (user rename).Günther Deschner2009-06-171-2/+13
| | | | Guenther
* s4-smbtorture: use torture_comment in RPC-SAMR-USERS-PRIVILEGES test.Günther Deschner2009-06-171-15/+15
| | | | Guenther
* s4-smbtorture: use TORTURE_TEST_USER define in libnetapi user test.Günther Deschner2009-06-171-17/+15
| | | | Guenther
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-163-2/+53
|
* python: Add API for accessing available shares.Jelmer Vernooij2009-06-163-0/+101
|
* Fix the posixtimedlock testVolker Lendecke2009-06-151-8/+53
| | | | | The previous version depended on the fact that smb_raw_lock_send just queued stuff. This changed with ebf5523b6e2ae0.
* smbtorture: Output subunit by default.Jelmer Vernooij2009-06-131-1/+1
|
* smbtorture: Remove unused 'quiet' output format.Jelmer Vernooij2009-06-131-36/+0
|
* selftest: Fix references to filenames with knownfailures and slow tests.Jelmer Vernooij2009-06-121-2/+2
|
* selftest: Add option to strip output of succeeded tests, and use it onJelmer Vernooij2009-06-121-1/+1
| | | | | | the buildfarm. The matches the behaviour we had earlier in the previous output format.
* selftest: Output subunit on the buildfarm.Jelmer Vernooij2009-06-121-0/+5
|
* ad-schema/license.txt: Fix typo.Jelmer Vernooij2009-06-121-2/+2
|
* two more NT status codes that we get on DRS with w2k8-R2Andrew Tridgell2009-06-121-0/+2
|
* always enable RPC debugging with a debug level >= 100.Andrew Tridgell2009-06-122-0/+8
| | | | | This helps with tools where setting the binding string is not possible, such as net
* Add supportedCapabilities to our rootDSEAndrew Bartlett2009-06-121-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
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit ↵Andrew Bartlett2009-06-12327-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
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-111-1/+4
|
* selftest: Fix subunit stream to include the right prefixes rather thanJelmer Vernooij2009-06-111-1/+1
| | | | extending the subunit protocol.
* selftest: Use external processes for filtering known failures and prettyJelmer Vernooij2009-06-111-16/+14
| | | | formatting.
* selftest: Use filter-xfail for known failuresJelmer Vernooij2009-06-111-2/+5
|
* selftest: Use subunit internally, and a separate test output formatter.Jelmer Vernooij2009-06-111-18/+19
|
* A script to compare the differences in nTSecurityDescriptor between 2 hostsNadezhda Ivanova2009-06-111-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.
* fixed some places where RPC-SECRETS needs to be changed to RPC-LSA-SECRETSAndrew Tridgell2009-06-101-6/+6
| | | | | this copes with a rename of SECRETS to LSA-SECRETS in an earlier patch by gd
* fixed the encoding/decoding of the reverse attribute for server side sortAndrew Tridgell2009-06-101-3/+10
|
* Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005Donald T. Davis2009-06-101-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>
* Remove copy of kerberos-notes.txt added in incorrect locationAndrew Bartlett2009-06-101-760/+0
|