summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher2009-01-301-2/+2
| | | | | | This should fix problems with the IRIX build. metze
* s4:heimdal_build: include "system/network.h" via config.h wrapperStefan Metzmacher2009-01-301-0/+1
| | | | | | This fixes build problems on Tru64. metze
* heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher2009-01-301-0/+3
| | | | metze
* heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2009-01-302-0/+13
| | | | metze
* heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher2009-01-301-0/+2
| | | | metze
* s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher2009-01-301-4/+3
| | | | metze
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-302-1/+7
|
* Fix misfiled headers.Simo Sorce2009-01-304-14/+12
| | | | | Some public functions were mistakenly put into ldb_private.h Revert all modules to only include ldb_module.h
* s4:selftest: run RPC-COUNTCALLS as dc:localStefan Metzmacher2009-01-301-1/+4
| | | | metze
* s4:selftest: run ncalrpc tests in dc:local modeStefan Metzmacher2009-01-301-12/+22
| | | | metze
* selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher2009-01-301-7/+2
| | | | metze
* s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2009-01-302-0/+2
| | | | metze
* selftest: allow environment optionsStefan Metzmacher2009-01-301-2/+2
| | | | | | | | | We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze
* Fix standalone configure scriptsSimo Sorce2009-01-302-1/+2
|
* Fix the mess with ldb includes.Simo Sorce2009-01-3077-578/+1031
| | | | | | | | Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them.
* quote ' inside '...' and make sure shell isn't eating \ by using perl here.Björn Jacke2009-01-291-5/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Stop installing events.h - it contains a broken include itself andJelmer Vernooij2009-01-282-3/+0
| | | | should be considered internal now.
* pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij2009-01-261-1/+1
| | | | to NTSTATUS first.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-253-1/+170
|\
| * s4-smbtorture: add my copyright.Günther Deschner2009-01-241-0/+1
| | | | | | | | Guenther
| * s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner2009-01-241-0/+69
| | | | | | | | Guenther
| * s4-smbtorture: add test_GetLogIntormation test.Günther Deschner2009-01-241-0/+48
| | | | | | | | Guenther
| * s4-smbtorture: add ReportEventW test.Günther Deschner2009-01-241-0/+50
| | | | | | | | Guenther
| * s4: add ../lib/async_req to the s4 buildKai Blin2009-01-231-0/+1
| |
| * s4: we're on the way to alhpa7Stefan Metzmacher2009-01-231-1/+1
| | | | | | | | metze
* | Add prototypes required by samba-gtk.Jelmer Vernooij2009-01-252-0/+11
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-221-10/+0
|\
| * Do not start a transaction this way.Simo Sorce2009-01-221-10/+0
| | | | | | | | | | | | | | | | | | | | | | Because we still want to commit any changes that successfully apply we never want to do a global cancel, and because of how transaction nesting works that means we never cancel any "transaction" at the single modify operation level. Let each operation start its own transaction so that the transaction is properly canceled if any error is returned and half committed operations (though plugins failing) are properly reverted on a per operation basis.
* | Remove obsolete samr Python module - use samba.dcerpc.samr instead.Jelmer Vernooij2009-01-221-759/+0
| |
* | Implement as_sddl.Jelmer Vernooij2009-01-222-1/+29
| |
* | Support parsing sddl for security descriptors.Jelmer Vernooij2009-01-222-2/+37
| |
* | Move configure test files to the top-level and share them between s3 andJelmer Vernooij2009-01-2213-1293/+6
|/ | | | s4.
* libsmbconf: Add build magic for Samba 4.Jelmer Vernooij2009-01-211-0/+1
|
* Move check_python.m4 to common m4 directory.Jelmer Vernooij2009-01-212-101/+1
|
* Only check for Perl once in Samba 3.Jelmer Vernooij2009-01-212-33/+1
|
* Move check_make.m4 to the top-level.Jelmer Vernooij2009-01-212-34/+1
|
* Use script path to find the setup directory.Jelmer Vernooij2009-01-213-3/+3
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-219-156/+153
|\
| * s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-217-148/+143
| | | | | | | | metze
| * s4:selftest: reference binaries via variables in tests.shStefan Metzmacher2009-01-211-7/+9
| | | | | | | | metze
| * s4:python glue: fix dependecy to pyldbStefan Metzmacher2009-01-211-1/+1
| | | | | | | | metze
* | Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij2009-01-211-1/+1
|/ | | | client code.
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-217-29/+36
| | | | metze
* Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij2009-01-191-5/+8
| | | | Don't include GIT revision in release version strings.
* Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij2009-01-193-3/+19
| | | | fixes test.
* nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher2009-01-191-2/+3
| | | | | metze (from samba4wins tree ba45b14b48f62eb1668509738f83fa17a4ce95fd)
* nbt_server/wins: add some constStefan Metzmacher2009-01-191-3/+4
| | | | | metze (from samba4wins tree e54b2d3ddbf338fe5d9802724e76f320fd4423e5)
* nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2009-01-192-2/+2
| | | | | metze (from samba4wins tree 0f2995f77ab092d71e539c2473c94956f9c253fb)
* wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher2009-01-193-3/+25
| | | | | metze (from samba4wins tree f44c8c8e1986e2105e899bb1f8a3896575eef582)
* libcli/wrepl: return the major version of the server in wrepl_associate()Stefan Metzmacher2009-01-192-0/+2
| | | | | metze (from samba4wins tree 1ea02d50d1607b94e15ff07568fa5056cb6e4f09)