summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij2008-02-252-48/+11
| | * | | | | | | | | | | | | | | | | | | Fix the build.Jelmer Vernooij2008-02-254-5/+16
| | * | | | | | | | | | | | | | | | | | | Integrate asn1 compilation into asn1 compiler.Jelmer Vernooij2008-02-251-10/+3
| | * | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-25197-1436/+2904
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Remove duplicate code.Jelmer Vernooij2008-02-181-9/+2
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-1837-369/+354
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-185-5/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Provide variable with current directory.Jelmer Vernooij2008-02-181-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-1812-31/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Simpler handling of sonameflag.Jelmer Vernooij2008-02-161-16/+7
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-13/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix const.Jelmer Vernooij2008-04-152-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-04-15171-2722/+3107
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-153-695/+725
| | * | | | | | | | | | | | | | | | | | | | | | | | | Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett2008-04-151-3/+3
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-155-39/+56
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij2008-04-152-31/+47
| | | * | | | | | | | | | | | | | | | | | | | | | | | Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-152-6/+7
| | | * | | | | | | | | | | | | | | | | | | | | | | | Saner names for Python objects.Jelmer Vernooij2008-04-151-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix some of the winbind tests.Andrew Bartlett2008-04-153-3/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix winbind to check machine account.Andrew Bartlett2008-04-154-106/+63
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix provision-backend scriptAndrew Bartlett2008-04-151-3/+4
| | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix warnings.Jelmer Vernooij2008-04-153-4/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into HEADJelmer Vernooij2008-04-151-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Add blackbox test for ndrdump, to ensure it at least does notAndrew Bartlett2008-04-151-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | Attempt to fix the pidl installation on fedora.Jelmer Vernooij2008-04-151-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij2008-04-151-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1