summaryrefslogtreecommitdiff
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODCStefan Metzmacher2014-09-081-0/+57
* s4:samba_dnsupdate: don't try to be smart when verifying NS recordsStefan Metzmacher2014-09-081-19/+0
* s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher2014-09-081-16/+101
* s4:samba_dnsupdate: fix dnsobj.__str__()Stefan Metzmacher2014-09-081-5/+5
* s4:samba_dnsupdate: don't lower case the registered namesStefan Metzmacher2014-09-081-5/+5
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-061-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-061-1/+10
* s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher2013-09-021-1/+1
* Make the output of the crackname script more readableMatthieu Patou2013-07-031-4/+4
* Avoid leaking temp file if an exception is raisedJean Raby2013-04-111-1/+5
* scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2013-03-251-15/+1
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-03-251-2/+2
* scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett2013-03-251-1/+1
* scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett2013-03-251-1/+1
* scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett2013-03-251-3/+2
* scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett2013-03-251-71/+2
* scripting: No longer install samba_upgradeprovisionAndrew Bartlett2013-03-121-1/+1
* samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett2013-03-041-22/+8
* samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett2013-03-041-5/+3
* samba_upgradeprovision: only run rebuild_sd in --full modeAndrew Bartlett2013-03-041-20/+17
* samba_upgradeprovision: Remove alwaysRecalculate, this is too dangerousAndrew Bartlett2013-03-041-4/+1
* samba_upgradeprovision: Remove unused checkKeepAttributeOldMtdAndrew Bartlett2013-03-041-73/+6
* scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sdsAndrew Bartlett2013-03-041-11/+10
* samba_upgradeprovision: Remove auto-detection of pre-alpha9 databasesAndrew Bartlett2013-03-041-5/+6
* Remove incomplete check for IPv6 link-local addresses.Landon Fuller2013-03-021-3/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-02114-31384/+1
* build: Rename samba_python waf node to avoid duplicate nameAndrew Bartlett2013-03-021-1/+1
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-203-5/+8
* samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2Andrew Bartlett2013-02-191-13/+17
* samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc...Andrew Bartlett2013-02-191-16/+4
* scripting: Make tdb_copy a common util function in samba.tdb_utilAndrew Bartlett2013-02-193-20/+43
* scripting: Make tdb_copy use the python subprocess moduleAndrew Bartlett2013-02-191-7/+9
* samba_upgradeprovision: Remove options to fix FS ACLsAndrew Bartlett2013-02-192-271/+205
* samba-tool/domain provision: add support for utf-8 passwords for --adminpassStefan Metzmacher2013-02-041-0/+1
* samba-tool/user setpassword: fix help messageStefan Metzmacher2013-02-041-3/+3
* s4:scripting/python: add support for utf-8 passwords from the command lineStefan Metzmacher2013-02-041-1/+2
* selftest: add a test that demonstrates how new ACL blob code helpsChristian Ambach2013-02-041-0/+17
* samba_upgradeprovision: detect dns_backend for the reference provisionStefan Metzmacher2013-01-272-10/+11
* provision: setup names.dns_backendStefan Metzmacher2013-01-271-0/+26
* samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ...Stefan Metzmacher2013-01-271-36/+92
* provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481)Stefan Metzmacher2013-01-271-11/+19
* provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)Stefan Metzmacher2013-01-271-0/+21
* provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (...Stefan Metzmacher2013-01-271-0/+4
* provision: setup names.name_map['DnsAdmins']Stefan Metzmacher2013-01-271-0/+5
* provision: introduce names.name_map = {}Stefan Metzmacher2013-01-271-0/+1
* provision: add get_dns_{forest,domain}_microsoft_dns_descriptor()Stefan Metzmacher2013-01-272-0/+16
* provision: add get_config_ntds_quotas_descriptor()Stefan Metzmacher2013-01-272-0/+8
* provision: add get_{config,domain}_delete_protected*_descriptor()Stefan Metzmacher2013-01-272-0/+40
* schema.py: add optional name_map={} to get_schema_descriptor()Stefan Metzmacher2013-01-271-1/+1
* provision: add optional name_map={} argument to get_*_descriptor()Stefan Metzmacher2013-01-271-32/+30