index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
bin
/
samba_dnsupdate
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
samba_dnsupdate: samba-tool add avoids existing record error messages
Douglas Bagnall
1
-0
/
+2
2025-06-05
samba_dnsupdate: slightly clarify handling of args
Douglas Bagnall
1
-3
/
+4
2023-09-14
s4:scripting: Prefer ‘x not in y’ to ‘not x in y’
Joseph Sutton
1
-2
/
+2
2023-09-14
s4:scripting: Fix comments
Joseph Sutton
1
-2
/
+2
2023-03-03
s4:samba_spnupdate: Fix typo
Joseph Sutton
1
-1
/
+1
2023-03-03
s4:samba_dnsupdate: Avoid resource leaks
Joseph Sutton
1
-12
/
+16
2022-09-08
samba-tool: separate ._run() from command resolution
Douglas Bagnall
1
-1
/
+2
2022-05-10
python: Remove redundant assignments
Joseph Sutton
1
-2
/
+2
2021-09-07
samba_dnsupdate: Fix deprecation warnings
Volker Lendecke
1
-2
/
+2
2020-10-26
DNS Resolver: support both dnspython before and after 2.0.0
Alexander Bokovoy
1
-2
/
+3
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-1
/
+1
2020-08-11
python compat: remove text_type
Douglas Bagnall
1
-2
/
+1
2020-07-17
s4/scripting/samba_dnsupdate: remove unreachable code
Douglas Bagnall
1
-7
/
+2
2020-03-27
samba_dnsupdate: fix delete (samba-tool) message
Stefan Metzmacher
1
-1
/
+1
2020-03-27
samba_dnsupdate: fix --no-credentials handling
Stefan Metzmacher
1
-1
/
+1
2019-09-01
Spelling fixes s/exising/existing/
Mathieu Parent
1
-1
/
+1
2019-07-05
s4/scripting/samba_dnsupdate: print usage with no arguments
Douglas Bagnall
1
-4
/
+16
2019-05-10
samba_dnsupdate: flush dns update cache file after write
Joe Guo
1
-0
/
+1
2019-04-02
samba_dnsupdate: small tweaks to make code more pythonic
Joe Guo
1
-49
/
+19
2019-02-14
samba_dnsupdate: make rodc_dns_update() more robust against timing problems
Stefan Metzmacher
1
-1
/
+12
2019-02-14
samba_dnsupdate: make it clear that opts.use_file is active and we're not usi...
Stefan Metzmacher
1
-3
/
+6
2019-01-15
samba_dnsupdate: With dns_hub, we don't need resolv_wrap
Volker Lendecke
1
-25
/
+12
2018-12-14
PY3: change shebang to python3 in source4/scripting/bin dir
Joe Guo
1
-1
/
+1
2018-12-11
various: Remove references to about to be deleted thirdparty/dnspython
Noel Power
1
-1
/
+0
2018-12-10
python/samba/tests: PY3 port samba.tests.dns
Noel Power
1
-1
/
+2
2018-11-14
s4/scripting/bin: gensec_client.update needs bytes
Noel Power
1
-2
/
+1
2018-11-01
dnsupdate: Skip kerberos step if use-file specified
Tim Beale
1
-2
/
+2
2018-11-01
dnsupdate: Pass smb.conf through to samba-tool commands
Tim Beale
1
-0
/
+4
2018-10-23
s4/scripting/bin: PY3 make sure GUID result of format is string
Noel Power
1
-1
/
+2
2018-10-23
s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'
Noel Power
1
-39
/
+39
2018-09-12
samba_dnsupdate: honor 'dns zone scavenging' option, only update if needed
Björn Baumbach
1
-1
/
+14
2018-07-12
dns: update tool changed for scavenging
Aaron Haslett
1
-9
/
+1
2018-06-01
dnsupdate: Fix a typo
Volker Lendecke
1
-1
/
+1
2018-05-03
samba_dnsupdate: Put samba.kcc import after path insert of bin/python
Garming Sam
1
-1
/
+1
2018-03-21
samba_dnsupdate: Introduce automatic site coverage
Garming Sam
1
-0
/
+27
2018-02-15
source4/scripting python: convert 'except X, e' to 'except X as e'
Douglas Bagnall
1
-3
/
+3
2017-06-10
samba_dnsupdate: fix "samba-tool" fallback error handling
Andrew Bartlett
1
-1
/
+1
2017-06-10
samba_dnsupdate: Extend possible server list to all NS servers for the zone
Andrew Bartlett
1
-29
/
+69
2017-06-10
samba_dnsupate: Try to get ticket to the SOA, not the NS servers
Andrew Bartlett
1
-3
/
+5
2017-06-10
samba_dnsupdate: Make nsupdate use the server given by the SOA record
Andrew Bartlett
1
-3
/
+16
2017-06-10
samba_dnsupdate: Ensure we only force "server" under resolv_wrapper
Andrew Bartlett
1
-1
/
+12
2017-04-29
samba_dnsupdate: Do not rewrite krb5.conf in selftest
Andreas Schneider
1
-4
/
+7
2017-04-13
samba_dnsupdate: Remove extra argument from debug
Garming Sam
1
-1
/
+1
2017-03-28
samba_dnsupdate: Add additional debugging
Garming Sam
1
-0
/
+4
2016-11-22
samba_dnsupdate: Raise after the error count is incremented
Garming Sam
1
-1
/
+1
2016-11-22
samba_dnsupdate: cmd._run doesn't have Exceptions
Garming Sam
1
-1
/
+7
2016-06-27
Revert "source4/scripting: add an option to samba_dnsupdate to add ns records."
Andrew Bartlett
1
-10
/
+0
2016-06-21
source4/scripting: add an option to samba_dnsupdate to add ns records.
Richard Sharpe
1
-0
/
+10
2016-06-16
selftest: Always set up a resolv.conf and use it in samba_dnsupdate
Andrew Bartlett
1
-1
/
+1
2016-06-16
samba_dnsupdate: Give the administrator more detail when DNS lookups fail
Andrew Bartlett
1
-3
/
+16
[next]