‰PNG  IHDR @ @ ªiqÞ pHYs   šœ —tEXtComment  Efc@sdZddlZddlZddlZddlZdgZdZdZedZ edZ edZ ed Z ed Z edZed Zed Zed ZedZedZedZedZedZedZedZedZedZedZedZedZedZedZedZ edZ!edZ"edZ#edZ$ed Z%ed!Z&ed"Z'ed#Z(ed$Z)ed%Z*ed&Z+ed'Z,ed(Z-ed)Z.ed*Z/ed+Z0edZ1ed,Z2ed-Z3ed.Z4ed/Z5ed0Z6ed1Z7ed2Z8ed3Z9ed4Z:ed5Z;ed6Z<ed7Z=ed8Z>ed9Z?ed:Z@ed;ZAed<ZBed=ZCed>ZDed?ZEed@ZFedAZGedBZHedCZIedDZJedEZKedFZLedGZMedHZNedZOedZPdfdIYZQdJZReSdKkreRndS(LsSTELNET client class. Based on RFC 854: TELNET Protocol Specification, by J. Postel and J. Reynolds Example: >>> from telnetlib import Telnet >>> tn = Telnet('www.python.org', 79) # connect to finger port >>> tn.write('guido\r\n') >>> print tn.read_all() Login Name TTY Idle When Where guido Guido van Rossum pts/2 snag.cnri.reston.. >>> Note that read_all() won't read until eof -- it just reads some data -- but it guarantees to read at least one byte unless EOF is hit. It is possible to pass a Telnet object to select.select() in order to wait until more data is available. Note that in this case, read_eager() may return '' even if there was data on the socket, because the protocol negotiation may have eaten the data. This is why EOFError is needed in some cases to distinguish between "no data" and "connection closed" (since the socket also appears ready for reading when it is closed). To do: - option negotiation - timeout should be intrinsic to the connection object instead of an option on one of the read calls only iNtTelnetiiiiiiiiiiiiiiiiiiiiiiiiiii i i i i iiiiiiiiiiiiiiiiii i!i"i#i$i%i&i'i(i)i*i+i,i-i.i/i0i1iiicBs@eZdZd dejdZdejdZdZdZ dZ dZ dZ d Z d Zd d Zd Zd d ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ d dZ!d dZ"d dZ#RS(!sTelnet interface class. An instance of this class represents a connection to a telnet server. The instance is initially not connected; the open() method must be used to establish a connection. Alternatively, the host name and optional port number can be passed to the constructor, too. Don't try to reopen an already connected instance. This class has many read_*() methods. Note that some of them raise EOFError when the end of the connection is read, because they can return an empty string for other reasons. See the individual doc strings. read_until(expected, [timeout]) Read until the expected string has been seen, or a timeout is hit (default is no timeout); may block. read_all() Read all data until EOF; may block. read_some() Read at least one byte or EOF; may block. read_very_eager() Read all data available already queued or on the socket, without blocking. read_eager() Read either data already queued or some data available on the socket, without blocking. read_lazy() Read all data in the raw queue (processing it first), without doing any socket I/O. read_very_lazy() Reads all data in the cooked queue, without doing any socket I/O. read_sb_data() Reads available data between SB ... SE sequence. Don't block. set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback (if set) is called with the following parameters : callback(telnet socket, command, option) option will be chr(0) when there is no option. No other action is done afterwards by telnetlib. icCst|_||_||_||_d|_d|_d|_d|_ d|_ d|_ d|_ d|_ d|_ttd|_|dk r|j|||ndS(sConstructor. When called without arguments, create an unconnected instance. With a hostname argument, it connects the instance; port number and timeout are optional. titpollN(t DEBUGLEVELt debuglevelthosttportttimeouttNonetsocktrawqtirawqtcookedqteoftiacseqtsbtsbdataqtoption_callbackthasattrtselectt _has_polltopen(tselfRRR((s!/usr/lib64/python2.7/telnetlib.pyt__init__s               cCsRd|_|st}n||_||_||_tj||f||_dS(sConnect to a host. The optional second argument is the port number, which defaults to the standard telnet port (23). Don't try to reopen an already connected instance. iN(R t TELNET_PORTRRRtsockettcreate_connectionR (RRRR((s!/usr/lib64/python2.7/telnetlib.pyRs     cCs|jdS(s#Destructor -- close the connection.N(tclose(R((s!/usr/lib64/python2.7/telnetlib.pyt__del__scGsA|jdkr=d|j|jfG|r5||GHq=|GHndS(sPrint a debug message, when the debug level is > 0. If extra arguments are present, they are substituted in the message using the standard string formatting operator. isTelnet(%s,%s):N(RRR(Rtmsgtargs((s!/usr/lib64/python2.7/telnetlib.pyRs  cCs ||_dS(shSet the debug level. The higher it is, the more debug output you get (on sys.stdout). N(R(RR((s!/usr/lib64/python2.7/telnetlib.pytset_debuglevelscCsA|jr|jjnd|_d|_d|_d|_dS(sClose the connection.iiRN(R RR RR(R((s!/usr/lib64/python2.7/telnetlib.pyRs     cCs|jS(s)Return the socket object used internally.(R (R((s!/usr/lib64/python2.7/telnetlib.pyt get_socketscCs |jjS(s9Return the fileno() of the socket object used internally.(R tfileno(R((s!/usr/lib64/python2.7/telnetlib.pyR! scCsIt|kr%|jttt}n|jd||jj|dS(sWrite a string to the socket, doubling any IAC characters. Can block if the connection is blocked. May raise socket.error if the connection is closed. ssend %rN(tIACtreplaceRR tsendall(Rtbuffer((s!/usr/lib64/python2.7/telnetlib.pytwrites cCs-|jr|j||S|j||SdS(sRead until a given string is encountered or until timeout. When no match is found, return whatever is available instead, possibly the empty string. Raise EOFError if the connection is closed and no cooked data is available. N(Rt_read_until_with_pollt_read_until_with_select(RtmatchR((s!/usr/lib64/python2.7/telnetlib.pyt read_untils cCst|}|}|dk r:ddlm}|}n|j|jj|}|dkrtj}tjtj B} |j || x&|dkr|j ry|j|} WnWtj k r} | j t jkr |dk r||} || }qqnnXxf| D]^\} }|| @rtdt|j|}|j|j|jj||}qqW|dk r||} | |krPn|| }qqW|j|n|dkr||}|j| }|j||_|S|jS(sRead until a given string is encountered or until timeout. This method uses select.poll() to implement the timeout. i(ttimeiN(tlenRR+t process_rawqR tfindRRtPOLLINtPOLLPRItregisterR terrorterrnotEINTRtmaxt fill_rawqt unregistertread_very_lazy(RR)Rtnt call_timeoutR+t time_starttitpollertpoll_in_or_priority_flagstreadytetelapsedtfdtmodetbuf((s!/usr/lib64/python2.7/telnetlib.pyR')sN                  c Cst|}|j|jj|}|dkr_||}|j| }|j||_|S|gggf}|}|dk r||f}ddlm}|} nx|j rtj||krtdt|j|}|j |j|jj||}|dkrJ||}|j| }|j||_|S|dk r|| } | |krsPn||| f}qqW|j S(s~Read until a given string is encountered or until timeout. The timeout is implemented using select.select(). ii(R+N( R,R-R R.RR+R RR5R6R8( RR)RR9R<RDts_replyts_argsR+R;RA((s!/usr/lib64/python2.7/telnetlib.pyR(Vs<        "        cCsD|jx!|js-|j|jq W|j}d|_|S(s7Read all data until EOF; block until connection closed.R(R-R R6R (RRD((s!/usr/lib64/python2.7/telnetlib.pytread_allzs     cCsO|jx,|j r8|j r8|j|jq W|j}d|_|S(sRead at least one byte of cooked data unless EOF is hit. Return '' if EOF is hit. Block if no data is immediately available. R(R-R R R6(RRD((s!/usr/lib64/python2.7/telnetlib.pyt read_somes    cCsE|jx.|j r:|jr:|j|jq W|jS(s Read everything that's possible without blocking in I/O (eager). Raise EOFError if connection closed and no cooked data available. Return '' if no cooked data available otherwise. Don't block unless in the midst of an IAC sequence. (R-R t sock_availR6R8(R((s!/usr/lib64/python2.7/telnetlib.pytread_very_eagers   cCsO|jx8|j rD|j rD|jrD|j|jq W|jS(sRead readily available data. Raise EOFError if connection closed and no cooked data available. Return '' if no cooked data available otherwise. Don't block unless in the midst of an IAC sequence. (R-R R RIR6R8(R((s!/usr/lib64/python2.7/telnetlib.pyt read_eagers  # cCs|j|jS(sProcess and return data that's already in the queues (lazy). Raise EOFError if connection closed and no data available. Return '' if no cooked data available otherwise. Don't block unless in the midst of an IAC sequence. (R-R8(R((s!/usr/lib64/python2.7/telnetlib.pyt read_lazys cCs<|j}d|_| r8|jr8|j r8tdn|S(sReturn any data available in the cooked queue (very lazy). Raise EOFError if connection closed and no data available. Return '' if no cooked data available otherwise. Don't block. Rstelnet connection closed(R R R tEOFError(RRD((s!/usr/lib64/python2.7/telnetlib.pyR8s    cCs|j}d|_|S(sReturn any data available in the SB ... SE queue. Return '' if no SB ... SE available. Should only be called after seeing a SB or SE command. When a new SB command is found, old unread SB data will be discarded. Don't block. R(R(RRD((s!/usr/lib64/python2.7/telnetlib.pyt read_sb_datas  cCs ||_dS(sIProvide a callback function called after each receipt of a telnet option.N(R(Rtcallback((s!/usr/lib64/python2.7/telnetlib.pytset_option_negotiation_callbackscCsddg}yx|jr|j}|js|tkrBqn|dkrTqn|tkr~||j|||jHelper for mt_interact() -- this executes in the other thread.s(*** Connection closed by remote host ***N(RKRMR`RdR&Re(Rtdata((s!/usr/lib64/python2.7/telnetlib.pyRofs cCs-|jr|j||S|j||SdS(sRead until one from a list of a regular expressions matches. The first argument is a list of regular expressions, either compiled (re.RegexObject instances) or uncompiled (strings). The optional second argument is a timeout, in seconds; default is no timeout. Return a tuple of three items: the index in the list of the first regular expression that matches; the match object returned; and the text read up till and including the match. If EOF is read and no text was read, raise EOFError. Otherwise, when nothing matches, return (-1, None, text) where text is the text received so far (may be the empty string if a timeout happened). If a regular expression ends with a greedy match (e.g. '.*') or if more than one expression can match the same input, the results are undeterministic, and may depend on the I/O timing. N(Rt_expect_with_pollt_expect_with_select(RtlistR((s!/usr/lib64/python2.7/telnetlib.pytexpectss cCsd}|}tt|}xP|D]H}t||ds&|sTddl}n|j||||R?RARBRC((s!/usr/lib64/python2.7/telnetlib.pyRqst                       cCsd}|}tt|}xP|D]H}t||ds&|sTddl}n|j||||!s                                                                             s