Skip to content

Commit

Permalink
Update ChangeLog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
stnoonan committed Oct 17, 2013
1 parent d335e08 commit 46e400c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
44 changes: 44 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
Author: Sean Timothy Noonan <[email protected]>
Date: Wed Oct 16 21:43:55 2013 -0400

Return 403 when user is unauthorized

These changes disallow the continuous retries and provide for
significantly better behavior when used with Chrome

Fixes stnoonan/spnego-http-auth-nginx-module#9

commit 52bd58009d68d9e94664ac8c77139431267e9cf6
Merge: a18b188 60ab7e3
Author: Sean Timothy Noonan <[email protected]>
Date: Wed Oct 16 06:15:36 2013 -0700

Merge pull request #10 from MAXuk/patch-1

Include com_err.h to define error_message

Remove make error: "warning: implicit declaration of function 'error_message'"

commit 60ab7e330f06c2dc329f1e82e99d0fb9a94cfac5
Author: MAXuk <[email protected]>
Date: Wed Oct 16 16:58:26 2013 +0400

Remove "warning: implicit declaration of function 'error_message'"

"
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I /usr/local/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I zlib-1.2.8 -I objs -I src/http -I src/http/modules -I src/mail -o objs/addon/spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.o spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.c
cc1: warnings being treated as errors
spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.c: In function 'ngx_http_auth_spnego_basic':
spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.c:496: warning: implicit declaration of function 'error_message'
*** [objs/addon/spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.o] Error code 1
"

Remove this error where make nginx --add-module=spnego-http-auth-nginx-module-master

commit a18b18801f0ea75723dd14ad912596788f8cef0d
Author: Sean Timothy Noonan <[email protected]>
Date: Tue Oct 8 16:11:35 2013 -0400

ChangeLog update

commit 56109515cbef41fe603aaba08f3e0895e3b158f7
Author: Sean Timothy Noonan <[email protected]>
Date: Tue Oct 8 16:08:16 2013 -0400

Sane header behavior for multiple browsers
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Prerequisites

Authentication has been tested with (at least) the following:

* Nginx 1.2.6, 1.5.2
* Nginx 1.2.6, 1.5.x
* Internet Explorer 8.0.7600.16385
* Firefox 10.0.6, 22.0
* Chrome 20.0.1132.57, 28.0.1500.63
Expand Down Expand Up @@ -108,11 +108,6 @@ Debugging
The module prints all sort of debugging information if nginx is compiled with
the `--with-debug` option, and the `error_log` directive has a `debug` level.

TODO
----

Revisit basic auth


NTLM
----
Expand Down

0 comments on commit 46e400c

Please sign in to comment.