summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-0110-313/+12
|
* Make schannel not depend on samdb anymore.Simo Sorce2009-02-012-6/+61
|
* "test" expects only one =Björn Jacke2009-02-011-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Start restoring the sqlite3 backendSimo Sorce2009-01-311-320/+357
| | | | Passes many tests but not all yet.
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-0113-27/+30
| | | | metze
* s4:lib/messaging: fix warnings in testsuiteStefan Metzmacher2009-02-011-2/+2
| | | | metze
* s4:lib/messaging: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-29/+29
| | | | metze
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-49/+50
| | | | metze
* s4:nbt_server/wins/: fix compiler warnings in winsdb.cStefan Metzmacher2009-02-011-1/+1
| | | | metze
* s4:auth: try to fix the build on SolarisStefan Metzmacher2009-01-311-0/+1
| | | | | | MAXHOSTNAMELEN comes in via system/network.h now. metze
* s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher2009-01-311-1/+1
| | | | metze
* s4:heimdal_build: fix the build of asn1_compile and compile_etStefan Metzmacher2009-01-311-4/+2
| | | | | | | We should not link in heimdal_build/replace.ho twice. HEIMDAL_ROKEN has everything we need.... metze
* s4:build: require ldb 0.9.3 when building against an external libraryStefan Metzmacher2009-01-311-1/+1
| | | | metze
* heimdal: void functions should not return a valueStefan Metzmacher2009-01-311-1/+1
| | | | metze
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-303-5/+2
|
* Install mising public headersSimo Sorce2009-01-301-1/+1
|
* Fix proxy moduleSimo Sorce2009-01-301-2/+2
|
* Bump up ldb version to 0.9.3 after latest changesSimo Sorce2009-01-301-1/+1
|
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-3019-574/+817
| | | | The only 2 modules escaping the rule so far are rootdse and partitions
* s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2009-01-302-9/+25
| | | | metze
* s4:heimdal_build: heimdal requires u_int32_t and u_charStefan Metzmacher2009-01-301-0/+3
| | | | metze
* selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2009-01-301-1/+2
| | | | metze
* heimdal:hdb: always include "config.h" firstStefan Metzmacher2009-01-301-0/+4
| | | | metze
* s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
| | | | | | This fixes the build on Tru64. metze
* heimdal:camellia: include roken.hStefan Metzmacher2009-01-302-0/+4
| | | | metze
* Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper"Stefan Metzmacher2009-01-301-1/+0
| | | | | | | | This reverts commit 334c6e6b78de8529fce0061efd5249f8fe2d256f. This breaks the build later in the ntvfs code... metze
* s4:heimdal_build: add a dummy define for dirfd()Stefan Metzmacher2009-01-301-0/+4
| | | | metze
* heimdal:roken: arg_match_long() should return a valueStefan Metzmacher2009-01-301-0/+3
| | | | | | This should fix a build problem on IRIX. metze
* 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