summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba_dnsupdate
AgeCommit message (Expand)AuthorFilesLines
2025-06-05samba_dnsupdate: samba-tool add avoids existing record error messagesDouglas Bagnall1-0/+2
2025-06-05samba_dnsupdate: slightly clarify handling of argsDouglas Bagnall1-3/+4
2023-09-14s4:scripting: Prefer ‘x not in y’ to ‘not x in y’Joseph Sutton1-2/+2
2023-09-14s4:scripting: Fix commentsJoseph Sutton1-2/+2
2023-03-03s4:samba_spnupdate: Fix typoJoseph Sutton1-1/+1
2023-03-03s4:samba_dnsupdate: Avoid resource leaksJoseph Sutton1-12/+16
2022-09-08samba-tool: separate ._run() from command resolutionDouglas Bagnall1-1/+2
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-2/+2
2021-09-07samba_dnsupdate: Fix deprecation warningsVolker Lendecke1-2/+2
2020-10-26DNS Resolver: support both dnspython before and after 2.0.0Alexander Bokovoy1-2/+3
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-07-17s4/scripting/samba_dnsupdate: remove unreachable codeDouglas Bagnall1-7/+2
2020-03-27samba_dnsupdate: fix delete (samba-tool) messageStefan Metzmacher1-1/+1
2020-03-27samba_dnsupdate: fix --no-credentials handlingStefan Metzmacher1-1/+1
2019-09-01Spelling fixes s/exising/existing/Mathieu Parent1-1/+1
2019-07-05s4/scripting/samba_dnsupdate: print usage with no argumentsDouglas Bagnall1-4/+16
2019-05-10samba_dnsupdate: flush dns update cache file after writeJoe Guo1-0/+1
2019-04-02samba_dnsupdate: small tweaks to make code more pythonicJoe Guo1-49/+19
2019-02-14samba_dnsupdate: make rodc_dns_update() more robust against timing problemsStefan Metzmacher1-1/+12
2019-02-14samba_dnsupdate: make it clear that opts.use_file is active and we're not usi...Stefan Metzmacher1-3/+6
2019-01-15samba_dnsupdate: With dns_hub, we don't need resolv_wrapVolker Lendecke1-25/+12
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo1-1/+1
2018-12-11various: Remove references to about to be deleted thirdparty/dnspythonNoel Power1-1/+0
2018-12-10python/samba/tests: PY3 port samba.tests.dnsNoel Power1-1/+2
2018-11-14s4/scripting/bin: gensec_client.update needs bytesNoel Power1-2/+1
2018-11-01dnsupdate: Skip kerberos step if use-file specifiedTim Beale1-2/+2
2018-11-01dnsupdate: Pass smb.conf through to samba-tool commandsTim Beale1-0/+4
2018-10-23s4/scripting/bin: PY3 make sure GUID result of format is stringNoel Power1-1/+2
2018-10-23s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'Noel Power1-39/+39
2018-09-12samba_dnsupdate: honor 'dns zone scavenging' option, only update if neededBjörn Baumbach1-1/+14
2018-07-12dns: update tool changed for scavengingAaron Haslett1-9/+1
2018-06-01dnsupdate: Fix a typoVolker Lendecke1-1/+1
2018-05-03samba_dnsupdate: Put samba.kcc import after path insert of bin/pythonGarming Sam1-1/+1
2018-03-21samba_dnsupdate: Introduce automatic site coverageGarming Sam1-0/+27
2018-02-15source4/scripting python: convert 'except X, e' to 'except X as e'Douglas Bagnall1-3/+3
2017-06-10samba_dnsupdate: fix "samba-tool" fallback error handlingAndrew Bartlett1-1/+1
2017-06-10samba_dnsupdate: Extend possible server list to all NS servers for the zoneAndrew Bartlett1-29/+69
2017-06-10samba_dnsupate: Try to get ticket to the SOA, not the NS serversAndrew Bartlett1-3/+5
2017-06-10samba_dnsupdate: Make nsupdate use the server given by the SOA recordAndrew Bartlett1-3/+16
2017-06-10samba_dnsupdate: Ensure we only force "server" under resolv_wrapperAndrew Bartlett1-1/+12
2017-04-29samba_dnsupdate: Do not rewrite krb5.conf in selftestAndreas Schneider1-4/+7
2017-04-13samba_dnsupdate: Remove extra argument from debugGarming Sam1-1/+1
2017-03-28samba_dnsupdate: Add additional debuggingGarming Sam1-0/+4
2016-11-22samba_dnsupdate: Raise after the error count is incrementedGarming Sam1-1/+1
2016-11-22samba_dnsupdate: cmd._run doesn't have ExceptionsGarming Sam1-1/+7
2016-06-27Revert "source4/scripting: add an option to samba_dnsupdate to add ns records."Andrew Bartlett1-10/+0
2016-06-21source4/scripting: add an option to samba_dnsupdate to add ns records.Richard Sharpe1-0/+10
2016-06-16selftest: Always set up a resolv.conf and use it in samba_dnsupdateAndrew Bartlett1-1/+1
2016-06-16samba_dnsupdate: Give the administrator more detail when DNS lookups failAndrew Bartlett1-3/+16