jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Remove use of gssntlmssp #59

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago

Removes the use of gssntlmssp through the GSSAPIProxy provider. This simplifies the codebase as now it just needs to deal with Kerberos and different gssntlmssp versions that might be installed.

codecov[bot] commented 1 year ago

Codecov Report

Merging #59 (faf58c1) into main (097411b) will increase coverage by 0.35%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   99.58%   99.94%   +0.35%     
==========================================
  Files          31       31              
  Lines        5303     5218      -85     
==========================================
- Hits         5281     5215      -66     
+ Misses         22        3      -19     
Flag Coverage Δ
99.94% <100.00%> (+0.35%) :arrow_up:
py3.10 99.94% <100.00%> (+0.35%) :arrow_up:
py3.11 99.94% <100.00%> (+0.35%) :arrow_up:
py3.7 99.94% <100.00%> (+0.35%) :arrow_up:
py3.8 99.94% <100.00%> (+0.35%) :arrow_up:
py3.9 99.94% <100.00%> (+0.35%) :arrow_up:
x64 99.94% <100.00%> (+0.35%) :arrow_up:
x86 96.28% <16.12%> (+1.09%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/spnego/_context.py 100.00% <ø> (ø)
src/spnego/_gss.py 99.59% <100.00%> (+5.57%) :arrow_up:
src/spnego/auth.py 100.00% <100.00%> (+1.78%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.