Codebase list dnsviz / f7029ec
Bump version to 0.9.3 Casey Deccio 3 years ago
9 changed file(s) with 11 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 Name: dnsviz
1 Version: 0.9.2
1 Version: 0.9.3
22 Release: 1%{?dist}
33 Summary: Tools for analyzing and visualizing DNS and DNSSEC behavior
44
5757 %{_mandir}/man1/%{name}-query.1*
5858
5959 %changelog
60 * Thu Mar 11 2021 Casey Deccio
61 0.9.3 release
6062 * Fri Feb 5 2021 Casey Deccio
6163 0.9.2 release
6264 * Tue Jan 19 2021 Casey Deccio
811811
812812 def init_req(self):
813813 data = self._post_data()
814 self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.2\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
814 self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.3\r\nAccept: application/json\r\n%sContent-Length: %d\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n%s' % (self.path, self.host, self._authentication_header(), len(data), data), 'latin1')
815815 self.msg_send_len = len(self.msg_send)
816816 self.msg_send_index = 0
817817
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz-probe 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz-probe 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz-graph \- graph the assessment of diagnostic DNS queries
2525 .SH SYNOPSIS
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz-grok 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz-grok 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz-grok \- assess diagnostic DNS queries
2525 .SH SYNOPSIS
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz-print 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz-print 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz-print \- print the assessment of diagnostic DNS queries
2525 .SH SYNOPSIS
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz-probe 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz-probe 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz-probe \- issue diagnostic DNS queries
2525 .SH SYNOPSIS
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz-query 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz-query 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz-query \- assess a DNS query
2525 .SH SYNOPSIS
1919 .\" You should have received a copy of the GNU General Public License along
2020 .\" with DNSViz. If not, see <http://www.gnu.org/licenses/>.
2121 .\"
22 .TH dnsviz 1 "5 Feb 2021" "0.9.2"
22 .TH dnsviz 1 "11 Mar 2021" "0.9.3"
2323 .SH NAME
2424 dnsviz \- issue and assess diagnostic DNS queries
2525 .SH SYNOPSIS
119119
120120 create_config('')
121121 setup(name='dnsviz',
122 version='0.9.2',
122 version='0.9.3',
123123 author='Casey Deccio',
124124 author_email='casey@deccio.net',
125125 url='https://github.com/dnsviz/dnsviz/',