summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2013-10-11samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett1-2/+3
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett1-1/+1
2013-10-05samba_backup: fix bug, add command line parameter, improve error messagesBrian Martin1-15/+37
2013-09-04scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett1-9/+10
2013-09-04scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett1-1/+10
2013-08-30s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher1-1/+1
2013-04-11Avoid leaking temp file if an exception is raisedJean Raby1-1/+5
2013-03-25scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett1-15/+1
2013-03-25scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett1-2/+2
2013-03-25scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett1-1/+1
2013-03-25scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett1-1/+1
2013-03-25scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett1-3/+2
2013-03-25scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett1-71/+2
2013-03-04samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett1-22/+8
2013-03-04samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett1-5/+3
2013-03-04samba_upgradeprovision: only run rebuild_sd in --full modeAndrew Bartlett1-20/+17
2013-03-04samba_upgradeprovision: Remove alwaysRecalculate, this is too dangerousAndrew Bartlett1-4/+1
2013-03-04samba_upgradeprovision: Remove unused checkKeepAttributeOldMtdAndrew Bartlett1-73/+6
2013-03-04scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sdsAndrew Bartlett1-11/+10
2013-03-04samba_upgradeprovision: Remove auto-detection of pre-alpha9 databasesAndrew Bartlett1-5/+6
2013-03-02Remove incomplete check for IPv6 link-local addresses.Landon Fuller1-3/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2013-02-19samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2Andrew Bartlett1-13/+17
2013-02-19samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc...Andrew Bartlett1-16/+4
2013-02-19scripting: Make tdb_copy a common util function in samba.tdb_utilAndrew Bartlett1-0/+1
2013-02-19samba_upgradeprovision: Remove options to fix FS ACLsAndrew Bartlett1-223/+204
2013-01-27samba_upgradeprovision: detect dns_backend for the reference provisionStefan Metzmacher1-8/+10
2013-01-27samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ...Stefan Metzmacher1-36/+92
2013-01-27samba_upgradeprovision: fix resetting of 'nTSecurityDescriptor' on schema obj...Stefan Metzmacher1-1/+1
2013-01-27samba_upgradeprovision: don't reset 'whenCreated' when resetting 'nTSecurityD...Stefan Metzmacher1-2/+0
2013-01-10scripting/samba_upgradedns: Only look for IPv4/IPv6 addresses if we actually ...Andrew Bartlett1-21/+22
2013-01-09samba_dnsupdate: set KRB5_CONFIG for nsupdate commandBjörn Baumbach1-4/+5
2012-11-30s4:samba_upgradeprovision: use the sd_flags:1:15 control with an empty sdStefan Metzmacher1-7/+14
2012-10-18provision: No longer use the wheel group in new AD DomainsAndrew Bartlett1-1/+1
2012-10-03s4: samba_backup: Fix typos.Björn Baumbach1-2/+2
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij3-72/+76
2012-09-26samba_dnsupdate: Safely update/create names for Samba3 targets as wellAndrew Bartlett1-4/+14
2012-09-26samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file cons...Andrew Bartlett1-3/+10
2012-09-25s4-python: Override SIGINT handler in scripts only.Jelmer Vernooij4-1/+26
2012-09-12s4:samba_upgradedns: delete dns-HOSTNAME account if using the internal dns se...Stefan Metzmacher1-0/+28
2012-09-12s4 dns: use the internal DNS server per defaultKai Blin1-3/+3
2012-09-12s4:scripting: rename upgradeprovision -> samba_upgradeprovisionStefan Metzmacher2-1/+1
2012-09-11s4:samba-tool: allow sys.exit(ret) to control the exit codeStefan Metzmacher1-1/+1
2012-08-03s4: samba_spnupdate: fix "if we are DNS server" checkBjörn Baumbach1-5/+6
2012-06-25s4-samba_upgradedns: Do not set DNS account for internal serverAndrew Bartlett1-32/+32
2012-05-24s4/scripting: in MIT build do not install samba-tool, it is not usable yetAlexander Bokovoy1-3/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-5/+4
2012-05-15samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs1-1/+1
2012-05-01s4-upgradedns: Update serverdn with only the attributes that have changedAmitay Isaacs1-11/+21
2012-04-19samba_spnupdate: don't try to register DNS related SPN if we are not masterin...Matthieu Patou1-1/+24