• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

trustrachel / python-ntlm3
93%

Build:
DEFAULT BRANCH: master
Repo Added 16 Dec 2014 01:29AM UTC
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • appveyor
  • v1.0.0
  • v1.0.1
  • v1.0.2

pending completion
68

Pull #25

travis-ci

web-flow
fix ill formatted http Authorization string

with python3, the NTLM Authorization string is of byte type.

when concatenate it with the prefix, python adds b'' around the authorization string.

for example, instead of generating:

Authorization: NTLM TlRMTVNTUAABAAAAB7IIogoACgAyBBBBCgAKACgBBBBFASgKAAAAD1NISVktUDlYNzlOVklESUEuQ09N

as would by python-ntlm,

python-ntlm3 generated:

Authorization: NTLM b'TlRMTVNTUAABAAAAB7IIogoACgAyBBBBCgAKACgBBBBFASgKAAAAD1NISVktUDlYNzlOVklESUEuQ09N'

this resulted in server rejection (http 400 bad request)
Pull Request #25: fix ill formatted http Authorization string

1 of 1 new or added line in 1 file covered. (100.0%)

567 of 607 relevant lines covered (93.41%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
607 RELEVANT LINES 567 COVERED LINES
0.93 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
68 master fix ill formatted http Authorization string with python3, the NTLM Authorization string is of byte type. when concatenate it with the prefix, python adds b'' around the authorization string. for example, instead of generating: Authorization: N... Pull #25 11 May 2017 11:59PM UTC web-flow travis-ci pending completion  
67 master add support for SMTP server authentication using NTLM Pull #24 07 Apr 2017 08:18AM UTC web-flow travis-ci pending completion  
66 master Merge pull request #4 from jborean93/iis-integration-tests Iis integration tests Pull #21 26 Aug 2016 05:26AM UTC web-flow travis-ci pending completion  
65 master Merge pull request #3 from jborean93/add-sign-seal Add sign seal Pull #21 21 Aug 2016 11:43PM UTC web-flow travis-ci pending completion  
64 master Merge pull request #2 from jborean93/refactoring Refactoring Pull #21 12 Aug 2016 03:45AM UTC web-flow travis-ci pending completion  
63 master removed function that breaks in newer builds, keep on forgetting this stuff Pull #21 07 Aug 2016 08:05PM UTC web-flow travis-ci pending completion  
62 master removed compat.py as it wasn't being used by any function. Removed the dump function from target_info.py as it isn't necessary and required. Added tests to cover target_info.py methods as well as some more lines in compute_response.py Pull #21 07 Aug 2016 08:02PM UTC web-flow travis-ci pending completion  
61 master Updated code to handle different version of python, tested locally on 2.6, 2.7, 3.3, 3.4 and 3.5, should be good for Travis now Pull #21 07 Aug 2016 07:05PM UTC web-flow travis-ci pending completion  
60 master Merge branch 'master' of https://github.com/jborean93/python-ntlm3 Pull #21 07 Aug 2016 06:12PM UTC web-flow travis-ci pending completion  
59 master Merge pull request #1 from jborean93/feature/add-ntlmv2 Feature/add ntlmv2 Pull #21 07 Aug 2016 07:57AM UTC web-flow travis-ci pending completion  
See All Builds (39)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc