summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij38-306/+56
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij5-11/+20
2008-02-19Factor out IP marshalling into separate function.Jelmer Vernooij1-36/+43
2008-02-19Add configure test for vdeplug library.Jelmer Vernooij2-0/+10
2008-02-19Add VDE switch management functions.Jelmer Vernooij1-1/+26
2008-02-19Initial work on vde support.Jelmer Vernooij2-7/+21
2008-02-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij9-48/+50
2008-02-19Only set "interfaces = " line for client when necessary.Jelmer Vernooij1-1/+3
2008-02-19Add kvm name.Jelmer Vernooij1-1/+1
2008-02-19Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam1-3/+0
2008-02-19Allow loading kvm snapshots.Jelmer Vernooij1-1/+5
2008-02-19Fix a typo.Michael Adam1-1/+1
2008-02-19Adapt source code checkout information to git repo in talloc website.Michael Adam1-4/+5
2008-02-19Fix paths for talloc into unpacked directory (rsync commands).Michael Adam1-2/+2
2008-02-19Allow connecting to screen.Jelmer Vernooij2-3/+3
2008-02-19Start dhcp server for kvm machine.Jelmer Vernooij2-16/+70
2008-02-19initshutdown.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher2-20/+18
2008-02-19winreg.idl: get rid of initshutdown_String and use lsa_StringLargeStefan Metzmacher2-12/+17
2008-02-19drsblobs.idl: don't use asclstrStefan Metzmacher1-1/+2
2008-02-19lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher1-4/+4
2008-02-19lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL stringsStefan Metzmacher1-1/+1
2008-02-19Start and kill kvm instance properly.Jelmer Vernooij3-15/+35
2008-02-19Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij8-93/+110
2008-02-19Fix accidently introduced bug - thanks metze.Jelmer Vernooij1-1/+1
2008-02-19samba3rpc: Remove use of global_loadparm.Jelmer Vernooij1-31/+42
2008-02-19Avoid use of global_loadparm.Jelmer Vernooij1-6/+7
2008-02-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-9/+11
2008-02-19Remove uses of global_loadparm.Jelmer Vernooij3-15/+18
2008-02-19Fix quicktest.Jelmer Vernooij1-32/+32
2008-02-19Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett43-439/+537
2008-02-19kvm fixes.Jelmer Vernooij2-1/+4
2008-02-19To partially simplfy our gcov handling, move to the new --coverage option.Andrew Bartlett1-9/+10
2008-02-19Merge branch 'v4-0-trivial' into v4-0-kvmtestJelmer Vernooij1-1/+1
2008-02-19Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij1-1/+1
2008-02-19Add Kvm start code.Jelmer Vernooij2-0/+26
2008-02-19Add framework for Kvm test.Jelmer Vernooij2-3/+66
2008-02-19Add test for INCLUDE command.Jelmer Vernooij2-4/+6
2008-02-19Add INCLUDE command to pidl.Julien Kerihuel1-1/+20
2008-02-19Explain that these OIDs are DNsAndrew Bartlett1-0/+1
2008-02-18Fix local tests.Jelmer Vernooij1-2/+3
2008-02-18Fix dependency on popt.Jelmer Vernooij1-1/+2
2008-02-18When not using --immediate, use a one-line progress indicator in selftest.Jelmer Vernooij1-2/+9
2008-02-18Use consistent hierarchical naming for tests used in selftest.Jelmer Vernooij3-120/+134
2008-02-18Fix summary.Jelmer Vernooij1-3/+2
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij15-96/+96
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij4-26/+13
2008-02-18Be a little bit less strict about recursive dependencies.Jelmer Vernooij1-2/+5
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij8-20/+20
2008-02-18Build complete static libraries.Jelmer Vernooij5-38/+17
2008-02-18Simplify handling of ALL_OBJS.Jelmer Vernooij2-9/+1