Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-06 | s4-devel: auto-delete any leftover IPs | Andrew Tridgell | 1 | -0/+8 | |
remove IP from a previous vampire_ad.sh run | |||||
2010-05-06 | s4-devel: a useful script for giving DRS replication demos | Andrew Tridgell | 1 | -0/+14 | |
2010-04-27 | s4-drsdevel: support sites in drs developer scripts | Andrew Tridgell | 3 | -3/+7 | |
2010-04-21 | s4-devel: allow extra net command line options and gdb | Andrew Tridgell | 1 | -1/+1 | |
This allows you to run: GDB="gdb --args" vampire_ad.sh and also to add higher debug levels like this: vampire_ad.sh -d100 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-19 | s4-dev: expanded selftest-vars.sh to match current testenv | Andrew Tridgell | 1 | -4/+41 | |
2010-04-16 | s4-test: added KRB5_CONFIG to selftest-vars.sh | Andrew Tridgell | 1 | -0/+1 | |
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 1 | -1/+1 | |
this should be much more portable | |||||
2010-03-22 | s4-selftest: fix selftest-vars script. | Günther Deschner | 1 | -1/+1 | |
Tridge, please check. Guenther | |||||
2010-03-20 | build: useful shell vars for setting up selftest | Andrew Tridgell | 1 | -0/+9 | |
2010-02-26 | devel: get the ownership of the directories right in tmpfs.sh | Andrew Tridgell | 1 | -2/+2 | |
2010-02-25 | s4:scripting/devel Allow tmpfs script to be re-run | Andrew Bartlett | 1 | -1/+4 | |
By doing the unmount, we can avoid double-mounting st and bin | |||||
2010-01-16 | s4-devel: added rebuild_zone.sh | Andrew Tridgell | 1 | -0/+107 | |
This rebuilds a DNS zone file, including all DCs from sam.ldb | |||||
2010-01-13 | Comparison tool for LDAP servers (using Ldb) | Zahari Zahariev | 1 | -0/+449 | |
This tool is integrated with Samba4 Ldb. It provides a useful output where you can find easy differences in objects or attributes within naming context (Domain, Configuration or Schema). Added functionality for two sets of credentials. | |||||
2010-01-08 | s4-devel: a useful script to setup bin/ and st/ as tmpfs filesystems | Andrew Tridgell | 1 | -0/+13 | |
this makes building and testing s4 as a developer much faster, if you have enough memory! | |||||
2009-12-14 | s4-devel: support vampire_ad.sh with no initial smb.conf | Andrew Tridgell | 1 | -1/+4 | |
2009-12-08 | s4-drs: use -r to ldbdel in unvampire devel script | Andrew Tridgell | 1 | -4/+3 | |
This ensures we delete any nTDSConnection objects | |||||
2009-10-15 | s4-devel: for devel scripts its better to use bin/ than $PREFIX/bin | Andrew Tridgell | 2 | -6/+7 | |
This avoids having to do make install after each change when using the drs devel scripts | |||||
2009-10-06 | s4:drs-development Scripts to assist testing of DRS replication with AD | Andrew Bartlett | 6 | -0/+143 | |
These scripts, originally by tridge, allow developers to easily reproduce the same domain join senerio time after time. They need documentation, and the template named.conf and zone files for hosting an AD domain are not provided. However, I hope to have the provision script provide these shortly. They assume a local 'bind' set up to read PREFIX/private/named.conf (as per the provision instructions). Ensure you edit the 'vars' file to match your local setup. Andrew Bartlett |