summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2009-11-27s4-install: old systems don't have sed -iAndrew Tridgell1-1/+4
surprisingly, this failure came from SLES8. I didn't realise that the -i option was so new!
2009-11-27s4-install: fixed install path for python scriptsAndrew Tridgell1-2/+33
when we install python scripts we need to fix the internal path used to find modules. We also need to install the scripts in the right place. Most of them should go in $SBINDIR not share/setup/
2009-11-24s4:installmisc - install also the new "domainlevel" tool from the setup dirMatthias Dieter Wallnöfer1-1/+1
2009-11-11* install setup/display-specifiers files which are needed by provision scriptTAKEDA Yasuma1-0/+2
Signed-off-by: TAKEDA Yasuma <yasuma@osstech.co.jp>
2009-10-20s4-script: cleanup tmp files in minimial_includes.plAndrew Tridgell1-2/+6
also changes to use perl fns, instead of shell
2009-10-15s4:w32err_code.py script - put it under "scripting/bin"Matthias Dieter Wallnöfer1-361/+0
I think this is a better location for this script. Since the subdirectory "script" of "source4" contains only scripts for "make install" and "make uninstall".
2009-10-12scripts: handle non-C files in minimal_includes.plAndrew Tridgell1-1/+1
2009-09-30w32err: Script to fetch and prepare errors to be updated/addedKamen Mazdrashki1-0/+361
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2009-09-19s4-scripts: make minimal_includes handle our -I overridesAndrew Tridgell1-10/+20
2009-08-17s4:install Remove provision-backend script from 'make install'Andrew Bartlett1-1/+1
Spotted by MICHAEL BROWN <mbrown@mesainc.com> Andrew Bartlett
2009-08-07s4: Add a new script for setting password properties for a domain in a ↵Matthias Dieter Wallnöfer1-1/+1
easier way
2009-08-04s4: make install: prevent overwriting failureRusty Russell1-1/+1
We don't have to remove the eventual write privileges to enable the execute ones.
2009-07-30Remove RFC's from the release tarballs to make the lives of the DebianJelmer Vernooij1-0/+3
maintainers of Samba4 a bit easier.
2009-07-16Add ad-schema/*.txt and utils to the installmisc.shTimur I. Bakeyev1-3/+7
Install other useful scripts from the setup/ directory, not only provisioning ones. Also install setup/ad-schema/*.txt files to the SETUPDIR. These are necessary for 'provision' to work properly.
2009-06-03Move findstatic.pl script to top-level.Jelmer Vernooij1-70/+0
2009-06-01s4:mkproto: Add NET_API_STATUS return type.Andrew Kroeger1-1/+1
The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type for some functions. The torture/libnetapi/proto.h private header that was being generated by mkproto.pl did not include a prototype for the test_netuseradd() function, as it did not know how to handle the NET_API_STATUS return type.
2009-05-07Fix missing backtick.Praveen Arimbrathodiyil1-1/+1
2009-03-20Fix uninstallman.Matthias Dieter Wallnoefer1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-03-02make man page (un)install more portableBjörn Jacke2-2/+2
2009-01-19Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij1-5/+8
Don't include GIT revision in release version strings.
2009-01-19Delete more Samba3-specific filesAndrew Bartlett1-1/+1
2009-01-14Fix error message in mkrelease to refer to source4, not sourceAndrew Bartlett1-1/+1
2008-11-01Fix header installation.Jelmer Vernooij1-1/+1
2008-11-01Remove need to define _SAMBA_BUILD_ == 4 when using installed headers.Jelmer Vernooij1-0/+2
2008-10-28selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher4-158/+0
metze
2008-10-23Share codepages.Jelmer Vernooij1-1/+1
2008-10-20Rework mkrelease.sh to exclude Samba3 filesAndrew Bartlett1-3/+13
This matches my proposal to samba-technical, and should allow a Samba4 release to be made shortly. Andrew Bartlett
2008-10-08Move subunit helper utility to specific subunit directory.Jelmer Vernooij1-36/+0
2008-09-30Remove unused uninstallheader script.Jelmer Vernooij1-35/+0
2008-09-30Fix installation of misc files.Jelmer Vernooij1-6/+0
2008-09-29Stop creating symlinks to libraries without sonames. (caused recursiveMatthias Dieter Wallnöfer1-1/+3
symlinks overwriting the original file).
2008-09-21Stop installing JS libraries.Jelmer Vernooij1-7/+2
2008-09-19Remove unused scripts.Jelmer Vernooij4-153/+0
2008-09-19find_unused_makefilevars: Support parsing simple includes.Jelmer Vernooij1-9/+18
2008-09-18Add header.Jelmer Vernooij1-0/+4
2008-09-18Remove obsolete script.Jelmer Vernooij1-161/+0
2008-09-09Remove unused scripts for installing binaries.Jelmer Vernooij2-33/+0
(This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
2008-06-27mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher1-4/+4
metze (This used to be commit 274ae4b06a3d2e99ee4fd7f04430d361d500d451)
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij2-82/+0
(This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
2008-05-29Print prefixMap in a human-readable format.Andrew Bartlett1-0/+1
This should allow the prefixMap to be edited, until we find the right way to autogenerate it. Andrew Bartlett (This used to be commit 24ae9a55ec326807afd8d5bfa0a422a6668bd7c3)
2008-05-21Refuse to install autogenerated proto header files.Jelmer Vernooij1-0/+2
(This used to be commit c0a84c2b4698f6ac9b555cc74bed52e5930804d9)
2008-05-19Move IDL build script to rpc directory, make various bits and pieces easier ↵Jelmer Vernooij1-36/+0
to use externally. (This used to be commit 8328ff76416df5a6e05461d3a19f510b76f2e902)
2008-04-25When a test harness program fails, make the testsuite fail.Andrew Bartlett1-1/+5
The problem fixed here is that pidl tests were not causing the 'number of tests failing' count to increase, due to the way return codes are processed on pipelines, in the shell. By setting an exit code if we print 'failure', we ensure we fail appropriately. Andrew Bartlett (This used to be commit 687e81883d37e3d1f55d3a7a87e20fb860888dde)
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij2-94/+0
(This used to be commit ceda3312a98b069d0711f3cb33de3ae71e91ebaa)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-03-28mkrelease: Add checks to ensure run from top-level directory of repository.Andrew Kroeger1-0/+6
(This used to be commit 7d4c02fdfc9ca1a48a0a1e4672765636d4c4a717)
2008-03-29Add a few more safety catches to the mkrelease.sh script.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 96eb3f1691fbc8808e3cb80a45283fb7dff53826)
2008-03-29Don't leave release trees hanging aroundAndrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit e06911de3326fcbd751932d6ab1b9d4644619135)
2008-03-28mkrelease: Update to work with Git instead of SVN.Andrew Kroeger1-3/+2
(This used to be commit 66efff41a72190ad73512cbf08fa68b1b44406b9)
2008-03-18make: Fix make valgrindtest-envKai Blin1-1/+3
(This used to be commit f56912e3b545325e941ee898337c5483ec435e39)