| Home | Trees | Index | Help |
|
|---|
|
DNS: dnspython DNS toolkit
flags: DNS Message Flags.
message: DNS Messages
name: DNS Names.
node: DNS nodes.
opcode: DNS Opcodes.
query: Talk to a DNS server.
rcode: DNS Result Codes.
rdata: DNS rdata.
rdataclass: DNS Rdata Classes.
rdataset: DNS rdatasets (an rdataset is a set of rdatas of a given type and
class)
rdatatype: DNS Rdata Types.
resolver: DNS stub resolver.
tokenizer: Tokenize DNS master file format
tsig: DNS TSIG support.
tsigkeyring: A place to store TSIG keys.
rdtypes: DNS rdata type classes
update: DNS Dynamic Update Support
version: dnspython release version information.
zone: DNS Zones.
__builtin__.object: The most base type
DNS.resolver.Answer: DNS stub resolver answer
DNS.message.Message: A DNS message.
DNS.name.Name: A DNS name.
DNS.node.Node: A DNS node.
DNS.rdata.Rdata: Base class for all DNS rdata types.
DNS.rdtypes.IN.A.A: A record.
DNS.rdtypes.IN.AAAA.AAAA: AAAA record.
DNS.rdtypes.ANY.CERT.CERT: CERT record
DNS.rdata.GenericRdata: Generate Rdata Class
DNS.rdtypes.ANY.GPOS.GPOS: GPOS record
DNS.rdtypes.ANY.HINFO.HINFO: HINFO record
DNS.rdtypes.ANY.ISDN.ISDN: ISDN record
DNS.rdtypes.ANY.LOC.LOC: LOC record
DNS.rdtypes.mxbase.MXBase: Base class for rdata that is like an MX record.
DNS.rdtypes.ANY.MX.MX: MX record
DNS.rdtypes.mxbase.UncompressedMX: Base class for rdata that is like an MX record, but whose name is not
compressed when convert to DNS wire format.
DNS.rdtypes.ANY.AFSDB.AFSDB: AFSDB record
DNS.rdtypes.IN.KX.KX: KX record
DNS.rdtypes.ANY.RT.RT: RT record
DNS.rdtypes.IN.NAPTR.NAPTR: NAPTR record
DNS.rdtypes.IN.NSAP.NSAP: NSAP record.
DNS.rdtypes.nsbase.NSBase: Base class for rdata that is like an NS record.
DNS.rdtypes.ANY.CNAME.CNAME: CNAME record
DNS.rdtypes.ANY.NS.NS: NS record
DNS.rdtypes.ANY.PTR.PTR: PTR record
DNS.rdtypes.nsbase.UncompressedNS: Base class for rdata that is like an NS record, but whose name is not
compressed when convert to DNS wire format.
DNS.rdtypes.ANY.DNAME.DNAME: DNAME record
DNS.rdtypes.IN.NSAP_PTR.NSAP_PTR: NSAP-PTR record
DNS.rdtypes.IN.PX.PX: PX record.
DNS.rdtypes.ANY.RP.RP: RP record
DNS.rdtypes.ANY.SOA.SOA: SOA record
DNS.rdtypes.IN.SRV.SRV: SRV record
DNS.rdtypes.ANY.TXT.TXT: TXT record
DNS.rdtypes.ANY.X25.X25: X25 record
DNS.resolver.Resolver: DNS stub resolver
DNS.rdataset.SimpleSet: A very simple set class.
DNS.rdataset.Rdataset: A DNS rdataset.
DNS.tokenizer.Tokenizer: A DNS master file format tokenizer.
DNS.zone.Zone: A DNS zone.
exceptions.Exception: Common base class for all exceptions.
DNS.name.AbsoluteConcatenation: Raised if an attempt is made to append anything other than the empty
name to an absolute name.
DNS.message.BadEDNS: Raised if an OPT record occurs somewhere other than the start of the
additional data section.
DNS.name.BadEscape: Raised if an escaped code in a text format name is invalid.
DNS.name.BadLabelType: Raised if the label type of a wire format name is unknown.
DNS.query.BadResponse: Raised if a query response does not respond to the question asked.
DNS.tsig.BadSignature: Raised if the TSIG signature fails to verify.
DNS.tsig.BadTime: Raised if the current time is not within the TSIG's validity time.
DNS.message.BadTSIG: Raised if a TSIG record occurs somewhere other than the end of the
additional data section.
DNS.rdataset.DifferingCovers: Raised if an attempt is made to add a SIG whose covered type is not
the same as that of the other rdatas in the rdataset.
DNS.name.EmptyLabel: Raised if a label is empty.
DNS.tsig.FormErr: Raised if a packet has invalid form.
DNS.rdataset.IncompatibleTypes: Raised if an attempt is made to add rdata of an incompatible type.
DNS.name.LabelTooLong: Raised if a label is > 63 octets long.
DNS.name.MeaninglessComparison: Raised if an absolute name is compared with a relative name.
DNS.rdata.MeaninglessComparison: Raised if an attemped is made to compare one rdata type with
another.
DNS.name.NameTooLong: Raised if a name is > 255 octets long.
DNS.name.NeedAbsoluteNameOrOrigin: Raised if an attempt is made to convert a non-absolute name to wire
when there is also a non-absolute (or missing) origin.
DNS.resolver.NoAnswer: The response did not contain an answer to the question.
DNS.resolver.NXDOMAIN: The query name does not exist.
DNS.message.ShortHeader: Raised if the DNS packet passed to from_wire() is too short.
DNS.resolver.Timeout: The query timed out.
DNS.message.TrailingJunk: Raised if the DNS packet passed to from_wire() has extra junk at the
end of it.
DNS.tokenizer.UnexpectedEnd: Raised if input ends unexpectedly.
DNS.query.UnexpectedSource: Raised if a query response comes from an unexpected address or
port.
DNS.message.UnknownHeaderField: Raised if a header field name is not recognized when converting from
text into a message.
DNS.opcode.UnknownOpcode: Raised if an opcode is unknown.
DNS.rcode.UnknownRcode: Raised if an rcode is unknown.
DNS.rdataclass.UnknownRdataclass: Raised when a class is unknown.
DNS.rdatatype.UnknownRdatatype: Raised if a type is unknown.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Tue Jun 17 03:55:12 2003 | http://epydoc.sf.net |