|
1 | 1 | 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> |
2 | 46 | Date: Tue Oct 8 16:08:16 2013 -0400 |
3 | 47 |
|
4 | 48 | Sane header behavior for multiple browsers |
|
0 commit comments