lp:~joelpelaez/squid/win32

Created by Joel Peláez Jorge and last modified
Get this branch:
bzr branch lp:~joelpelaez/squid/win32
Only Joel Peláez Jorge can upload to this branch. If you are Joel Peláez Jorge please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joel Peláez Jorge
Project:
Squid
Status:
Development

Recent revisions

13425. By Joel Peláez Jorge

Update to master branch

13424. By Joel Peláez Jorge

Windows: Prepare code for MinGW port

13423. By Amos Jeffries

Cleanup: de-duplicate handling of auth_param 'children'

13422. By Amos Jeffries

Docs: HTTP 308 status is now RFC 7238

13421. By Amos Jeffries

Bug 4056: assertion MemPools[type] from netdbExchangeStart()

13420. By Amos Jeffries

Cleanup: document and rename Auth::UserRequest::module_start to startHelperLookup

13419. By Amos Jeffries

Cleanup: drop Auth::User::proxy_auth_list header cache

This list/cache was originally used to short-circuit auth helper lookups
based on previousy seen [Proxy-]Authorization header strings.
However, that permitted replay attacks in most auth schemes and has been
replaced by scheme-specific mechanisms:

* Basic and Digest credentials are cached in the global user name cache
  wih additional nonce/password comparisons to verify located entries.

* NTLM and Negotiate credentials are cached in the ConnStateData with
  exact-match comparison done to verify tokens.

13418. By Amos Jeffries

Docs: mention -k restart in command line usage

13417. By Christos Tsantilas

"ssl_bump none" mode crashes squid

After r13324 patch the SBuf argument of the ConnStateData::handleReadData member
is used only to check if ConnStateData::In::buf is correctly filled with read
data. ConnStateData::handleReadData considers that the data already written
in ConnStateData::in.buf and checks if the passed Sbuf argument is the
ConnStateData::in.buf:

bool ConnStateData::handleReadData(SBuf *buf)
{
   assert(buf == &in.buf);
   .....

The httpsSslBumpAccessCheckDone function needs to write the CONNECT request
generated internally to force tunnel mode, in ConnStateData::In::buf and then
call ConnStateData::handleReadData method.

13416. By Mike Mitchell <email address hidden>

Bug 4065: round-robin neighbor selection with unequal weights

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~squid/squid/trunk
This branch contains Public information 
Everyone can see this information.