Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-01 | s4-upgradeprovision: try to fix the detection of @provision record | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Aug 1 13:43:50 CEST 2011 on sn-devel-104 | |||||
2011-07-28 | samba-tool: Catch exceptions at top-level and exit with correct return value | Amitay Isaacs | 1 | -1/+5 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | samba-tool: Display usage for main commands and list them alphabetically | Amitay Isaacs | 1 | -31/+35 | |
This makes the MainCommand class similar to SuperCommand class in netcmd. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | samba-tool: Replace C version of samba-tool with python version | Amitay Isaacs | 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> | |||||
2011-07-26 | s4-upgradeprovision: Detect recent provision in a more reliable way | Matthieu Patou | 1 | -1/+12 | |
2011-07-23 | scripting/bin: Some formatting fixes. | Jelmer Vernooij | 2 | -4/+4 | |
2011-07-21 | samba_backup: check that directory really exists | Matthieu Patou | 1 | -1/+11 | |
2011-07-13 | ldb: use base searches for @ special DNs | Andrew Tridgell | 1 | -1/+1 | |
subtree searches on these DNs don't work any more Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-11 | upgradeprovision: reduce the number of attribute that we skip | Matthieu Patou | 1 | -2/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-06-30 | rebuildexetendeddn: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -66/+61 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jun 30 12:07:32 CEST 2011 on sn-devel-104 | |||||
2011-06-30 | rpcclient: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -45/+45 | |
2011-06-30 | smbstatus: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -38/+38 | |
2011-06-30 | mischema: Remove unused import. | Jelmer Vernooij | 1 | -1/+0 | |
2011-06-30 | enablerecyclebin: Remove unused imports, fix formatting. | Jelmer Vernooij | 1 | -5/+3 | |
2011-06-22 | s4-samba_dnsupdate: set environment via the env parameter | Matthieu Patou | 1 | -1/+1 | |
I faced a situation where the os.environ("KRB5CCNAME") = ... didn't seems to be effective | |||||
2011-06-22 | s4-upgradeprovision: Don't forget to populate the non replicated objects, ↵ | Matthieu Patou | 1 | -2/+4 | |
and don't touch rIDPreviousAllocationPool | |||||
2011-06-20 | s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ↵ | Matthieu Patou | 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 | |||||
2011-06-19 | s4: create script to find provision ranges for old provision without this ↵ | Matthieu Patou | 1 | -0/+174 | |
information | |||||
2011-06-19 | s4-upgradeprovision: skip versionNumber, it's used by GPO | Matthieu Patou | 1 | -0/+1 | |
2011-06-19 | s4-upgradeprovision: deltaattr can be empty or none too | Matthieu Patou | 1 | -8/+8 | |
2011-06-19 | s4-upgradeprovision: Rework completly how SDs are recalculated | Matthieu Patou | 1 | -66/+99 | |
2011-06-19 | s4-upgradeprovision: remove useless comment | Matthieu Patou | 1 | -1/+0 | |
2011-06-19 | s4-upgradeprovision: ignore objectSid | Matthieu Patou | 1 | -2/+3 | |
2011-06-19 | s4-upgradeprovision: add a list of attribute that are not DSDB attribute ↵ | Matthieu Patou | 1 | -0/+4 | |
that we don't want to copy | |||||
2011-06-19 | s4-upgradeprovision: if there is nothing to really modify then skip it | Matthieu Patou | 1 | -0/+3 | |
2011-06-19 | s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove ↵ | Matthieu Patou | 1 | -0/+3 | |
this attribute | |||||
2011-06-19 | s4-upgradeprovision: change hashAttrNotCopied to be an array | Matthieu Patou | 1 | -26/+22 | |
2011-06-19 | s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags control | Matthieu Patou | 1 | -3/+4 | |
2011-06-19 | s4-upgradeprovision: remove useless code | Matthieu Patou | 1 | -3/+0 | |
2011-06-19 | s4-upgradeprovision: don't print dn in the list of modified attributes | Matthieu Patou | 1 | -1/+2 | |
2011-06-19 | s4-upgradeprovision: clean up, reformating and update docs | Matthieu Patou | 1 | -9/+8 | |
2011-06-19 | s4-upgradeprovision: introduce invocation id in lastprovisionUSNs | Matthieu Patou | 1 | -12/+34 | |
2011-06-19 | s4-upgradeprovision: add function to know if attribute is replicated or not | Matthieu Patou | 1 | -0/+20 | |
2011-06-19 | s4-upgradeprovision: split update_present in two functions depending on the ↵ | Matthieu Patou | 1 | -130/+171 | |
method used In order to make the function a bit more clearer and with less depth, the selection of attribute that are not updated is split in two functions depending on the fact that we are using mainly replPropertyMetadata to make our choice or if we are using the list of attributes that should, could or shouldn't be updated/created/deleted. | |||||
2011-06-19 | s4-upgradeprovision: handle_special_attributes don't really need ranges of ↵ | Matthieu Patou | 1 | -5/+6 | |
USNs, just the information if we are using replPropertyMetadata for attribute selection | |||||
2011-06-19 | s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the same | Matthieu Patou | 1 | -1/+1 | |
Thanks to Dirk Paulli for pointing it with his bug report. | |||||
2011-06-07 | s4-dns: fixed samba_tool -> samba-tool | Andrew Tridgell | 1 | -1/+1 | |
2011-06-06 | s4-param Remove 'secrets database' parameter | Andrew Bartlett | 1 | -1/+1 | |
This is now just secrets.ldb in the private dir, which remains. | |||||
2011-06-06 | s4-param Remove 'sam database' parameter | Andrew Bartlett | 2 | -3/+3 | |
This now just relies on the private dir parameter, which remains. Andrew Bartlett | |||||
2011-06-06 | s4-script: install some of the samba scripts in bin/ during build | Andrew Tridgell | 1 | -0/+5 | |
2011-06-06 | s4-testparm: testparm is now part of samba_tool | Andrew Tridgell | 2 | -220/+1 | |
2011-06-06 | s4-ipv6: don't add link local addresses to DNS | Andrew Tridgell | 1 | -1/+3 | |
these make no sense as DNS addresses | |||||
2011-06-06 | s4-ipv6: added IPv6 support to samba_dnsupdate | Andrew Tridgell | 1 | -7/+31 | |
2011-05-21 | Add a script for renaming a DC | Matthieu Patou | 1 | -0/+200 | |
2011-05-21 | s4-python: move function find_provision_key_parameters to provision ↵ | Matthieu Patou | 1 | -2/+2 | |
namespace as it can be used not only for upgradeprovision | |||||
2011-05-17 | s4-python: add an option for just fixing gpo folders | Matthieu Patou | 1 | -189/+196 | |
2011-04-07 | s4-samba_dnsupate Fix syntax error | Andrew Bartlett | 1 | -2/+1 | |
This particular sub-part of the script isn't tested in 'make test' due to it making real changes to DNS. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 7 08:51:11 CEST 2011 on sn-devel-104 | |||||
2011-04-07 | samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4 | Andrew Bartlett | 1 | -1/+8 | |
RHEL5 and clones use python 2.5 | |||||
2011-04-06 | s4-test: fixed a problem with very verbose NDR debug | Andrew Tridgell | 1 | -1/+1 | |
lp.get("log level") returns a string, not an integer. It needs to be cast to an integer for comparison with a number Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Apr 6 08:58:05 CEST 2011 on sn-devel-104 | |||||
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 2 | -6/+6 | |
using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |