These changesets represents the changes on the squid/auth_rewrite development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2002/10/06 03:00:45 | rbcollins | +0 -408 | finish merge off |
2002/10/02 09:11:04 | rbcollins | +3 -3 | gaah, autoconf 2.5 for me |
2002/09/26 12:53:46 | rbcollins | +3 -1 | and fix http_reply_access for auth. Doh. |
2002/09/26 12:37:39 | rbcollins | +73 -32 | allow delay pools/tos/http_reply_access with auth ACL's. Also fix a few HEAD nits. |
2001/12/23 16:11:58 | rbcollins | +19 -17 | more digest work - qop and algorithm are not quoted in the request digest |
2001/12/23 10:28:45 | rbcollins | +23 -7 | Fix parsing of the request nonce count; add an option to allow strictly incrementing (as opposed to monotonically increm |
2001/08/03 08:22:54 | rbcollins | +2 -1 | fix regression with blank password attempts |
2001/08/02 14:42:40 | rbcollins | +4 -6 | Typo fixup |
2001/08/02 14:34:11 | rbcollins | +3 -15 | prepared for HEAD merge |
2001/08/02 14:18:52 | rbcollins | +33 -111 | prepared for HEAD merge |
2001/08/02 13:42:36 | rbcollins | +329 -248 | merge code updates from NTLM |
2001/07/31 10:29:22 | rbcollins | +532 -256 | preparing for merge to HEAD |
2001/05/20 22:24:48 | rbcollins | +14 -3 | disable pipelining when NTLM is enabled -to prevent authentication race |
2001/05/20 22:06:49 | rbcollins | +44 -32 | bugfix: incorrectly sending a local challenge when external sites require authentication |
2001/04/10 11:43:13 | rbcollins | +2 -1 | fix a bug with early freeing of auth_user_requests |
2001/04/09 13:36:13 | kinkie | +3 -3 | Changed a few hostnames to be more explanatory. |
2001/03/21 09:28:47 | rbcollins | +1 -1 | bugfix: send valid NA on error to squid |
2001/03/13 12:10:29 | rbcollins | +2 -2 | bugfix: persistent connections with NTLM were failing on the second request with 407 |
2001/03/12 11:34:02 | rbcollins | +1 -0 | bugfix: set a default value for the basic credentials TTL |
2001/03/12 11:02:14 | rbcollins | +1 -1 | bugfix: clean the auth_queue as it's walked in handle reply |
2001/03/12 10:32:12 | rbcollins | +8 -9 | bugfix: clean the auth_queue as it's walked in handle reply |
2001/03/10 01:03:45 | hno | +1 -2 | Undid some ident messup |
2001/03/10 00:44:17 | hno | +2 -3 | Undid some ident stupididies |
2001/03/10 00:40:09 | hno | +32 -29 | indent |
2001/03/09 11:30:23 | rbcollins | +31 -16 | ran indent |
2001/03/09 11:13:38 | rbcollins | +30 -32 | backout non-auth related patch |
2001/03/09 10:55:23 | rbcollins | +32 -30 | *** empty log message *** |
2001/03/09 10:53:30 | rbcollins | +3 -3 | more production changes from kinkie |
2001/03/09 08:24:15 | rbcollins | +30 -32 | type fixes so both NTLM helpers should build on slowaris. |
2001/03/08 12:01:12 | rbcollins | +127 -144 | changes to ntlm - bug fixes for production use by Kinkie |
2001/02/10 18:29:40 | hno | +9 -18 | Use C comments, not C++ |
2001/02/10 18:14:06 | hno | +28 -13 | Some minor cleanups |
2001/02/10 17:32:48 | hno | +1998 -2179 | ran indent |
2001/02/09 17:40:56 | kinkie | +758 -697 | Fixed bug in challenge lifetime handling. |
2001/02/09 14:37:07 | kinkie | +117 -33 | Updated from ntlm branch. Much more resilient to authentication errors |
2001/02/09 14:36:06 | kinkie | +1 -1 | Indent changes. |
2001/02/09 14:04:02 | kinkie | +1 -1 | No need to define DEBUG multiple times. |
2001/02/09 14:03:37 | kinkie | +2 -1 | Fixed buglet. |
2001/02/08 08:18:54 | rbcollins | +4 -3 | init usernamehash to NULL |
2001/02/01 09:29:01 | kinkie | +1 -1 | Last-Ditch authentications are to be lower-cased. |
2001/01/31 13:17:20 | kinkie | +2 -2 | Removed debugging code, so not to bloat testers' logs too much. |
2001/01/31 13:14:14 | kinkie | +1 -1 | Clarified error message |
2001/01/31 12:16:09 | rbcollins | +1 -1 | bugfix for auth failures |
2001/01/31 11:34:42 | rbcollins | +4 -0 | bugfix for auth failures |
2001/01/31 11:08:45 | rbcollins | +3 -3 | log helper error code |
2001/01/30 17:14:07 | kinkie | +31 -8 | Handled case when the client sent credentials for a domain which |
2001/01/30 17:13:02 | kinkie | +3 -5 | Got rid of the retries thing. If communications to the DC are |
2001/01/30 17:12:33 | kinkie | +2 -11 | Cleaned up error retrieval a bit. |
2001/01/30 12:04:44 | rbcollins | +6 -0 | bugfix: on reconfigure discard existing wordlists for auth scheme configs |
2001/01/30 11:01:07 | kinkie | +303 -223 | Removed stale comments. |
2001/01/30 10:58:32 | kinkie | +1 -0 | Added prototype for fetch_credentials. |
2001/01/30 10:57:44 | kinkie | +164 -126 | Added extra debugging and problems detection. |
2001/01/29 12:32:34 | rbcollins | +2 -2 | fix for rotate |
2001/01/29 10:16:15 | rbcollins | +7 -4 | NULL pointer chasing bug |
2001/01/23 23:03:53 | rbcollins | +264 -0 | merged in digest |
2001/01/23 22:54:53 | rbcollins | +1962 -20 | merged in digest |
2001/01/23 20:37:44 | rbcollins | +10 -5 | added configured scheme function |
2001/01/23 13:12:59 | rbcollins | +28 -7 | on reconfigure, disable existing configured auth schemes if no longer configured validly. |
2001/01/10 23:00:34 | rbcollins | +2 -5 | get rid of #if 0 |
2001/01/10 12:19:08 | rbcollins | +5 -2 | notes |
2001/01/10 12:13:16 | rbcollins | +1 -17 | remove #if 0 |
2001/01/10 12:11:27 | rbcollins | +3 -3 | indent |
2001/01/10 12:04:22 | rbcollins | +23 -23 | %d to %p in debugging pointer values |
2001/01/10 11:35:58 | rbcollins | +1 -1 | consistent configure variable for HELPERS |
2001/01/10 11:30:21 | rbcollins | +9 -9 | Bugfix on BASIC_HELPERS and variable name consistency for *_AUTH_HELPERS |
2001/01/10 07:10:10 | rbcollins | +3 -0 | consistency checks on shutdown |
2001/01/10 01:35:44 | rbcollins | +3 -70 | cbdata race fixes |
2001/01/10 00:59:59 | rbcollins | +3 -62 | code cleanup |
2001/01/09 14:42:09 | rbcollins | +2 -2 | fix a race with OnCloseConnection |
2001/01/09 14:08:35 | rbcollins | +1 -1 | cbdata race |
2001/01/09 13:55:50 | rbcollins | +4 -8 | configure order bugfix |
2001/01/09 13:30:09 | kinkie | +22 -0 | Fixed to print usage instructions in case of some kinds of |
2001/01/09 13:03:37 | rbcollins | +5 -1 | NULL pointer bugfix |
2001/01/09 12:36:00 | rbcollins | +1 -1 | typo |
2001/01/09 12:21:43 | rbcollins | +8 -2 | bugfix on shutdown |
2001/01/09 12:19:13 | rbcollins | +18 -7 | fix shutdown NULL references |
2001/01/08 19:23:26 | hno | +18 -22 | memAllocate do return cleared data by definition. |
2001/01/08 12:46:52 | rbcollins | +8 -34 | unused code removal |
2001/01/08 12:42:13 | rbcollins | +2 -8 | unused code tidyup |
2001/01/08 12:14:57 | rbcollins | +3 -7 | unused code rremoval |
2001/01/08 12:03:29 | rbcollins | +2 -12 | removed unused code |
2001/01/08 10:21:28 | rbcollins | +8 -83 | removed obsolete code |
2001/01/08 10:16:31 | rbcollins | +1 -48 | removed unused obsolete code |
2001/01/08 07:10:36 | rbcollins | +4 -2 | reconfigure bugfix |
2001/01/08 06:43:09 | rbcollins | +11 -5 | fix a crash in splay_tree on aclDestroy |
2001/01/08 01:29:50 | rbcollins | +1 -3 | removed dummy references to auth_modules |
2001/01/08 01:28:54 | rbcollins | +7 -6 | bugfixes - active() in ntlm and a invalid reference in makefile.in |
2001/01/07 21:04:36 | hno | +2 -2 | lots of .. missing from path to .../lib |
2001/01/07 20:43:02 | hno | +8 -7 | indent |
2001/01/07 16:08:58 | rbcollins | +6 -10 | make install was broken |
2001/01/07 14:52:20 | rbcollins | +15495 -15460 | moved the authentication helpers to be under their related scheme handlers |
2001/01/07 12:56:08 | rbcollins | +1 -1 | spelling error fixed |
2001/01/07 11:13:18 | rbcollins | +2 -1 | restore a used variable. |
2001/01/07 11:09:08 | rbcollins | +346 -1 | auth scheme API added |
2001/01/07 09:48:26 | hno | +10108 -13192 | indent |
2001/01/07 08:41:13 | hno | +2 -2 | spelling correction |
2001/01/07 07:56:15 | hno | +12 -9 | const * fixes |
2001/01/07 07:54:38 | hno | +2 -0 | include string.h for string functions |
2001/01/07 07:44:23 | hno | +2 -0 | string.h is needed for various functions |
2001/01/07 07:32:44 | hno | +1 -2 | removed a old unused variable |
2001/01/07 07:27:13 | hno | +3 -3 | base64_encode* returns a const char pointer. So should anyone returning |
2001/01/07 07:22:03 | hno | +34 -12 | Changed default to only Basic scheme |
2001/01/07 02:49:31 | rbcollins | +8012 -0 | merged in ntlm |
2001/01/07 02:44:54 | rbcollins | +99 -11 | merge in ntlm |
2001/01/07 00:37:02 | hno | +38 -53 | Ported changes from upstreamauth |
2001/01/07 00:24:26 | rbcollins | +27 -19 | todyup for patching |
2001/01/06 23:56:27 | rbcollins | +57 -113 | more tidyup |
2001/01/06 23:33:48 | rbcollins | +70 -228 | general tidyup |
2001/01/06 22:51:16 | rbcollins | +44 -53 | general tidyup |
2001/01/06 13:35:08 | rbcollins | +2 -2 | make config dump for basic look consistent with the rest of squid |
2001/01/06 13:31:53 | rbcollins | +85 -62 | debug level tidy up & config dump function implementation |
2001/01/05 23:43:58 | rbcollins | +12 -9 | cbdata update for auth_rewrite |
2001/01/05 06:29:13 | rbcollins | +2 -2 | forgot to rename a fn |
2001/01/05 06:12:22 | rbcollins | +93 -11 | Additional header and Trailer support. The trailer support won't be called yet |
2001/01/03 13:12:33 | rbcollins | +85 -32 | final fix for the race on basic scheme credential requests |
2001/01/03 05:03:49 | rbcollins | +1 -14 | removed ntlm checks |
2001/01/03 05:02:51 | rbcollins | +19 -3 | transfer requests when merging users |
2001/01/03 04:55:22 | rbcollins | +9 -62 | removed ntlm related entries |
2001/01/02 13:34:17 | rbcollins | +12 -13 | log the username if it is known when basic auth fails to decode validly (ie no passwd) |
2001/01/02 11:54:32 | rbcollins | +0 -10 | updated some of my incode doco |
2001/01/02 11:46:41 | rbcollins | +42 -8 | bugfix on last commit + utilise the message feature for errorpages with the basic scheme. |
2001/01/02 10:57:01 | rbcollins | +580 -260 | many things: proxy auth message in err struct optimised out. auth_user split into auth_user and auth_user_request. remov |
2001/01/01 12:05:09 | rbcollins | +12 -41 | cleanup some temp code |
2001/01/01 10:48:28 | rbcollins | +36 -24 | credentials TTL reimplemented |
2001/01/01 09:51:18 | rbcollins | +363 -155 | modularised per scheme config file entries. Allows a single cf.data.pre to |
2001/01/01 01:55:41 | rbcollins | +117 -135 | runtime scheme order configuration |
2000/12/31 15:10:38 | rbcollins | +35 -12 | added a new API function 'authenticated', altered the basic config item to be basicAuthRealm rather than proxyAuthRealm. |
2000/12/18 11:43:40 | rbcollins | +5 -2 | just a little extra debugging |
2000/12/15 13:52:16 | rbcollins | +2 -0 | fixed a NULL pointer chase |
2000/12/14 11:24:03 | rbcollins | +2 -3 | and the last ntlm bit |
2000/12/14 11:21:33 | rbcollins | +2 -139 | missed some ntlm stuff |
2000/12/14 11:16:48 | rbcollins | +4 -7743 | removed ntlm specific stuff. the ntlm branch will soon track auth_rewrite. |
2000/12/12 03:01:48 | rbcollins | +7 -7 | forgot a couple of enum changes |
2000/12/11 23:32:14 | rbcollins | +342 -337 | moved the scheme data structs out of structs.h and into private headers. |
2000/12/10 13:59:35 | rbcollins | +38 -30 | squid.conf option for cache_peer - determine whether to send authentication headers upstream or not. |
2000/12/10 13:52:05 | rbcollins | +2 -2 | ahha! found what I'd forgotten with auth modules not making correctly :[ |
2000/12/10 00:56:51 | rbcollins | +10 -3 | fixed reconfiguring and a NULL pointer reference in ntlm |
2000/12/08 08:56:21 | rbcollins | +25 -3 | it helps if it builds :] |
2000/12/07 10:46:57 | rbcollins | +71 -10 | implemented a placeholder capability for stateful helpers. The callback gets called before with the buf going to the ser |
2000/12/07 08:52:14 | rbcollins | +71 -3 | fixed the last compile errors in smbval |
2000/12/07 04:25:03 | rbcollins | +40 -36 | imnplemented BH verb |
2000/12/06 01:29:26 | rbcollins | +2 -3 | offset into the buffer after the command code. |
2000/12/05 15:16:35 | rbcollins | +78 -42 | tackled the huge error list. SMBVAL is scary!. Fixed a number of *bugs* and ensured all functions are prototyped. (as fa |
2000/12/05 07:32:59 | rbcollins | +9 -6 | incorrect test in StatefulSubmit + a test for NULL in auth_NTLM.c |
2000/12/04 20:40:06 | rbcollins | +1 -1 | remove a compiler warning |
2000/12/04 17:23:41 | kinkie | +107 -358 | Adapted to V3 of the squid-to-helper protocol, and accordingly dumbified. |
2000/12/04 17:22:56 | kinkie | +1 -1 | Fixed typo. |
2000/12/04 12:36:10 | rbcollins | +9 -3 | lifetime expiry for ntlm challenges |
2000/12/04 12:22:10 | rbcollins | +110 -14 | NTLM Helper protocol V3 Challenge caching and renewal code. Only uses limit support as yet. Time based to come soon. |
2000/12/04 11:02:14 | rbcollins | +223 -15 | NTLM helper protocol V3 support. Not quite complete - Challenge caching needs implementing but it will authenticate corr |
2000/12/04 08:36:30 | rbcollins | +34 -3 | NTLM Helper Protocol V3 support |
2000/12/01 16:05:58 | kinkie | +13 -9 | Adapted to V3 of the squid-to-helper protocol |
2000/11/24 00:19:20 | rbcollins | +7 -3 | trivial optimisation to prevent reparsing and authentication proxy_auth on multiple ACL's for a single request. |
2000/11/24 00:01:02 | rbcollins | +39 -11 | Last bug! All working... |
2000/11/23 10:37:26 | rbcollins | +118 -511 | bugfixes and prelim work on dnymic module registration. One particular bug - dropping the connection after every NTLM re |
2000/11/21 11:30:01 | rbcollins | +136 -75 | auth split into libs completed. Couple of things remainind, but now very little code in authenticate.c or acl.c will nee |
2000/11/21 00:11:15 | rbcollins | +88 -772 | nearly complete |
2000/11/20 22:40:33 | rbcollins | +81 -19 | halfway to complete modularisation |
2000/11/20 13:18:03 | rbcollins | +1022 -36 | auth working & half split into modules. |
2000/11/20 07:40:35 | rbcollins | +146 -0 | just bits |
2000/11/20 06:55:35 | rbcollins | +76 -23 | mod starting |
2000/11/20 05:56:22 | rbcollins | +181 -154 | re-organised the guts. MUUUCH better. |
2000/11/18 01:39:05 | rbcollins | +147 -66 | starting to finalise the API. Removing last scheme specific code from acl.c |
2000/11/17 12:14:33 | rbcollins | +92 -51 | new (thought out!) interface to authenticate. |
Author | Changesets | Changes |
---|---|---|
hno | 18 | +12300 -15548 |
kinkie | 19 | +1533 -1481 |
rbcollins | 127 | +32664 -28756 |
total | 164 | +46497 -45785 |