lp://staging/~yadi/squid/bug4242_s35

Created by Amos Jeffries and last modified
Get this branch:
bzr branch lp://staging/~yadi/squid/bug4242_s35
Only Amos Jeffries can upload to this branch. If you are Amos Jeffries please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Amos Jeffries
Project:
Squid
Status:
Development

Recent revisions

13885. By Pavel Timofeev

Clang-3.6 fixes in eCAP adaptation

13884. By Amos Jeffries

Boilerplate: update ignored files

13883. By Amos Jeffries

Boilerplate: add Foundation details to rfcnb and smblib documentation files

We had hoped to be removing this old library code by now. But it appears
that there is no alternative and users are still requesting the helpers
that depend on them.

13882. By Amos Jeffries

Cleanup: de-duplicate fake-CONNECT code

Over the course of the peek-n-splice development and followup patches
the code generating fake CONNECT requests to tunnel various intercepted
traffic has been copy-n-pasted several times.

Add a new method fakeAConnectRequest() that takes a debug reason and
SBuf containing any payload to preserve from the original I/O buffer.

13881. By Amos Jeffries

Use automake subdir-objects feature

The auto* toolchain warns that automake future versions will be enabling
subdir-objects mechanism by default.

Some unit tests were moved into per-library subdirs with the plan of
keeping all convenience library code together. However the current
layout state of Squid means that most still require some objects in other
libraries or at the top level. This does not build happily with the
auto-tools subdir-objects feature. In particular the distclean target has
a tendency to erase objects twice and die on the second attempt.

Temporarily undo that SourceLayout shuffing in order to be more
compatible with automake 1.1n versions.

Now that there are no longer cross-directory collisions in the built
binaries or libraries we can enable subdir-objects from ./configure
instead of on a per-Makefile basis

13880. By Amos Jeffries

3.5.7

13879. By Alex Wu <email address hidden>

Bug 4293: wrong SNI sent to server after URL-rewrite

13878. By Amos Jeffries

Add ENABLE_POD2MAN_DOC automake conditional for pod2man builds

13877. By Unknown - Debian Project

basic_smb_auth: rejecting valid credentials

basic_smb_auth.sh delivers the credentials via environment in
a form "$USER%$PASSWORD", which is not expected from smbclient. This seem to
result from an obsolete or inferior documentation of smbclient. While it is
perfectly valid to deliver the credentials in this form via commandline
parameter -U, for example in

  smbclient //domain_controller/NETLOGON -d 0 -E -W windows_domain -c "get
  proxyauth -" -U herrmann%mysecurepassword 2>/dev/null

this form is not valid, when the credentials will be delivered via environment.

Via environment the credentials must be delivered in two separate variables
  USER=$USER%
  PASSWD=$PASSWORD.

13876. By Jeff Licquia <email address hidden>

basic_smb_auth: doesn't handle passwords with backslashes

 From; Jeff Licquia <email address hidden>
 Subject; squid: SMB auth proxy has problems with some passwords
 Date; Tue, 18 Jul 2000 12:45:01 -0500 (CDT)

The SMB authenticator doesn't handle passwords with backslashes in them
correctly. The fix appears to be easy; just put a -r in the "read SMBPASS"
line in smb_auth.sh.

Branch metadata

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

Subscribers