Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-09 | samba-tool: Some more unifications... | Karolin Seeger | 15 | -15/+15 | |
in the usage message. Karolin | |||||
2012-10-09 | samba-tool: skip chown in sysvolreset when it would fail on a GID | Andrew Bartlett | 2 | -13/+48 | |
This skips the chown of the files if (for example) the domain Admins group were to own the file and not be able to because the group maps only to a GID. This essentially papers over the problem, but may be enough to get us past the Samba 4.0 release. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Oct 9 15:24:44 CEST 2012 on sn-devel-104 | |||||
2012-10-08 | s4:scripting/python: add '-V' as alias for '--version' | Stefan Metzmacher | 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 | |||||
2012-10-08 | s4:samba-tool: allow 'samba-tool --version' | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2012-10-08 | s4:samba-tool: use normal option parsing in SuperCommand | Stefan Metzmacher | 1 | -10/+13 | |
We use the epilog to print the subcommands. metze | |||||
2012-10-08 | s4:samba-tool: add optional epilog to _create_parser() | Stefan Metzmacher | 1 | -2/+7 | |
metze | |||||
2012-10-08 | samba-tool: Unify usage messages. | Karolin Seeger | 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 | |||||
2012-10-08 | samba-tool: Clarify usage of --help. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-10-08 | samba-tool: Fix typo in usage. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2012-10-07 | s4-join: factorize code, add info | Matthieu Patou | 1 | -5/+9 | |
2012-10-07 | s4-join: add some documentation | Matthieu Patou | 1 | -1/+11 | |
2012-10-07 | devel-crackname: Print if count > 0 | Matthieu Patou | 1 | -2/+5 | |
2012-10-03 | s4: samba_backup: Fix typos. | Björn Baumbach | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-10-03 | provision: Use logger rather than print. | Jelmer Vernooij | 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 | |||||
2012-10-03 | s4-provision: do not skip setting the acls on sysvol | Matthieu Patou | 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 | |||||
2012-09-30 | s4 dns: Fix return code for deleted records | Kai Blin | 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 | |||||
2012-09-27 | sanba.upgradehelpers: Use standard functionality for getting temp dir. | Jelmer Vernooij | 1 | -3/+0 | |
2012-09-27 | s4-python: Various formatting fixes. | Jelmer Vernooij | 37 | -282/+283 | |
* Trailing whitespace * use of "==" where "is" should be used * double spaces | |||||
2012-09-27 | samba.tests.source: Check for trailing whitespace in Python files. | Jelmer Vernooij | 1 | -1/+16 | |
2012-09-27 | samba-tool domain provision: DNS forwarder default | Ricky Nance | 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 | |||||
2012-09-26 | samba-tool: Hide 'samba-tool domain samba3upgrade'. | Jelmer Vernooij | 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 | |||||
2012-09-26 | samba_dnsupdate: Safely update/create names for Samba3 targets as well | Andrew Bartlett | 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 | |||||
2012-09-26 | samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵ | Andrew Bartlett | 1 | -3/+10 | |
consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett | |||||
2012-09-25 | s4-python: Override SIGINT handler in scripts only. | Jelmer Vernooij | 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 | |||||
2012-09-25 | samba-tool domain provision: DNS forwarder is not a boolean. | Jelmer Vernooij | 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 | |||||
2012-09-24 | replace: Support setproctitle(). | Jelmer Vernooij | 1 | -2/+2 | |
This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation. | |||||
2012-09-24 | samba-tool domain-provision: Avoid python2.5-isms. | Jelmer Vernooij | 1 | -1/+4 | |
2012-09-24 | samba-tool domain-provision: Fix docstring. | Jelmer Vernooij | 1 | -2/+2 | |
2012-09-22 | s4:dns.py: reproducer for (bug #9184) | Stefan Metzmacher | 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 | |||||
2012-09-20 | Correct command help message | Daniele Dario | 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 | |||||
2012-09-16 | s4-python: Formatting fixes, break lines. | Jelmer Vernooij | 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 | |||||
2012-09-16 | samba.netcmd: Formatting fixes, break lines. | Jelmer Vernooij | 8 | -194/+209 | |
2012-09-16 | samba.provision.common: Fix formatting. | Jelmer Vernooij | 1 | -2/+0 | |
2012-09-16 | samba.provision.sambadns: Fix formatting. | Jelmer Vernooij | 1 | -57/+126 | |
2012-09-16 | samba.provision.backend: Fix formatting. | Jelmer Vernooij | 1 | -0/+1 | |
2012-09-16 | samba.provision: Fix formatting, NameErrors. | Jelmer Vernooij | 1 | -68/+80 | |
2012-09-12 | s4 provision: Ask for the dns forwarder IP address during interactive provision | Kai Blin | 2 | -10/+50 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-12 | s4:samba_upgradedns: delete dns-HOSTNAME account if using the internal dns ↵ | Stefan Metzmacher | 1 | -0/+28 | |
server metze | |||||
2012-09-12 | s4:upgradehelpers.py: don't require a dns-$HOSTNAME account | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-09-12 | s4:provision: don't add the dns-HOSTNAME account if we use the internal dns ↵ | Stefan Metzmacher | 1 | -6/+10 | |
server metze | |||||
2012-09-12 | s4 dns: use the internal DNS server per default | Kai Blin | 3 | -18/+18 | |
2012-09-12 | s4 dns: Run python tests in fl2003dc env | Kai Blin | 1 | -19/+19 | |
2012-09-12 | s4:scripting: rename upgradeprovision -> samba_upgradeprovision | Stefan Metzmacher | 3 | -2/+2 | |
metze | |||||
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 1 | -41/+11 | |
This is a clearer, long-term-stable structure we can hash without risking it changing. Andrew Bartlett | |||||
2012-09-11 | provision: Only give the "no posix ACLs" exception if we could not set the SD | Andrew Bartlett | 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 | |||||
2012-09-11 | s4:scripting: install samba_kcc to SBINDIR | Stefan Metzmacher | 1 | -2/+2 | |
It's use as "%s/samba_kcc", dyn_SCRIPTSBINDIR" similar to samba_spnupdate and samba_dnsupdate. metze | |||||
2012-09-11 | s4:scripting: use the 'sbin_files' variable | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-11 | s4:samba-tool: add 'samba-tool domain provision' | Stefan Metzmacher | 1 | -1/+264 | |
This is mostly a copy of the standalone source4/setup/provision. metze | |||||
2012-09-11 | s4:python/netcmd: give the Commad implementations access to the raw arguments | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-09-11 | s4:samba-tool: remove unused code in testparm.py | Stefan Metzmacher | 1 | -5/+0 | |
metze |