Hacked By AnonymousFox

Current Path : /lib/python3.6/site-packages/requests/__pycache__/
Upload File :
Current File : //lib/python3.6/site-packages/requests/__pycache__/auth.cpython-36.pyc

3

��[�'�@s�dZddlZddlZddlZddlZddlZddlZddlmZddl	m
Z
mZmZddl
mZddlmZddlmZd	Zd
Zdd�ZGd
d�de�ZGdd�de�ZGdd�de�ZGdd�de�ZdS)z]
requests.auth
~~~~~~~~~~~~~

This module contains the authentication handlers for Requests.
�N)�	b64encode�)�urlparse�str�
basestring)�extract_cookies_to_jar)�to_native_string)�parse_dict_headerz!application/x-www-form-urlencodedzmultipart/form-datacCs�t|t�s&tjdj|�td�t|�}t|t�sLtjdj|�td�t|�}t|t�r`|jd�}t|t�rt|jd�}dtt	dj
||f��j��}|S)zReturns a Basic Auth string.z�Non-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.)�categoryz�Non-string passwords will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.�latin1zBasic �:)�
isinstancer�warnings�warn�format�DeprecationWarningr�encoderr�join�strip)�username�passwordZauthstr�r�/usr/lib/python3.6/auth.py�_basic_auth_strs&






rc@seZdZdZdd�ZdS)�AuthBasez4Base class that all auth implementations derive fromcCstd��dS)NzAuth hooks must be callable.)�NotImplementedError)�self�rrrr�__call__KszAuthBase.__call__N)�__name__�
__module__�__qualname__�__doc__rrrrrrHsrc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�
HTTPBasicAuthz?Attaches HTTP Basic Authentication to the given Request object.cCs||_||_dS)N)rr)rrrrrr�__init__RszHTTPBasicAuth.__init__cCs(t|jt|dd�k|jt|dd�kg�S)Nrr)�allr�getattrr)r�otherrrr�__eq__VszHTTPBasicAuth.__eq__cCs
||kS)Nr)rr'rrr�__ne__\szHTTPBasicAuth.__ne__cCst|j|j�|jd<|S)N�
Authorization)rrr�headers)rrrrrr_szHTTPBasicAuth.__call__N)rr r!r"r$r(r)rrrrrr#Os
r#c@seZdZdZdd�ZdS)�
HTTPProxyAuthz=Attaches HTTP Proxy Authentication to a given Request object.cCst|j|j�|jd<|S)NzProxy-Authorization)rrrr+)rrrrrrgszHTTPProxyAuth.__call__N)rr r!r"rrrrrr,dsr,c@sPeZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�ZdS)�HTTPDigestAuthz@Attaches HTTP Digest Authentication to the given Request object.cCs||_||_tj�|_dS)N)rr�	threadingZlocal�
_thread_local)rrrrrrr$oszHTTPDigestAuth.__init__cCs@t|jd�s<d|j_d|j_d|j_i|j_d|j_d|j_dS)N�initT�r)�hasattrr/r0�
last_nonce�nonce_count�chal�pos�
num_401_calls)rrrr�init_per_thread_stateusz$HTTPDigestAuth.init_per_thread_statecs�|jjd}|jjd}|jjjd�}|jjjd�}|jjjd�}d�|dkrTd}n|j�}|dksl|dkrzd	d
�}	|	�n@|dkr�dd
�}
|
�n*|dkr�dd�}|�n|dkr�dd�}|��fdd�}
�dkr�dSd}t|�}|jp�d}|jr�|d|j7}d|j||jf}d||f}�|�}�|�}||jj	k�rJ|jj
d7_
nd|j_
d|jj
}t|jj
�jd�}||jd�7}|t
j�jd�7}|tjd�7}tj|�j�dd�}|dk�rЈd|||f�}|�s�|
|d||f�}n<|dk�sd|jd �k�r"d!|||d|f}|
||�}ndS||j_	d"|j||||f}|�rT|d#|7}|�rf|d$|7}|�rx|d%|7}|�r�|d&||f7}d'|S)(z
        :rtype: str
        �realm�nonce�qop�	algorithm�opaqueNZMD5zMD5-SESScSs"t|t�r|jd�}tj|�j�S)Nzutf-8)r
rr�hashlibZmd5�	hexdigest)�xrrr�md5_utf8�s

z4HTTPDigestAuth.build_digest_header.<locals>.md5_utf8ZSHAcSs"t|t�r|jd�}tj|�j�S)Nzutf-8)r
rrr>�sha1r?)r@rrr�sha_utf8�s

z4HTTPDigestAuth.build_digest_header.<locals>.sha_utf8zSHA-256cSs"t|t�r|jd�}tj|�j�S)Nzutf-8)r
rrr>Zsha256r?)r@rrr�sha256_utf8�s

z7HTTPDigestAuth.build_digest_header.<locals>.sha256_utf8zSHA-512cSs"t|t�r|jd�}tj|�j�S)Nzutf-8)r
rrr>Zsha512r?)r@rrr�sha512_utf8�s

z7HTTPDigestAuth.build_digest_header.<locals>.sha512_utf8cs�d||f�S)Nz%s:%sr)�s�d)�	hash_utf8rr�<lambda>�sz4HTTPDigestAuth.build_digest_header.<locals>.<lambda>�/�?z%s:%s:%sz%s:%srz%08xzutf-8��Zauth�,z%s:%s:%s:%s:%sz>username="%s", realm="%s", nonce="%s", uri="%s", response="%s"z
, opaque="%s"z, algorithm="%s"z
, digest="%s"z , qop="auth", nc=%s, cnonce="%s"z	Digest %s)r/r5�get�upperr�pathZqueryrrr3r4rr�timeZctime�os�urandomr>rBr?�split)r�method�urlr9r:r;r<r=Z
_algorithmrArCrDrEZKDZentdigZp_parsedrQZA1ZA2ZHA1ZHA2ZncvaluerFZcnonceZrespdigZnoncebit�baser)rHr�build_digest_headers~

z"HTTPDigestAuth.build_digest_headercKs|jrd|j_dS)z)Reset num_401_calls counter on redirects.rN)Zis_redirectr/r7)rr�kwargsrrr�handle_redirect�szHTTPDigestAuth.handle_redirectcKs"d|jkodkns&d|j_|S|jjdk	rD|jjj|jj�|jjdd�}d|j	�koh|jjdk�r|jjd7_t
jd	t
jd
�}t
|jd|dd��|j_|j|j�|jj�}t|j|j|j�|j|j�|j|j|j�|jd<|jj|f|�}|jj|�||_|Sd|j_|S)
zo
        Takes the given response and tries digest-auth, if needed.

        :rtype: requests.Response
        i�i�rNzwww-authenticater1Zdigest�zdigest )�flags)�countr*)Zstatus_coder/r7r6Zrequest�body�seekr+rO�lower�re�compile�
IGNORECASEr	�subr5Zcontent�close�copyrZ_cookies�rawZprepare_cookiesrYrVrWZ
connection�send�history�append)rrrZZs_authZpatZprepZ_rrrr�
handle_401�s.	
zHTTPDigestAuth.handle_401cCs~|j�|jjr&|j|j|j�|jd<y|jj�|j_	Wnt
k
rTd|j_	YnX|jd|j�|jd|j
�d|j_|S)Nr*Zresponser)r8r/r3rYrVrWr+r_�tellr6�AttributeErrorZ
register_hookrlr[r7)rrrrrrszHTTPDigestAuth.__call__cCs(t|jt|dd�k|jt|dd�kg�S)Nrr)r%rr&r)rr'rrrr(*szHTTPDigestAuth.__eq__cCs
||kS)Nr)rr'rrrr)0szHTTPDigestAuth.__ne__N)rr r!r"r$r8rYr[rlrr(r)rrrrr-ls
f,r-)r"rSrbrRr>r.r�base64r�compatrrrZcookiesrZ_internal_utilsrZutilsr	ZCONTENT_TYPE_FORM_URLENCODEDZCONTENT_TYPE_MULTI_PARTr�objectrr#r,r-rrrr�<module>s$,

Hacked By AnonymousFox1.0, Coded By AnonymousFox