ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source4 / scripting / bin / samba_dnsupdate
2023-09-14 Joseph Suttons4:scripting: Prefer ‘x not in y’ to ‘not x in y’
2023-09-14 Joseph Suttons4:scripting: Fix comments
2023-03-03 Joseph Suttons4:samba_spnupdate: Fix typo
2023-03-03 Joseph Suttons4:samba_dnsupdate: Avoid resource leaks
2022-09-08 Douglas Bagnallsamba-tool: separate ._run() from command resolution
2022-05-10 Joseph Suttonpython: Remove redundant assignments
2021-09-07 Volker Lendeckesamba_dnsupdate: Fix deprecation warnings
2020-10-26 Alexander BokovoyDNS Resolver: support both dnspython before and after...
2020-10-02 David Mulderpython2 reduction: Merge remaining compat code into...
2020-08-11 Douglas Bagnallpython compat: remove text_type
2020-07-17 Douglas Bagnalls4/scripting/samba_dnsupdate: remove unreachable code
2020-03-27 Stefan Metzmachersamba_dnsupdate: fix delete (samba-tool) message
2020-03-27 Stefan Metzmachersamba_dnsupdate: fix --no-credentials handling
2019-09-01 Mathieu ParentSpelling fixes s/exising/existing/
2019-07-05 Douglas Bagnalls4/scripting/samba_dnsupdate: print usage with no arguments
2019-05-10 Joe Guosamba_dnsupdate: flush dns update cache file after...
2019-04-02 Joe Guosamba_dnsupdate: small tweaks to make code more pythonic
2019-02-14 Stefan Metzmachersamba_dnsupdate: make rodc_dns_update() more robust...
2019-02-14 Stefan Metzmachersamba_dnsupdate: make it clear that opts.use_file is...
2019-01-15 Stefan MetzmacherMerge remote-tracking branch 'origin/v4-10-test' into...
2019-01-15 Volker Lendeckesamba_dnsupdate: With dns_hub, we don't need resolv_wrap
2018-12-14 Joe GuoPY3: change shebang to python3 in source4/scripting...
2018-12-11 Noel Powervarious: Remove references to about to be deleted third...
2018-12-10 Noel Powerpython/samba/tests: PY3 port samba.tests.dns
2018-11-14 Noel Powers4/scripting/bin: gensec_client.update needs bytes
2018-11-01 Tim Bealednsupdate: Skip kerberos step if use-file specified
2018-11-01 Tim Bealednsupdate: Pass smb.conf through to samba-tool commands
2018-10-23 Noel Powers4/scripting/bin: PY3 make sure GUID result of format...
2018-10-23 Noel Powers4/scripting/bin: PY3 Make sure print statements are...
2018-09-12 Björn Baumbachsamba_dnsupdate: honor 'dns zone scavenging' option...
2018-07-12 Aaron Haslettdns: update tool changed for scavenging
2018-06-01 Volker Lendeckednsupdate: Fix a typo
2018-05-03 Garming Samsamba_dnsupdate: Put samba.kcc import after path insert...
2018-03-21 Garming Samsamba_dnsupdate: Introduce automatic site coverage
2018-02-14 Douglas Bagnallsource4/scripting python: convert 'except X, e' to...
2017-06-10 Andrew Bartlettsamba_dnsupdate: fix "samba-tool" fallback error handling
2017-06-10 Andrew Bartlettsamba_dnsupdate: Extend possible server list to all...
2017-06-10 Andrew Bartlettsamba_dnsupate: Try to get ticket to the SOA, not the...
2017-06-10 Andrew Bartlettsamba_dnsupdate: Make nsupdate use the server given...
2017-06-10 Andrew Bartlettsamba_dnsupdate: Ensure we only force "server" under...
2017-04-29 Andreas Schneidersamba_dnsupdate: Do not rewrite krb5.conf in selftest
2017-04-13 Garming Samsamba_dnsupdate: Remove extra argument from debug
2017-03-27 Garming Samsamba_dnsupdate: Add additional debugging
2016-11-22 Garming Samsamba_dnsupdate: Raise after the error count is incremented
2016-11-22 Garming Samsamba_dnsupdate: cmd._run doesn't have Exceptions
2016-06-27 Andrew BartlettRevert "source4/scripting: add an option to samba_dnsup...
2016-06-20 Richard Sharpesource4/scripting: add an option to samba_dnsupdate...
2016-06-16 Andrew Bartlettselftest: Always set up a resolv.conf and use it in...
2016-06-16 Andrew Bartlettsamba_dnsupdate: Give the administrator more detail...
2016-06-16 Andrew Bartlettsamba_dnsupdate: Implement RPC <ZONE> prefix in dns_upd...
2016-06-16 Andrew Bartlettsamba_dnsupdate: Simplify logic and add more verbose...
2016-06-16 Andrew Bartlettsamba_dnsupdate: Allow admin to force a particular...
2016-06-16 Andrew Bartlettsamba_dnsupdate: Add a mode that calls samba-tool dns...
2016-06-16 Andreas Schneidersamba_dnsupdate: Work around a bug in nsupdate
2016-06-16 Garming Samsamba_dnsupdate: Fix typo in -no-substitutions name
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-15 Andrew Bartlettsamba_dnsupdate: Simplify logic and add more verbose...
2015-12-15 Andrew Bartlettsamba_dnsupdate: Expand output when --verbose is set
2014-12-18 Andreas Schneidersamba_dnsupdate: Allow the tool to work in 'make test'.
2014-12-18 Andreas Schneidersamba_dnsupdate: Always fill out the nameservers of...
2014-11-12 Jelmer VernooijMove dnspython to third_party.
2014-09-27 Andrew Bartlettsamba_dnsupdate: Look for ForestDnsZones in the right...
2014-08-26 Stefan Metzmachers4:samba_dnsupdate: provide more substitution variables...
2014-08-26 Stefan Metzmachers4:samba_dnsupdate: don't try to be smart when verifyin...
2014-08-26 Stefan Metzmachers4:samba_dnsupdate: cache the already registered records
2014-08-26 Stefan Metzmachers4:samba_dnsupdate: fix dnsobj.__str__()
2014-08-26 Stefan Metzmachers4:samba_dnsupdate: don't lower case the registered...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-11 Jean RabyAvoid leaking temp file if an exception is raised
2013-03-02 Landon FullerRemove incomplete check for IPv6 link-local addresses.
2013-01-09 Björn Baumbachsamba_dnsupdate: set KRB5_CONFIG for nsupdate command
2012-09-27 Jelmer Vernooijs4-python: Various formatting fixes.
2012-09-26 Andrew Bartlettsamba_dnsupdate: Safely update/create names for Samba3...
2012-09-26 Andrew Bartlettsamba_dnsupdate: Move to using tmpfile/rename to keep...
2012-03-13 Jelmer Vernooijsamba_dnsupdate: Mention contents of invalid line when...
2012-03-13 Jelmer Vernooijsamba_dnsupdate: Raise proper exception when getting...
2012-03-13 Jelmer Vernooijsamba_dnsupdate: Use docstrings, which show up nicely...
2011-12-07 Andrew Bartletts4-dnsupdate: Do not attempt to add the PDC names if...
2011-11-22 Andrew Tridgells4-dns: added --no-credentials option to samba_dnsupdate
2011-09-22 Andrew Tridgells4-dns: started adding support for auto-creation of...
2011-08-24 Andrew Tridgells4-dns: cope with duplicate entries in dns_update_list
2011-08-24 Andrew Tridgells4-dns/spn: fixed DNS and SPN scripts to setup forest...
2011-08-24 Andrew Tridgells4-dns: fixed base search on domain NC
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-22 Matthieu Patous4-samba_dnsupdate: set environment via the env parameter
2011-06-06 Andrew Bartletts4-param Remove 'sam database' parameter
2011-06-06 Andrew Tridgells4-ipv6: don't add link local addresses to DNS
2011-06-06 Andrew Tridgells4-ipv6: added IPv6 support to samba_dnsupdate
2011-04-07 Andrew Bartletts4-samba_dnsupate Fix syntax error
2011-04-07 Andrew Bartlettsamba_dnsupdate: Don't use subprocess.check_call, it...
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2010-12-08 Andrew Bartletts4-param Allow +foo syntax in smb.conf list parsing
2010-11-30 Andrew Tridgells4-dns: catch all DNS exceptions in samba_dnsupdate
2010-11-18 Andrew Tridgells4-dns: added support for --fail-immediately for RODC...
2010-11-17 Andrew Tridgells4-dns: catch more expections in samba_dnsupdate
2010-11-15 Andrew Tridgells4-dns: added --fail-immediately option to samba_dnsupdate
2010-11-15 Andrew Tridgells4-dns: fixed registration of multiple IPs in samba_dns...
2010-09-30 Andrew Tridgells4-dns: send A record updates via TKEY
2010-09-29 Andrew Tridgells4-kerberos: use TZ=GMT when we are invoking krb5 code...
next