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

trustrachel / python-ntlm3 / 68
93%

Build:
DEFAULT BRANCH: master
Ran 11 May 2017 11:59PM UTC
Jobs 1
Files 8
Run time 2s
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

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

Coverage Regressions

Lines Coverage ∆ File
3
100.0
ntlm3/U32.py
1
100.0
ntlm3/des.py
Jobs
ID Job ID Ran Files Coverage
2 68.2 11 May 2017 11:59PM UTC 0
93.41
Travis Job 68.2
Source Files on build 68
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #68
  • Pull Request #25
  • PR Base - master (#56)
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