summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij11-97/+13
2008-02-16Remove some unused code.Jelmer Vernooij1-8/+1
2008-02-16Avoid creating a whole bunch of files in bin/modules.Jelmer Vernooij1-18/+3
2008-02-16Remove some unused code.Jelmer Vernooij2-13/+6
2008-02-16Use make list concatenation support to create list of object files for subsys...Jelmer Vernooij3-23/+21
2008-02-16Use make to generate list of python files, remove unused variable.Jelmer Vernooij1-9/+2
2008-02-16Remove unused ALL_OBJS variable.Jelmer Vernooij1-14/+3
2008-02-16Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2-7/+2
2008-02-16Use make to create lists of pc files and prototype headers.Jelmer Vernooij2-5/+8
2008-02-16Use make to generate list of prototype headers.Jelmer Vernooij1-4/+2
2008-02-16Use make to generate lists of libraries.Jelmer Vernooij1-6/+2
2008-02-16Generate manpage list with make.Jelmer Vernooij1-4/+1
2008-02-16Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij1-6/+2
2008-02-16Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2-8/+4
2008-02-16Remove unused code.Jelmer Vernooij2-8/+4
2008-02-16Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2-13/+20
2008-02-16Simplify handling of plugin installation.Jelmer Vernooij2-13/+20
2008-02-16use gmake to handle .py file copies.Jelmer Vernooij2-3/+5
2008-02-16Rely on GNU make to build static libraries.Jelmer Vernooij2-4/+7
2008-02-16Revert "Allow LDB to be a static library again."Jelmer Vernooij4-0/+29
2008-02-16Add static header for gencache.Jelmer Vernooij2-5/+95
2008-02-16Allow LDB to be a static library again.Jelmer Vernooij4-29/+0
2008-02-16Add static header for gencache.Jelmer Vernooij2-5/+95
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
2008-02-15Unconditionally run the python tests.Jelmer Vernooij1-30/+26
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij6-55/+123
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij17-469/+477
2008-02-15Mark the provision_bare() test as known failing for now.Jelmer Vernooij1-0/+1
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij5-186/+202
2008-02-15lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
2008-02-15lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
2008-02-15epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher1-1/+10
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher1-0/+3
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
2008-02-15NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher1-4/+16
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+1
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
2008-02-15fix typoAndrew Tridgell1-1/+1
2008-02-15added a blackbox test for masktestAndrew Tridgell2-5/+11
2008-02-15fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell1-94/+63
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell3-95/+72
2008-02-15added blackbox testing for locktestAndrew Tridgell2-1/+16
2008-02-15add some info on running testsAndrew Tridgell1-0/+21