summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce19-574/+817
2009-01-30s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2-9/+25
2009-01-30s4:heimdal_build: heimdal requires u_int32_t and u_charStefan Metzmacher1-0/+3
2009-01-30selftest: pass down the path to python for provisioning samba4Stefan Metzmacher1-1/+2
2009-01-30heimdal:hdb: always include "config.h" firstStefan Metzmacher1-0/+4
2009-01-30s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher1-0/+1
2009-01-30heimdal:camellia: include roken.hStefan Metzmacher2-0/+4
2009-01-30Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper"Stefan Metzmacher1-1/+0
2009-01-30s4:heimdal_build: add a dummy define for dirfd()Stefan Metzmacher1-0/+4
2009-01-30heimdal:roken: arg_match_long() should return a valueStefan Metzmacher1-0/+3
2009-01-30heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher1-2/+2
2009-01-30s4:heimdal_build: include "system/network.h" via config.h wrapperStefan Metzmacher1-0/+1
2009-01-30heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher1-0/+3
2009-01-30heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2-0/+13
2009-01-30heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher1-0/+2
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher1-4/+3
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce2-1/+7
2009-01-30Fix misfiled headers.Simo Sorce4-14/+12
2009-01-30s4:selftest: run RPC-COUNTCALLS as dc:localStefan Metzmacher1-1/+4
2009-01-30s4:selftest: run ncalrpc tests in dc:local modeStefan Metzmacher1-12/+22
2009-01-30selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher1-7/+2
2009-01-30s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2-0/+2
2009-01-30selftest: allow environment optionsStefan Metzmacher1-2/+2
2009-01-30Fix standalone configure scriptsSimo Sorce2-1/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce77-578/+1031
2009-01-29quote ' inside '...' and make sure shell isn't eating \ by using perl here.Björn Jacke1-5/+3
2009-01-28Stop installing events.h - it contains a broken include itself andJelmer Vernooij2-3/+0
2009-01-26pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij1-1/+1
2009-01-25Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-1/+170
2009-01-25Add prototypes required by samba-gtk.Jelmer Vernooij2-0/+11
2009-01-24s4-smbtorture: add my copyright.Günther Deschner1-0/+1
2009-01-24s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner1-0/+69
2009-01-24s4-smbtorture: add test_GetLogIntormation test.Günther Deschner1-0/+48
2009-01-24s4-smbtorture: add ReportEventW test.Günther Deschner1-0/+50
2009-01-23s4: add ../lib/async_req to the s4 buildKai Blin1-0/+1
2009-01-23s4: we're on the way to alhpa7Stefan Metzmacher1-1/+1
2009-01-22Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-10/+0
2009-01-22Do not start a transaction this way.Simo Sorce1-10/+0
2009-01-22Remove obsolete samr Python module - use samba.dcerpc.samr instead.Jelmer Vernooij1-759/+0
2009-01-22Implement as_sddl.Jelmer Vernooij2-1/+29
2009-01-22Support parsing sddl for security descriptors.Jelmer Vernooij2-2/+37
2009-01-22Move configure test files to the top-level and share them between s3 andJelmer Vernooij13-1293/+6
2009-01-21libsmbconf: Add build magic for Samba 4.Jelmer Vernooij1-0/+1
2009-01-21Move check_python.m4 to common m4 directory.Jelmer Vernooij2-101/+1
2009-01-21Only check for Perl once in Samba 3.Jelmer Vernooij2-33/+1
2009-01-21Move check_make.m4 to the top-level.Jelmer Vernooij2-34/+1
2009-01-21Use script path to find the setup directory.Jelmer Vernooij3-3/+3
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij9-156/+153
2009-01-21Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij1-1/+1
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher7-148/+143