Skip to content

Commit 46e400c

Browse files
committed
Update ChangeLog and README
1 parent d335e08 commit 46e400c

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed

ChangeLog

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
11
Author: Sean Timothy Noonan <stnoonan@obsolescence.net>
2+
Date: Wed Oct 16 21:43:55 2013 -0400
3+
4+
Return 403 when user is unauthorized
5+
6+
These changes disallow the continuous retries and provide for
7+
significantly better behavior when used with Chrome
8+
9+
Fixes stnoonan/spnego-http-auth-nginx-module#9
10+
11+
commit 52bd58009d68d9e94664ac8c77139431267e9cf6
12+
Merge: a18b188 60ab7e3
13+
Author: Sean Timothy Noonan <stnoonan@obsolescence.net>
14+
Date: Wed Oct 16 06:15:36 2013 -0700
15+
16+
Merge pull request #10 from MAXuk/patch-1
17+
18+
Include com_err.h to define error_message
19+
20+
Remove make error: "warning: implicit declaration of function 'error_message'"
21+
22+
commit 60ab7e330f06c2dc329f1e82e99d0fb9a94cfac5
23+
Author: MAXuk <max-2209@mail.ru>
24+
Date: Wed Oct 16 16:58:26 2013 +0400
25+
26+
Remove "warning: implicit declaration of function 'error_message'"
27+
28+
"
29+
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
30+
cc1: warnings being treated as errors
31+
spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.c: In function 'ngx_http_auth_spnego_basic':
32+
spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.c:496: warning: implicit declaration of function 'error_message'
33+
*** [objs/addon/spnego-http-auth-nginx-module-master/ngx_http_auth_spnego_module.o] Error code 1
34+
"
35+
36+
Remove this error where make nginx --add-module=spnego-http-auth-nginx-module-master
37+
38+
commit a18b18801f0ea75723dd14ad912596788f8cef0d
39+
Author: Sean Timothy Noonan <stnoonan@obsolescence.net>
40+
Date: Tue Oct 8 16:11:35 2013 -0400
41+
42+
ChangeLog update
43+
44+
commit 56109515cbef41fe603aaba08f3e0895e3b158f7
45+
Author: Sean Timothy Noonan <stnoonan@obsolescence.net>
246
Date: Tue Oct 8 16:08:16 2013 -0400
347

448
Sane header behavior for multiple browsers

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Prerequisites
1111

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

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

111-
TODO
112-
----
113-
114-
Revisit basic auth
115-
116111

117112
NTLM
118113
----

0 commit comments

Comments
 (0)