Codebase list dnsviz / v0.8.1
Update to 0.8.1 release Casey Deccio 5 years ago
10 changed file(s) with 13 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 Name: dnsviz
1 Version: 0.8.0
1 Version: 0.8.1
22 Release: 1%{?dist}
33 Summary: Tools for analyzing and visualizing DNS and DNSSEC behavior
44
5959 %{_mandir}/man1/%{name}-query.1*
6060
6161 %changelog
62 * Wed Feb 6 2019 Casey Deccio
63 0.8.1 release
6264 * Fri Jan 25 2019 Casey Deccio
6365 0.8.0 release
5959 %{_mandir}/man1/%{name}-query.1*
6060
6161 %changelog
62 * Wed Feb 6 2019 Casey Deccio
63 0.8.1 release
6264 * Fri Jan 25 2019 Casey Deccio
6365 0.8.0 release
796796
797797 def init_req(self):
798798 data = self._post_data()
799 self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.8.0\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')
799 self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.8.1\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')
800800 self.msg_send_len = len(self.msg_send)
801801 self.msg_send_index = 0
802802
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz-probe 1 "25 Jan 2019" "0.8.1"
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz-grok 1 "25 Jan 2019" "0.8.1"
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz-print 1 "25 Jan 2019" "0.8.1"
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz-probe 1 "25 Jan 2019" "0.8.1"
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz-query 1 "25 Jan 2019" "0.8.1"
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 "25 Jan 2019" "0.8.0"
22 .TH dnsviz 1 "25 Jan 2019" "0.8.1"
2323 .SH NAME
2424 dnsviz \- issue and assess diagnostic DNS queries
2525 .SH SYNOPSIS
117117
118118 create_config('')
119119 setup(name='dnsviz',
120 version='0.8.0',
120 version='0.8.1',
121121 author='Casey Deccio',
122122 author_email='casey@deccio.net',
123123 url='https://github.com/dnsviz/dnsviz/',