Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:scripting/python: add '-V' as alias for '--version' | Stefan Metzmacher | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Oct 8 17:52:52 CEST 2012 on sn-devel-104 | ||||
* | s4:samba-tool: allow 'samba-tool --version' | Stefan Metzmacher | 2012-10-08 | 1 | -0/+6 |
| | | | | metze | ||||
* | s4:samba-tool: use normal option parsing in SuperCommand | Stefan Metzmacher | 2012-10-08 | 1 | -10/+13 |
| | | | | | | We use the epilog to print the subcommands. metze | ||||
* | s4:samba-tool: add optional epilog to _create_parser() | Stefan Metzmacher | 2012-10-08 | 1 | -2/+7 |
| | | | | metze | ||||
* | samba-tool: Unify usage messages. | Karolin Seeger | 2012-10-08 | 13 | -60/+60 |
| | | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Oct 8 14:26:52 CEST 2012 on sn-devel-104 | ||||
* | samba-tool: Clarify usage of --help. | Karolin Seeger | 2012-10-08 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | samba-tool: Fix typo in usage. | Karolin Seeger | 2012-10-08 | 1 | -1/+1 |
| | | | | Karolin | ||||
* | s4-join: factorize code, add info | Matthieu Patou | 2012-10-07 | 1 | -5/+9 |
| | |||||
* | s4-join: add some documentation | Matthieu Patou | 2012-10-07 | 1 | -1/+11 |
| | |||||
* | devel-crackname: Print if count > 0 | Matthieu Patou | 2012-10-07 | 1 | -2/+5 |
| | |||||
* | s4: samba_backup: Fix typos. | Björn Baumbach | 2012-10-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | provision: Use logger rather than print. | Jelmer Vernooij | 2012-10-03 | 1 | -1/+1 |
| | | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Oct 3 14:24:09 CEST 2012 on sn-devel-104 | ||||
* | s4-provision: do not skip setting the acls on sysvol | Matthieu Patou | 2012-10-03 | 2 | -2/+4 |
| | | | | | Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Wed Oct 3 10:26:06 CEST 2012 on sn-devel-104 | ||||
* | s4 dns: Fix return code for deleted records | Kai Blin | 2012-09-30 | 1 | -3/+43 |
| | | | | | | | | | | This fixes bug #9225. We already had a test for this scenario, but the test wasn't correct. This patch fixes the test, and also fixes the bug. Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sun Sep 30 13:09:14 CEST 2012 on sn-devel-104 | ||||
* | sanba.upgradehelpers: Use standard functionality for getting temp dir. | Jelmer Vernooij | 2012-09-27 | 1 | -3/+0 |
| | |||||
* | s4-python: Various formatting fixes. | Jelmer Vernooij | 2012-09-27 | 37 | -282/+283 |
| | | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces | ||||
* | samba.tests.source: Check for trailing whitespace in Python files. | Jelmer Vernooij | 2012-09-27 | 1 | -1/+16 |
| | |||||
* | samba-tool domain provision: DNS forwarder default | Ricky Nance | 2012-09-27 | 1 | -0/+2 |
| | | | | | | | | | Provision would break with an exception if there was no value given for the DNS forwarder, this simply sets a default to "none". Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Sep 27 04:35:33 CEST 2012 on sn-devel-104 | ||||
* | samba-tool: Hide 'samba-tool domain samba3upgrade'. | Jelmer Vernooij | 2012-09-26 | 2 | -12/+25 |
| | | | | | | | | This subcommand is provided for backwards compatibility only; new use of it should be discouraged. Its new name is 'samba-tool domain classicupgrade'. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9047 | ||||
* | samba_dnsupdate: Safely update/create names for Samba3 targets as well | Andrew Bartlett | 2012-09-26 | 1 | -4/+14 |
| | | | | | | | | | | This avoids unlocked writes to the dns_hosts_file, and may fix some of our issues on the build farm where large numbers of tests fail due to failed name resolution. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 05:48:25 CEST 2012 on sn-devel-104 | ||||
* | samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵ | Andrew Bartlett | 2012-09-26 | 1 | -3/+10 |
| | | | | | | | | consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett | ||||
* | s4-python: Override SIGINT handler in scripts only. | Jelmer Vernooij | 2012-09-25 | 5 | -8/+26 |
| | | | | | | | | | | | | Override the SIGINT handler in a few select cases only, rather than doing so in one of the samba Python modules. I've done this where it matters most; we can add this code to other scripts too if necessary. This means that importing the 'samba' module from a third party application does not have side-effects on the state of the signal handlers. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068 | ||||
* | samba-tool domain provision: DNS forwarder is not a boolean. | Jelmer Vernooij | 2012-09-25 | 1 | -3/+3 |
| | | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Sep 25 00:48:43 CEST 2012 on sn-devel-104 | ||||
* | replace: Support setproctitle(). | Jelmer Vernooij | 2012-09-24 | 1 | -2/+2 |
| | | | | | This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation. | ||||
* | samba-tool domain-provision: Avoid python2.5-isms. | Jelmer Vernooij | 2012-09-24 | 1 | -1/+4 |
| | |||||
* | samba-tool domain-provision: Fix docstring. | Jelmer Vernooij | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | s4:dns.py: reproducer for (bug #9184) | Stefan Metzmacher | 2012-09-22 | 1 | -0/+29 |
| | | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 22 06:08:05 CEST 2012 on sn-devel-104 | ||||
* | Correct command help message | Daniele Dario | 2012-09-20 | 1 | -1/+1 |
| | | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 20 16:55:17 CEST 2012 on sn-devel-104 | ||||
* | s4-python: Formatting fixes, break lines. | Jelmer Vernooij | 2012-09-16 | 14 | -50/+69 |
| | | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Sep 16 15:58:04 CEST 2012 on sn-devel-104 | ||||
* | samba.netcmd: Formatting fixes, break lines. | Jelmer Vernooij | 2012-09-16 | 8 | -194/+209 |
| | |||||
* | samba.provision.common: Fix formatting. | Jelmer Vernooij | 2012-09-16 | 1 | -2/+0 |
| | |||||
* | samba.provision.sambadns: Fix formatting. | Jelmer Vernooij | 2012-09-16 | 1 | -57/+126 |
| | |||||
* | samba.provision.backend: Fix formatting. | Jelmer Vernooij | 2012-09-16 | 1 | -0/+1 |
| | |||||
* | samba.provision: Fix formatting, NameErrors. | Jelmer Vernooij | 2012-09-16 | 1 | -68/+80 |
| | |||||
* | s4 provision: Ask for the dns forwarder IP address during interactive provision | Kai Blin | 2012-09-12 | 2 | -10/+50 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4:samba_upgradedns: delete dns-HOSTNAME account if using the internal dns ↵ | Stefan Metzmacher | 2012-09-12 | 1 | -0/+28 |
| | | | | | | server metze | ||||
* | s4:upgradehelpers.py: don't require a dns-$HOSTNAME account | Stefan Metzmacher | 2012-09-12 | 1 | -3/+0 |
| | | | | metze | ||||
* | s4:provision: don't add the dns-HOSTNAME account if we use the internal dns ↵ | Stefan Metzmacher | 2012-09-12 | 1 | -6/+10 |
| | | | | | | server metze | ||||
* | s4 dns: use the internal DNS server per default | Kai Blin | 2012-09-12 | 3 | -18/+18 |
| | |||||
* | s4 dns: Run python tests in fl2003dc env | Kai Blin | 2012-09-12 | 1 | -19/+19 |
| | |||||
* | s4:scripting: rename upgradeprovision -> samba_upgradeprovision | Stefan Metzmacher | 2012-09-12 | 3 | -2/+2 |
| | | | | metze | ||||
* | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 2012-09-12 | 1 | -41/+11 |
| | | | | | | | This is a clearer, long-term-stable structure we can hash without risking it changing. Andrew Bartlett | ||||
* | provision: Only give the "no posix ACLs" exception if we could not set the SD | Andrew Bartlett | 2012-09-11 | 1 | -6/+6 |
| | | | | | | | This will allow us to run make test on all platforms again, as we emululate the posix ACLs using the fake_acls module. By then testing smbd.have_posix_acls() we gain a more specific error message. Andrew Bartlett | ||||
* | s4:scripting: install samba_kcc to SBINDIR | Stefan Metzmacher | 2012-09-11 | 1 | -2/+2 |
| | | | | | | | It's use as "%s/samba_kcc", dyn_SCRIPTSBINDIR" similar to samba_spnupdate and samba_dnsupdate. metze | ||||
* | s4:scripting: use the 'sbin_files' variable | Stefan Metzmacher | 2012-09-11 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:samba-tool: add 'samba-tool domain provision' | Stefan Metzmacher | 2012-09-11 | 1 | -1/+264 |
| | | | | | | This is mostly a copy of the standalone source4/setup/provision. metze | ||||
* | s4:python/netcmd: give the Commad implementations access to the raw arguments | Stefan Metzmacher | 2012-09-11 | 1 | -0/+8 |
| | | | | metze | ||||
* | s4:samba-tool: remove unused code in testparm.py | Stefan Metzmacher | 2012-09-11 | 1 | -5/+0 |
| | | | | metze | ||||
* | s4:samba-tool: allow sys.exit(ret) to control the exit code | Stefan Metzmacher | 2012-09-11 | 1 | -1/+1 |
| | | | | | | | Some subcommands may use sys.exit(0), which shouldn't be reported as an error to the caller. metze | ||||
* | join.py: Only replicate DNS zones if the source DC had DNS zones | Andrew Bartlett | 2012-09-06 | 1 | -7/+18 |
| | | | | | | | | | This avoid folks needing to specify --dns-backend=NONE Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 04:48:55 CEST 2012 on sn-devel-104 |