squid icon indicating copy to clipboard operation
squid copied to clipboard

Squid Web Proxy Cache

Results 167 squid issues
Sort by recently updated
recently updated
newest added

Feature parity with OpenSSL in terms of loading and validating a chain of X.509 intermediary certificates from a PEM file during configuration, and delivery of the resulting chain on TLS...

S-waiting-for-author
feature

* Allow passing astyle program name via ASTYLE environment variable. * By default, use "astyle-3.1" if present or "astyle" otherwise. * Add an option to format changed source files only....

S-waiting-for-reviewer

Initially just received packets which pass basic validity and origin filters. cache.log output looks like: ``` ... icpHandleUdp: ICP Client remote=127.0.0.1:35844 FD 15 ... icpHandleUdp: ICP Client REQUEST: --------- ICP_QUERY...

S-waiting-for-author
feature
M-ignored-by-merge-bots

Here, the two listening port configurations are in conflict when they specify the same listening IP:port address.

Make all exceptions during config file parsing be handled within parseConfigFile(). Behaviour design: * see wiki /SquidFaq/SquidLogs#Squid_Error_Messages for detail of log output messages. In regards to config specifically: - WARNING...

S-waiting-for-author

... and clean up the TTL / expiry information for all authentication schemes behind an API of Auth::User. Fixes a small bug where Basic auth credentials could be expired one...

S-waiting-for-author
feature

Moving the part in separated compat implementation (also couple of other OS support cpu affinity, e.g. NetBSD, with different APIs). Most of CPU_* macros are compatible minus CPU_AND.

S-waiting-for-author
feature
M-ignored-by-merge-bots

Removing use of custom dlink_list type.

M-ignored-by-merge-bots

Replace the deprecated dlink_list holding proxy_auth results with a ClpMap. Limit memory usage to 1KB per username. dlink was allowing unlimited ACL results. With ClpMap only ~16 ACLs results are...

S-waiting-for-author
M-ignored-by-merge-bots