name : ntlmpool.cpython-39.pyc
a

t~�`@�@s\dZddlmZddlmZddlmZddlmZddlm	Z	ee
�ZGdd	�d	e�Zd
S)z
NTLM authenticating pool, contributed by erikcederstran

Issue #10, see: http://code.google.com/p/urllib3/issues/detail?id=10
�)�absolute_import)�	getLogger)�ntlm�)�HTTPSConnectionPool)�HTTPSConnectioncs:eZdZdZdZ�fdd�Zdd�Zd�fd
d�	Z�ZS)
�NTLMConnectionPoolzQ
    Implements an NTLM authentication version of an urllib3 connection pool
    �httpscsPtt|�j|i|��||_||_|�dd�}|d��|_|d|_||_	dS)z�
        authurl is a random URL on the server that is protected by NTLM.
        user is the Windows user, probably in the DOMAIN\username format.
        pw is the password for the user.
        �\�rN)
�superr�__init__�authurl�rawuser�split�upper�domain�user�pw)�selfrrr�args�kwargsZ
user_parts��	__class__��</usr/lib/python3.9/site-packages/urllib3/contrib/ntlmpool.pyr
s
zNTLMConnectionPool.__init__c
Cs�|jd7_t�d|j|j|j�ddi}d}d}t|j|jd�}dt�|j	�||<t�d	|�|�
d
|jd|�|��}t|�
��}t�d|j|j�t�d|�t�d
|�d��d|_||�d�}d}|D] }	|	dd�dkr�|	dd�}q�|du�rtd|||f��t�|�\}
}t�|
|j|j|j|�}d|||<t�d	|�|�
d
|jd|�|��}t�d|j|j�t�dt|�
���t�d
|��dd��|jdk�r�|jdk�r�td��td|j|jf��d|_t�d�|S)Nrz3Starting NTLM HTTPS connection no. %d: https://%s%s�
Connection�
Keep-AliveZ
Authorizationzwww-authenticate)�host�portzNTLM %szRequest headers: %sZGETzResponse status: %s %szResponse headers: %szResponse data: %s [...]�dz, �zNTLM z!Unexpected %s response header: %s��i�z3Server rejected request: wrong username or passwordzWrong server response: %s %szConnection established)Znum_connections�log�debugrrrrrZcreate_NTLM_NEGOTIATE_MESSAGErZrequestZgetresponse�dictZ
getheaders�status�reason�read�fpr�	ExceptionZparse_NTLM_CHALLENGE_MESSAGEZ create_NTLM_AUTHENTICATE_MESSAGErrr)
r�headersZ
req_headerZresp_headerZconn�resZreshdrZauth_header_valuesZauth_header_value�sZServerChallengeZNegotiateFlagsZauth_msgrrr�	_new_conn'sf��

���
zNTLMConnectionPool._new_connN�Tc	s0|duri}d|d<tt|��|||||||�S)Nrr)rr�urlopen)r�method�url�bodyr+ZretriesZredirectZassert_same_hostrrrr0js

�zNTLMConnectionPool.urlopen)NNr/TT)	�__name__�
__module__�__qualname__�__doc__�schemer
r.r0�
__classcell__rrrrrsG�rN)
r7Z
__future__rZloggingrr�rZpackages.six.moves.http_clientrr4r#rrrrr�<module>s

© 2025 Cubjrnet7