]> git.ipfire.org Git - thirdparty/dnspython.git/commit
initial import
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:21:28 +0000 (05:21 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:21:28 +0000 (05:21 +0000)
commitdf24d7e7fe18b2a4cd79c35d1c2efbb3e7ee5abc
tree3a987bc61f9847fb2d344d4d1fdbc56fa8f6bff9
parent2ed5e08d4485c5df41f6f2ef3b04148ef10af1cb
initial import

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-03-23 21:57:40
203 files changed:
.arch-ids/ChangeLog.id [new file with mode: 0644]
.arch-ids/LICENSE.id [new file with mode: 0644]
.arch-ids/MANIFEST.in.id [new file with mode: 0644]
.arch-ids/Makefile.id [new file with mode: 0644]
.arch-ids/README.id [new file with mode: 0644]
.arch-ids/TODO.id [new file with mode: 0644]
.arch-ids/setup.py.id [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
dns/.arch-ids/=id [new file with mode: 0644]
dns/.arch-ids/__init__.py.id [new file with mode: 0644]
dns/.arch-ids/dnssec.py.id [new file with mode: 0644]
dns/.arch-ids/exception.py.id [new file with mode: 0644]
dns/.arch-ids/flags.py.id [new file with mode: 0644]
dns/.arch-ids/inet.py.id [new file with mode: 0644]
dns/.arch-ids/ipv4.py.id [new file with mode: 0644]
dns/.arch-ids/ipv6.py.id [new file with mode: 0644]
dns/.arch-ids/message.py.id [new file with mode: 0644]
dns/.arch-ids/name.py.id [new file with mode: 0644]
dns/.arch-ids/namedict.py.id [new file with mode: 0644]
dns/.arch-ids/node.py.id [new file with mode: 0644]
dns/.arch-ids/opcode.py.id [new file with mode: 0644]
dns/.arch-ids/query.py.id [new file with mode: 0644]
dns/.arch-ids/rcode.py.id [new file with mode: 0644]
dns/.arch-ids/rdata.py.id [new file with mode: 0644]
dns/.arch-ids/rdataclass.py.id [new file with mode: 0644]
dns/.arch-ids/rdataset.py.id [new file with mode: 0644]
dns/.arch-ids/rdatatype.py.id [new file with mode: 0644]
dns/.arch-ids/renderer.py.id [new file with mode: 0644]
dns/.arch-ids/resolver.py.id [new file with mode: 0644]
dns/.arch-ids/rrset.py.id [new file with mode: 0644]
dns/.arch-ids/set.py.id [new file with mode: 0644]
dns/.arch-ids/tokenizer.py.id [new file with mode: 0644]
dns/.arch-ids/tsig.py.id [new file with mode: 0644]
dns/.arch-ids/tsigkeyring.py.id [new file with mode: 0644]
dns/.arch-ids/ttl.py.id [new file with mode: 0644]
dns/.arch-ids/update.py.id [new file with mode: 0644]
dns/.arch-ids/version.py.id [new file with mode: 0644]
dns/.arch-ids/zone.py.id [new file with mode: 0644]
dns/__init__.py [new file with mode: 0644]
dns/dnssec.py [new file with mode: 0644]
dns/exception.py [new file with mode: 0644]
dns/flags.py [new file with mode: 0644]
dns/inet.py [new file with mode: 0644]
dns/ipv4.py [new file with mode: 0644]
dns/ipv6.py [new file with mode: 0644]
dns/message.py [new file with mode: 0644]
dns/name.py [new file with mode: 0644]
dns/namedict.py [new file with mode: 0644]
dns/node.py [new file with mode: 0644]
dns/opcode.py [new file with mode: 0644]
dns/query.py [new file with mode: 0644]
dns/rcode.py [new file with mode: 0644]
dns/rdata.py [new file with mode: 0644]
dns/rdataclass.py [new file with mode: 0644]
dns/rdataset.py [new file with mode: 0644]
dns/rdatatype.py [new file with mode: 0644]
dns/rdtypes/.arch-ids/=id [new file with mode: 0644]
dns/rdtypes/.arch-ids/__init__.py.id [new file with mode: 0644]
dns/rdtypes/.arch-ids/keybase.py.id [new file with mode: 0644]
dns/rdtypes/.arch-ids/mxbase.py.id [new file with mode: 0644]
dns/rdtypes/.arch-ids/nsbase.py.id [new file with mode: 0644]
dns/rdtypes/.arch-ids/sigbase.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/=id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/AFSDB.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/CERT.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/CNAME.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/DNAME.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/DNSKEY.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/DS.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/GPOS.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/HINFO.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/ISDN.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/KEY.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/LOC.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/MX.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/NS.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/NSEC.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/NXT.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/PTR.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/RP.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/RRSIG.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/RT.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/SIG.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/SOA.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/TXT.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/X25.py.id [new file with mode: 0644]
dns/rdtypes/ANY/.arch-ids/__init__.py.id [new file with mode: 0644]
dns/rdtypes/ANY/AFSDB.py [new file with mode: 0644]
dns/rdtypes/ANY/CERT.py [new file with mode: 0644]
dns/rdtypes/ANY/CNAME.py [new file with mode: 0644]
dns/rdtypes/ANY/DNAME.py [new file with mode: 0644]
dns/rdtypes/ANY/DNSKEY.py [new file with mode: 0644]
dns/rdtypes/ANY/DS.py [new file with mode: 0644]
dns/rdtypes/ANY/GPOS.py [new file with mode: 0644]
dns/rdtypes/ANY/HINFO.py [new file with mode: 0644]
dns/rdtypes/ANY/ISDN.py [new file with mode: 0644]
dns/rdtypes/ANY/KEY.py [new file with mode: 0644]
dns/rdtypes/ANY/LOC.py [new file with mode: 0644]
dns/rdtypes/ANY/MX.py [new file with mode: 0644]
dns/rdtypes/ANY/NS.py [new file with mode: 0644]
dns/rdtypes/ANY/NSEC.py [new file with mode: 0644]
dns/rdtypes/ANY/NXT.py [new file with mode: 0644]
dns/rdtypes/ANY/PTR.py [new file with mode: 0644]
dns/rdtypes/ANY/RP.py [new file with mode: 0644]
dns/rdtypes/ANY/RRSIG.py [new file with mode: 0644]
dns/rdtypes/ANY/RT.py [new file with mode: 0644]
dns/rdtypes/ANY/SIG.py [new file with mode: 0644]
dns/rdtypes/ANY/SOA.py [new file with mode: 0644]
dns/rdtypes/ANY/TXT.py [new file with mode: 0644]
dns/rdtypes/ANY/X25.py [new file with mode: 0644]
dns/rdtypes/ANY/__init__.py [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/=id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/A.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/AAAA.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/APL.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/KX.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/NAPTR.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/NSAP.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/NSAP_PTR.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/PX.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/SRV.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/WKS.py.id [new file with mode: 0644]
dns/rdtypes/IN/.arch-ids/__init__.py.id [new file with mode: 0644]
dns/rdtypes/IN/A.py [new file with mode: 0644]
dns/rdtypes/IN/AAAA.py [new file with mode: 0644]
dns/rdtypes/IN/APL.py [new file with mode: 0644]
dns/rdtypes/IN/KX.py [new file with mode: 0644]
dns/rdtypes/IN/NAPTR.py [new file with mode: 0644]
dns/rdtypes/IN/NSAP.py [new file with mode: 0644]
dns/rdtypes/IN/NSAP_PTR.py [new file with mode: 0644]
dns/rdtypes/IN/PX.py [new file with mode: 0644]
dns/rdtypes/IN/SRV.py [new file with mode: 0644]
dns/rdtypes/IN/WKS.py [new file with mode: 0644]
dns/rdtypes/IN/__init__.py [new file with mode: 0644]
dns/rdtypes/__init__.py [new file with mode: 0644]
dns/rdtypes/keybase.py [new file with mode: 0644]
dns/rdtypes/mxbase.py [new file with mode: 0644]
dns/rdtypes/nsbase.py [new file with mode: 0644]
dns/rdtypes/sigbase.py [new file with mode: 0644]
dns/renderer.py [new file with mode: 0644]
dns/resolver.py [new file with mode: 0644]
dns/rrset.py [new file with mode: 0644]
dns/set.py [new file with mode: 0644]
dns/tokenizer.py [new file with mode: 0644]
dns/tsig.py [new file with mode: 0644]
dns/tsigkeyring.py [new file with mode: 0644]
dns/ttl.py [new file with mode: 0644]
dns/update.py [new file with mode: 0644]
dns/version.py [new file with mode: 0644]
dns/zone.py [new file with mode: 0644]
examples/.arch-ids/=id [new file with mode: 0644]
examples/.arch-ids/mx.py.id [new file with mode: 0644]
examples/.arch-ids/name.py.id [new file with mode: 0644]
examples/.arch-ids/reverse.py.id [new file with mode: 0644]
examples/.arch-ids/xfr.py.id [new file with mode: 0644]
examples/mx.py [new file with mode: 0755]
examples/name.py [new file with mode: 0755]
examples/reverse.py [new file with mode: 0755]
examples/xfr.py [new file with mode: 0755]
setup.py [new file with mode: 0755]
tests/.arch-ids/=id [new file with mode: 0644]
tests/.arch-ids/Makefile.id [new file with mode: 0644]
tests/.arch-ids/example.id [new file with mode: 0644]
tests/.arch-ids/example1.good.id [new file with mode: 0644]
tests/.arch-ids/example2.good.id [new file with mode: 0644]
tests/.arch-ids/flags.py.id [new file with mode: 0644]
tests/.arch-ids/message.py.id [new file with mode: 0644]
tests/.arch-ids/name.py.id [new file with mode: 0644]
tests/.arch-ids/namedict.py.id [new file with mode: 0644]
tests/.arch-ids/ntoaaton.py.id [new file with mode: 0644]
tests/.arch-ids/rdtypeandclass.py.id [new file with mode: 0644]
tests/.arch-ids/resolver.py.id [new file with mode: 0644]
tests/.arch-ids/rrset.py.id [new file with mode: 0644]
tests/.arch-ids/set.py.id [new file with mode: 0644]
tests/.arch-ids/tokenizer.py.id [new file with mode: 0644]
tests/.arch-ids/update.py.id [new file with mode: 0644]
tests/.arch-ids/zone.py.id [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/example [new file with mode: 0644]
tests/example1.good [new file with mode: 0644]
tests/example2.good [new file with mode: 0644]
tests/flags.py [new file with mode: 0644]
tests/message.py [new file with mode: 0644]
tests/name.py [new file with mode: 0644]
tests/namedict.py [new file with mode: 0644]
tests/ntoaaton.py [new file with mode: 0644]
tests/rdtypeandclass.py [new file with mode: 0644]
tests/resolver.py [new file with mode: 0644]
tests/rrset.py [new file with mode: 0644]
tests/set.py [new file with mode: 0644]
tests/tokenizer.py [new file with mode: 0644]
tests/update.py [new file with mode: 0644]
tests/zone.py [new file with mode: 0644]
util/.arch-ids/=id [new file with mode: 0644]
util/.arch-ids/COPYRIGHT.id [new file with mode: 0644]
util/.arch-ids/copyrights.id [new file with mode: 0644]
util/COPYRIGHT [new file with mode: 0644]
util/copyrights [new file with mode: 0644]