summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba_dnsupdate
Commit message (Expand)AuthorAgeFilesLines
* samba_dnsupdate: fix "samba-tool" fallback error handlingAndrew Bartlett2017-06-101-1/+1
* samba_dnsupdate: Extend possible server list to all NS servers for the zoneAndrew Bartlett2017-06-101-29/+69
* samba_dnsupate: Try to get ticket to the SOA, not the NS serversAndrew Bartlett2017-06-101-3/+5
* samba_dnsupdate: Make nsupdate use the server given by the SOA recordAndrew Bartlett2017-06-101-3/+16
* samba_dnsupdate: Ensure we only force "server" under resolv_wrapperAndrew Bartlett2017-06-101-1/+12
* samba_dnsupdate: Do not rewrite krb5.conf in selftestAndreas Schneider2017-04-291-4/+7
* samba_dnsupdate: Remove extra argument from debugGarming Sam2017-04-131-1/+1
* samba_dnsupdate: Add additional debuggingGarming Sam2017-03-281-0/+4
* samba_dnsupdate: Raise after the error count is incrementedGarming Sam2016-11-221-1/+1
* samba_dnsupdate: cmd._run doesn't have ExceptionsGarming Sam2016-11-221-1/+7
* Revert "source4/scripting: add an option to samba_dnsupdate to add ns records."Andrew Bartlett2016-06-271-10/+0
* source4/scripting: add an option to samba_dnsupdate to add ns records.Richard Sharpe2016-06-211-0/+10
* selftest: Always set up a resolv.conf and use it in samba_dnsupdateAndrew Bartlett2016-06-161-1/+1
* samba_dnsupdate: Give the administrator more detail when DNS lookups failAndrew Bartlett2016-06-161-3/+16
* samba_dnsupdate: Implement RPC <ZONE> prefix in dns_update_listAndrew Bartlett2016-06-161-20/+34
* samba_dnsupdate: Simplify logic and add more verbose debuggingAndrew Bartlett2016-06-161-36/+40
* samba_dnsupdate: Allow admin to force a particular IP into samba_dnsupdateAndrew Bartlett2016-06-161-8/+19
* samba_dnsupdate: Add a mode that calls samba-tool dns, rather than nsupdateAndrew Bartlett2016-06-161-14/+145
* samba_dnsupdate: Work around a bug in nsupdateAndreas Schneider2016-06-161-0/+5
* samba_dnsupdate: Fix typo in -no-substitutions nameGarming Sam2016-06-161-1/+1
* samba_dnsupdate: Simplify logic and add more verbose debuggingAndrew Bartlett2015-12-151-3/+4
* samba_dnsupdate: Expand output when --verbose is setAndrew Bartlett2015-12-151-1/+26
* samba_dnsupdate: Allow the tool to work in 'make test'.Andreas Schneider2014-12-181-2/+5
* samba_dnsupdate: Always fill out the nameservers of a dns object.Andreas Schneider2014-12-181-3/+7
* Move dnspython to third_party.Jelmer Vernooij2014-11-121-1/+1
* samba_dnsupdate: Look for ForestDnsZones in the right placeAndrew Bartlett2014-09-271-1/+3
* s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODCStefan Metzmacher2014-08-261-0/+57
* s4:samba_dnsupdate: don't try to be smart when verifying NS recordsStefan Metzmacher2014-08-261-19/+0
* s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher2014-08-261-16/+101
* s4:samba_dnsupdate: fix dnsobj.__str__()Stefan Metzmacher2014-08-261-5/+5
* s4:samba_dnsupdate: don't lower case the registered namesStefan Metzmacher2014-08-261-5/+5
* Avoid leaking temp file if an exception is raisedJean Raby2013-04-111-1/+5
* Remove incomplete check for IPv6 link-local addresses.Landon Fuller2013-03-021-3/+1
* samba_dnsupdate: set KRB5_CONFIG for nsupdate commandBjörn Baumbach2013-01-091-4/+5
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-5/+10
* samba_dnsupdate: Safely update/create names for Samba3 targets as wellAndrew Bartlett2012-09-261-4/+14
* samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file cons...Andrew Bartlett2012-09-261-3/+10
* samba_dnsupdate: Mention contents of invalid line when encountering parsing e...Jelmer Vernooij2012-03-131-2/+5
* samba_dnsupdate: Raise proper exception when getting unexpected DNS reply.Jelmer Vernooij2012-03-131-2/+1
* samba_dnsupdate: Use docstrings, which show up nicely in API docs.Jelmer Vernooij2012-03-131-21/+17
* s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett2011-12-071-5/+11
* s4-dns: added --no-credentials option to samba_dnsupdateAndrew Tridgell2011-11-221-3/+10
* s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell2011-09-221-1/+37
* s4-dns: cope with duplicate entries in dns_update_listAndrew Tridgell2011-08-251-1/+5
* s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS nameAndrew Tridgell2011-08-251-3/+3
* s4-dns: fixed base search on domain NCAndrew Tridgell2011-08-251-1/+1
* s4-samba_dnsupdate: set environment via the env parameterMatthieu Patou2011-06-221-1/+1
* s4-param Remove 'sam database' parameterAndrew Bartlett2011-06-061-1/+1
* s4-ipv6: don't add link local addresses to DNSAndrew Tridgell2011-06-061-1/+3
* s4-ipv6: added IPv6 support to samba_dnsupdateAndrew Tridgell2011-06-061-7/+31