summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision/sambadns.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1135/+0
2013-02-19scripting: Make tdb_copy a common util function in samba.tdb_utilAndrew Bartlett1-20/+1
2013-02-19scripting: Make tdb_copy use the python subprocess moduleAndrew Bartlett1-7/+9
2013-01-27provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481)Stefan Metzmacher1-11/+19
2012-10-11samba.provision.sambadns: Use == to compare strings, not 'is'.Jelmer Vernooij1-1/+1
2012-09-16samba.provision.sambadns: Fix formatting.Jelmer Vernooij1-57/+126
2012-06-24s4-join: Setup correct DNS configurationAndrew Bartlett1-27/+62
2012-04-16s4-provision: Update configuration lines for dlz_bind9Amitay Isaacs1-3/+1
2012-03-02provision: dns: TXT Records need a list of strings as inputAmitay Isaacs1-2/+5
2012-02-25Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij1-2/+2
2012-02-23s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209Andrew Bartlett1-3/+3
2012-02-21s4-provision: dns: Add txt DNS recordAmitay Isaacs1-0/+9
2012-02-21s4-provision: dns: Do not re-calculate ntdsguid, use from namesAmitay Isaacs1-15/+1
2012-02-21s4-provision: dns: Refactor population of dns data codeAmitay Isaacs1-56/+98
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-2/+2
2012-01-03s4-provision: Fix the problem of DnsProperty values not being set correctlyAmitay Isaacs1-0/+7
2012-01-02s4-provision: Fix tdbdump path lookup in make test.Andreas Schneider1-1/+1
2011-12-23s4-provision: Set dNSProperty attribute for dns zonesAmitay Isaacs1-2/+71
2011-12-13s4-provision: Do not guess partition file names, use @PARTITION recordAmitay Isaacs1-59/+76
2011-12-13s4-provision: Extract common utility routines in separate fileAmitay Isaacs1-40/+12
2011-12-13s4-provision: CN=MicrosoftDNS,CN=System container is in forest and not domainAmitay Isaacs1-10/+10
2011-11-29s4-provision: Fix the security ace for DnsAdmins group on DNS recordsAmitay Isaacs1-12/+19
2011-11-29s4-provision: Create a samdb copy for access by dlz_bind9 moduleAmitay Isaacs1-55/+100
2011-11-16provision: Set the security descriptor while creating partitionsAmitay Isaacs1-12/+2
2011-11-09s4-provision: Create ldap records for DNS partitions similar to windowsAmitay Isaacs1-1/+1
2011-11-09s4-provision: Set security descriptor for DNS recordsAmitay Isaacs1-17/+102
2011-11-08s4-provision: site is passed as an argument to setup_ad_dns()Amitay Isaacs1-1/+0
2011-11-04s4 provision/dns: Move DNS-related setup to sambadns moduleKai Blin1-3/+189
2011-11-04s4 provision/dns: Move secretsdb_setup_dns to the AD DNS specific setupKai Blin1-2/+60
2011-10-20s4-provision: Provision DNS records with correct rankAmitay Isaacs1-18/+23
2011-10-17s4 provision/dns: Clean up os level handlingKai Blin1-10/+12
2011-10-17s4 provision/dns: Clean up backend handlingKai Blin1-6/+13
2011-10-17s4 provision: Reword opinionated dns backend help text, add NONE backendKai Blin1-2/+2
2011-10-17s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILEKai Blin1-2/+2
2011-09-19s4-provision: use get_config_basedn() in DNS setupAndrew Tridgell1-1/+1
2011-09-12s4-provision: Fix the informational message from dns provisioningAmitay Isaacs1-1/+1
2011-09-08s4-provision: Fill msDS-NC-Replica-Locations attribute in DNS provisioningAmitay Isaacs1-0/+1
2011-09-08s4-provision: Make DNS entries consistent with dns_update scriptAmitay Isaacs1-4/+4
2011-09-08s4-provision: Reworked DNS provisioning to support AD DNS schemaAmitay Isaacs1-114/+435
2011-07-07s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin1-0/+231