[SCM] Samba Shared Repository - branch master updated
Jeremy Allison
jra at samba.org
Thu Jun 11 04:38:05 UTC 2020
The branch, master has been updated
via eae301e1206 samba-tool dns query --help: Someone forgot 'PTR' from the list of record types
from 6095a4f0d58 kdc: allow checksum of PA-FOR-USER to be HMAC_MD5
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit eae301e1206dbe9c6b0d7da465c4c5c9bbfd6c11
Author: Rowland Penny <rpenny at samba.org>
Date: Fri Jun 5 07:56:21 2020 +0100
samba-tool dns query --help: Someone forgot 'PTR' from the list of record types
Signed-off-by: Rowland Penny <rpenny at samba.org>
Reviewed-by: Jeremy Allison <jra at samba.org>
Autobuild-User(master): Jeremy Allison <jra at samba.org>
Autobuild-Date(master): Thu Jun 11 04:37:37 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
python/samba/netcmd/dns.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py
index 6faa54d1a8e..d4b06929aa3 100644
--- a/python/samba/netcmd/dns.py
+++ b/python/samba/netcmd/dns.py
@@ -790,7 +790,8 @@ class cmd_zonedelete(Command):
class cmd_query(Command):
"""Query a name."""
- synopsis = '%prog <server> <zone> <name> <A|AAAA|CNAME|MX|NS|SOA|SRV|TXT|ALL> [options]'
+ synopsis = ('%prog <server> <zone> <name> '
+ '<A|AAAA|PTR|CNAME|MX|NS|SOA|SRV|TXT|ALL> [options]')
takes_args = ['server', 'zone', 'name', 'rtype']
--
Samba Shared Repository
More information about the samba-cvs
mailing list