Skip to content

Tags: stnoonan/spnego-http-auth-nginx-module

Tags

v1.1.3

Toggle v1.1.3's commit message
README.md: move Windows instructions to separate file

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #139 from oxpa/master

Three minor fixes

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check basic auth result against != NGX_OK rather than == NGX_DECLINED

This corrects the error handling case when ngx_http_auth_spnego_basic is called with a bad configuration or bad username. These cases return NGX_ERROR, which allowed basic auth to proceed.

Thanks to Prakapovich Pavel aka Flyguy.by for pointing this out.

v1.1.0

Toggle v1.1.0's commit message
Indentation and compile fixups after last merged pull requests

Closes #52

v1.0.0

Toggle v1.0.0's commit message
Update ChangeLog and README