summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge unused function.Jelmer Vernooij2008-02-161-11/+2
* | | | | Properly escape quotes in init functions.Jelmer Vernooij2008-02-161-1/+5
* | | | | Move logic to makefileJelmer Vernooij2008-02-161-3/+3
* | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-1611-97/+13
* | | | | Remove some unused code.Jelmer Vernooij2008-02-161-8/+1
* | | | | Avoid creating a whole bunch of files in bin/modules.Jelmer Vernooij2008-02-161-18/+3
* | | | | Remove some unused code.Jelmer Vernooij2008-02-162-13/+6
* | | | | Use make list concatenation support to create list of object files for subsys...Jelmer Vernooij2008-02-163-23/+21
* | | | | Use make to generate list of python files, remove unused variable.Jelmer Vernooij2008-02-161-9/+2
* | | | | Remove unused ALL_OBJS variable.Jelmer Vernooij2008-02-161-14/+3
* | | | | Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2008-02-162-7/+2
* | | | | Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-162-5/+8
* | | | | Use make to generate list of prototype headers.Jelmer Vernooij2008-02-161-4/+2
* | | | | Use make to generate lists of libraries.Jelmer Vernooij2008-02-161-6/+2
* | | | | Generate manpage list with make.Jelmer Vernooij2008-02-161-4/+1
* | | | | Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-161-6/+2
* | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-8/+4
|\| | | |
| * | | | Remove unused code.Jelmer Vernooij2008-02-162-8/+4
* | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-13/+20
|\| | | |
| * | | | Simplify handling of plugin installation.Jelmer Vernooij2008-02-162-13/+20
| * | | | Add static header for gencache.Jelmer Vernooij2008-02-162-5/+95
* | | | | use gmake to handle .py file copies.Jelmer Vernooij2008-02-162-3/+5
* | | | | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-162-4/+7
* | | | | Revert "Allow LDB to be a static library again."Jelmer Vernooij2008-02-164-0/+29
* | | | | Allow LDB to be a static library again.Jelmer Vernooij2008-02-164-29/+0
* | | | | Add static header for gencache.Jelmer Vernooij2008-02-162-5/+95
|/ / / /
* | / / Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| |/ / |/| |
* | | Unconditionally run the python tests.Jelmer Vernooij2008-02-151-30/+26
* | | Reconcile header files for torture utility functions.Jelmer Vernooij2008-02-156-55/+123
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1517-469/+477
|\ \ \
| * | | lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-151-0/+6
| * | | lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-151-3/+3
| |/ /
| * | epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher2008-02-151-1/+10
| * | epmapper.idl: add link to official IDLStefan Metzmacher2008-02-151-0/+1
| * | dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher2008-02-151-1/+2
| * | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher2008-02-151-0/+3
| * | drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher2008-02-151-3/+6
| * | krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher2008-02-151-1/+2
| * | NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher2008-02-151-4/+16
| * | cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
| * | remove redundent codeAndrew Tridgell2008-02-151-3/+0
| * | fixed some options that could not be overridden on the command lineAndrew Tridgell2008-02-151-10/+3
| * | added blackbox testing of gentestAndrew Tridgell2008-02-151-0/+1
| * | convert gentest to use popt and the cmdline libraryAndrew Tridgell2008-02-151-83/+83
| * | make sure lp_ctx is initialisedAndrew Tridgell2008-02-151-1/+2
| * | fix typoAndrew Tridgell2008-02-151-1/+1
| * | added a blackbox test for masktestAndrew Tridgell2008-02-152-5/+11
| * | fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell2008-02-151-94/+63
| * | converted locktest to use popt and cmdline utility codeAndrew Tridgell2008-02-153-95/+72
| * | added blackbox testing for locktestAndrew Tridgell2008-02-152-1/+16