lp://staging/~yadi/squid/bug4242_s35
- Get this branch:
- bzr branch lp://staging/~yadi/squid/bug4242_s35
Branch merges
Branch information
Recent revisions
- 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 fakeAConnectReq
uest() 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 - 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 insmbclient //domain_
controller/ NETLOGON -d 0 -E -W windows_domain -c "get
proxyauth -" -U herrmann%mysecurepasswor d 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