✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network//auth.pyc
�
�Rec@stdZddlZddlmZmZddlmZddlmZ	ddl
mZmZm
Z
mZmZddlmZer�ddlmZmZmZmZmZdd	lmZdd
lmZmZeeeefZneje �Z!yddl"a"WnEe#k
r"da"n/e%k
rPZ&e!j'dee&��da"nXd�Z(d
efd��YZ)dS(s�Network Authentication Helpers

Contains interface (MultiDomainBasicAuth) and associated glue code for
providing credentials in the context of network requests.
i����N(tAuthBaset
HTTPBasicAuth(tget_netrc_auth(tparse(taskt	ask_inputtask_passwordtremove_auth_from_urltsplit_auth_netloc_from_url(tMYPY_CHECK_RUNNING(tDicttOptionaltTupletListtAny(tAuthInfo(tResponsetRequests*Keyring is skipped due to an exception: %scCs�|strdSy�y
tj}Wntk
r5n@Xtjd|�|||�}|dk	rq|j|jfSdS|r�tjd|�tj||�}|r�||fSnWn/t	k
r�}tj
dt|��danXdS(s3Return the tuple auth for a given url from keyring.s'Getting credentials from keyring for %ss$Getting password from keyring for %ss*Keyring is skipped due to an exception: %sN(tkeyringtNonetget_credentialtAttributeErrortloggertdebugtusernametpasswordtget_passwordt	Exceptiontwarningtstr(turlRRtcredRtexc((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pytget_keyring_auth,s,


tMultiDomainBasicAuthcBsneZed
d�Zd�Zeed�Zd�Zd�Zd�Z	d�Z
d�Zd�Zd	�Z
RS(cCs(||_||_i|_d|_dS(N(t	promptingt
index_urlst	passwordsRt_credentials_to_save(tselfR#R$((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt__init__Os			cCsY|s|jrdSx=|jD]2}t|�jd�d}|j|�r|SqWdS(s�Return the original index URL matching the requested URL.

        Cached or dynamically generated credentials may work against
        the original index URL rather than just the netloc.

        The provided url should have had its username and password
        removed already. If the original index url had credentials then
        they will be included in the return value.

        Returns None if no matching index was found, or if --no-index
        was specified by the user.
        t/N(R$RRtrstript
startswith(R'Rtutprefix((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt_get_index_url[scCsdt|�\}}}|\}}|dk	rM|dk	rMtjd|�|S|j|�}	|	r�t|	�}
|
r�|
\}	}}tjd|	�q�n|	r�|ddk	r�|\}}|dk	r�|dk	r�tjd|�|Sn|rt|�}
|
rtjd|�|
Sn|rZt|	|�p:t||�}|rZtjd|�|Sn||fS(s2Find and return credentials for the specified URL.sFound credentials in url for %ssFound index url %sis%Found credentials in index url for %ss!Found credentials in netrc for %ss#Found credentials in keyring for %sN(RRRRR.RR!(R'toriginal_urltallow_netrct
allow_keyringRtnetlocturl_user_passwordRRt	index_urlt
index_infot_tindex_url_user_passwordt
netrc_authtkr_auth((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt_get_new_credentialsrs:cCs�t|�\}}}|jj|d�\}}|dkr`|dkr`|j|�\}}n|dk	sx|dk	r�|p�d}|p�d}||f|j|<n|dk	r�|dk	s�|dkr�|dks�tdj|���|||fS(s_Return the credentials to use for the provided URL.

        If allowed, netrc and keyring may be used to obtain the
        correct credentials.

        Returns (url_without_credentials, username, password). Note
        that even if the original URL contains credentials, this
        function may return a different username and password.
        ts'Could not load credentials from url: {}N(NN(RR%tgetRR:tAssertionErrortformat(R'R/RR2R6RR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt_get_url_and_credentials�scCsk|j|j�\}}}||_|dk	rT|dk	rTt||�|�}n|jd|j�|S(Ntresponse(R?RRRt
register_hookt
handle_401(R'treqRRR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt__call__�s	cCs�tdj|��}|s(ddtfSt||�}|rr|ddk	rr|ddk	rr|d|dtfStd�}||tfS(Ns
User for {}: iis
Password: (RR>RtFalseR!RtTrue(R'R2RtauthR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt_prompt_for_password�s
&cCs#ts
tStdddg�dkS(Ns#Save credentials to keyring [y/N]: tytn(RRER(R'((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt _should_save_password_to_keyring�sc	KsD|jdkr|S|js |Stj|j�}|j|j�\}}}d|_|dk	r�|dk	r�||f|j	|j<|r�|j
�r�|j||f|_q�n|j|jj
�t|p�d|p�d�|j�}|jd|j�|jr|jd|j�n|jj||�}|jj|�|S(Ni�R;R@(tstatus_codeR#turllib_parseturlparseRRHR2RR&R%RKtcontenttrawtrelease_connRtrequestRAtwarn_on_401tsave_credentialst
connectiontsendthistorytappend(	R'tresptkwargstparsedRRtsaveRCtnew_resp((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyRB�s(		
$	cKs,|jdkr(tjd|jj�ndS(s6Response callback to warn about incorrect credentials.i�s)401 Error, Credentials not correct for %sN(RLRRRRR(R'RYRZ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyRS scKs�tdk	std��ts"dS|j}d|_|r�|jdkr�ytjd�tj|�Wq�tk
r�tj	d�q�XndS(s1Response callback to save credentials on success.s'should never reach here without keyringNi�sSaving credentials to keyringsFailed to save credentials(
RRR=R&RLRtinfotset_passwordRt	exception(R'RYRZtcreds((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyRT(s		

N(t__name__t
__module__RFRR(R.R:R?RDRHRKRBRSRT(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyR"Ms	2	)				.	(*t__doc__tloggingtpip._vendor.requests.authRRtpip._vendor.requests.utilsRtpip._vendor.six.moves.urllibRRMtpip._internal.utils.miscRRRRRtpip._internal.utils.typingR	ttypingR
RRR
Rt pip._internal.vcs.versioncontrolRtpip._vendor.requests.modelsRRRtCredentialst	getLoggerRbRRtImportErrorRRR RR!R"(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/network/auth.pyt<module>s,((
	
	!


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 1.22 PM
root / linksafe
0755
__init__.py
0.049 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
__init__.pyc
0.287 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
auth.py
11.379 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
auth.pyc
9.266 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
cache.py
2.274 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
cache.pyc
3.933 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
download.py
5.03 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
download.pyc
6.499 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
lazy_wheel.py
7.947 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
lazy_wheel.pyc
11.263 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
session.py
14.852 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
session.pyc
12.731 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
utils.py
4.074 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
utils.pyc
1.923 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
xmlrpc.py
1.838 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
xmlrpc.pyc
2.516 KB
13 Nov 2023 9.11 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF