Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kcc: fixed tabs/spaces in kcc python implementation | Andrew Tridgell | 2011-11-07 | 1 | -5/+5 |
| | | | | as spotted by autobuild | ||||
* | samba_kcc addtion | Dave Craft | 2011-11-07 | 2 | -0/+704 |
| | | | | | | | | | | 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> | ||||
* | subunitrun: give more useful help | Andrew Tridgell | 2011-10-20 | 1 | -2/+25 |
| | | | | | | give some examples and more useful description for subunitrun command Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | ||||
* | samba-tool: Move main command implementation to samba.netcmd.main, so it is ↵ | Jelmer Vernooij | 2011-10-14 | 1 | -60/+18 |
| | | | | accessible by the testsuite. | ||||
* | netcmd: Add errf stream to command instances. | Jelmer Vernooij | 2011-10-13 | 1 | -1/+2 |
| | |||||
* | s4:findprovisionusnranges - the default python path is detected over "env" | Matthias Dieter Wallnöfer | 2011-10-08 | 1 | -1/+1 |
| | | | | | | | Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 8 13:06:20 CEST 2011 on sn-devel-104 | ||||
* | s4-dns: started adding support for auto-creation of NS glue record | Andrew Tridgell | 2011-09-22 | 1 | -1/+37 |
| | | | | | when we create a new subdomain we need to create a NS glue record in the parent domain pointing at our subdomain | ||||
* | s4-python: Consistently use spaces rather than tabs, fix headers in several ↵ | Jelmer Vernooij | 2011-09-13 | 1 | -1/+1 |
| | | | | places. | ||||
* | samba-tool: Correctly handle sys.exit() called from subcommand | Amitay Isaacs | 2011-09-09 | 1 | -1/+3 |
| | | | | | | | Catch SystemExit exception if any subcommand calls sys.exit() and return with failure (-1). Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Removed "acl" command | Giampaolo Lauria | 2011-09-09 | 1 | -2/+0 |
| | | | | | | | | Removed "acl" command as it has been changed to: "dsacl" and "ntacl" Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Added "ntacl" command | Giampaolo Lauria | 2011-09-09 | 1 | -0/+2 |
| | | | | | | | Added "ntacl" command to substitute "acl nt" command Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Added "dsacl" command | Giampaolo Lauria | 2011-09-09 | 1 | -0/+2 |
| | | | | | | | Added "dsacl" command to substitute "acl ds" Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Moved command definition to sambatool command | Giampaolo Lauria | 2011-09-09 | 1 | -8/+36 |
| | | | | | | | Moved subcommand definition from __init__.py to cmd_sambatool class Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Redefined samba-tool as a SuperCommand | Giampaolo Lauria | 2011-09-09 | 1 | -31/+5 |
| | | | | | | | | | Removed MainCommand class as samba-tool is a SuperCommand Redefined samba-tool as a SuperCommand Fixed error handling in SuperCommand _run Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | samba-tool: Avoid use of "except .. as" construction introduced in python2.6. | Jelmer Vernooij | 2011-09-08 | 1 | -2/+3 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Sep 8 00:34:22 CEST 2011 on sn-devel-104 | ||||
* | samba3dump: Update the code using modified samba3 module with passdb api | Amitay Isaacs | 2011-08-26 | 1 | -40/+53 |
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-dns: cope with duplicate entries in dns_update_list | Andrew Tridgell | 2011-08-25 | 1 | -1/+5 |
| | | | | | | this is needed for when DNSFOREST and DNSDOMAIN are the same Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | ||||
* | s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS name | Andrew Tridgell | 2011-08-25 | 2 | -5/+6 |
| | |||||
* | s4-spnupdate: fixed searches on domain NC | Andrew Tridgell | 2011-08-25 | 1 | -2/+2 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-dns: fixed base search on domain NC | Andrew Tridgell | 2011-08-25 | 1 | -1/+1 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-upgradeprovision: try to fix the detection of @provision record | Matthieu Patou | 2011-08-01 | 1 | -1/+1 |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Aug 1 13:43:50 CEST 2011 on sn-devel-104 | ||||
* | samba-tool: Catch exceptions at top-level and exit with correct return value | Amitay Isaacs | 2011-07-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | samba-tool: Display usage for main commands and list them alphabetically | Amitay Isaacs | 2011-07-28 | 1 | -31/+35 |
| | | | | | | This makes the MainCommand class similar to SuperCommand class in netcmd. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | samba-tool: Replace C version of samba-tool with python version | Amitay Isaacs | 2011-07-28 | 2 | -0/+70 |
| | | | | | | | C version of samba-tool is now called samba-tool-c, which will be removed as soon as all the samba-tool commands are ported to python. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-upgradeprovision: Detect recent provision in a more reliable way | Matthieu Patou | 2011-07-26 | 1 | -1/+12 |
| | |||||
* | scripting/bin: Some formatting fixes. | Jelmer Vernooij | 2011-07-23 | 2 | -4/+4 |
| | |||||
* | samba_backup: check that directory really exists | Matthieu Patou | 2011-07-21 | 1 | -1/+11 |
| | |||||
* | ldb: use base searches for @ special DNs | Andrew Tridgell | 2011-07-13 | 1 | -1/+1 |
| | | | | | | subtree searches on these DNs don't work any more Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | upgradeprovision: reduce the number of attribute that we skip | Matthieu Patou | 2011-07-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | rebuildexetendeddn: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 2011-06-30 | 1 | -66/+61 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jun 30 12:07:32 CEST 2011 on sn-devel-104 | ||||
* | rpcclient: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 2011-06-30 | 1 | -45/+45 |
| | |||||
* | smbstatus: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 2011-06-30 | 1 | -38/+38 |
| | |||||
* | mischema: Remove unused import. | Jelmer Vernooij | 2011-06-30 | 1 | -1/+0 |
| | |||||
* | enablerecyclebin: Remove unused imports, fix formatting. | Jelmer Vernooij | 2011-06-30 | 1 | -5/+3 |
| | |||||
* | s4-samba_dnsupdate: set environment via the env parameter | Matthieu Patou | 2011-06-22 | 1 | -1/+1 |
| | | | | | I faced a situation where the os.environ("KRB5CCNAME") = ... didn't seems to be effective | ||||
* | s4-upgradeprovision: Don't forget to populate the non replicated objects, ↵ | Matthieu Patou | 2011-06-22 | 1 | -2/+4 |
| | | | | and don't touch rIDPreviousAllocationPool | ||||
* | s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ↵ | Matthieu Patou | 2011-06-20 | 1 | -0/+14 |
| | | | | | | | present Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Jun 20 00:30:59 CEST 2011 on sn-devel-104 | ||||
* | s4: create script to find provision ranges for old provision without this ↵ | Matthieu Patou | 2011-06-19 | 1 | -0/+174 |
| | | | | information | ||||
* | s4-upgradeprovision: skip versionNumber, it's used by GPO | Matthieu Patou | 2011-06-19 | 1 | -0/+1 |
| | |||||
* | s4-upgradeprovision: deltaattr can be empty or none too | Matthieu Patou | 2011-06-19 | 1 | -8/+8 |
| | |||||
* | s4-upgradeprovision: Rework completly how SDs are recalculated | Matthieu Patou | 2011-06-19 | 1 | -66/+99 |
| | |||||
* | s4-upgradeprovision: remove useless comment | Matthieu Patou | 2011-06-19 | 1 | -1/+0 |
| | |||||
* | s4-upgradeprovision: ignore objectSid | Matthieu Patou | 2011-06-19 | 1 | -2/+3 |
| | |||||
* | s4-upgradeprovision: add a list of attribute that are not DSDB attribute ↵ | Matthieu Patou | 2011-06-19 | 1 | -0/+4 |
| | | | | that we don't want to copy | ||||
* | s4-upgradeprovision: if there is nothing to really modify then skip it | Matthieu Patou | 2011-06-19 | 1 | -0/+3 |
| | |||||
* | s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove ↵ | Matthieu Patou | 2011-06-19 | 1 | -0/+3 |
| | | | | this attribute | ||||
* | s4-upgradeprovision: change hashAttrNotCopied to be an array | Matthieu Patou | 2011-06-19 | 1 | -26/+22 |
| | |||||
* | s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags control | Matthieu Patou | 2011-06-19 | 1 | -3/+4 |
| | |||||
* | s4-upgradeprovision: remove useless code | Matthieu Patou | 2011-06-19 | 1 | -3/+0 |
| | |||||
* | s4-upgradeprovision: don't print dn in the list of modified attributes | Matthieu Patou | 2011-06-19 | 1 | -1/+2 |
| |