Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-24 | mkrelease: Simplify further. | Jelmer Vernooij | 1 | -7/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 02:01:10 CET 2010 on sn-devel-104 | |||||
2010-11-12 | s4: Remove obsolete mkversion.sh | Jelmer Vernooij | 1 | -133/+0 | |
2010-10-01 | autobuild-remote: Support autobuild.py rather than land.py. | Jelmer Vernooij | 1 | -50/+0 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 1 09:46:37 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | Remove land.py - it's been obsoleted by autobuild.py. | Jelmer Vernooij | 1 | -118/+0 | |
2010-09-21 | s4-land: Print commands that are being run. | Jelmer Vernooij | 1 | -10/+20 | |
2010-09-21 | s4: Add script for landing a branch through a remote server, such as sn. | Jelmer Vernooij | 1 | -0/+40 | |
2010-09-21 | s4: Add convenience script for building and landing a tree in the | Jelmer Vernooij | 1 | -0/+118 | |
background, sending results by email. | |||||
2010-09-20 | s4-mkrelease: Update for waf. | Jelmer Vernooij | 1 | -29/+14 | |
2010-09-20 | s4-mkrelease: Update to use waf build. | Jelmer Vernooij | 1 | -6/+4 | |
2010-09-11 | s4-param: move back to auto-generation of loadparm prototypes | Andrew Tridgell | 1 | -3/+3 | |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-28 | s4:build Don't automatically mark as 'not a git snapshot'. | Andrew Bartlett | 1 | -2/+0 | |
If we generate a tarball, it may well be a git snapshot - we will change the VERSION file if it really is a release. Andrew Bartlett | |||||
2010-05-28 | s4:build use autotools for mkrelease.sh | Andrew Bartlett | 1 | -1/+3 | |
The mkrelease.sh script only works with the autotools build. However, it isn't recommended. Andrew Bartlett | |||||
2010-05-04 | s4-script: added a --waf option to minimal_includes.pl | Andrew Tridgell | 1 | -0/+7 | |
This takes advantage of the new waf target syntax | |||||
2010-04-29 | s4: remove unused references to swat | Stefan Metzmacher | 1 | -37/+0 | |
metze | |||||
2010-04-27 | Install spn_update_list to setup/ dir | Marcel Ritter | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-04-27 | s4-dns: install samba_spnupdate | Andrew Tridgell | 1 | -1/+1 | |
2010-04-15 | Revert "Revert "s4:script/installmisc.sh - install "dns_update_list" to ↵ | Stefan Metzmacher | 1 | -0/+1 | |
target setup folder"" This reverts commit a34eafc693d8750c0883823068e5c6f7355efa04. This commit was correct. metze | |||||
2010-04-15 | Revert "s4:"dns_update_list" file: install it properly into the private ↵ | Stefan Metzmacher | 1 | -9/+6 | |
directory" This reverts commit fde707aa0c563d239c2f8c442cddfee0b6ff057f. This is wrong, we need to install it into the setup directory, so that provision will find it and copy it to private dir. metze | |||||
2010-04-07 | Move configure_check_unused script to root scriptdir, as it is useful | Jelmer Vernooij | 1 | -124/+0 | |
for both s3 and s4. | |||||
2010-04-07 | s4: Remove unused pkg-config replacement in perl. | Jelmer Vernooij | 1 | -145/+0 | |
2010-04-01 | s4-python: Ensure __init__ exists in samba.external, or importing will fail. | Jelmer Vernooij | 1 | -0/+1 | |
2010-04-01 | s4-python: Install external packages to a different directory but import into | Jelmer Vernooij | 1 | -3/+4 | |
the normal namespace when the system doesn't have it available. | |||||
2010-03-31 | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 1 | -4/+5 | |
the system. | |||||
2010-03-31 | installmisc: Support DESTDIR for Python directories. | Jelmer Vernooij | 1 | -3/+3 | |
2010-03-29 | s4:installmisc.sh - fix location of "dnspython" library | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-08 | s4:"dns_update_list" file: install it properly into the private directory | Matthias Dieter Wallnöfer | 1 | -6/+9 | |
This is what the "samba_dnsupdate" script requests (line 220). | |||||
2010-03-08 | Revert "s4:script/installmisc.sh - install "dns_update_list" to target setup ↵ | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
folder" This reverts commit b49276e291274652d46eed39249c07531e32b591. | |||||
2010-03-05 | s4-python: only install external python libs that are missing | Andrew Tridgell | 1 | -1/+7 | |
2010-03-05 | s4-python: allow us to have samba copies of python libraries we depend on | Andrew Tridgell | 1 | -0/+4 | |
For python libraries like dns.resolver it is useful to be able to install a copy of the library with Samba. This set of functions allows us to do that while using the locally installed version if it is available Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-26 | s4:script/installmisc.sh - install "dns_update_list" to target setup folder | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2010-02-26 | dns: install samba_dnsupdate | Andrew Tridgell | 1 | -1/+1 | |
2010-02-25 | s4:install Fix bug #7149 reported by JHT. | Andrew Bartlett | 1 | -0/+2 | |
We need to install named.conf.update for provision to succeed from the installed setup file. Andrew Bartlett | |||||
2009-12-31 | net: Move 'newuser' to 'net newuser' | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-12-31 | net: Move setexpiry to 'net setexpiry' | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-12-29 | s4/net: Pass all arguments through to the Python commands. | Jelmer Vernooij | 1 | -1/+1 | |
2009-12-29 | s4/net: Add domainlevel subcommand. | Jelmer Vernooij | 1 | -1/+1 | |
2009-12-27 | python: Remove sys.path line rather than updating it when installing to ↵ | Jelmer Vernooij | 1 | -13/+27 | |
python system path. | |||||
2009-12-01 | Fix build of Samba4 from tarball generated by mkrelease.sh | Andrew Bartlett | 1 | -3/+0 | |
Revert "Remove RFC's from the release tarballs to make the lives of the Debian" This reverts commit eda7f35bc891ca4a7505ec054a2b4591c6edfb38. These files are essential to the Samba4 build. Andrew Bartlett | |||||
2009-11-27 | s4-install: old systems don't have sed -i | Andrew Tridgell | 1 | -1/+4 | |
surprisingly, this failure came from SLES8. I didn't realise that the -i option was so new! | |||||
2009-11-27 | s4-install: fixed install path for python scripts | Andrew Tridgell | 1 | -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-24 | s4:installmisc - install also the new "domainlevel" tool from the setup dir | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-11-11 | * install setup/display-specifiers files which are needed by provision script | TAKEDA Yasuma | 1 | -0/+2 | |
Signed-off-by: TAKEDA Yasuma <yasuma@osstech.co.jp> | |||||
2009-10-20 | s4-script: cleanup tmp files in minimial_includes.pl | Andrew Tridgell | 1 | -2/+6 | |
also changes to use perl fns, instead of shell | |||||
2009-10-15 | s4:w32err_code.py script - put it under "scripting/bin" | Matthias Dieter Wallnöfer | 1 | -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-12 | scripts: handle non-C files in minimal_includes.pl | Andrew Tridgell | 1 | -1/+1 | |
2009-09-30 | w32err: Script to fetch and prepare errors to be updated/added | Kamen Mazdrashki | 1 | -0/+361 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-19 | s4-scripts: make minimal_includes handle our -I overrides | Andrew Tridgell | 1 | -10/+20 | |
2009-08-17 | s4:install Remove provision-backend script from 'make install' | Andrew Bartlett | 1 | -1/+1 | |
Spotted by MICHAEL BROWN <mbrown@mesainc.com> Andrew Bartlett | |||||
2009-08-07 | s4: Add a new script for setting password properties for a domain in a ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
easier way |