<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/dns/message.py, branch processing_order_fix</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>use methods with appropriate rcode/opcode typecasting in Message.to_text()</title>
<updated>2021-01-04T22:34:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-01-04T22:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1b2b550f96e20a35b552cb2497c59d5e4e0fc9a6'/>
<id>1b2b550f96e20a35b552cb2497c59d5e4e0fc9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast flags and ednsflags to int when calling dns.rcode.from_flags() and</title>
<updated>2021-01-04T21:49:50+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-01-04T21:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5103169149bbf8fb1d5da803d4a408b7fefda511'/>
<id>5103169149bbf8fb1d5da803d4a408b7fefda511</id>
<content type='text'>
dns.opcode.from_flags().  This avoids subsequent to_text issues and other
type confusion if the values were allowed to remain IntFlags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dns.opcode.from_flags().  This avoids subsequent to_text issues and other
type confusion if the values were allowed to remain IntFlags.
</pre>
</div>
</content>
</entry>
<entry>
<title>_WireReader.read() should make flags a dns.flags.Flag [Issue #606]</title>
<updated>2021-01-04T20:17:36+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-01-04T20:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=14bbb9ce8865dd41465f85a1fce23989b5cb3cd0'/>
<id>14bbb9ce8865dd41465f85a1fce23989b5cb3cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change ChainingResult "rrset" to "answer"; fix typo.</title>
<updated>2020-12-21T19:43:19+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-12-21T19:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=960a48bbc05a3d554eb0a768c7f583dbbc8ae205'/>
<id>960a48bbc05a3d554eb0a768c7f583dbbc8ae205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve_chaining() now returns a ChainingResult object.</title>
<updated>2020-12-21T15:39:08+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-12-21T15:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=d4a7bd69f2d678f04134556e1587633d39c74a00'/>
<id>d4a7bd69f2d678f04134556e1587633d39c74a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve_chaining() should not go into an infinite loop if the qtype is</title>
<updated>2020-12-21T15:11:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-12-21T15:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0cadb332e9946fb404fe70a0ba2775733f6a6824'/>
<id>0cadb332e9946fb404fe70a0ba2775733f6a6824</id>
<content type='text'>
CNAME and there is no answer [Issue #610].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CNAME and there is no answer [Issue #610].
</pre>
</div>
</content>
</entry>
<entry>
<title>fix rrset match signature problems</title>
<updated>2020-09-03T14:46:53+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-09-03T14:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=78362aa6b9bce8f0942577c72773cb36c5050b92'/>
<id>78362aa6b9bce8f0942577c72773cb36c5050b92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not call the OPT constructor with rdclass == None</title>
<updated>2020-08-21T17:11:56+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-21T17:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=c27f5a6e5265576d404d53afc1d175abaaf218a7'/>
<id>c27f5a6e5265576d404d53afc1d175abaaf218a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dns.message.use_tsig().</title>
<updated>2020-08-10T18:41:22+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-08-10T18:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8ac073718d44c79e4a34efd9894966d4e6f032a9'/>
<id>8ac073718d44c79e4a34efd9894966d4e6f032a9</id>
<content type='text'>
Passing only a dns.tsig.Key to dns.message.use_tsig() didn't work, as
the placeholder tsig rrset on the message object was created with None
as its name, not the name associated with the key.

Also do a bit of refactoring to make the code more clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing only a dns.tsig.Key to dns.message.use_tsig() didn't work, as
the placeholder tsig rrset on the message object was created with None
as its name, not the name associated with the key.

Also do a bit of refactoring to make the code more clear.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support callable() TSIG keyrings for use-cases like GSSTSig.</title>
<updated>2020-08-08T00:21:24+00:00</updated>
<author>
<name>Nick Hall</name>
<email>nick.hall@deshaw.com</email>
</author>
<published>2020-08-07T22:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a7ae91d15d62798567e9c6ef5758779ef2654bb6'/>
<id>a7ae91d15d62798567e9c6ef5758779ef2654bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
