Codebase list dnsviz / 78a6b65
Update version number Casey Deccio 3 years ago
9 changed file(s) with 10 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
5757 %{_mandir}/man1/%{name}-query.1*
5858
5959 %changelog
60 * Fri Jan 8 2021 Casey Deccio
61 0.9.0 release
6062 * Wed Feb 6 2019 Casey Deccio
6163 0.8.1 release
6264 * Fri Jan 25 2019 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.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')
814 self.msg_send = codecs.encode('POST %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: DNSViz/0.9.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')
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 "25 Jan 2019" "0.8.1"
22 .TH dnsviz-probe 1 "8 Jan 2021" "0.9.0"
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.1"
22 .TH dnsviz-grok 1 "8 Jan 2021" "0.9.0"
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.1"
22 .TH dnsviz-print 1 "8 Jan 2021" "0.9.0"
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.1"
22 .TH dnsviz-probe 1 "8 Jan 2021" "0.9.0"
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.1"
22 .TH dnsviz-query 1 "8 Jan 2021" "0.9.0"
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.1"
22 .TH dnsviz 1 "8 Jan 2021" "0.9.0"
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.8.1',
122 version='0.9.0',
123123 author='Casey Deccio',
124124 author_email='casey@deccio.net',
125125 url='https://github.com/dnsviz/dnsviz/',