Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2009-08-04 | s4: make install: prevent overwriting failure | Rusty Russell | 1 | -1/+1 | |
We don't have to remove the eventual write privileges to enable the execute ones. | |||||
2009-07-30 | Remove RFC's from the release tarballs to make the lives of the Debian | Jelmer Vernooij | 1 | -0/+3 | |
maintainers of Samba4 a bit easier. | |||||
2009-07-16 | Add ad-schema/*.txt and utils to the installmisc.sh | Timur I. Bakeyev | 1 | -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-03 | Move findstatic.pl script to top-level. | Jelmer Vernooij | 1 | -70/+0 | |
2009-06-01 | s4:mkproto: Add NET_API_STATUS return type. | Andrew Kroeger | 1 | -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-07 | Fix missing backtick. | Praveen Arimbrathodiyil | 1 | -1/+1 | |
2009-03-20 | Fix uninstallman. | Matthias Dieter Wallnoefer | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-02 | make man page (un)install more portable | Björn Jacke | 2 | -2/+2 | |
2009-01-19 | Don't use TMPDIR as variable, it's already used for other purposes. | Jelmer Vernooij | 1 | -5/+8 | |
Don't include GIT revision in release version strings. | |||||
2009-01-19 | Delete more Samba3-specific files | Andrew Bartlett | 1 | -1/+1 | |
2009-01-14 | Fix error message in mkrelease to refer to source4, not source | Andrew Bartlett | 1 | -1/+1 | |
2008-11-01 | Fix header installation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Remove need to define _SAMBA_BUILD_ == 4 when using installed headers. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-28 | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 4 | -158/+0 | |
metze | |||||
2008-10-23 | Share codepages. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Rework mkrelease.sh to exclude Samba3 files | Andrew Bartlett | 1 | -3/+13 | |
This matches my proposal to samba-technical, and should allow a Samba4 release to be made shortly. Andrew Bartlett | |||||
2008-10-08 | Move subunit helper utility to specific subunit directory. | Jelmer Vernooij | 1 | -36/+0 | |
2008-09-30 | Remove unused uninstallheader script. | Jelmer Vernooij | 1 | -35/+0 | |
2008-09-30 | Fix installation of misc files. | Jelmer Vernooij | 1 | -6/+0 | |
2008-09-29 | Stop creating symlinks to libraries without sonames. (caused recursive | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
symlinks overwriting the original file). | |||||
2008-09-21 | Stop installing JS libraries. | Jelmer Vernooij | 1 | -7/+2 | |
2008-09-19 | Remove unused scripts. | Jelmer Vernooij | 4 | -153/+0 | |
2008-09-19 | find_unused_makefilevars: Support parsing simple includes. | Jelmer Vernooij | 1 | -9/+18 | |
2008-09-18 | Add header. | Jelmer Vernooij | 1 | -0/+4 | |
2008-09-18 | Remove obsolete script. | Jelmer Vernooij | 1 | -161/+0 | |
2008-09-09 | Remove unused scripts for installing binaries. | Jelmer Vernooij | 2 | -33/+0 | |
(This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f) |