Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-08 | s4-dnsserver: Test forward zones are not listed in reverse zone search | Amitay Isaacs | 1 | -2/+15 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Nov 8 01:26:43 CET 2011 on sn-devel-104 | |||||
2011-11-07 | s4:samba-tool - fix Gémes Géza patch regarding parameter handling | Matthias Dieter Wallnöfer | 1 | -4/+5 | |
The new "random-password" parameter has not been evaluated correctly. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 7 19:35:05 CET 2011 on sn-devel-104 | |||||
2011-11-07 | Add a --random-password option to user create command. | Gémes Géza | 1 | -4/+16 | |
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2011-11-07 | s4: samba-tool user --help documenation improvements | Theresa Halloran | 2 | -7/+146 | |
Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 7 01:39:25 CET 2011 on sn-devel-104 | |||||
2011-11-07 | kcc: fixed program name | Andrew Tridgell | 1 | -3/+3 | |
kcccompute -> samba_kcc | |||||
2011-11-07 | kcc: fixed tabs/spaces in kcc python implementation | Andrew Tridgell | 2 | -18/+18 | |
as spotted by autobuild | |||||
2011-11-07 | samba_kcc addtion | Dave Craft | 3 | -1/+705 | |
Scaffolding and initial implementations of portions of the KCC in python. This code currently properly computes the graph nodes for the intrasite topology as well as enumerating all steps for a full run of the KCC. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-07 | add python KCC utility classes and methods | Dave Craft | 1 | -0/+890 | |
New file source4/scripting/python/samba/kcc_utils.py contains classes and methods for: DirectoryServiceAgent NTDSConnection GraphNode NamingContext NCReplica These are consumed by a new samba_kcc python script for KCC topology computation Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-06 | Some formatting fixes, remove unused imports. | Jelmer Vernooij | 3 | -13/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 6 06:22:33 CET 2011 on sn-devel-104 | |||||
2011-11-04 | s4 provision/dns: Move DNS-related setup to sambadns module | Kai Blin | 2 | -187/+194 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Fri Nov 4 09:15:54 CET 2011 on sn-devel-104 | |||||
2011-11-04 | s4 provision/dns: Move secretsdb_setup_dns to the AD DNS specific setup | Kai Blin | 2 | -32/+63 | |
2011-11-03 | samba-tool: Fix short description and error msgs in domain level | Giampaolo Lauria | 1 | -5/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 3 16:53:16 CET 2011 on sn-devel-104 | |||||
2011-11-03 | samba-tool: Fix --quiet option in domain samba3upgrade | Giampaolo Lauria | 1 | -2/+2 | |
--quiet option does not require an argument | |||||
2011-11-03 | samba-tool: Improve "delegation" command error handling | Giampaolo Lauria | 2 | -6/+12 | |
Change samdb toggle_userAccountFlags fcn to display more meaningful error messages Add flags string param to toggle_userAccountFlags Change call to toggle_userAccountFlags in delegation command to pass the flag name to be displayed in case of errors | |||||
2011-11-03 | samba-tool: Improve "delegation" command error message | Giampaolo Lauria | 1 | -2/+2 | |
Write a more specific error msg when the on|off arg is invalid | |||||
2011-11-03 | samba-tool: Improve "delegation" command error handling | Giampaolo Lauria | 1 | -21/+27 | |
Display a more meaningful error msg when user account not found Assert when returned number of entries is not 0 or 1 | |||||
2011-11-03 | samba-tool: Fix "delegation show" command synopsis | Giampaolo Lauria | 1 | -1/+1 | |
Removed "show" from synopsis as it is no longer necessary | |||||
2011-11-02 | s4-sites: Document, fix under optimal coding, use exceptions | Matthieu Patou | 2 | -22/+86 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Nov 2 22:35:00 CET 2011 on sn-devel-104 | |||||
2011-11-02 | samba.netcmd: Pass in outf/errf. | Jelmer Vernooij | 2 | -6/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Nov 2 20:09:40 CET 2011 on sn-devel-104 | |||||
2011-11-02 | s4-python: samba.provision: Require schema to be passed in - code path which ↵ | Jelmer Vernooij | 1 | -5/+1 | |
handles schema not being specified is broken anyway. | |||||
2011-11-02 | samba.common: Fix formatting of docstring (trips up pydoctor). | Jelmer Vernooij | 1 | -3/+4 | |
2011-11-02 | samba-tool: add subcommand for sites manipulation | Matthieu Patou | 2 | -0/+98 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Nov 2 15:14:32 CET 2011 on sn-devel-104 | |||||
2011-11-02 | s4-python: add function to manipulate sites in python | Matthieu Patou | 1 | -0/+63 | |
2011-11-02 | s4-dnsserver: Check the raised exception with assertRaises | Amitay Isaacs | 1 | -13/+11 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-02 | samba-tool: Improve the description of dns subcommands. | Amitay Isaacs | 1 | -5/+15 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-02 | samba-tool: Enable comparison of DNS naming contexts in ldapcmp | Amitay Isaacs | 1 | -3/+8 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-11-01 | s4-join: Send ReplicaUpdateRefs at the end of the join | Matthieu Patou | 1 | -1/+19 | |
2011-11-01 | s4-domain-join: do not add DFSR entries when joining, this should be done in ↵ | Matthieu Patou | 1 | -9/+0 | |
the code handling DFSR replication | |||||
2011-11-01 | Simplify handling of user add command. | Jelmer Vernooij | 1 | -6/+10 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 1 14:25:39 CET 2011 on sn-devel-104 | |||||
2011-10-23 | s4: samba-tool subcommand rename - change samba-tool user add to samba-tool ↵ | Theresa Halloran | 1 | -2/+9 | |
user create Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2011-10-20 | s4-selftest: Add tests for RPC dnsserver | Amitay Isaacs | 1 | -0/+181 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | samba-tool: Added dns command for DNS management | Amitay Isaacs | 2 | -0/+861 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-provision: Provision DNS records with correct rank | Amitay Isaacs | 1 | -18/+23 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-test: added test suite for common.py code | Andrew Tridgell | 1 | -0/+42 | |
this tests the dsdb_Dn() class Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 05:51:28 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | s4-dsdb: moved dsdb_Dn() into common.py | Andrew Tridgell | 2 | -26/+43 | |
this gives a method for dealing with binary DNs from python Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-20 | subunitrun: give more useful help | Andrew Tridgell | 1 | -2/+25 | |
give some examples and more useful description for subunitrun command Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-19 | s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ↵ | Andrew Bartlett | 2 | -16/+16 | |
clarity The things pointed at are not typically in a directory called lib, so avoid confusing our administrators. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 19 15:43:04 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s4-s3-upgrade fix format string for secrets.tdb exception | Andrew Bartlett | 1 | -1/+1 | |
2011-10-19 | s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.dat | Andrew Bartlett | 1 | -1/+10 | |
2011-10-19 | samba.getopt: Add some basic tests. | Jelmer Vernooij | 1 | -0/+57 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 19 05:04:33 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | samba.getopt: Keep exception message when setting a lp option fails. | Jelmer Vernooij | 1 | -4/+5 | |
2011-10-19 | samba-tool: Improve getopt.py error handling | Giampaolo Lauria | 1 | -4/+5 | |
Modified code to handle -k and --kerberos options to: 1. Throw the correct exception 2. On error, display the correct user's specified option | |||||
2011-10-19 | samba-tool: Improve getopt.py error handling | Giampaolo Lauria | 1 | -1/+5 | |
Throw an exception when the --option value is invalid | |||||
2011-10-19 | samba-tool: Improve getopt.py error handling | Giampaolo Lauria | 1 | -2/+1 | |
Throw an exception when --option value is not in the form "a=b" | |||||
2011-10-19 | samba-tool: Improve getopt.py error handling | Giampaolo Lauria | 1 | -0/+3 | |
Raise exception when -d or --debuglevel value is <0 | |||||
2011-10-18 | s4-s3-upgrade: Give a better clue when we cannot open secrets.tdb | Andrew Bartlett | 2 | -2/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-17 | s4 provision: DNS backend should be set by caller | Kai Blin | 4 | -8/+13 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 17 09:51:12 CEST 2011 on sn-devel-104 | |||||
2011-10-17 | s4 provision/dns: Clean up os level handling | Kai Blin | 1 | -10/+12 | |
2011-10-17 | s4 provision/dns: Clean up backend handling | Kai Blin | 1 | -6/+13 | |
2011-10-17 | s4 provision: Reword opinionated dns backend help text, add NONE backend | Kai Blin | 1 | -2/+2 | |