These changesets represents the changes on the squid/ntlm development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
2002/06/12 09:56:13 | rbcollins | +2 -4 | ensure a zero struct |
2002/02/28 10:42:36 | kinkie | +344 -268 | Merged in changes from Andrew Bartlet <abartlet at samba org> |
2002/02/28 10:30:23 | kinkie | +284 -279 | Merged in changes from Andrew Bartlet <abartlet at samba org> |
2002/02/28 10:27:07 | kinkie | +2 -2 | Added math library to prevent link failure |
2002/02/28 08:28:49 | kinkie | +2 -2 | ICC (Intel's C compiler) understands gcc-isms too (or maybe it just uses gcc's |
2002/01/29 21:15:59 | kinkie | +9 -3 | Synced up to samba 3.0alpha14 (yet to be released, but still...) |
2002/01/24 00:25:03 | kinkie | +14 -0 | Added winbind protocol version "negotiation". |
2002/01/24 00:02:49 | kinkie | +134 -51 | Synced with samba. |
2002/01/23 23:36:40 | kinkie | +19 -18 | Minor style cleanups. |
2002/01/20 23:30:05 | kinkie | +40 -4 | Added command line options management function. |
2002/01/20 23:12:38 | kinkie | +0 -1 | Removed an unnecessary #include |
2002/01/20 23:00:45 | kinkie | +20 -0 | Apply to winbind_nss_config from Samba. |
2002/01/20 22:59:46 | kinkie | +46 -1 | Synced from samba |
2002/01/20 22:50:24 | kinkie | +11 -0 | Patch to be applied to wb_common.c from the Samba sources. |
2002/01/20 22:18:30 | kinkie | +1 -4 | Made the explicit empty-password detection code depend on a |
2002/01/13 10:28:13 | kinkie | +41 -13 | Prepared for squid-helper-protocol "NA" change. |
2002/01/12 23:55:56 | kinkie | +128 -93 | Updated to the new API introduced in samba 3.0alpha13 an streamlined. |
2002/01/11 14:27:11 | kinkie | +20 -6 | Added code to prevent possible buffer overruns. |
2002/01/04 10:24:57 | kinkie | +2 -1 | Fixed unclear comment |
2002/01/03 11:29:48 | kinkie | +3 -2 | Fixed possible buffer overrun bug. |
2002/01/03 11:11:04 | kinkie | +991 -0 | Winbind-based basic-auth helper. Requirements are the same as for the |
2002/01/03 11:09:28 | kinkie | +4 -4 | Fixed CVS cross-wiring between NTLM and basic auth-helpers |
2002/01/03 11:08:51 | kinkie | +264 -120 | Reinstated mistakenly removed file. |
2001/12/04 17:45:16 | kinkie | +137 -16 | Completed and tested. |
2001/12/04 17:44:27 | kinkie | +0 -236 | Moved to wb_basic_auth.c |
2001/11/28 07:48:10 | rbcollins | +0 -451 | remove Makefile.in |
2001/11/27 15:59:20 | kinkie | +1 -1 | Enlarged the read-buffer. |
2001/11/27 15:58:58 | kinkie | +7 -4 | Fixlets. |
2001/11/26 17:44:05 | kinkie | +1 -1 | Modified copyright comments. |
2001/11/23 11:22:19 | kinkie | +3 -1 | Fixlet |
2001/11/23 11:13:11 | kinkie | +1 -0 | Added autoconf-header inclusion. |
2001/11/23 10:55:07 | kinkie | +2 -1 | Added needed libraries. |
2001/11/23 10:54:13 | kinkie | +23 -2 | Added checks for Unix sockets |
2001/11/23 10:53:40 | kinkie | +6 -1 | Added define for Unix sockets |
2001/11/22 23:03:06 | kinkie | +4 -0 | Fixlet for a missing #include. |
2001/11/22 18:08:27 | kinkie | +5 -2 | Added stuff to have ntlm/winbind helper compiled. |
2001/11/22 18:07:41 | kinkie | +335 -0 | Added from the Samba sources. |
2001/11/22 18:05:43 | kinkie | +54 -19 | Completed. Now it compiles. |
2001/11/22 18:05:12 | kinkie | +374 -0 | From the Samba sources. |
2001/11/22 18:04:34 | kinkie | +60 -0 | nsswitch/nss.h from the samba sources. |
2001/11/22 18:03:48 | kinkie | +4 -9 | Fixed. |
2001/11/22 17:58:46 | kinkie | +26 -8 | Speeded up checks by precomputing hashes. |
2001/11/22 17:57:58 | kinkie | +1 -1 | Added reference to the winbind helper |
2001/11/22 14:11:24 | kinkie | +1 -1 | Fixed so that the DC doesn't drop the line that easily on us. |
2001/11/22 07:49:40 | kinkie | +508 -21 | Added run-time debug-enabling flag. |
2001/11/21 21:54:31 | kinkie | +300 -0 | First added. |
2001/09/11 13:18:40 | rbcollins | +2 -1 | Big oops. Free auth_user_request structs from MemPools\! |
2001/09/04 11:30:55 | rbcollins | +5 -1 | Added TODO's for the case when a stateful helper dies unexpectedly |
2001/09/04 10:31:52 | rbcollins | +1 -0 | handle errors in new state code |
2001/09/04 09:27:36 | rbcollins | +0 -3 | fix merge hiccup with credentials_ok |
2001/09/04 08:08:22 | rbcollins | +33 -49 | optimise out credentials_ok |
2001/09/02 13:00:38 | rbcollins | +13 -14 | Move the credentials_ok flag to a per request flag |
2001/09/02 09:50:23 | rbcollins | +53 -40 | remove the global credentials_ok flag from auth_user_t |
2001/08/31 09:07:06 | rbcollins | +4 -28 | treat helpers as normal - no special cross config persistence |
2001/08/30 11:12:05 | rbcollins | +2 -2 | up the debug level for duplicate NTLM auth attempts - it's known and handled behaviour |
2001/08/29 23:45:23 | rbcollins | +17 -12 | hopefully cleanly allow reconfigure to remove acls out from under ntlm authentication |
2001/08/29 14:08:24 | rbcollins | +19 -24 | fix formatting changes |
2001/08/29 13:59:44 | rbcollins | +157 -180 | fix formatting changes and remove printf bomb code |
2001/08/29 12:51:40 | rbcollins | +29 -13 | Prevent leaving stateful helpers hung, and track the conn a given ntlm credential set is associated with |
2001/08/29 09:24:52 | kinkie | +7 -2 | Closed potential race window with timeouts. |
2001/08/22 10:43:12 | rbcollins | +7 -3 | Fix early death of NTLM helpers on rotate/reconfigure |
2001/08/21 14:36:49 | rbcollins | +3 -3 | clearer debug details |
2001/08/21 14:30:56 | rbcollins | +10 -1 | Honour the --enable-fail-open configure define |
2001/08/21 13:50:14 | rbcollins | +2 -1 | Handle BH responses that leave the user not logged in correctly |
2001/08/21 13:49:32 | rbcollins | +2 -6 | Code block reorganisation |
2001/08/21 13:34:51 | rbcollins | +5 -1 | extra sanity |
2001/08/21 13:25:57 | rbcollins | +169 -166 | code block rearrangement |
2001/08/20 13:46:41 | rbcollins | +24 -0 | paranoid debugging |
2001/08/20 11:53:04 | rbcollins | +9 -1 | With BH responses to YR resubmit the request |
2001/08/20 11:50:30 | rbcollins | +2 -3 | Fix race with SEND macros |
2001/08/14 13:31:36 | asd | +7 -7 | Fix my name/address. |
2001/08/13 23:50:30 | rbcollins | +1 -1 | higher log numbers for common occurences |
2001/08/10 14:41:43 | rbcollins | +5 -2 | minor tidyups |
2001/08/10 14:39:03 | rbcollins | +5 -4 | minor tidyups |
2001/08/10 13:35:16 | rbcollins | +2 -2 | return the pid of the created helper |
2001/08/10 12:43:20 | kinkie | +16 -1 | Added code to timeout the authentication. |
2001/08/09 10:43:29 | kinkie | +128 -138 | Fixed deadlock race in the dead-DC-revival code. |
2001/08/09 10:42:49 | kinkie | +3 -5 | Fixed deadlock race in the dead-DC-revival code. |
2001/08/09 10:41:36 | kinkie | +53 -49 | Ran through indent. |
2001/08/09 10:00:02 | rbcollins | +8 -4 | display the pid when showing stateful helper statistics |
2001/08/06 08:47:19 | rbcollins | +6 -1 | SetIpFix |
2001/08/06 08:44:17 | rbcollins | +4 -2 | Placeholder stats |
2001/08/03 12:58:35 | rbcollins | +1 -0 | attempt to fix build error on BSDi |
2001/08/02 10:52:41 | rbcollins | +7 -12 | remove helper excess debugging code |
2001/08/02 10:39:50 | rbcollins | +8 -46 | remove old debug code, remove KINKIES_407_AHCK |
2001/08/01 15:00:44 | rbcollins | +12 -3 | different solution to current race |
2001/08/01 14:38:31 | rbcollins | +1 -1 | more race fixes |
2001/08/01 14:31:54 | rbcollins | +11 -1 | consistency check on defered count |
2001/08/01 14:23:59 | rbcollins | +23 -15 | debuging, race fix and code tidyup |
2001/08/01 12:29:59 | rbcollins | +3 -3 | fix faulty logic in S_HELPER_RELEASE code |
2001/08/01 12:21:43 | rbcollins | +2 -2 | fix bugcheck for deferred helper logic |
2001/08/01 11:46:13 | rbcollins | +2 -1 | add bugcheck for deferred helper logic |
2001/08/01 11:41:05 | rbcollins | +16 -2 | extra stats for stateful helpers |
2001/08/01 10:56:28 | rbcollins | +27 -9 | fixed up the auth API to allow duplicate conn based auth checking |
2001/08/01 10:20:59 | rbcollins | +1 -5 | fix typo in NTLMHandleplaceholder |
2001/08/01 09:52:28 | rbcollins | +4 -0 | potential fix for NTLM helper race |
2001/07/31 14:13:20 | rbcollins | +195 -192 | code shifting to tidy up authenticate API and some minor ntlm code notes |
2001/07/31 13:44:43 | rbcollins | +2 -1 | bugfix on shutdown |
2001/07/31 13:34:23 | rbcollins | +2 -2 | more debugging |
2001/07/31 09:09:24 | rbcollins | +13 -7 | finalising user ip acl code |
2001/07/31 08:48:27 | rbcollins | +7 -3 | yet more debugging |
2001/07/27 14:23:49 | rbcollins | +217 -86 | working max_user_ip acl code |
2001/07/26 14:58:50 | rbcollins | +49 -40 | preparing for user_max_ip implementation |
2001/07/26 14:58:13 | rbcollins | +2 -1 | more debugging |
2001/07/26 14:36:23 | rbcollins | +82 -29 | more refactoring of auth code; addition of max_user_ip acl |
2001/07/26 14:21:56 | kinkie | +14 -0 | Readded EXTRA_DEBUG-delimited asserts. |
2001/07/26 14:03:37 | kinkie | +1 -33 | Removed some extra debug logging and asserts. |
2001/07/25 10:25:23 | rbcollins | +178 -134 | Refactor MatchProxyAuth into an authenticate component and an authorise component |
2001/07/20 13:11:16 | rbcollins | +9 -2 | more debugging code - tracking a off by one error |
2001/07/20 12:32:19 | rbcollins | +3 -3 | fix compiler warnings |
2001/07/12 21:49:58 | rbcollins | +3 -3 | Set squid 2.4 behaviour for denies due to failed authorisation |
2001/07/12 10:12:41 | rbcollins | +3 -6 | backing out previous change - incorrect fix |
2001/07/12 09:28:11 | rbcollins | +6 -3 | Allow NTLM to send 407 to already authenticated connections |
2001/07/04 12:41:13 | uid30507 | +12 -0 | Added some extra debugging for state transitions. |
2001/07/04 12:35:31 | uid29592 | +2 -1 | assert on deferred request rollover - shouldn't ever happen |
2001/06/28 13:57:00 | kinkie | +4 -2 | Added a couple of integer-size-related checks. |
2001/06/28 13:54:21 | kinkie | +3 -4 | Fixed a couple of bugs. |
2001/06/28 13:53:59 | kinkie | +6 -9 | Robustness improvements. |
2001/06/25 14:39:27 | rbcollins | +31 -2 | attempt to support cross-rotate persistent helpers |
2001/06/12 13:22:09 | kinkie | +5 -5 | Fixed nasty bug that would corrupt the user-cache hash-tables. |
2001/06/11 12:34:50 | rbcollins | +8 -6 | only copy auth_user_request when it is present |
2001/05/18 09:49:19 | rbcollins | +3 -4 | fix race with client aborted connections |
2001/05/18 01:09:28 | rbcollins | +1 -0 | assert on authentication races |
2001/05/17 23:43:55 | rbcollins | +9 -30 | Releasehelper to ReleaseServer - NTLM helper protocol V3 change |
2001/05/17 23:28:34 | rbcollins | +25 -21 | authhelper->authserver due to the NTLM helper protocol 3 changes |
2001/05/17 23:23:16 | rbcollins | +20 -19 | better code comments |
2001/05/17 23:22:33 | rbcollins | +2 -2 | less noisy debug for Validate User |
2001/05/16 08:34:42 | rbcollins | +10 -0 | work around for pipeline race with NTLM |
2001/05/09 13:11:25 | rbcollins | +1 -5 | remove scheme data test - to restrictive, and should be in a per module test |
2001/05/08 13:50:50 | rbcollins | +3 -2 | fix basic auth |
2001/05/08 12:35:02 | rbcollins | +13 -10 | fix for problems with basic auth to remote sites when ntlm is enabled |
2001/04/23 09:06:20 | rbcollins | +5 -2 | more debug tests |
2001/04/23 08:50:09 | rbcollins | +3 -3 | Paranoid value set on cbdata alloc |
2001/04/23 08:48:39 | rbcollins | +5 -2 | Paranoid value set on cbdata alloc |
2001/04/20 10:27:55 | rbcollins | +2 -2 | bugfix for reauth code |
2001/04/20 10:07:10 | rbcollins | +3 -1 | bugfix for reauth code |
2001/04/20 09:46:40 | rbcollins | +3 -1 | add consistency check to reauth code |
2001/04/20 09:43:34 | rbcollins | +9 -3 | allow previously authenticated conns to reauthenticate |
2001/04/20 09:36:18 | rbcollins | +3 -4 | allow duplicate requests to be serviced |
2001/04/20 07:29:43 | kinkie | +3 -2 | Disabled debugging by default. |
2001/04/20 07:27:10 | kinkie | +1 -1 | Changed my email address |
2001/04/19 13:54:06 | rbcollins | +2 -2 | better message for duplicate auths |
2001/04/19 13:02:43 | rbcollins | +1 -0 | force a connection drop on KINKIES_407 error-fix_header |
2001/04/19 13:01:28 | rbcollins | +2 -0 | force a connection drop on KINKIES_407 error-fix_header |
2001/04/19 12:59:33 | rbcollins | +4 -1 | force a connection drop on KINKIES_407 error-fix_header |
2001/04/19 12:31:18 | rbcollins | +2 -2 | bugfix the bughunting code\! |
2001/04/19 12:08:37 | rbcollins | +14 -3 | bugfix the bughunting code\! |
2001/04/16 08:57:19 | rbcollins | +13 -1 | Check for spurious authentication attempts on already authenticated headers |
2001/04/16 08:46:24 | rbcollins | +29 -1 | extra asserts to assist in chasing kinkie production bug |
2001/04/16 08:22:34 | rbcollins | +10 -1 | extra validation checks |
2001/04/13 10:34:50 | rbcollins | +1 -1 | fix typo |
2001/04/13 10:22:56 | rbcollins | +3 -0 | handle_reply: extra debugging line for bug tracking |
2001/03/27 08:17:45 | rbcollins | +3 -1 | bugfix: clear auth_user_request on broken connection auth |
2001/03/21 15:48:49 | kinkie | +1 -1 | Fixed typo in today's patch |
2001/03/21 09:02:46 | kinkie | +1 -1 | Fixed a fatal bug which would trigger when LD was disabled. |
2001/03/09 08:01:32 | kinkie | +13 -10 | Types and includes saneify-zation for portability purposes. |
2001/03/09 08:00:34 | kinkie | +9 -3 | Added some more debugging output. |
2001/03/09 07:59:44 | kinkie | +2 -2 | const char * -> char * in make_challenge |
2001/02/22 08:04:14 | kinkie | +0 -2 | Removed a couple of c++-style comments (portability) |
2001/02/22 08:03:22 | kinkie | +5 -94 | Indentified. |
2001/02/22 08:02:00 | kinkie | +6 -1 | Fixed compilation bug with non-GNU cpp. |
2001/02/21 09:43:46 | rbcollins | +42 -39 | fix a potential null reference |
2001/02/21 08:59:11 | rbcollins | +3 -2 | don't assert on authenticate test for invalid auth_user_requests |
2001/02/14 09:24:22 | kinkie | +12 -3 | Officialized KINKIE_407_HACK as #define to be used to report |
2001/02/12 13:05:27 | kinkie | +10 -3 | Re-fixed authenticateNTLMChangeChallenge after CVS mess |
2001/02/12 12:45:34 | rbcollins | +0 -1 | remove a erroneous abort. |
2001/02/12 11:38:44 | rbcollins | +35 -58 | fix a bad merge |
2001/02/06 11:05:41 | kinkie | +1 -1 | I need access to some internal data. |
2001/02/06 10:49:41 | kinkie | +102 -4 | Improved error handling A LOT. |
2001/02/03 20:58:57 | kinkie | +1 -1 | My name was spelled backwards. |
2001/01/30 12:07:05 | rbcollins | +24 -8 | addition of LD: return code from helpers, which allows a helper to fail open - indicating a problem with the authenticat |
2001/01/07 01:56:33 | rbcollins | +7 -27 | tidyup for merging |
2001/01/07 01:31:04 | rbcollins | +1 -0 | cbdata changes & dump function |
2001/01/03 04:46:23 | rbcollins | +82 -59 | update to support auth_param and struct split changes |
2000/12/01 00:30:47 | rbcollins | +13 -10 | fix to build on *BSD |
2000/11/30 17:25:08 | kinkie | +306 -217 | Moved low-level functions used to manipulate NTLM signature packets from |
2000/11/27 16:52:48 | kinkie | +18 -1 | Added code to retry the authentication in case of certain errors |
2000/11/17 07:28:48 | rbcollins | +1 -1 | fixed my log fix :-[ |
2000/11/17 07:20:15 | rbcollins | +1 -2 | broke access_log when merging |
2000/11/16 15:49:59 | kinkie | +48 -37 | Implemented "Ignorance is Bliss" by removing some checks. |
2000/11/16 11:51:53 | rbcollins | +2 -1 | removed a inappropriate error message |
2000/10/23 09:51:07 | rbcollins | +59 -24 | working multiplexing ntlm auth code |
2000/10/23 07:26:57 | rbcollins | +65 -13 | local queues for stateful helpers to allow multiplxed requests |
2000/10/22 11:57:22 | rbcollins | +502 -402 | indented the source. |
2000/10/22 07:44:31 | rbcollins | +20 -59 | doh doh doh. Checked in experimental code not related to NTLM in previous commit. |
2000/10/22 07:36:54 | rbcollins | +42 -18 | minor tidyup |
2000/10/19 21:57:52 | rbcollins | +7 -7 | fix for dropping permissions after a acl deny |
2000/10/18 04:26:30 | hno | +1 -2 | Removed a old no longer used variable |
2000/10/15 06:06:37 | rbcollins | +137 -58 | Fixed some nasty bugs. helpers are no longer referenced after authentication completes. No more stuck helpers! experimen |
2000/10/13 12:45:35 | rbcollins | +198 -29 | tidy up of #defines to compile with uncommon combinations |
2000/10/12 14:04:45 | rbcollins | +25 -45 | slightly cleaner hashing code |
2000/10/10 17:00:58 | kinkie | +102 -44 | Fixed DC load-balancing (it could infinite-loop due to a typo) |
2000/10/10 16:53:56 | kinkie | +13 -4 | Moved the struct dc definition here, and added a status flag. |
2000/10/10 16:49:46 | kinkie | +12 -0 | Added is_dc_ok, meant to check whether a domain controller is alive. |
2000/10/10 10:12:33 | kinkie | +314 -148 | Added cache expiration, challenge hash renewal, PDC disconnect for |
2000/10/10 10:08:18 | kinkie | +61 -25 | Added support for multiple domain controllers, disconnection, reconnection. |
2000/10/09 22:33:45 | rbcollins | +36 -8 | found a oversight in authenticate's helper code. Fixes SEGV on shutdown |
2000/10/09 22:15:58 | rbcollins | +1 -3 | removed reference to SpawnServers - part of experimental code |
2000/09/19 23:10:28 | rbcollins | +8 -3 | couple of bugfixes: wrong helper type in a Stateful routine, acl.c not compiling wihtout basic auth enabled. |
2000/08/23 14:09:51 | kinkie | +6 -6 | Changed some settings to production-level. |
2000/08/18 15:03:16 | kinkie | +80 -7 | Moved from ctime to atime in cache management. |
2000/08/18 15:01:12 | kinkie | +31 -3 | Added configuration #defines. |
2000/08/18 14:59:23 | kinkie | +11 -21 | Removed a bit of cruft |
2000/08/17 15:21:07 | kinkie | +102 -4 | Removed leftover code |
2000/08/17 15:18:44 | kinkie | +23 -41 | Removed leftover code |
2000/08/17 15:14:59 | kinkie | +15 -171 | Removed leftover code |
2000/08/11 14:11:08 | rbcollins | +5 -2 | more debugging |
2000/08/11 14:00:56 | rbcollins | +3 -2 | extra debugging on failed authenticate NTLM requests. |
2000/08/11 14:00:19 | kinkie | +1 -0 | Added a compile-time option to allow reusing over and over the same challenge. |
2000/08/11 13:57:49 | kinkie | +50 -31 | #ifdef-d out a lot of ntlmssp* code, it's not used anymore. |
2000/08/10 15:09:25 | kinkie | +12 -1 | Reimplemented SMB_Get_My_Name, looks saner and seems to work. |
2000/08/10 15:08:28 | kinkie | +2 -1 | Included PID in debugging output. |
2000/08/10 15:08:04 | kinkie | +9 -1 | Force disconnection after issuing results, not just before issuing |
2000/08/10 12:39:17 | rbcollins | +4 -5 | fixed a type in helper.c |
2000/08/10 11:54:57 | kinkie | +7 -7 | Changed the API. The Domain used in SMB_Logon must now be specified. |
2000/08/10 11:53:55 | kinkie | +43 -30 | Moved everything the "fast path": instead of trying to decode everything we |
2000/08/10 11:51:38 | kinkie | +4 -2 | Macro-ized a few ops. |
2000/08/10 11:48:20 | kinkie | +78 -26 | Now it can log onto multiple domains as long as they are trusted |
2000/08/10 10:51:09 | rbcollins | +59 -3 | cache mgr stats for ntlmauthenticator are now active. |
2000/08/10 10:06:47 | rbcollins | +73 -38 | removed all the original NTLM #defines as part of a overall cleanup. #defines moved to enums to ensure no cracks in the |
2000/08/08 15:30:15 | kinkie | +53 -11 | Added command-line arguments support. |
2000/08/08 15:22:20 | kinkie | +15 -9 | Policy change: we reconnect to the DC every time we get a challenge. |
2000/08/08 13:21:12 | kinkie | +22 -0 | Added ward against double-inclusion. |
2000/08/08 13:20:40 | kinkie | +7 -29 | Removed state management code. |
2000/08/08 13:19:08 | kinkie | +34 -20 | Microsoft seems to think that a challenge can be at most 300 bytes... it's |
2000/08/08 13:16:56 | kinkie | +102 -73 | Added some prototypes so the compiler will stop complaining. |
2000/08/08 12:43:13 | rbcollins | +11 -3 | Fixed a error when both NTLM and Basic are compiled in. Added a option for RFC2616 compliant error header ordering. |
2000/08/06 01:17:36 | rbcollins | +187 -81 | general code cleanup. Further partitioning of BASIC and NTLM code. Debugging code on NTLMSSP auth module |
2000/08/04 08:11:30 | rbcollins | +1 -1 | We were resetting the server side connection before authentication |
2000/08/04 00:15:24 | rbcollins | +9 -1 | handle ERR's on the negotiate struct |
2000/08/03 23:42:15 | rbcollins | +1 -2 | fixed a segfault in the library code |
2000/08/03 23:39:26 | rbcollins | +3 -5 | Tidied up dependencies some more |
2000/08/03 23:06:30 | rbcollins | +8 -4 | Fixed a dependency in Makefile; working on bounds checking the library |
2000/08/03 22:32:32 | rbcollins | +1 -1 | fixed a typo |
2000/08/03 22:24:34 | rbcollins | +1 -1 | syncing squid and stateful helpers |
2000/08/03 22:23:17 | rbcollins | +2 -2 | syncing stateful helper with squid. |
2000/08/03 13:20:01 | rbcollins | +8 -2 | Configure now picks up sub-dirs for ntlm_auth_modules automatically. |
2000/08/03 12:53:57 | rbcollins | +80 -0 | Makefile for no_check |
2000/08/03 12:46:24 | kinkie | +5010 -0 | Third-party library, mostly extracted from Samba, with a few minor changes. |
2000/08/03 12:41:29 | kinkie | +628 -0 | First version, almost-working-but-not-quite-there, of the NTLM/NTLMSSP |
2000/08/03 11:47:59 | kinkie | +216 -0 | Dummy NTLM authentication module. |
2000/08/02 14:23:35 | asd | +100 -100 | - Append e-mail address to my name. |
2000/08/02 14:20:40 | rbcollins | +489 -0 | "Fake" ntlm auth helper, will return ok for any username. |
2000/08/02 14:16:18 | rbcollins | +0 -100 | squid no longer needs ntlm.h |
2000/08/02 14:13:10 | rbcollins | +1065 -413 | major rework of NTLM auth process. key points: |
2000/07/31 21:57:53 | hno | +2 -6 | Oops.. there was a minor merge conflict... |
2000/07/20 09:11:56 | kinkie | +31 -14 | Modified NTLM so that now at least it manages to handle the |
2000/07/16 00:34:00 | hno | +5 -7 | merged changes from devel |
2000/06/09 20:35:19 | hno | +2 -2 | Authentication on accelerated requests also needs to know the current |
2000/06/09 20:34:31 | hno | +17 -7 | Generate correct ???-Authenticate header(s) when it is not known what |
2000/06/09 19:33:32 | hno | +6 -2 | Some minor fixes from Tony Gale <gale at syntax.dera.gov.uk> to make |
2000/05/03 19:43:20 | hno | +3 -3 | Syncronized with devel |
2000/05/03 19:18:10 | hno | +13857 -6077 | Syncronized with devel |
2000/05/03 11:31:20 | asd | +0 -6330 | Nuke these. |
2000/05/03 11:22:56 | asd | +132 -93 | I'm commiting what I have, since I'm changing jobs RSN. |
2000/04/17 14:37:38 | asd | +641 -0 | This was missing. |
2000/04/17 14:36:46 | asd | +28 -3 | GPL boilerplate. <shudder>. :) |
2000/04/17 13:45:13 | asd | +8 -4 | - Add authentication states (none/challenge/done). |
2000/04/17 13:42:06 | asd | +3 -2 | Update description of authenticate_ntlm_domain. |
2000/04/17 13:38:38 | asd | +5689 -0 | Regen. |
2000/04/17 00:13:07 | hno | +1986 -9173 | Updated to latest Squid.DEVEL sources |
2000/04/15 13:27:06 | asd | +19 -3 | Add hooks for --enable-ntlm-authentication. |
2000/04/15 11:54:27 | asd | +6 -14 | - Nuke ConnStateData::persistent. It doesn't do anything right now. |
2000/04/15 10:52:16 | asd | +2 -2 | Make this compile. |
2000/04/15 10:46:29 | asd | +2 -3 | Fix pasto. A nit, but should be fixed in other branches too. |
2000/04/15 00:54:48 | hno | +2 -2 | One more fix to the eating of "aborted" requests. That part actually seems |
2000/04/15 00:45:02 | hno | +7 -5 | Fixed the code eating the request entity on "aborted" requests on persistent |
2000/04/15 00:06:29 | hno | +2 -3 | Fixed some patch merge errors |
2000/04/14 23:43:29 | hno | +1 -2 | pump.c is deleted.. no use linking it into the binary then. |
2000/04/14 23:37:41 | hno | +2 -1 | Made authenticate_ntlm_domain conditional on USE_NTLM. |
2000/04/14 23:09:53 | hno | +348 -647 | Merged my old squid-1.2.beta23.request_body_processing.patch to have a saner |
2000/02/13 20:59:15 | asd | +75 -0 | - Move ntlm.h into "include" subdir. |
2000/02/13 20:58:24 | asd | +0 -72 | Move ntlm.h into "include" subdir. |
2000/02/12 00:42:52 | asd | +1 -38 | Dispense with the NTLM_WORKAROUND crud. While it may make things "work", it |
2000/02/05 20:14:18 | hno | +522 -31 | Imported NTLM proxy_auth patch from Andy Doran |
2000/02/05 19:38:58 | hno | +2 -2 | Added -ntlm to the version tag |