diff -u -r -N squid-3.5.0.4/acinclude/ax_cxx_0x_types.m4 squid-3.5.1/acinclude/ax_cxx_0x_types.m4
--- squid-3.5.0.4/acinclude/ax_cxx_0x_types.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/ax_cxx_0x_types.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/ax_cxx_compile_stdcxx_11.m4 squid-3.5.1/acinclude/ax_cxx_compile_stdcxx_11.m4
--- squid-3.5.0.4/acinclude/ax_cxx_compile_stdcxx_11.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/ax_cxx_compile_stdcxx_11.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/ax_with_prog.m4 squid-3.5.1/acinclude/ax_with_prog.m4
--- squid-3.5.0.4/acinclude/ax_with_prog.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/ax_with_prog.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/compiler-flags.m4 squid-3.5.1/acinclude/compiler-flags.m4
--- squid-3.5.0.4/acinclude/compiler-flags.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/compiler-flags.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -41,15 +41,14 @@
     SAVED_FLAGS="$CFLAGS"
     SAVED_CXXFLAGS="$CXXFLAGS"
     AC_COMPILE_IFELSE([AC_LANG_PROGRAM($3,$4)],[$1=no],[],[$1=no])
-    if test "$1" != "no" ; then
-      CFLAGS="$CXXFLAGS $2"
+    if test "x$1" != "xno" ; then
+      CFLAGS="$CFLAGS $2"
       CXXFLAGS="$CXXFLAGS $2"
       AC_COMPILE_IFELSE([AC_LANG_PROGRAM($3,$4)],[$1=yes],[$1=no],[$1=no])
     fi
     CFLAGS="$SAVED_CFLAGS"
     CXXFLAGS="$SAVED_CXXFLAGS"
   }])
-  AC_MSG_RESULT([$1])
 ])
 
 # detect what kind of compiler we're using, either by using hints from
diff -u -r -N squid-3.5.0.4/acinclude/init.m4 squid-3.5.1/acinclude/init.m4
--- squid-3.5.0.4/acinclude/init.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/init.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/krb5.m4 squid-3.5.1/acinclude/krb5.m4
--- squid-3.5.0.4/acinclude/krb5.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/krb5.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/lib-checks.m4 squid-3.5.1/acinclude/lib-checks.m4
--- squid-3.5.0.4/acinclude/lib-checks.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/lib-checks.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/os-deps.m4 squid-3.5.1/acinclude/os-deps.m4
--- squid-3.5.0.4/acinclude/os-deps.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/os-deps.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -881,3 +881,86 @@
   AC_DEFINE_UNQUOTED(RECV_ARG_TYPE,$squid_cv_recv_second_arg_type,
     [Base type of the second argument to recv(2)])
 ])
+
+
+dnl check whether Solaris has broken IPFilter headers (Solaris 10 at least does)
+AC_DEFUN([SQUID_CHECK_BROKEN_SOLARIS_IPFILTER],[
+  if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then
+    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+#     include <sys/types.h>
+#     include <sys/ioccom.h>
+#     include <netinet/in.h>
+
+#     include <netinet/ip_compat.h>
+#     include <netinet/ip_fil.h>
+#     include <netinet/ip_nat.h>
+    ]])],[
+      AC_MSG_RESULT(no)
+      squid_cv_broken_ipfilter_minor_t=0
+    ],[
+      ## on fail, test the hack
+      AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+#define minor_t fubaar
+#       include <sys/types.h>
+#       include <sys/ioccom.h>
+#       include <netinet/in.h>
+#undef minor_t
+#       include <netinet/ip_compat.h>
+#       include <netinet/ip_fil.h>
+#       include <netinet/ip_nat.h>
+      ]])],[
+        AC_MSG_RESULT(yes)
+        squid_cv_broken_ipfilter_minor_t=1
+      ],[
+        AC_MSG_RESULT(unable to make IPFilter work with netinet/ headers)
+      ])
+    ])
+  fi
+
+  AC_DEFINE_UNQUOTED(USE_SOLARIS_IPFILTER_MINOR_T_HACK,$squid_cv_broken_ipfilter_minor_t,
+    [Workaround IPFilter minor_t breakage])
+
+## check for IPFilter headers that require this hack
+## (but first netinet/in.h and sys/ioccom.h which they depend on)
+  AC_CHECK_HEADERS( \
+	netinet/in.h \
+	sys/ioccom.h \
+	ip_compat.h \
+	ip_fil_compat.h \
+	ip_fil.h \
+	ip_nat.h \
+	netinet/ip_compat.h \
+	netinet/ip_fil_compat.h \
+	netinet/ip_fil.h \
+	netinet/ip_nat.h \
+  ,,,[
+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK
+#define minor_t fubar
+#endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_IOCCOM_H
+#include <sys/ioccom.h>
+#endif
+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK
+#undef minor_t
+#endif
+#if HAVE_IP_COMPAT_H
+#include <ip_compat.h>
+#elif HAVE_NETINET_IP_COMPAT_H
+#include <netinet/ip_compat.h>
+#endif
+#if HAVE_IP_FIL_H
+#include <ip_fil.h>
+#elif HAVE_NETINET_IP_FIL_H
+#include <netinet/ip_fil.h>
+#endif
+#if !defined(IPFILTER_VERSION)
+#define IPFILTER_VERSION        5000004
+#endif
+  ])
+])
diff -u -r -N squid-3.5.0.4/acinclude/pam.m4 squid-3.5.1/acinclude/pam.m4
--- squid-3.5.0.4/acinclude/pam.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/pam.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/pkg.m4 squid-3.5.1/acinclude/pkg.m4
--- squid-3.5.0.4/acinclude/pkg.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/pkg.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/acinclude/squid-util.m4 squid-3.5.1/acinclude/squid-util.m4
--- squid-3.5.0.4/acinclude/squid-util.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/acinclude/squid-util.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/bootstrap.sh squid-3.5.1/bootstrap.sh
--- squid-3.5.0.4/bootstrap.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/bootstrap.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/ChangeLog squid-3.5.1/ChangeLog
--- squid-3.5.0.4/ChangeLog	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/ChangeLog	2015-01-13 04:52:01.000000000 -0800
@@ -1,3 +1,12 @@
+Changes to squid-3.5.1 (13 Jan 2015):
+
+	- Fix handling of invalid SSL server certificates when splicing connections
+	- basic_smb_lm_auth: Simplified MSNT basic auth helper
+	- squidclient: Fix -A and -P options
+	- ... and several portability fixes
+	- ... and all fixes from squid 3.4.11
+	- ... and a lot of documentation updates
+
 Changes to squid-3.5.0.4 (21 Dec 2014):
 
 	- Bug 3826: pt 2: Provide a systemd .service file for Squid
@@ -91,6 +100,17 @@
 	- ... and many error page translation updates
 	- ... and much code cleanup and polishing
 
+Changes to squid-3.4.11 (13 Jan 2015):
+
+	- Bug 4164: SEGFAULT when %W formating code used in errorpages
+	- Bug 4057: Avoid on-exit crashes when adaptation is enabled.
+	- Bug 3760: squidclient ignores --disable-ipv6
+	- Bug 3754: configure doesnt detect IPFilter 5.1.2 system headers
+	- Bug 3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
+	- cachemgr.cgi: memory leak in request parser
+	- Deleting first fs left psstate->servers pointing to uninitialized memory
+	- ... and some build issues
+
 Changes to squid-3.4.10 (09 Dec 2014):
 
 	- Bug 4148: external_acl_type header format does not accept the new libformat syntax
diff -u -r -N squid-3.5.0.4/compat/assert.cc squid-3.5.1/compat/assert.cc
--- squid-3.5.0.4/compat/assert.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/assert.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/assert.h squid-3.5.1/compat/assert.h
--- squid-3.5.0.4/compat/assert.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/assert.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/cmsg.h squid-3.5.1/compat/cmsg.h
--- squid-3.5.0.4/compat/cmsg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/cmsg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/compat.cc squid-3.5.1/compat/compat.cc
--- squid-3.5.0.4/compat/compat.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/compat.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/compat.h squid-3.5.1/compat/compat.h
--- squid-3.5.0.4/compat/compat.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/compat.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -42,6 +42,17 @@
 #endif
 #endif
 
+/* Solaris 10 has a broken definition for minor_t in IPFilter compat.
+ * We must pre-define before doing anything with OS headers so the OS
+ * do not. Then un-define it before using the IPFilter *_compat.h headers.
+ */
+#if IPF_TRANSPARENT && USE_SOLARIS_IPFILTER_MINOR_T_HACK
+/* But we only need do this nasty thing for src/ip/Intercept.cc */
+#if BUILDING_SQUID_IP_INTERCEPT_CC
+#define minor_t solaris_minor_t_fubar
+#endif
+#endif
+
 /*****************************************************/
 /* FDSETSIZE is messy and needs to be done before    */
 /* sys/types.h are defined.                          */
@@ -87,6 +98,10 @@
 
 #include "compat/assert.h"
 #include "compat/compat_shared.h"
+#include "compat/getaddrinfo.h"
+#include "compat/getnameinfo.h"
+#include "compat/inet_ntop.h"
+#include "compat/inet_pton.h"
 #include "compat/stdvarargs.h"
 
 /* cstdio has a bunch of problems with 64-bit definitions */
diff -u -r -N squid-3.5.0.4/compat/compat_shared.h squid-3.5.1/compat/compat_shared.h
--- squid-3.5.0.4/compat/compat_shared.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/compat_shared.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/cppunit.h squid-3.5.1/compat/cppunit.h
--- squid-3.5.0.4/compat/cppunit.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/cppunit.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/cpu.h squid-3.5.1/compat/cpu.h
--- squid-3.5.0.4/compat/cpu.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/cpu.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/debug.cc squid-3.5.1/compat/debug.cc
--- squid-3.5.0.4/compat/debug.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/debug.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/debug.h squid-3.5.1/compat/debug.h
--- squid-3.5.0.4/compat/debug.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/debug.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/drand48.c squid-3.5.1/compat/drand48.c
--- squid-3.5.0.4/compat/drand48.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/drand48.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/drand48.h squid-3.5.1/compat/drand48.h
--- squid-3.5.0.4/compat/drand48.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/drand48.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/eui64_aton.c squid-3.5.1/compat/eui64_aton.c
--- squid-3.5.0.4/compat/eui64_aton.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/eui64_aton.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/eui64_aton.h squid-3.5.1/compat/eui64_aton.h
--- squid-3.5.0.4/compat/eui64_aton.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/eui64_aton.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/fdsetsize.h squid-3.5.1/compat/fdsetsize.h
--- squid-3.5.0.4/compat/fdsetsize.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/fdsetsize.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/getaddrinfo.c squid-3.5.1/compat/getaddrinfo.c
--- squid-3.5.0.4/compat/getaddrinfo.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/getaddrinfo.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,336 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the fetchmail public sources
- *  for use by the Squid Project under GNU Public License.
- *
- * Update/Maintenance History:
- *
- *    15-Aug-2007 : Copied from fetchmail 6.3.8
- *          - added protection around libray headers
- *
- *    16-Aug-2007 : Altered configure checks
- *                  Un-hacked slightly to use system gethostbyname()
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *  Original License and code follows.
- */
-#include "squid.h"
-
-/*
- *  This file is part of libESMTP, a library for submission of RFC 2822
- *  formatted electronic mail messages using the SMTP protocol described
- *  in RFC 2821.
- *
- *  Copyright (C) 2001,2002  Brian Stafford  <brian@stafford.uklinux.net>
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public
- *  License as published by the Free Software Foundation; either
- *  version 2.1 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this library; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-/* An emulation of the RFC 2553 / Posix getaddrinfo resolver interface.
- */
-
-#if !HAVE_GETADDRINFO
-
-/* Need to turn off Posix features in glibc to build this */
-#undef _POSIX_C_SOURCE
-#undef _XOPEN_SOURCE
-
-#include "compat/getaddrinfo.h"
-#include "compat/inet_pton.h"
-
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_CTYPE_H
-#include <ctype.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-
-static struct addrinfo *
-dup_addrinfo (struct addrinfo *info, void *addr, size_t addrlen) {
-    struct addrinfo *ret;
-
-    ret = malloc (sizeof (struct addrinfo));
-    if (ret == NULL)
-        return NULL;
-    memcpy (ret, info, sizeof (struct addrinfo));
-    ret->ai_addr = malloc (addrlen);
-    if (ret->ai_addr == NULL) {
-        free (ret);
-        return NULL;
-    }
-    memcpy (ret->ai_addr, addr, addrlen);
-    ret->ai_addrlen = addrlen;
-    return ret;
-}
-
-int
-xgetaddrinfo (const char *nodename, const char *servname,
-              const struct addrinfo *hints, struct addrinfo **res)
-{
-    struct hostent *hp;
-    struct servent *servent;
-    const char *socktype;
-    int port;
-    struct addrinfo hint, result;
-    struct addrinfo *ai, *sai, *eai;
-    char **addrs;
-
-    if (servname == NULL && nodename == NULL)
-        return EAI_NONAME;
-
-    memset (&result, 0, sizeof result);
-
-    /* default for hints */
-    if (hints == NULL) {
-        memset (&hint, 0, sizeof hint);
-        hint.ai_family = PF_UNSPEC;
-        hints = &hint;
-    }
-
-    if (servname == NULL)
-        port = 0;
-    else {
-        /* check for tcp or udp sockets only */
-        if (hints->ai_socktype == SOCK_STREAM)
-            socktype = "tcp";
-        else if (hints->ai_socktype == SOCK_DGRAM)
-            socktype = "udp";
-        else
-            return EAI_SERVICE;
-        result.ai_socktype = hints->ai_socktype;
-
-        /* Note: maintain port in host byte order to make debugging easier */
-        if (isdigit (*servname))
-            port = strtol (servname, NULL, 10);
-        else if ((servent = getservbyname (servname, socktype)) != NULL)
-            port = ntohs (servent->s_port);
-        else
-            return EAI_NONAME;
-    }
-
-    /* if nodename == NULL refer to the local host for a client or any
-       for a server */
-    if (nodename == NULL) {
-        struct sockaddr_in sin;
-
-        /* check protocol family is PF_UNSPEC or PF_INET - could try harder
-           for IPv6 but that's more code than I'm prepared to write */
-        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
-            result.ai_family = AF_INET;
-        else
-            return EAI_FAMILY;
-
-        sin.sin_family = result.ai_family;
-        sin.sin_port = htons (port);
-        if (hints->ai_flags & AI_PASSIVE)
-            sin.sin_addr.s_addr = htonl (INADDR_ANY);
-        else
-            sin.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
-        /* Duplicate result and addr and return */
-        *res = dup_addrinfo (&result, &sin, sizeof sin);
-        return (*res == NULL) ? EAI_MEMORY : 0;
-    }
-
-    /* If AI_NUMERIC is specified, use inet_pton to translate numbers and
-       dots notation. */
-    if (hints->ai_flags & AI_NUMERICHOST) {
-        struct sockaddr_in sin;
-
-        /* check protocol family is PF_UNSPEC or PF_INET */
-        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
-            result.ai_family = AF_INET;
-        else
-            return EAI_FAMILY;
-
-        sin.sin_family = result.ai_family;
-        sin.sin_port = htons (port);
-        if (inet_pton(result.ai_family, nodename, &sin.sin_addr))
-            return EAI_NONAME;
-        sin.sin_addr.s_addr = inet_addr (nodename);
-        /* Duplicate result and addr and return */
-        *res = dup_addrinfo (&result, &sin, sizeof sin);
-        return (*res == NULL) ? EAI_MEMORY : 0;
-    }
-
-#if HAVE_H_ERRNO
-    h_errno = 0;
-#endif
-    errno = 0;
-    hp = gethostbyname(nodename);
-    if (hp == NULL) {
-#ifdef EAI_SYSTEM
-        if (errno != 0) {
-            return EAI_SYSTEM;
-        }
-#endif
-        switch (h_errno) {
-        case HOST_NOT_FOUND:
-            return EAI_NODATA;
-        case NO_DATA:
-            return EAI_NODATA;
-#if defined(NO_ADDRESS) && NO_ADDRESS != NO_DATA
-        case NO_ADDRESS:
-            return EAI_NODATA;
-#endif
-        case NO_RECOVERY:
-            return EAI_FAIL;
-        case TRY_AGAIN:
-            return EAI_AGAIN;
-        default:
-            return EAI_FAIL;
-        }
-        return EAI_FAIL;
-    }
-
-    /* Check that the address family is acceptable.
-     */
-    switch (hp->h_addrtype) {
-    case AF_INET:
-        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET))
-            return EAI_FAMILY;
-        break;
-    case AF_INET6:
-        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET6))
-            return EAI_FAMILY;
-        break;
-    default:
-        return EAI_FAMILY;
-    }
-
-    /* For each element pointed to by hp, create an element in the
-       result linked list. */
-    sai = eai = NULL;
-    for (addrs = hp->h_addr_list; *addrs != NULL; addrs++) {
-        struct sockaddr sa;
-        size_t addrlen;
-
-        if (hp->h_length < 1)
-            continue;
-        sa.sa_family = hp->h_addrtype;
-        switch (hp->h_addrtype) {
-        case AF_INET:
-            ((struct sockaddr_in *) &sa)->sin_port = htons (port);
-            memcpy (&((struct sockaddr_in *) &sa)->sin_addr,
-                    *addrs, hp->h_length);
-            addrlen = sizeof (struct sockaddr_in);
-            break;
-        case AF_INET6:
-#if SIN6_LEN
-            ((struct sockaddr_in6 *) &sa)->sin6_len = hp->h_length;
-#endif
-            ((struct sockaddr_in6 *) &sa)->sin6_port = htons (port);
-            memcpy (&((struct sockaddr_in6 *) &sa)->sin6_addr,
-                    *addrs, hp->h_length);
-            addrlen = sizeof (struct sockaddr_in6);
-            break;
-        default:
-            continue;
-        }
-
-        result.ai_family = hp->h_addrtype;
-        ai = dup_addrinfo (&result, &sa, addrlen);
-        if (ai == NULL) {
-            xfreeaddrinfo (sai);
-            return EAI_MEMORY;
-        }
-        if (sai == NULL)
-            sai = ai;
-        else
-            eai->ai_next = ai;
-        eai = ai;
-    }
-
-    if (sai == NULL) {
-        return EAI_NODATA;
-    }
-
-    if (hints->ai_flags & AI_CANONNAME) {
-        sai->ai_canonname = malloc (strlen (hp->h_name) + 1);
-        if (sai->ai_canonname == NULL) {
-            xfreeaddrinfo (sai);
-            return EAI_MEMORY;
-        }
-        strcpy (sai->ai_canonname, hp->h_name);
-    }
-
-    *res = sai;
-    return 0;
-}
-
-void
-xfreeaddrinfo (struct addrinfo *ai)
-{
-    struct addrinfo *next;
-
-    while (ai != NULL) {
-        next = ai->ai_next;
-        if (ai->ai_canonname != NULL)
-            free (ai->ai_canonname);
-        if (ai->ai_addr != NULL)
-            free (ai->ai_addr);
-        free (ai);
-        ai = next;
-    }
-}
-
-const char *
-xgai_strerror (int ecode)
-{
-    static const char *eai_descr[] = {
-        "no error",
-        "address family for nodename not supported",    /* EAI_ADDRFAMILY */
-        "temporary failure in name resolution",     /* EAI_AGAIN */
-        "invalid value for ai_flags",           /* EAI_BADFLAGS */
-        "non-recoverable failure in name resolution",   /* EAI_FAIL */
-        "ai_family not supported",          /* EAI_FAMILY */
-        "memory allocation failure",            /* EAI_MEMORY */
-        "no address associated with nodename",      /* EAI_NODATA */
-        "nodename nor servname provided, or not known", /* EAI_NONAME */
-        "servname not supported for ai_socktype",       /* EAI_SERVICE */
-        "ai_socktype not supported",            /* EAI_SOCKTYPE */
-        "system error returned in errno",           /* EAI_SYSTEM */
-        "argument buffer overflow",         /* EAI_OVERFLOW */
-    };
-
-    if (ecode < 0 || ecode > (int) (sizeof eai_descr/ sizeof eai_descr[0]))
-        return "unknown error";
-    return eai_descr[ecode];
-}
-
-#endif /* HAVE_GETADDRINFO */
-
diff -u -r -N squid-3.5.0.4/compat/getaddrinfo.cc squid-3.5.1/compat/getaddrinfo.cc
--- squid-3.5.0.4/compat/getaddrinfo.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/compat/getaddrinfo.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,335 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
+ *  Shamelessly duplicated from the fetchmail public sources
+ *  for use by the Squid Project under GNU Public License.
+ *
+ * Update/Maintenance History:
+ *
+ *    15-Aug-2007 : Copied from fetchmail 6.3.8
+ *          - added protection around libray headers
+ *
+ *    16-Aug-2007 : Altered configure checks
+ *                  Un-hacked slightly to use system gethostbyname()
+ *
+ *    06-Oct-2007 : Various fixes to allow the build on MinGW
+ *
+ *    13-Jan-2015 : Various fixed for C++ and MinGW native build
+ *
+ *  Original License and code follows.
+ */
+#include "squid.h"
+
+/*
+ *  This file is part of libESMTP, a library for submission of RFC 2822
+ *  formatted electronic mail messages using the SMTP protocol described
+ *  in RFC 2821.
+ *
+ *  Copyright (C) 2001,2002  Brian Stafford  <brian@stafford.uklinux.net>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+/* An emulation of the RFC 2553 / Posix getaddrinfo resolver interface.
+ */
+
+#if !HAVE_DECL_GETADDRINFO
+
+/* Need to turn off Posix features in glibc to build this */
+#undef _POSIX_C_SOURCE
+#undef _XOPEN_SOURCE
+
+#if HAVE_STRING_H
+#include <string.h>
+#endif
+#if HAVE_CTYPE_H
+#include <ctype.h>
+#endif
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+
+static struct addrinfo *
+dup_addrinfo (struct addrinfo *info, void *addr, size_t addrlen) {
+    struct addrinfo *ret;
+
+    ret = (struct addrinfo *)malloc(sizeof (struct addrinfo));
+    if (ret == NULL)
+        return NULL;
+    memcpy (ret, info, sizeof (struct addrinfo));
+    ret->ai_addr = (struct sockaddr*)malloc(addrlen);
+    if (ret->ai_addr == NULL) {
+        free (ret);
+        return NULL;
+    }
+    memcpy (ret->ai_addr, addr, addrlen);
+    ret->ai_addrlen = addrlen;
+    return ret;
+}
+
+int
+xgetaddrinfo (const char *nodename, const char *servname,
+              const struct addrinfo *hints, struct addrinfo **res)
+{
+    struct hostent *hp;
+    struct servent *servent;
+    const char *socktype;
+    int port;
+    struct addrinfo hint, result;
+    struct addrinfo *ai, *sai, *eai;
+    char **addrs;
+
+    if (servname == NULL && nodename == NULL)
+        return EAI_NONAME;
+
+    memset (&result, 0, sizeof result);
+
+    /* default for hints */
+    if (hints == NULL) {
+        memset (&hint, 0, sizeof hint);
+        hint.ai_family = PF_UNSPEC;
+        hints = &hint;
+    }
+
+    if (servname == NULL)
+        port = 0;
+    else {
+        /* check for tcp or udp sockets only */
+        if (hints->ai_socktype == SOCK_STREAM)
+            socktype = "tcp";
+        else if (hints->ai_socktype == SOCK_DGRAM)
+            socktype = "udp";
+        else
+            return EAI_SERVICE;
+        result.ai_socktype = hints->ai_socktype;
+
+        /* Note: maintain port in host byte order to make debugging easier */
+        if (isdigit (*servname))
+            port = strtol (servname, NULL, 10);
+        else if ((servent = getservbyname (servname, socktype)) != NULL)
+            port = ntohs (servent->s_port);
+        else
+            return EAI_NONAME;
+    }
+
+    /* if nodename == NULL refer to the local host for a client or any
+       for a server */
+    if (nodename == NULL) {
+        struct sockaddr_in sin;
+
+        /* check protocol family is PF_UNSPEC or PF_INET - could try harder
+           for IPv6 but that's more code than I'm prepared to write */
+        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
+            result.ai_family = AF_INET;
+        else
+            return EAI_FAMILY;
+
+        sin.sin_family = result.ai_family;
+        sin.sin_port = htons (port);
+        if (hints->ai_flags & AI_PASSIVE)
+            sin.sin_addr.s_addr = htonl (INADDR_ANY);
+        else
+            sin.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
+        /* Duplicate result and addr and return */
+        *res = dup_addrinfo (&result, &sin, sizeof sin);
+        return (*res == NULL) ? EAI_MEMORY : 0;
+    }
+
+    /* If AI_NUMERIC is specified, use inet_pton to translate numbers and
+       dots notation. */
+    if (hints->ai_flags & AI_NUMERICHOST) {
+        struct sockaddr_in sin;
+
+        /* check protocol family is PF_UNSPEC or PF_INET */
+        if (hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET)
+            result.ai_family = AF_INET;
+        else
+            return EAI_FAMILY;
+
+        sin.sin_family = result.ai_family;
+        sin.sin_port = htons (port);
+        if (inet_pton(result.ai_family, nodename, &sin.sin_addr) != 1)
+            return EAI_NONAME;
+        sin.sin_addr.s_addr = inet_addr (nodename);
+        /* Duplicate result and addr and return */
+        *res = dup_addrinfo (&result, &sin, sizeof sin);
+        return (*res == NULL) ? EAI_MEMORY : 0;
+    }
+
+#if HAVE_H_ERRNO
+    h_errno = 0;
+#endif
+    errno = 0;
+    hp = gethostbyname(nodename);
+    if (hp == NULL) {
+#ifdef EAI_SYSTEM
+        if (errno != 0) {
+            return EAI_SYSTEM;
+        }
+#endif
+        switch (h_errno) {
+        case HOST_NOT_FOUND:
+            return EAI_NODATA;
+        case NO_DATA:
+            return EAI_NODATA;
+#if defined(NO_ADDRESS) && NO_ADDRESS != NO_DATA
+        case NO_ADDRESS:
+            return EAI_NODATA;
+#endif
+        case NO_RECOVERY:
+            return EAI_FAIL;
+        case TRY_AGAIN:
+            return EAI_AGAIN;
+        default:
+            return EAI_FAIL;
+        }
+        return EAI_FAIL;
+    }
+
+    /* Check that the address family is acceptable.
+     */
+    switch (hp->h_addrtype) {
+    case AF_INET:
+        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET))
+            return EAI_FAMILY;
+        break;
+    case AF_INET6:
+        if (!(hints->ai_family == PF_UNSPEC || hints->ai_family == PF_INET6))
+            return EAI_FAMILY;
+        break;
+    default:
+        return EAI_FAMILY;
+    }
+
+    /* For each element pointed to by hp, create an element in the
+       result linked list. */
+    sai = eai = NULL;
+    for (addrs = hp->h_addr_list; *addrs != NULL; addrs++) {
+        struct sockaddr sa;
+        size_t addrlen;
+
+        if (hp->h_length < 1)
+            continue;
+        sa.sa_family = hp->h_addrtype;
+        switch (hp->h_addrtype) {
+        case AF_INET:
+            ((struct sockaddr_in *) &sa)->sin_port = htons (port);
+            memcpy (&((struct sockaddr_in *) &sa)->sin_addr,
+                    *addrs, hp->h_length);
+            addrlen = sizeof (struct sockaddr_in);
+            break;
+        case AF_INET6:
+#if SIN6_LEN
+            ((struct sockaddr_in6 *) &sa)->sin6_len = hp->h_length;
+#endif
+            ((struct sockaddr_in6 *) &sa)->sin6_port = htons (port);
+            memcpy (&((struct sockaddr_in6 *) &sa)->sin6_addr,
+                    *addrs, hp->h_length);
+            addrlen = sizeof (struct sockaddr_in6);
+            break;
+        default:
+            continue;
+        }
+
+        result.ai_family = hp->h_addrtype;
+        ai = dup_addrinfo (&result, &sa, addrlen);
+        if (ai == NULL) {
+            xfreeaddrinfo (sai);
+            return EAI_MEMORY;
+        }
+        if (sai == NULL)
+            sai = ai;
+        else
+            eai->ai_next = ai;
+        eai = ai;
+    }
+
+    if (sai == NULL) {
+        return EAI_NODATA;
+    }
+
+    if (hints->ai_flags & AI_CANONNAME) {
+        sai->ai_canonname = (char *)malloc(strlen(hp->h_name) + 1);
+        if (sai->ai_canonname == NULL) {
+            xfreeaddrinfo (sai);
+            return EAI_MEMORY;
+        }
+        strcpy (sai->ai_canonname, hp->h_name);
+    }
+
+    *res = sai;
+    return 0;
+}
+
+void
+xfreeaddrinfo (struct addrinfo *ai)
+{
+    struct addrinfo *next;
+
+    while (ai != NULL) {
+        next = ai->ai_next;
+        if (ai->ai_canonname != NULL)
+            free (ai->ai_canonname);
+        if (ai->ai_addr != NULL)
+            free (ai->ai_addr);
+        free (ai);
+        ai = next;
+    }
+}
+
+const char *
+xgai_strerror (int ecode)
+{
+    static const char *eai_descr[] = {
+        "no error",
+        "address family for nodename not supported",    /* EAI_ADDRFAMILY */
+        "temporary failure in name resolution",     /* EAI_AGAIN */
+        "invalid value for ai_flags",           /* EAI_BADFLAGS */
+        "non-recoverable failure in name resolution",   /* EAI_FAIL */
+        "ai_family not supported",          /* EAI_FAMILY */
+        "memory allocation failure",            /* EAI_MEMORY */
+        "no address associated with nodename",      /* EAI_NODATA */
+        "nodename nor servname provided, or not known", /* EAI_NONAME */
+        "servname not supported for ai_socktype",       /* EAI_SERVICE */
+        "ai_socktype not supported",            /* EAI_SOCKTYPE */
+        "system error returned in errno",           /* EAI_SYSTEM */
+        "argument buffer overflow",         /* EAI_OVERFLOW */
+    };
+
+    if (ecode < 0 || ecode > (int) (sizeof eai_descr/ sizeof eai_descr[0]))
+        return "unknown error";
+    return eai_descr[ecode];
+}
+
+#endif /* HAVE_DECL_GETADDRINFO */
+
diff -u -r -N squid-3.5.0.4/compat/getaddrinfo.h squid-3.5.1/compat/getaddrinfo.h
--- squid-3.5.0.4/compat/getaddrinfo.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/getaddrinfo.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -49,7 +49,7 @@
 /* Structure and prototypes taken from RFC 2553 */
 
 /* These functions are provided by the OS */
-#if !HAVE_GETADDRINFO
+#if !HAVE_DECL_GETADDRINFO
 
 /* SG 23/09/2007:
 On Windows the following definitions are already available, may be that
@@ -112,6 +112,6 @@
 #define gai_strerror    xgai_strerror
 #endif
 
-#endif /* HAVE_GETADDRINFO */
+#endif /* HAVE_DECL_GETADDRINFO */
 #endif /* _getaddrinfo_h */
 
diff -u -r -N squid-3.5.0.4/compat/getnameinfo.c squid-3.5.1/compat/getnameinfo.c
--- squid-3.5.0.4/compat/getnameinfo.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/getnameinfo.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,428 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the fetchmail public sources
- *  for use by the Squid Project under GNU Public License.
- *
- * Update/Maintenance History:
- *
- *    16-Aug-2007 : Copied from fetchmail 6.3.8
- *                      - added protection around libray headers
- *                      - added use of alternative name xgetnameinfo
- *                        to split from any OS-provided.
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *                      - use srtncpy instead of strlcpy
- *                      - use xinet_ntop instead of inet_ntop
- *                      - use SQUIDHOSTNAMELEN instead of MAXHOSTNAMELEN
- *
- *  Original License and code follows.
- */
-#include "squid.h"
-
-/*  KAME: getnameinfo.c,v 1.72 2005/01/13 04:12:03 itojun Exp   */
-
-/*
- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the project nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-/*
- * Issues to be discussed:
- * - RFC2553 says that we should raise error on short buffer.  X/Open says
- *   we need to truncate the result.  We obey RFC2553 (and X/Open should be
- *   modified).  ipngwg rough consensus seems to follow RFC2553.  RFC3493 says
- *   nothing about it, but defines a new error code EAI_OVERFLOW which seems
- *   to be intended the code for this case.
- * - What is "local" in NI_NOFQDN?  (see comments in the code)
- * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
- * - (KAME extension) always attach textual scopeid (fe80::1%lo0), if
- *   sin6_scope_id is filled - standardization status?
- * - what should we do if we should do getservbyport("sctp")?
- */
-
-/*
- * Considerations about thread-safeness
- *   The code in this file is thread-safe, and so the thread-safeness of
- *   getnameinfo() depends on the property of backend functions.
- *     - getservbyport() is not thread safe for most systems we are targeting.
- *     - getipnodebyaddr() is thread safe.  However, many resolver libraries
- *       used in the function are not thread safe.
- *     - gethostbyaddr() is usually not thread safe.
- */
-
-#if !HAVE_GETNAMEINFO
-
-#include "compat/getaddrinfo.h"
-#include "compat/inet_ntop.h"
-
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NET_IF_H
-#include <net/if.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-#if HAVE_RESOLV_H
-#include <resolv.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_STDDEF_H
-#include <stddef.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-
-#if _SQUID_WINDOWS_
-#undef IN_ADDR
-#include <ws2tcpip.h>
-#endif
-
-static const struct afd {
-    int a_af;
-    int a_addrlen;
-    int a_socklen;
-    int a_off;
-    int a_portoff;
-} afdl [] = {
-#if INET6
-    {   PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6),
-        offsetof(struct sockaddr_in6, sin6_addr),
-        offsetof(struct sockaddr_in6, sin6_port)
-    },
-#endif
-    {   PF_INET, sizeof(struct in_addr), sizeof(struct sockaddr_in),
-        offsetof(struct sockaddr_in, sin_addr),
-        offsetof(struct sockaddr_in, sin_port)
-    },
-    {0, 0, 0, 0, 0},
-};
-
-#if INET6
-static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *,
-                                 size_t, int));
-static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t, int));
-#endif
-
-int
-xgetnameinfo(sa, salen, host, hostlen, serv, servlen, flags)
-const struct sockaddr *sa;
-socklen_t salen;
-char *host;
-size_t hostlen;
-char *serv;
-size_t servlen;
-int flags;
-{
-    const struct afd *afd;
-    struct servent *sp;
-    struct hostent *hp;
-    unsigned short port;
-    int family, i;
-    const char *addr;
-    uint32_t v4a;
-    char numserv[512];
-
-    if (sa == NULL)
-        return EAI_FAIL;
-
-#if HAVE_SA_LEN /*XXX*/
-    if (sa->sa_len != salen)
-        return EAI_FAIL;
-#endif
-
-    family = sa->sa_family;
-    for (i = 0; afdl[i].a_af; i++)
-        if (afdl[i].a_af == family) {
-            afd = &afdl[i];
-            goto found;
-        }
-    return EAI_FAMILY;
-
-found:
-    if (salen != afd->a_socklen)
-        return EAI_FAIL;
-
-    /* network byte order */
-    memcpy(&port, (const char *)sa + afd->a_portoff, sizeof(port));
-    addr = (const char *)sa + afd->a_off;
-
-    if (serv == NULL || servlen == 0) {
-        /*
-         * do nothing in this case.
-         * in case you are wondering if "&&" is more correct than
-         * "||" here: RFC3493 says that serv == NULL OR servlen == 0
-         * means that the caller does not want the result.
-         */
-    } else {
-        if (flags & NI_NUMERICSERV)
-            sp = NULL;
-        else {
-            sp = getservbyport(port,
-                               (flags & NI_DGRAM) ? "udp" : "tcp");
-        }
-        if (sp) {
-            if (strlen(sp->s_name) + 1 > servlen)
-                return EAI_OVERFLOW;
-            strncpy(serv, sp->s_name, servlen);
-        } else {
-            snprintf(numserv, sizeof(numserv), "%u", ntohs(port));
-            if (strlen(numserv) + 1 > servlen)
-                return EAI_OVERFLOW;
-            strncpy(serv, numserv, servlen);
-        }
-    }
-
-    switch (sa->sa_family) {
-    case AF_INET:
-        v4a = (uint32_t)
-              ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
-        if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
-            flags |= NI_NUMERICHOST;
-        v4a >>= IN_CLASSA_NSHIFT;
-        if (v4a == 0)
-            flags |= NI_NUMERICHOST;
-        break;
-#if INET6
-    case AF_INET6: {
-        const struct sockaddr_in6 *sin6;
-        sin6 = (const struct sockaddr_in6 *)sa;
-        switch (sin6->sin6_addr.s6_addr[0]) {
-        case 0x00:
-            if (IN6_IS_ADDR_V4MAPPED(&sin6->sin6_addr))
-                ;
-            else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
-                ;
-            else
-                flags |= NI_NUMERICHOST;
-            break;
-        default:
-            if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))
-                flags |= NI_NUMERICHOST;
-            else if (IN6_IS_ADDR_MULTICAST(&sin6->sin6_addr))
-                flags |= NI_NUMERICHOST;
-            break;
-        }
-    }
-    break;
-#endif
-    }
-    if (host == NULL || hostlen == 0) {
-        /*
-         * do nothing in this case.
-         * in case you are wondering if "&&" is more correct than
-         * "||" here: RFC3493 says that host == NULL or hostlen == 0
-         * means that the caller does not want the result.
-         */
-    } else if (flags & NI_NUMERICHOST) {
-        /* NUMERICHOST and NAMEREQD conflicts with each other */
-        if (flags & NI_NAMEREQD)
-            return EAI_NONAME;
-
-        goto numeric;
-    } else {
-#if USE_GETIPNODEBY
-        int h_error = 0;
-        hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
-#else
-        hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
-#if 0 // getnameinfo.c:161:9: error: variable 'h_error' set but not used
-#if HAVE_H_ERRNO
-        h_error = h_errno;
-#else
-        h_error = EINVAL;
-#endif
-#endif /* 0 */
-#endif
-
-        if (hp) {
-#if 0
-            if (flags & NI_NOFQDN) {
-                /*
-                 * According to RFC3493 section 6.2, NI_NOFQDN
-                 * means "node name portion of the FQDN shall
-                 * be returned for local hosts."  The following
-                 * code tries to implement it by returning the
-                 * first label (the part before the first
-                 * period) of the FQDN.  However, it is not
-                 * clear if this always makes sense, since the
-                 * given address may be outside of "local
-                 * hosts."  Due to the unclear description, we
-                 * disable the code in this implementation.
-                 */
-                char *p;
-                p = strchr(hp->h_name, '.');
-                if (p)
-                    *p = '\0';
-            }
-#endif
-            if (strlen(hp->h_name) + 1 > hostlen) {
-#if USE_GETIPNODEBY
-                freehostent(hp);
-#endif
-                return EAI_OVERFLOW;
-            }
-            strncpy(host, hp->h_name, hostlen);
-#if USE_GETIPNODEBY
-            freehostent(hp);
-#endif
-        } else {
-            if (flags & NI_NAMEREQD)
-                return EAI_NONAME;
-
-numeric:
-            switch (afd->a_af) {
-#if INET6
-            case AF_INET6: {
-                int error;
-
-                if ((error = ip6_parsenumeric(sa, addr, host,
-                                              hostlen,
-                                              flags)) != 0)
-                    return(error);
-                break;
-            }
-#endif
-            default:
-                if (inet_ntop(afd->a_af, addr, host,
-                              hostlen) == NULL)
-                    return EAI_SYSTEM;
-                break;
-            }
-        }
-    }
-    return(0);
-}
-
-#if INET6
-static int
-ip6_parsenumeric(sa, addr, host, hostlen, flags)
-const struct sockaddr *sa;
-const char *addr;
-char *host;
-size_t hostlen;
-int flags;
-{
-    int numaddrlen;
-    char numaddr[512];
-
-    if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL)
-        return EAI_SYSTEM;
-
-    numaddrlen = strlen(numaddr);
-    if (numaddrlen + 1 > hostlen) /* don't forget terminator */
-        return EAI_OVERFLOW;
-    strncpy(host, numaddr, hostlen);
-
-    if (((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
-        char zonebuf[SQUIDHOSTNAMELEN];
-        int zonelen;
-
-        zonelen = ip6_sa2str(
-                      (const struct sockaddr_in6 *)(const void *)sa,
-                      zonebuf, sizeof(zonebuf), flags);
-        if (zonelen < 0)
-            return EAI_OVERFLOW;
-        if (zonelen + 1 + numaddrlen + 1 > hostlen)
-            return EAI_OVERFLOW;
-
-        /* construct <numeric-addr><delim><zoneid> */
-        memcpy(host + numaddrlen + 1, zonebuf,
-               (size_t)zonelen);
-        host[numaddrlen] = SCOPE_DELIMITER;
-        host[numaddrlen + 1 + zonelen] = '\0';
-    }
-
-    return 0;
-}
-
-/* ARGSUSED */
-static int
-ip6_sa2str(sa6, buf, bufsiz, flags)
-const struct sockaddr_in6 *sa6;
-char *buf;
-size_t bufsiz;
-int flags;
-{
-    unsigned int ifindex;
-    const struct in6_addr *a6;
-    int n;
-
-    ifindex = (unsigned int)sa6->sin6_scope_id;
-    a6 = &sa6->sin6_addr;
-
-#if NI_NUMERICSCOPE
-    if ((flags & NI_NUMERICSCOPE) != 0) {
-        n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
-        if (n < 0 || n >= bufsiz)
-            return -1;
-        else
-            return n;
-    }
-#endif
-
-    /* if_indextoname() does not take buffer size.  not a good api... */
-    if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6) ||
-            IN6_IS_ADDR_MC_NODELOCAL(a6)) && bufsiz >= IF_NAMESIZE) {
-        char *p = if_indextoname(ifindex, buf);
-        if (p)
-            return (strlen(p));
-    }
-
-    /* last resort */
-    n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
-    if (n < 0 || n >= bufsiz)
-        return -1;
-    else
-        return n;
-}
-#endif /* INET6 */
-#endif
-
diff -u -r -N squid-3.5.0.4/compat/getnameinfo.cc squid-3.5.1/compat/getnameinfo.cc
--- squid-3.5.0.4/compat/getnameinfo.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/compat/getnameinfo.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,420 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
+ *  Shamelessly duplicated from the fetchmail public sources
+ *  for use by the Squid Project under GNU Public License.
+ *
+ * Update/Maintenance History:
+ *
+ *    16-Aug-2007 : Copied from fetchmail 6.3.8
+ *                      - added protection around libray headers
+ *                      - added use of alternative name xgetnameinfo
+ *                        to split from any OS-provided.
+ *
+ *    06-Oct-2007 : Various fixes to allow the build on MinGW
+ *                      - use srtncpy instead of strlcpy
+ *                      - use xinet_ntop instead of inet_ntop
+ *                      - use SQUIDHOSTNAMELEN instead of MAXHOSTNAMELEN
+ *
+ *    13-Jan-2015 : Various fixed for C++ and MinGW native build
+ *
+ *  Original License and code follows.
+ */
+#include "squid.h"
+
+/*  KAME: getnameinfo.c,v 1.72 2005/01/13 04:12:03 itojun Exp   */
+
+/*
+ * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the project nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+/*
+ * Issues to be discussed:
+ * - RFC2553 says that we should raise error on short buffer.  X/Open says
+ *   we need to truncate the result.  We obey RFC2553 (and X/Open should be
+ *   modified).  ipngwg rough consensus seems to follow RFC2553.  RFC3493 says
+ *   nothing about it, but defines a new error code EAI_OVERFLOW which seems
+ *   to be intended the code for this case.
+ * - What is "local" in NI_NOFQDN?  (see comments in the code)
+ * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
+ * - (KAME extension) always attach textual scopeid (fe80::1%lo0), if
+ *   sin6_scope_id is filled - standardization status?
+ * - what should we do if we should do getservbyport("sctp")?
+ */
+
+/*
+ * Considerations about thread-safeness
+ *   The code in this file is thread-safe, and so the thread-safeness of
+ *   getnameinfo() depends on the property of backend functions.
+ *     - getservbyport() is not thread safe for most systems we are targeting.
+ *     - getipnodebyaddr() is thread safe.  However, many resolver libraries
+ *       used in the function are not thread safe.
+ *     - gethostbyaddr() is usually not thread safe.
+ */
+
+#if !HAVE_DECL_GETNAMEINFO
+
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NET_IF_H
+#include <net/if.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_RESOLV_H
+#include <resolv.h>
+#endif
+#if HAVE_STRING_H
+#include <string.h>
+#endif
+#if HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
+#if HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
+#if _SQUID_WINDOWS_
+#undef IN_ADDR
+#include <ws2tcpip.h>
+#endif
+
+static const struct afd {
+    int a_af;
+    int a_addrlen;
+    int a_socklen;
+    int a_off;
+    int a_portoff;
+} afdl [] = {
+#if INET6
+    {   PF_INET6, sizeof(struct in6_addr), sizeof(struct sockaddr_in6),
+        offsetof(struct sockaddr_in6, sin6_addr),
+        offsetof(struct sockaddr_in6, sin6_port)
+    },
+#endif
+    {   PF_INET, sizeof(struct in_addr), sizeof(struct sockaddr_in),
+        offsetof(struct sockaddr_in, sin_addr),
+        offsetof(struct sockaddr_in, sin_port)
+    },
+    {0, 0, 0, 0, 0},
+};
+
+#if INET6
+static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *,
+                                 size_t, int));
+static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t, int));
+#endif
+
+int
+xgetnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags)
+{
+    const struct afd *afd;
+    struct servent *sp;
+    struct hostent *hp;
+    unsigned short port;
+    int family, i;
+    const char *addr;
+    uint32_t v4a;
+    char numserv[512];
+
+    if (sa == NULL)
+        return EAI_FAIL;
+
+#if HAVE_SA_LEN /*XXX*/
+    if (sa->sa_len != salen)
+        return EAI_FAIL;
+#endif
+
+    family = sa->sa_family;
+    for (i = 0; afdl[i].a_af; i++)
+        if (afdl[i].a_af == family) {
+            afd = &afdl[i];
+            goto found;
+        }
+    return EAI_FAMILY;
+
+found:
+    if (salen != afd->a_socklen)
+        return EAI_FAIL;
+
+    /* network byte order */
+    memcpy(&port, (const char *)sa + afd->a_portoff, sizeof(port));
+    addr = (const char *)sa + afd->a_off;
+
+    if (serv == NULL || servlen == 0) {
+        /*
+         * do nothing in this case.
+         * in case you are wondering if "&&" is more correct than
+         * "||" here: RFC3493 says that serv == NULL OR servlen == 0
+         * means that the caller does not want the result.
+         */
+    } else {
+        if (flags & NI_NUMERICSERV)
+            sp = NULL;
+        else {
+            sp = getservbyport(port,
+                               (flags & NI_DGRAM) ? "udp" : "tcp");
+        }
+        if (sp) {
+            if (strlen(sp->s_name) + 1 > servlen)
+                return EAI_OVERFLOW;
+            strncpy(serv, sp->s_name, servlen);
+        } else {
+            snprintf(numserv, sizeof(numserv), "%u", ntohs(port));
+            if (strlen(numserv) + 1 > servlen)
+                return EAI_OVERFLOW;
+            strncpy(serv, numserv, servlen);
+        }
+    }
+
+    switch (sa->sa_family) {
+    case AF_INET:
+        v4a = (uint32_t)
+              ntohl(((const struct sockaddr_in *)sa)->sin_addr.s_addr);
+        if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
+            flags |= NI_NUMERICHOST;
+        v4a >>= IN_CLASSA_NSHIFT;
+        if (v4a == 0)
+            flags |= NI_NUMERICHOST;
+        break;
+#if INET6
+    case AF_INET6: {
+        const struct sockaddr_in6 *sin6;
+        sin6 = (const struct sockaddr_in6 *)sa;
+        switch (sin6->sin6_addr.s6_addr[0]) {
+        case 0x00:
+            if (IN6_IS_ADDR_V4MAPPED(&sin6->sin6_addr))
+                ;
+            else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
+                ;
+            else
+                flags |= NI_NUMERICHOST;
+            break;
+        default:
+            if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))
+                flags |= NI_NUMERICHOST;
+            else if (IN6_IS_ADDR_MULTICAST(&sin6->sin6_addr))
+                flags |= NI_NUMERICHOST;
+            break;
+        }
+    }
+    break;
+#endif
+    }
+    if (host == NULL || hostlen == 0) {
+        /*
+         * do nothing in this case.
+         * in case you are wondering if "&&" is more correct than
+         * "||" here: RFC3493 says that host == NULL or hostlen == 0
+         * means that the caller does not want the result.
+         */
+    } else if (flags & NI_NUMERICHOST) {
+        /* NUMERICHOST and NAMEREQD conflicts with each other */
+        if (flags & NI_NAMEREQD)
+            return EAI_NONAME;
+
+        goto numeric;
+    } else {
+#if USE_GETIPNODEBY
+        int h_error = 0;
+        hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
+#else
+        hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
+#if 0 // getnameinfo.c:161:9: error: variable 'h_error' set but not used
+#if HAVE_H_ERRNO
+        h_error = h_errno;
+#else
+        h_error = EINVAL;
+#endif
+#endif /* 0 */
+#endif
+
+        if (hp) {
+#if 0
+            if (flags & NI_NOFQDN) {
+                /*
+                 * According to RFC3493 section 6.2, NI_NOFQDN
+                 * means "node name portion of the FQDN shall
+                 * be returned for local hosts."  The following
+                 * code tries to implement it by returning the
+                 * first label (the part before the first
+                 * period) of the FQDN.  However, it is not
+                 * clear if this always makes sense, since the
+                 * given address may be outside of "local
+                 * hosts."  Due to the unclear description, we
+                 * disable the code in this implementation.
+                 */
+                char *p;
+                p = strchr(hp->h_name, '.');
+                if (p)
+                    *p = '\0';
+            }
+#endif
+            if (strlen(hp->h_name) + 1 > hostlen) {
+#if USE_GETIPNODEBY
+                freehostent(hp);
+#endif
+                return EAI_OVERFLOW;
+            }
+            strncpy(host, hp->h_name, hostlen);
+#if USE_GETIPNODEBY
+            freehostent(hp);
+#endif
+        } else {
+            if (flags & NI_NAMEREQD)
+                return EAI_NONAME;
+
+numeric:
+            switch (afd->a_af) {
+#if INET6
+            case AF_INET6: {
+                int error;
+
+                if ((error = ip6_parsenumeric(sa, addr, host,
+                                              hostlen,
+                                              flags)) != 0)
+                    return(error);
+                break;
+            }
+#endif
+            default:
+                if (inet_ntop(afd->a_af, addr, host,
+                              hostlen) == NULL)
+                    return EAI_SYSTEM;
+                break;
+            }
+        }
+    }
+    return(0);
+}
+
+#if INET6
+static int
+ip6_parsenumeric(sa, addr, host, hostlen, flags)
+const struct sockaddr *sa;
+const char *addr;
+char *host;
+size_t hostlen;
+int flags;
+{
+    int numaddrlen;
+    char numaddr[512];
+
+    if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL)
+        return EAI_SYSTEM;
+
+    numaddrlen = strlen(numaddr);
+    if (numaddrlen + 1 > hostlen) /* don't forget terminator */
+        return EAI_OVERFLOW;
+    strncpy(host, numaddr, hostlen);
+
+    if (((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
+        char zonebuf[SQUIDHOSTNAMELEN];
+        int zonelen;
+
+        zonelen = ip6_sa2str(
+                      (const struct sockaddr_in6 *)(const void *)sa,
+                      zonebuf, sizeof(zonebuf), flags);
+        if (zonelen < 0)
+            return EAI_OVERFLOW;
+        if (zonelen + 1 + numaddrlen + 1 > hostlen)
+            return EAI_OVERFLOW;
+
+        /* construct <numeric-addr><delim><zoneid> */
+        memcpy(host + numaddrlen + 1, zonebuf,
+               (size_t)zonelen);
+        host[numaddrlen] = SCOPE_DELIMITER;
+        host[numaddrlen + 1 + zonelen] = '\0';
+    }
+
+    return 0;
+}
+
+/* ARGSUSED */
+static int
+ip6_sa2str(sa6, buf, bufsiz, flags)
+const struct sockaddr_in6 *sa6;
+char *buf;
+size_t bufsiz;
+int flags;
+{
+    unsigned int ifindex;
+    const struct in6_addr *a6;
+    int n;
+
+    ifindex = (unsigned int)sa6->sin6_scope_id;
+    a6 = &sa6->sin6_addr;
+
+#if NI_NUMERICSCOPE
+    if ((flags & NI_NUMERICSCOPE) != 0) {
+        n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
+        if (n < 0 || n >= bufsiz)
+            return -1;
+        else
+            return n;
+    }
+#endif
+
+    /* if_indextoname() does not take buffer size.  not a good api... */
+    if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6) ||
+            IN6_IS_ADDR_MC_NODELOCAL(a6)) && bufsiz >= IF_NAMESIZE) {
+        char *p = if_indextoname(ifindex, buf);
+        if (p)
+            return (strlen(p));
+    }
+
+    /* last resort */
+    n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
+    if (n < 0 || n >= bufsiz)
+        return -1;
+    else
+        return n;
+}
+#endif /* INET6 */
+#endif /* HAVE_DECL_GETNAMEINFO */
+
diff -u -r -N squid-3.5.0.4/compat/getnameinfo.h squid-3.5.1/compat/getnameinfo.h
--- squid-3.5.0.4/compat/getnameinfo.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/getnameinfo.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,7 +9,7 @@
 #ifndef _getnameinfo_h
 #define _getnameinfo_h
 
-#if !HAVE_GETNAMEINFO
+#if !HAVE_DECL_GETNAMEINFO
 
 // RFC 2553 / Posix resolver
 // Reconstructed from KAME getnameinfo.c
@@ -22,6 +22,6 @@
                               int flags );
 #define getnameinfo xgetnameinfo
 
-#endif /* HAVE_GETNAMEINFO */
+#endif /* HAVE_DECL_GETNAMEINFO */
 #endif /* _getnameinfo_h */
 
diff -u -r -N squid-3.5.0.4/compat/GnuRegex.c squid-3.5.1/compat/GnuRegex.c
--- squid-3.5.0.4/compat/GnuRegex.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/GnuRegex.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/GnuRegex.h squid-3.5.1/compat/GnuRegex.h
--- squid-3.5.0.4/compat/GnuRegex.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/GnuRegex.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/inet_ntop.c squid-3.5.1/compat/inet_ntop.c
--- squid-3.5.0.4/compat/inet_ntop.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/inet_ntop.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,257 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the bind9 public sources
- *  for use by the Squid Project under ISC written permission
- *  included "as found" below.
- *
- * Update/Maintenance History:
- *
- *    24-Sep-2007 : Copied from bind 9.3.3
- *          - Added protection around libray headers
- *          - Altered configure checks
- *          - Un-hacked slightly to use system gethostbyname()
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *    28-Oct-2007: drop some dead code. now tested working without.
- *
- *    04-Nov-2010: drop SPRINTF casting macro
- *
- *  Original License and code follows.
- */
-
-#include "squid.h"
-
-#if !HAVE_INET_NTOP
-#include "inet_ntop.h"
-
-/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 1996-1999 by Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "inet_ntop.c,v 1.1.2.1.8.2 2005/11/03 23:08:40 marka Exp";
-#endif /* LIBC_SCCS and not lint */
-
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-
-#if ! defined(NS_INADDRSZ)
-#define NS_INADDRSZ      4
-#endif
-#if ! defined(NS_IN6ADDRSZ)
-#define NS_IN6ADDRSZ    16
-#endif
-#if ! defined(NS_INT16SZ)
-#define NS_INT16SZ      2
-#endif
-
-/*
- * WARNING: Don't even consider trying to compile this on a system where
- * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
- */
-
-static const char *inet_ntop4 (const u_char *src, char *dst, size_t size);
-static const char *inet_ntop6 (const u_char *src, char *dst, size_t size);
-
-/* char *
- * inet_ntop(af, src, dst, size)
- *  convert a network format address to presentation format.
- * return:
- *  pointer to presentation format address (`dst'), or NULL (see errno).
- * author:
- *  Paul Vixie, 1996.
- */
-const char *
-xinet_ntop(af, src, dst, size)
-int af;
-const void *src;
-char *dst;
-size_t size;
-{
-    switch (af) {
-    case AF_INET:
-        return (inet_ntop4(src, dst, size));
-    case AF_INET6:
-        return (inet_ntop6(src, dst, size));
-    default:
-        errno = EAFNOSUPPORT;
-        return (NULL);
-    }
-    /* NOTREACHED */
-}
-
-/* const char *
- * inet_ntop4(src, dst, size)
- *  format an IPv4 address
- * return:
- *  `dst' (as a const)
- * notes:
- *  (1) uses no statics
- *  (2) takes a u_char* not an in_addr as input
- * author:
- *  Paul Vixie, 1996.
- */
-static const char *
-inet_ntop4(src, dst, size)
-const u_char *src;
-char *dst;
-size_t size;
-{
-    static const char fmt[] = "%u.%u.%u.%u";
-    char tmp[sizeof "255.255.255.255"];
-
-    if (snprintf(tmp, min(sizeof("255.255.255.255"),size), fmt, src[0], src[1], src[2], src[3]) >= size) {
-        errno = ENOSPC;
-        return (NULL);
-    }
-    strcpy(dst, tmp);
-    return (dst);
-}
-
-/* const char *
- * inet_ntop6(src, dst, size)
- *  convert IPv6 binary address into presentation (printable) format
- * author:
- *  Paul Vixie, 1996.
- */
-static const char *
-inet_ntop6(src, dst, size)
-const u_char *src;
-char *dst;
-size_t size;
-{
-    /*
-     * Note that int32_t and int16_t need only be "at least" large enough
-     * to contain a value of the specified size.  On some systems, like
-     * Crays, there is no such thing as an integer variable with 16 bits.
-     * Keep this in mind if you think this function should have been coded
-     * to use pointer overlays.  All the world's not a VAX.
-     */
-    char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
-    struct { int base, len; } best, cur;
-    u_int words[NS_IN6ADDRSZ / NS_INT16SZ];
-    int i;
-
-    /*
-     * Preprocess:
-     *  Copy the input (bytewise) array into a wordwise array.
-     *  Find the longest run of 0x00's in src[] for :: shorthanding.
-     */
-    memset(words, '\0', sizeof words);
-    for (i = 0; i < NS_IN6ADDRSZ; i++)
-        words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
-    best.base = -1;
-    best.len = 0;
-    cur.base = -1;
-    cur.len = 0;
-    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
-        if (words[i] == 0) {
-            if (cur.base == -1)
-                cur.base = i, cur.len = 1;
-            else
-                cur.len++;
-        } else {
-            if (cur.base != -1) {
-                if (best.base == -1 || cur.len > best.len)
-                    best = cur;
-                cur.base = -1;
-            }
-        }
-    }
-    if (cur.base != -1) {
-        if (best.base == -1 || cur.len > best.len)
-            best = cur;
-    }
-    if (best.base != -1 && best.len < 2)
-        best.base = -1;
-
-    /*
-     * Format the result.
-     */
-    tp = tmp;
-    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
-        /* Are we inside the best run of 0x00's? */
-        if (best.base != -1 && i >= best.base &&
-                i < (best.base + best.len)) {
-            if (i == best.base)
-                *tp++ = ':';
-            continue;
-        }
-        /* Are we following an initial run of 0x00s or any real hex? */
-        if (i != 0)
-            *tp++ = ':';
-        /* Is this address an encapsulated IPv4? */
-        if (i == 6 && best.base == 0 && (best.len == 6 ||
-                                         (best.len == 7 && words[7] != 0x0001) ||
-                                         (best.len == 5 && words[5] == 0xffff))) {
-            if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
-                return (NULL);
-            tp += strlen(tp);
-            break;
-        }
-        tp += snprintf(tp, (tmp + sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") - tp), "%x", words[i]);
-    }
-    /* Was it a trailing run of 0x00's? */
-    if (best.base != -1 && (best.base + best.len) ==
-            (NS_IN6ADDRSZ / NS_INT16SZ))
-        *tp++ = ':';
-    *tp++ = '\0';
-
-    /*
-     * Check for overflow, copy, and we're done.
-     */
-    if ((size_t)(tp - tmp) > size) {
-        errno = ENOSPC;
-        return (NULL);
-    }
-    strcpy(dst, tmp);
-    return (dst);
-}
-
-#endif /* HAVE_INET_NTOP */
-
diff -u -r -N squid-3.5.0.4/compat/inet_ntop.cc squid-3.5.1/compat/inet_ntop.cc
--- squid-3.5.0.4/compat/inet_ntop.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/compat/inet_ntop.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,248 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
+ *  Shamelessly duplicated from the bind9 public sources
+ *  for use by the Squid Project under ISC written permission
+ *  included "as found" below.
+ *
+ * Update/Maintenance History:
+ *
+ *    24-Sep-2007 : Copied from bind 9.3.3
+ *          - Added protection around libray headers
+ *          - Altered configure checks
+ *          - Un-hacked slightly to use system gethostbyname()
+ *
+ *    06-Oct-2007 : Various fixes to allow the build on MinGW
+ *
+ *    28-Oct-2007: drop some dead code. now tested working without.
+ *
+ *    04-Nov-2010: drop SPRINTF casting macro
+ *
+ *    13-Jan-2015 : Various fixed for C++ and MinGW native build
+ *
+ *  Original License and code follows.
+ */
+
+#include "squid.h"
+
+#if !HAVE_DECL_INET_NTOP
+
+/*
+ * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 1996-1999 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char rcsid[] = "inet_ntop.c,v 1.1.2.1.8.2 2005/11/03 23:08:40 marka Exp";
+#endif /* LIBC_SCCS and not lint */
+
+#if HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
+
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
+#if HAVE_STRING_H
+#include <string.h>
+#endif
+
+#if ! defined(NS_INADDRSZ)
+#define NS_INADDRSZ      4
+#endif
+#if ! defined(NS_IN6ADDRSZ)
+#define NS_IN6ADDRSZ    16
+#endif
+#if ! defined(NS_INT16SZ)
+#define NS_INT16SZ      2
+#endif
+
+/*
+ * WARNING: Don't even consider trying to compile this on a system where
+ * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
+ */
+
+static const char *inet_ntop4 (const u_char *src, char *dst, size_t size);
+static const char *inet_ntop6 (const u_char *src, char *dst, size_t size);
+
+/* char *
+ * inet_ntop(af, src, dst, size)
+ *  convert a network format address to presentation format.
+ * return:
+ *  pointer to presentation format address (`dst'), or NULL (see errno).
+ * author:
+ *  Paul Vixie, 1996.
+ */
+const char *
+xinet_ntop(int af, const void *src, char *dst, size_t size)
+{
+    switch (af) {
+    case AF_INET:
+        return (inet_ntop4((const u_char*)src, dst, size));
+    case AF_INET6:
+        return (inet_ntop6((const u_char*)src, dst, size));
+    default:
+        errno = EAFNOSUPPORT;
+        return (NULL);
+    }
+    /* NOTREACHED */
+}
+
+/* const char *
+ * inet_ntop4(src, dst, size)
+ *  format an IPv4 address
+ * return:
+ *  `dst' (as a const)
+ * notes:
+ *  (1) uses no statics
+ *  (2) takes a u_char* not an in_addr as input
+ * author:
+ *  Paul Vixie, 1996.
+ */
+static const char *
+inet_ntop4(const u_char *src, char *dst, size_t size)
+{
+    static const char fmt[] = "%u.%u.%u.%u";
+    char tmp[sizeof("255.255.255.255")+1];
+
+    if ((size_t)snprintf(tmp, min(sizeof(tmp),size), fmt, src[0], src[1], src[2], src[3]) >= size) {
+        errno = ENOSPC;
+        return (NULL);
+    }
+    strcpy(dst, tmp);
+    return (dst);
+}
+
+/* const char *
+ * inet_ntop6(src, dst, size)
+ *  convert IPv6 binary address into presentation (printable) format
+ * author:
+ *  Paul Vixie, 1996.
+ */
+static const char *
+inet_ntop6(const u_char *src, char *dst, size_t size)
+{
+    /*
+     * Note that int32_t and int16_t need only be "at least" large enough
+     * to contain a value of the specified size.  On some systems, like
+     * Crays, there is no such thing as an integer variable with 16 bits.
+     * Keep this in mind if you think this function should have been coded
+     * to use pointer overlays.  All the world's not a VAX.
+     */
+    char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
+    struct { int base, len; } best, cur;
+    u_int words[NS_IN6ADDRSZ / NS_INT16SZ];
+    int i;
+
+    /*
+     * Preprocess:
+     *  Copy the input (bytewise) array into a wordwise array.
+     *  Find the longest run of 0x00's in src[] for :: shorthanding.
+     */
+    memset(words, '\0', sizeof words);
+    for (i = 0; i < NS_IN6ADDRSZ; i++)
+        words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
+    best.base = -1;
+    best.len = 0;
+    cur.base = -1;
+    cur.len = 0;
+    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
+        if (words[i] == 0) {
+            if (cur.base == -1)
+                cur.base = i, cur.len = 1;
+            else
+                cur.len++;
+        } else {
+            if (cur.base != -1) {
+                if (best.base == -1 || cur.len > best.len)
+                    best = cur;
+                cur.base = -1;
+            }
+        }
+    }
+    if (cur.base != -1) {
+        if (best.base == -1 || cur.len > best.len)
+            best = cur;
+    }
+    if (best.base != -1 && best.len < 2)
+        best.base = -1;
+
+    /*
+     * Format the result.
+     */
+    tp = tmp;
+    for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
+        /* Are we inside the best run of 0x00's? */
+        if (best.base != -1 && i >= best.base &&
+                i < (best.base + best.len)) {
+            if (i == best.base)
+                *tp++ = ':';
+            continue;
+        }
+        /* Are we following an initial run of 0x00s or any real hex? */
+        if (i != 0)
+            *tp++ = ':';
+        /* Is this address an encapsulated IPv4? */
+        if (i == 6 && best.base == 0 && (best.len == 6 ||
+                                         (best.len == 7 && words[7] != 0x0001) ||
+                                         (best.len == 5 && words[5] == 0xffff))) {
+            if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
+                return (NULL);
+            tp += strlen(tp);
+            break;
+        }
+        tp += snprintf(tp, (tmp + sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") - tp), "%x", words[i]);
+    }
+    /* Was it a trailing run of 0x00's? */
+    if (best.base != -1 && (best.base + best.len) ==
+            (NS_IN6ADDRSZ / NS_INT16SZ))
+        *tp++ = ':';
+    *tp++ = '\0';
+
+    /*
+     * Check for overflow, copy, and we're done.
+     */
+    if ((size_t)(tp - tmp) > size) {
+        errno = ENOSPC;
+        return (NULL);
+    }
+    strcpy(dst, tmp);
+    return (dst);
+}
+
+#endif /* HAVE_DECL_INET_NTOP */
+
diff -u -r -N squid-3.5.0.4/compat/inet_ntop.h squid-3.5.1/compat/inet_ntop.h
--- squid-3.5.0.4/compat/inet_ntop.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/inet_ntop.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 #define _INC_INET_NTOP_H
 
 /* Use the system provided version where possible */
-#if !HAVE_INET_NTOP
+#if !HAVE_DECL_INET_NTOP
 
 /* char *
 * inet_ntop(af, src, dst, size)
@@ -23,6 +23,6 @@
 SQUIDCEXTERN const char * xinet_ntop(int af, const void *src, char *dst, size_t size);
 #define inet_ntop xinet_ntop
 
-#endif
+#endif /* HAVE_DECL_INET_NTOP */
 #endif /* _INC_INET_NTOP_H */
 
diff -u -r -N squid-3.5.0.4/compat/inet_pton.c squid-3.5.1/compat/inet_pton.c
--- squid-3.5.0.4/compat/inet_pton.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/inet_pton.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,278 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- *  Shamelessly duplicated from the bind9 public sources
- *  for use by the Squid Project under ISC written permission
- *  included "as found" below.
- *
- * Update/Maintenance History:
- *
- *    24-Sep-2007 : Copied from bind 9.3.3
- *                      - Added protection around libray headers
- *                      - Altered configure checks to import
- *
- *    06-Oct-2007 : Various fixes to allow the build on MinGW
- *
- *    28-Oct-2007: drop some dead code. now tested working without.
- *
- *  Original License and code follows.
- */
-
-#include "squid.h"
-
-#if !HAVE_INET_PTON
-
-/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
- * Copyright (c) 1996,1999 by Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "inet_pton.c,v 1.2.206.2 2005/07/28 07:43:18 marka Exp";
-#endif /* LIBC_SCCS and not lint */
-
-#if HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#if HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-#if ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
-#endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
-
-#if ! defined(NS_INADDRSZ)
-#define NS_INADDRSZ      4
-#endif
-#if ! defined(NS_IN6ADDRSZ)
-#define NS_IN6ADDRSZ    16
-#endif
-#if ! defined(NS_INT16SZ)
-#define NS_INT16SZ      2
-#endif
-
-/*
- * WARNING: Don't even consider trying to compile this on a system where
- * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
- */
-
-static int  inet_pton4 (const char *src, u_char *dst);
-static int  inet_pton6 (const char *src, u_char *dst);
-
-/* int
- * inet_pton(af, src, dst)
- *  convert from presentation format (which usually means ASCII printable)
- *  to network format (which is usually some kind of binary format).
- * return:
- *  1 if the address was valid for the specified address family
- *  0 if the address wasn't valid (`dst' is untouched in this case)
- *  -1 if some other error occurred (`dst' is untouched in this case, too)
- * author:
- *  Paul Vixie, 1996.
- */
-int
-xinet_pton(af, src, dst)
-int af;
-const char *src;
-void *dst;
-{
-    switch (af) {
-    case AF_INET:
-        return (inet_pton4(src, dst));
-    case AF_INET6:
-        return (inet_pton6(src, dst));
-    default:
-        errno = EAFNOSUPPORT;
-        return (-1);
-    }
-    /* NOTREACHED */
-}
-
-/* int
- * inet_pton4(src, dst)
- *  like inet_aton() but without all the hexadecimal and shorthand.
- * return:
- *  1 if `src' is a valid dotted quad, else 0.
- * notice:
- *  does not touch `dst' unless it's returning 1.
- * author:
- *  Paul Vixie, 1996.
- */
-static int
-inet_pton4(src, dst)
-const char *src;
-u_char *dst;
-{
-    static const char digits[] = "0123456789";
-    int saw_digit, octets, ch;
-    u_char tmp[NS_INADDRSZ], *tp;
-
-    saw_digit = 0;
-    octets = 0;
-    *(tp = tmp) = 0;
-    while ((ch = *src++) != '\0') {
-        const char *pch;
-
-        if ((pch = strchr(digits, ch)) != NULL) {
-            u_int new = *tp * 10 + (pch - digits);
-
-            if (saw_digit && *tp == 0)
-                return (0);
-            if (new > 255)
-                return (0);
-            *tp = new;
-            if (!saw_digit) {
-                if (++octets > 4)
-                    return (0);
-                saw_digit = 1;
-            }
-        } else if (ch == '.' && saw_digit) {
-            if (octets == 4)
-                return (0);
-            *++tp = 0;
-            saw_digit = 0;
-        } else
-            return (0);
-    }
-    if (octets < 4)
-        return (0);
-    memcpy(dst, tmp, NS_INADDRSZ);
-    return (1);
-}
-
-/* int
- * inet_pton6(src, dst)
- *  convert presentation level address to network order binary form.
- * return:
- *  1 if `src' is a valid [RFC1884 2.2] address, else 0.
- * notice:
- *  (1) does not touch `dst' unless it's returning 1.
- *  (2) :: in a full address is silently ignored.
- * credit:
- *  inspired by Mark Andrews.
- * author:
- *  Paul Vixie, 1996.
- */
-static int
-inet_pton6(src, dst)
-const char *src;
-u_char *dst;
-{
-    static const char xdigits_l[] = "0123456789abcdef",
-                                    xdigits_u[] = "0123456789ABCDEF";
-    u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
-    const char *xdigits, *curtok;
-    int ch, seen_xdigits;
-    u_int val;
-
-    memset((tp = tmp), '\0', NS_IN6ADDRSZ);
-    endp = tp + NS_IN6ADDRSZ;
-    colonp = NULL;
-    /* Leading :: requires some special handling. */
-    if (*src == ':')
-        if (*++src != ':')
-            return (0);
-    curtok = src;
-    seen_xdigits = 0;
-    val = 0;
-    while ((ch = *src++) != '\0') {
-        const char *pch;
-
-        if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
-            pch = strchr((xdigits = xdigits_u), ch);
-        if (pch != NULL) {
-            val <<= 4;
-            val |= (pch - xdigits);
-            if (++seen_xdigits > 4)
-                return (0);
-            continue;
-        }
-        if (ch == ':') {
-            curtok = src;
-            if (!seen_xdigits) {
-                if (colonp)
-                    return (0);
-                colonp = tp;
-                continue;
-            } else if (*src == '\0') {
-                return (0);
-            }
-            if (tp + NS_INT16SZ > endp)
-                return (0);
-            *tp++ = (u_char) (val >> 8) & 0xff;
-            *tp++ = (u_char) val & 0xff;
-            seen_xdigits = 0;
-            val = 0;
-            continue;
-        }
-        if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
-                inet_pton4(curtok, tp) > 0) {
-            tp += NS_INADDRSZ;
-            seen_xdigits = 0;
-            break;  /* '\0' was seen by inet_pton4(). */
-        }
-        return (0);
-    }
-    if (seen_xdigits) {
-        if (tp + NS_INT16SZ > endp)
-            return (0);
-        *tp++ = (u_char) (val >> 8) & 0xff;
-        *tp++ = (u_char) val & 0xff;
-    }
-    if (colonp != NULL) {
-        /*
-         * Since some memmove()'s erroneously fail to handle
-         * overlapping regions, we'll do the shift by hand.
-         */
-        const int n = tp - colonp;
-        int i;
-
-        if (tp == endp)
-            return (0);
-        for (i = 1; i <= n; i++) {
-            endp[- i] = colonp[n - i];
-            colonp[n - i] = 0;
-        }
-        tp = endp;
-    }
-    if (tp != endp)
-        return (0);
-    memcpy(dst, tmp, NS_IN6ADDRSZ);
-    return (1);
-}
-
-#endif /* HAVE_INET_PTON */
-
diff -u -r -N squid-3.5.0.4/compat/inet_pton.cc squid-3.5.1/compat/inet_pton.cc
--- squid-3.5.0.4/compat/inet_pton.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/compat/inet_pton.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,273 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
+ *  Shamelessly duplicated from the bind9 public sources
+ *  for use by the Squid Project under ISC written permission
+ *  included "as found" below.
+ *
+ * Update/Maintenance History:
+ *
+ *    24-Sep-2007 : Copied from bind 9.3.3
+ *                      - Added protection around libray headers
+ *                      - Altered configure checks to import
+ *
+ *    06-Oct-2007 : Various fixes to allow the build on MinGW
+ *
+ *    28-Oct-2007: drop some dead code. now tested working without.
+ *
+ *    13-Jan-2015 : Various fixed for C++ and MinGW native build
+ *
+ *  Original License and code follows.
+ */
+
+#include "squid.h"
+
+#if !HAVE_DECL_INET_PTON
+
+/*
+ * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 1996,1999 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#if defined(LIBC_SCCS) && !defined(lint)
+static const char rcsid[] = "inet_pton.c,v 1.2.206.2 2005/07/28 07:43:18 marka Exp";
+#endif /* LIBC_SCCS and not lint */
+
+#if HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_ARPA_NAMESER_H
+#include <arpa/nameser.h>
+#endif
+#if HAVE_STRING_H
+#include <string.h>
+#endif
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
+
+#if ! defined(NS_INADDRSZ)
+#define NS_INADDRSZ      4
+#endif
+#if ! defined(NS_IN6ADDRSZ)
+#define NS_IN6ADDRSZ    16
+#endif
+#if ! defined(NS_INT16SZ)
+#define NS_INT16SZ      2
+#endif
+
+/*
+ * WARNING: Don't even consider trying to compile this on a system where
+ * sizeof(int) < 4.  sizeof(int) > 4 is fine; all the world's not a VAX.
+ */
+
+static int  inet_pton4 (const char *src, u_char *dst);
+static int  inet_pton6 (const char *src, u_char *dst);
+
+/* int
+ * inet_pton(af, src, dst)
+ *  convert from presentation format (which usually means ASCII printable)
+ *  to network format (which is usually some kind of binary format).
+ * return:
+ *  1 if the address was valid for the specified address family
+ *  0 if the address wasn't valid (`dst' is untouched in this case)
+ *  -1 if some other error occurred (`dst' is untouched in this case, too)
+ * author:
+ *  Paul Vixie, 1996.
+ */
+int
+xinet_pton(int af, const char *src, void *dst)
+{
+    switch (af) {
+    case AF_INET:
+        return (inet_pton4(src, (u_char*)dst));
+    case AF_INET6:
+        return (inet_pton6(src, (u_char*)dst));
+    default:
+        errno = EAFNOSUPPORT;
+        return (-1);
+    }
+    /* NOTREACHED */
+}
+
+/* int
+ * inet_pton4(src, dst)
+ *  like inet_aton() but without all the hexadecimal and shorthand.
+ * return:
+ *  1 if `src' is a valid dotted quad, else 0.
+ * notice:
+ *  does not touch `dst' unless it's returning 1.
+ * author:
+ *  Paul Vixie, 1996.
+ */
+static int
+inet_pton4(const char *src, u_char *dst)
+{
+    static const char digits[] = "0123456789";
+    int saw_digit, octets, ch;
+    u_char tmp[NS_INADDRSZ], *tp;
+
+    saw_digit = 0;
+    octets = 0;
+    *(tp = tmp) = 0;
+    while ((ch = *src++) != '\0') {
+        const char *pch;
+
+        if ((pch = strchr(digits, ch)) != NULL) {
+            u_int nw = *tp * 10 + (pch - digits);
+
+            if (saw_digit && *tp == 0)
+                return (0);
+            if (nw > 255)
+                return (0);
+            *tp = nw;
+            if (!saw_digit) {
+                if (++octets > 4)
+                    return (0);
+                saw_digit = 1;
+            }
+        } else if (ch == '.' && saw_digit) {
+            if (octets == 4)
+                return (0);
+            *++tp = 0;
+            saw_digit = 0;
+        } else
+            return (0);
+    }
+    if (octets < 4)
+        return (0);
+    memcpy(dst, tmp, NS_INADDRSZ);
+    return (1);
+}
+
+/* int
+ * inet_pton6(src, dst)
+ *  convert presentation level address to network order binary form.
+ * return:
+ *  1 if `src' is a valid [RFC1884 2.2] address, else 0.
+ * notice:
+ *  (1) does not touch `dst' unless it's returning 1.
+ *  (2) :: in a full address is silently ignored.
+ * credit:
+ *  inspired by Mark Andrews.
+ * author:
+ *  Paul Vixie, 1996.
+ */
+static int
+inet_pton6(const char *src, u_char *dst)
+{
+    static const char xdigits_l[] = "0123456789abcdef",
+                                    xdigits_u[] = "0123456789ABCDEF";
+    u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
+    const char *xdigits, *curtok;
+    int ch, seen_xdigits;
+    u_int val;
+
+    memset((tp = tmp), '\0', NS_IN6ADDRSZ);
+    endp = tp + NS_IN6ADDRSZ;
+    colonp = NULL;
+    /* Leading :: requires some special handling. */
+    if (*src == ':')
+        if (*++src != ':')
+            return (0);
+    curtok = src;
+    seen_xdigits = 0;
+    val = 0;
+    while ((ch = *src++) != '\0') {
+        const char *pch;
+
+        if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
+            pch = strchr((xdigits = xdigits_u), ch);
+        if (pch != NULL) {
+            val <<= 4;
+            val |= (pch - xdigits);
+            if (++seen_xdigits > 4)
+                return (0);
+            continue;
+        }
+        if (ch == ':') {
+            curtok = src;
+            if (!seen_xdigits) {
+                if (colonp)
+                    return (0);
+                colonp = tp;
+                continue;
+            } else if (*src == '\0') {
+                return (0);
+            }
+            if (tp + NS_INT16SZ > endp)
+                return (0);
+            *tp++ = (u_char) (val >> 8) & 0xff;
+            *tp++ = (u_char) val & 0xff;
+            seen_xdigits = 0;
+            val = 0;
+            continue;
+        }
+        if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
+                inet_pton4(curtok, tp) > 0) {
+            tp += NS_INADDRSZ;
+            seen_xdigits = 0;
+            break;  /* '\0' was seen by inet_pton4(). */
+        }
+        return (0);
+    }
+    if (seen_xdigits) {
+        if (tp + NS_INT16SZ > endp)
+            return (0);
+        *tp++ = (u_char) (val >> 8) & 0xff;
+        *tp++ = (u_char) val & 0xff;
+    }
+    if (colonp != NULL) {
+        /*
+         * Since some memmove()'s erroneously fail to handle
+         * overlapping regions, we'll do the shift by hand.
+         */
+        const int n = tp - colonp;
+        int i;
+
+        if (tp == endp)
+            return (0);
+        for (i = 1; i <= n; i++) {
+            endp[- i] = colonp[n - i];
+            colonp[n - i] = 0;
+        }
+        tp = endp;
+    }
+    if (tp != endp)
+        return (0);
+    memcpy(dst, tmp, NS_IN6ADDRSZ);
+    return (1);
+}
+
+#endif /* HAVE_DECL_INET_PTON */
+
diff -u -r -N squid-3.5.0.4/compat/inet_pton.h squid-3.5.1/compat/inet_pton.h
--- squid-3.5.0.4/compat/inet_pton.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/inet_pton.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 #define _INC_INET_PTON_H
 
 /* Use the system provided version where possible */
-#if !HAVE_INET_PTON
+#if !HAVE_DECL_INET_PTON
 
 /* int
 * inet_pton(af, src, dst)
@@ -26,6 +26,6 @@
 SQUIDCEXTERN int xinet_pton(int af, const char *src, void *dst);
 #define inet_pton xinet_pton
 
-#endif
+#endif /* HAVE_DECL_INET_PTON */
 #endif /* _INC_INET_NTOP_H */
 
diff -u -r -N squid-3.5.0.4/compat/initgroups.c squid-3.5.1/compat/initgroups.c
--- squid-3.5.0.4/compat/initgroups.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/initgroups.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/initgroups.h squid-3.5.1/compat/initgroups.h
--- squid-3.5.0.4/compat/initgroups.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/initgroups.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/Makefile.am squid-3.5.1/compat/Makefile.am
--- squid-3.5.0.4/compat/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -10,6 +10,7 @@
 
 include $(top_srcdir)/src/Common.am
 
+AUTOMAKE_OPTIONS = subdir-objects
 
 # Ideally this would be 100% inline functions and macro wrappers.
 
@@ -31,11 +32,15 @@
 	eui64_aton.h \
 	eui64_aton.c \
 	fdsetsize.h \
+	getaddrinfo.cc \
 	getaddrinfo.h \
+	getnameinfo.cc \
 	getnameinfo.h \
 	GnuRegex.c \
 	GnuRegex.h \
+	inet_ntop.cc \
 	inet_ntop.h \
+	inet_pton.cc \
 	inet_pton.h \
 	initgroups.h \
 	memrchr.cc \
@@ -91,8 +96,7 @@
 
 testPreCompiler_SOURCES= \
 	testPreCompiler.h \
-	testPreCompiler.cc \
-	$(top_srcdir)/src/tests/testMain.cc
+	testPreCompiler.cc
 testPreCompiler_LDADD= $(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS)
 testPreCompiler_LDFLAGS=
 
diff -u -r -N squid-3.5.0.4/compat/Makefile.in squid-3.5.1/compat/Makefile.in
--- squid-3.5.0.4/compat/Makefile.in	2014-12-20 21:13:33.000000000 -0800
+++ squid-3.5.1/compat/Makefile.in	2015-01-13 04:53:10.000000000 -0800
@@ -83,9 +83,8 @@
 build_triplet = @build@
 host_triplet = @host@
 DIST_COMMON = $(top_srcdir)/src/Common.am $(srcdir)/Makefile.in \
-	$(srcdir)/Makefile.am getnameinfo.c getaddrinfo.c drand48.c \
-	inet_ntop.c initgroups.c inet_pton.c strtoll.c strerror.c \
-	tempnam.c psignal.c $(top_srcdir)/cfgaux/depcomp \
+	$(srcdir)/Makefile.am tempnam.c initgroups.c drand48.c \
+	psignal.c strtoll.c strerror.c $(top_srcdir)/cfgaux/depcomp \
 	$(top_srcdir)/cfgaux/test-driver
 check_PROGRAMS = testPreCompiler$(EXEEXT)
 TESTS = testPreCompiler$(EXEEXT) testHeaders
@@ -106,7 +105,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -114,6 +112,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -159,7 +158,8 @@
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libcompat_squid_la_DEPENDENCIES = $(LTLIBOBJS)
 am_libcompat_squid_la_OBJECTS = assert.lo compat.lo debug.lo \
-	eui64_aton.lo GnuRegex.lo memrchr.lo shm.lo statvfs.lo \
+	eui64_aton.lo getaddrinfo.lo getnameinfo.lo GnuRegex.lo \
+	inet_ntop.lo inet_pton.lo memrchr.lo shm.lo statvfs.lo \
 	strnstr.lo strnrchr.lo xalloc.lo xstrerror.lo xstring.lo \
 	xstrto.lo mswindows.lo
 libcompat_squid_la_OBJECTS = $(am_libcompat_squid_la_OBJECTS)
@@ -167,8 +167,7 @@
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 am__v_lt_1 = 
-am_testPreCompiler_OBJECTS = testPreCompiler.$(OBJEXT) \
-	testMain.$(OBJEXT)
+am_testPreCompiler_OBJECTS = testPreCompiler.$(OBJEXT)
 testPreCompiler_OBJECTS = $(am_testPreCompiler_OBJECTS)
 am__DEPENDENCIES_1 =
 testPreCompiler_DEPENDENCIES = $(am__DEPENDENCIES_1) \
@@ -697,6 +696,7 @@
 @ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
 COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
 subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+AUTOMAKE_OPTIONS = subdir-objects
 
 # Ideally this would be 100% inline functions and macro wrappers.
 
@@ -717,11 +717,15 @@
 	eui64_aton.h \
 	eui64_aton.c \
 	fdsetsize.h \
+	getaddrinfo.cc \
 	getaddrinfo.h \
+	getnameinfo.cc \
 	getnameinfo.h \
 	GnuRegex.c \
 	GnuRegex.h \
+	inet_ntop.cc \
 	inet_ntop.h \
+	inet_pton.cc \
 	inet_pton.h \
 	initgroups.h \
 	memrchr.cc \
@@ -773,8 +777,7 @@
 libcompat_squid_la_LIBADD = $(LTLIBOBJS)
 testPreCompiler_SOURCES = \
 	testPreCompiler.h \
-	testPreCompiler.cc \
-	$(top_srcdir)/src/tests/testMain.cc
+	testPreCompiler.cc
 
 testPreCompiler_LDADD = $(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS)
 testPreCompiler_LDFLAGS = 
@@ -848,10 +851,6 @@
 	-rm -f *.tab.c
 
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/drand48.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getnameinfo.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_pton.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/initgroups.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/psignal.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Plo@am__quote@
@@ -862,13 +861,16 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eui64_aton.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getaddrinfo.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnameinfo.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mswindows.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statvfs.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnrchr.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnstr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testPreCompiler.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrerror.Plo@am__quote@
@@ -876,61 +878,53 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrto.Plo@am__quote@
 
 .c.o:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .c.lo:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 .cc.o:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cc.obj:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cc.lo:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
-testMain.o: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-
-testMain.obj: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
diff -u -r -N squid-3.5.0.4/compat/memrchr.cc squid-3.5.1/compat/memrchr.cc
--- squid-3.5.0.4/compat/memrchr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/memrchr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/memrchr.h squid-3.5.1/compat/memrchr.h
--- squid-3.5.0.4/compat/memrchr.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/memrchr.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/mswindows.cc squid-3.5.1/compat/mswindows.cc
--- squid-3.5.0.4/compat/mswindows.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/mswindows.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/aix.h squid-3.5.1/compat/os/aix.h
--- squid-3.5.0.4/compat/os/aix.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/aix.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/android.h squid-3.5.1/compat/os/android.h
--- squid-3.5.0.4/compat/os/android.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/android.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/dragonfly.h squid-3.5.1/compat/os/dragonfly.h
--- squid-3.5.0.4/compat/os/dragonfly.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/dragonfly.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/freebsd.h squid-3.5.1/compat/os/freebsd.h
--- squid-3.5.0.4/compat/os/freebsd.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/freebsd.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/hpux.h squid-3.5.1/compat/os/hpux.h
--- squid-3.5.0.4/compat/os/hpux.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/hpux.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/linux.h squid-3.5.1/compat/os/linux.h
--- squid-3.5.0.4/compat/os/linux.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/linux.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/macosx.h squid-3.5.1/compat/os/macosx.h
--- squid-3.5.0.4/compat/os/macosx.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/macosx.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/mswindows.h squid-3.5.1/compat/os/mswindows.h
--- squid-3.5.0.4/compat/os/mswindows.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/mswindows.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -621,6 +621,13 @@
 }
 #define getsockopt(s,l,o,v,n) Squid::getsockopt(s,l,o,v,n)
 
+inline char *
+inet_ntop(int af, const void *src, char *dst, size_t size)
+{
+    return (char*)InetNtopA(af, const_cast<void*>(src), dst, size);
+}
+#define inet_ntop(a,s,d,l) Squid::inet_ntop(a,s,d,l)
+
 /* Simple ioctl() emulation */
 inline int
 ioctl(int s, int c, void * a)
diff -u -r -N squid-3.5.0.4/compat/os/netbsd.h squid-3.5.1/compat/os/netbsd.h
--- squid-3.5.0.4/compat/os/netbsd.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/netbsd.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/next.h squid-3.5.1/compat/os/next.h
--- squid-3.5.0.4/compat/os/next.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/next.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/openbsd.h squid-3.5.1/compat/os/openbsd.h
--- squid-3.5.0.4/compat/os/openbsd.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/openbsd.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/opensolaris_10_netdb.h squid-3.5.1/compat/os/opensolaris_10_netdb.h
--- squid-3.5.0.4/compat/os/opensolaris_10_netdb.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/opensolaris_10_netdb.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/os2.h squid-3.5.1/compat/os/os2.h
--- squid-3.5.0.4/compat/os/os2.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/os2.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/qnx.h squid-3.5.1/compat/os/qnx.h
--- squid-3.5.0.4/compat/os/qnx.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/qnx.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/sgi.h squid-3.5.1/compat/os/sgi.h
--- squid-3.5.0.4/compat/os/sgi.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/sgi.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/solaris.h squid-3.5.1/compat/os/solaris.h
--- squid-3.5.0.4/compat/os/solaris.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/solaris.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/os/sunos.h squid-3.5.1/compat/os/sunos.h
--- squid-3.5.0.4/compat/os/sunos.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/os/sunos.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/osdetect.h squid-3.5.1/compat/osdetect.h
--- squid-3.5.0.4/compat/osdetect.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/osdetect.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/psignal.c squid-3.5.1/compat/psignal.c
--- squid-3.5.0.4/compat/psignal.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/psignal.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/psignal.h squid-3.5.1/compat/psignal.h
--- squid-3.5.0.4/compat/psignal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/psignal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/shm.cc squid-3.5.1/compat/shm.cc
--- squid-3.5.0.4/compat/shm.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/shm.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/shm.h squid-3.5.1/compat/shm.h
--- squid-3.5.0.4/compat/shm.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/shm.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/statvfs.cc squid-3.5.1/compat/statvfs.cc
--- squid-3.5.0.4/compat/statvfs.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/statvfs.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/statvfs.h squid-3.5.1/compat/statvfs.h
--- squid-3.5.0.4/compat/statvfs.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/statvfs.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/stdio.h squid-3.5.1/compat/stdio.h
--- squid-3.5.0.4/compat/stdio.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/stdio.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/stdvarargs.h squid-3.5.1/compat/stdvarargs.h
--- squid-3.5.0.4/compat/stdvarargs.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/stdvarargs.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strerror.c squid-3.5.1/compat/strerror.c
--- squid-3.5.0.4/compat/strerror.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strerror.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strnrchr.c squid-3.5.1/compat/strnrchr.c
--- squid-3.5.0.4/compat/strnrchr.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strnrchr.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strnrchr.h squid-3.5.1/compat/strnrchr.h
--- squid-3.5.0.4/compat/strnrchr.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strnrchr.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strnstr.cc squid-3.5.1/compat/strnstr.cc
--- squid-3.5.0.4/compat/strnstr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strnstr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strtoll.c squid-3.5.1/compat/strtoll.c
--- squid-3.5.0.4/compat/strtoll.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strtoll.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/strtoll.h squid-3.5.1/compat/strtoll.h
--- squid-3.5.0.4/compat/strtoll.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/strtoll.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/tempnam.c squid-3.5.1/compat/tempnam.c
--- squid-3.5.0.4/compat/tempnam.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/tempnam.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/tempnam.h squid-3.5.1/compat/tempnam.h
--- squid-3.5.0.4/compat/tempnam.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/tempnam.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/testPreCompiler.cc squid-3.5.1/compat/testPreCompiler.cc
--- squid-3.5.0.4/compat/testPreCompiler.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/testPreCompiler.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,7 @@
 
 #include "squid.h"
 #include "testPreCompiler.h"
+#include "unitTestMain.h"
 
 #include <cassert>
 
diff -u -r -N squid-3.5.0.4/compat/testPreCompiler.h squid-3.5.1/compat/testPreCompiler.h
--- squid-3.5.0.4/compat/testPreCompiler.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/testPreCompiler.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/types.h squid-3.5.1/compat/types.h
--- squid-3.5.0.4/compat/types.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/types.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/valgrind.h squid-3.5.1/compat/valgrind.h
--- squid-3.5.0.4/compat/valgrind.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/valgrind.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xalloc.cc squid-3.5.1/compat/xalloc.cc
--- squid-3.5.0.4/compat/xalloc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xalloc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xalloc.h squid-3.5.1/compat/xalloc.h
--- squid-3.5.0.4/compat/xalloc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xalloc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xis.h squid-3.5.1/compat/xis.h
--- squid-3.5.0.4/compat/xis.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xis.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstrerror.cc squid-3.5.1/compat/xstrerror.cc
--- squid-3.5.0.4/compat/xstrerror.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstrerror.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstrerror.h squid-3.5.1/compat/xstrerror.h
--- squid-3.5.0.4/compat/xstrerror.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstrerror.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstring.cc squid-3.5.1/compat/xstring.cc
--- squid-3.5.0.4/compat/xstring.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstring.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstring.h squid-3.5.1/compat/xstring.h
--- squid-3.5.0.4/compat/xstring.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstring.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstrto.cc squid-3.5.1/compat/xstrto.cc
--- squid-3.5.0.4/compat/xstrto.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstrto.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/compat/xstrto.h squid-3.5.1/compat/xstrto.h
--- squid-3.5.0.4/compat/xstrto.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/compat/xstrto.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/configure squid-3.5.1/configure
--- squid-3.5.0.4/configure	2014-12-20 21:15:32.000000000 -0800
+++ squid-3.5.1/configure	2015-01-13 04:54:26.000000000 -0800
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.5.0.4.
+# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.5.1.
 #
 # Report bugs to <http://bugs.squid-cache.org/>.
 #
@@ -595,8 +595,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.5.0.4'
-PACKAGE_STRING='Squid Web Proxy 3.5.0.4'
+PACKAGE_VERSION='3.5.1'
+PACKAGE_STRING='Squid Web Proxy 3.5.1'
 PACKAGE_BUGREPORT='http://bugs.squid-cache.org/'
 PACKAGE_URL=''
 
@@ -1617,7 +1617,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Squid Web Proxy 3.5.0.4 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.5.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1687,7 +1687,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 3.5.0.4:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 3.5.1:";;
    esac
   cat <<\_ACEOF
 
@@ -2094,7 +2094,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 3.5.0.4
+Squid Web Proxy configure 3.5.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3198,7 +3198,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Squid Web Proxy $as_me 3.5.0.4, which was
+It was created by Squid Web Proxy $as_me 3.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4065,7 +4065,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='3.5.0.4'
+ VERSION='3.5.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4299,7 +4299,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4308,7 +4308,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4319,7 +4319,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4353,7 +4353,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4399,7 +4399,7 @@
 #
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4489,7 +4489,10 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+
+
+
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4517,7 +4520,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4528,7 +4531,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4596,7 +4599,7 @@
 # --------------------------------------------------------------
 # PKG_CHECK_MODULES
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4622,7 +4625,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -4671,7 +4674,7 @@
 
 
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31659,7 +31662,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31710,7 +31713,7 @@
       # modules converted to autoconf macros already
       # NP: we only need this list because m4_include() does not accept variables
       if test "x$helper" = "xDB" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31723,7 +31726,7 @@
 
 
       elif test "x$helper" = "xLDAP" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31746,7 +31749,7 @@
 
 
       elif test "x$helper" = "xMSNT-multi-domain" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31758,34 +31761,8 @@
 fi
 
 
-      elif test "x$helper" = "xMSNT" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-BUILD_HELPER="MSNT"
-
-# DONT build this helper on Windows
-for ac_header in w32api/windows.h windows.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
- BUILD_HELPER=""
-fi
-
-done
-
-
-
       elif test "x$helper" = "xNCSA" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31852,7 +31829,7 @@
 
 
       elif test "x$helper" = "xNIS" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31884,7 +31861,7 @@
 
 
       elif test "x$helper" = "xPAM" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31980,7 +31957,7 @@
 
 
       elif test "x$helper" = "xPOP3" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31993,7 +31970,7 @@
 
 
       elif test "x$helper" = "xRADIUS" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32004,7 +31981,7 @@
 
 
       elif test "x$helper" = "xSASL" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32143,7 +32120,7 @@
 
 
       elif test "x$helper" = "xSMB" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32201,8 +32178,34 @@
 BUILD_HELPER="SMB"
 
 
+      elif test "x$helper" = "xSMB_LM" ; then
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+BUILD_HELPER="SMB_LM"
+
+# DONT build this helper on Windows
+for ac_header in w32api/windows.h windows.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ BUILD_HELPER=""
+fi
+
+done
+
+
+
       elif test "x$helper" = "xSSPI" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32226,7 +32229,7 @@
 
 
       elif test "x$helper" = "xfake" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32237,7 +32240,7 @@
 
 
       elif test "x$helper" = "xgetpwnam" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32371,7 +32374,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32421,7 +32424,7 @@
       # modules converted to autoconf macros already
       # NP: we only need this list because m4_include() does not accept variables
       if test "x$helper" = "xLDAP" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32444,7 +32447,7 @@
 
 
       elif test "x$helper" = "xeDirectory" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32467,7 +32470,7 @@
 
 
       elif test "x$helper" = "xfile" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32514,7 +32517,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32564,7 +32567,7 @@
       # modules converted to autoconf macros already
       # NP: we only need this list because m4_include() does not accept variables
       if test "x$helper" = "xSSPI" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32590,7 +32593,7 @@
 
 
       elif test "x$helper" = "xkerberos" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32603,7 +32606,7 @@
 
 
       elif test "x$helper" = "xwrapper" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32660,7 +32663,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32711,7 +32714,7 @@
       # modules converted to autoconf macros already
       # NP: we only need this list because m4_include() does not accept variables
       if test "x$helper" = "xfake" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32722,7 +32725,7 @@
 
 
       elif test "x$helper" = "xSSPI" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32748,7 +32751,7 @@
 
 
       elif test "x$helper" = "xsmb_lm" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32856,7 +32859,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32894,7 +32897,7 @@
     # modules converted to autoconf macros already
     # NP: we only need this list because m4_include() does not accept variables
     if test "x$helper" = "xDB" ; then
-      ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+      ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32907,7 +32910,7 @@
 
 
     elif test "x$helper" = "xfile" ; then
-      ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+      ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32946,7 +32949,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -32982,7 +32985,7 @@
       # modules converted to autoconf macros already
       # NP: we only need this list because m4_include() does not accept variables
       if test "x$helper" = "xAD_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33014,7 +33017,7 @@
 
 
       elif test "x$helper" = "xLDAP_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33037,7 +33040,7 @@
 
 
       elif test "x$helper" = "xLM_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33060,7 +33063,7 @@
 
 
       elif test "x$helper" = "xdelayer" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33073,7 +33076,7 @@
 
 
       elif test "x$helper" = "xSQL_session" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33086,7 +33089,7 @@
 
 
       elif test "x$helper" = "xeDirectory_userip" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33109,7 +33112,7 @@
 
 
       elif test "x$helper" = "xfile_userip" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33131,7 +33134,7 @@
 
 
       elif test "x$helper" = "xkerberos_ldap_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33268,7 +33271,7 @@
 
 
       elif test "x$helper" = "xsession" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33293,7 +33296,7 @@
 
 
       elif test "x$helper" = "xtime_quota" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33326,7 +33329,7 @@
 
 
       elif test "x$helper" = "xunix_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33348,7 +33351,7 @@
 
 
       elif test "x$helper" = "xwbinfo_group" ; then
-        ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+        ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33438,7 +33441,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33474,7 +33477,7 @@
     # modules converted to autoconf macros already
     # NP: we only need this list because m4_include() does not accept variables
     if test "x$helper" = "xfake" ; then
-      ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+      ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33512,7 +33515,7 @@
 
 fi
 
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -33548,7 +33551,7 @@
     # modules converted to autoconf macros already
     # NP: we only need this list because m4_include() does not accept variables
     if test "x$helper" = "xfile" ; then
-      ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+      ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -34265,10 +34268,6 @@
   glob.h \
   gnumalloc.h \
   grp.h \
-  ip_compat.h \
-  ip_fil_compat.h \
-  ip_fil.h \
-  ip_nat.h \
   ipl.h \
   lber.h \
   ldap.h \
@@ -34283,7 +34282,6 @@
   netdb.h \
   netinet/in.h \
   netinet/in_systm.h \
-  netinet/ip_fil_compat.h \
   netinet/tcp.h \
   paths.h \
   poll.h \
@@ -34410,12 +34408,8 @@
   netinet/in.h \
   netinet/ip.h \
   netinet/ip6.h \
-  netinet/ip_compat.h\
-  netinet/ip_fil_compat.h\
-  netinet/ip_fil.h\
   netinet/ip_icmp.h \
   netinet/ipl.h \
-  netinet/ip_nat.h\
   net/pf/pfvar.h \
   net/pfvar.h \
   sys/mount.h\
@@ -37537,8 +37531,8 @@
   ac_cv_require_rtti=no
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    if test "ac_cv_require_rtti" != "no" ; then
-      CFLAGS="$CXXFLAGS -rtti"
+    if test "xac_cv_require_rtti" != "xno" ; then
+      CFLAGS="$CFLAGS -rtti"
       CXXFLAGS="$CXXFLAGS -rtti"
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -37579,8 +37573,6 @@
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_require_rtti" >&5
 $as_echo "$ac_cv_require_rtti" >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ac_cv_require_rtti" >&5
-$as_echo "ac_cv_require_rtti" >&6; }
 
     if test "$ac_cv_require_rtti" = "yes"; then
       SQUID_CFLAGS="-rtti $SQUID_CFLAGS"
@@ -37618,8 +37610,8 @@
   ac_cv_require_qcpluscmt=no
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    if test "ac_cv_require_qcpluscmt" != "no" ; then
-      CFLAGS="$CXXFLAGS -qcpluscmt"
+    if test "xac_cv_require_qcpluscmt" != "xno" ; then
+      CFLAGS="$CFLAGS -qcpluscmt"
       CXXFLAGS="$CXXFLAGS -qcpluscmt"
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -37645,8 +37637,6 @@
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_require_qcpluscmt" >&5
 $as_echo "$ac_cv_require_qcpluscmt" >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ac_cv_require_qcpluscmt" >&5
-$as_echo "ac_cv_require_qcpluscmt" >&6; }
 
     ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
@@ -37804,32 +37794,6 @@
 
 fi
 
-ac_fn_cxx_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop"
-if test "x$ac_cv_func_inet_ntop" = xyes; then :
-  $as_echo "#define HAVE_INET_NTOP 1" >>confdefs.h
-
-else
-  case " $LIBOBJS " in
-  *" inet_ntop.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS inet_ntop.$ac_objext"
- ;;
-esac
-
-fi
-
-ac_fn_cxx_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton"
-if test "x$ac_cv_func_inet_pton" = xyes; then :
-  $as_echo "#define HAVE_INET_PTON 1" >>confdefs.h
-
-else
-  case " $LIBOBJS " in
-  *" inet_pton.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS inet_pton.$ac_objext"
- ;;
-esac
-
-fi
-
 ac_fn_cxx_check_func "$LINENO" "initgroups" "ac_cv_func_initgroups"
 if test "x$ac_cv_func_initgroups" = xyes; then :
   $as_echo "#define HAVE_INITGROUPS 1" >>confdefs.h
@@ -37843,32 +37807,6 @@
 
 fi
 
-ac_fn_cxx_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
-if test "x$ac_cv_func_getaddrinfo" = xyes; then :
-  $as_echo "#define HAVE_GETADDRINFO 1" >>confdefs.h
-
-else
-  case " $LIBOBJS " in
-  *" getaddrinfo.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS getaddrinfo.$ac_objext"
- ;;
-esac
-
-fi
-
-ac_fn_cxx_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
-if test "x$ac_cv_func_getnameinfo" = xyes; then :
-  $as_echo "#define HAVE_GETNAMEINFO 1" >>confdefs.h
-
-else
-  case " $LIBOBJS " in
-  *" getnameinfo.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS getnameinfo.$ac_objext"
- ;;
-esac
-
-fi
-
 ac_fn_cxx_check_func "$LINENO" "psignal" "ac_cv_func_psignal"
 if test "x$ac_cv_func_psignal" = xyes; then :
   $as_echo "#define HAVE_PSIGNAL 1" >>confdefs.h
@@ -37923,6 +37861,160 @@
 
 
 
+ac_fn_cxx_check_decl "$LINENO" "getaddrinfo" "ac_cv_have_decl_getaddrinfo" "
+/*
+ * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
+ * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
+ * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
+ */
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#if HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+
+"
+if test "x$ac_cv_have_decl_getaddrinfo" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_GETADDRINFO $ac_have_decl
+_ACEOF
+ac_fn_cxx_check_decl "$LINENO" "getnameinfo" "ac_cv_have_decl_getnameinfo" "
+/*
+ * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
+ * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
+ * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
+ */
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#if HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+
+"
+if test "x$ac_cv_have_decl_getnameinfo" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_GETNAMEINFO $ac_have_decl
+_ACEOF
+ac_fn_cxx_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "
+/*
+ * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
+ * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
+ * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
+ */
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#if HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+
+"
+if test "x$ac_cv_have_decl_inet_ntop" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_INET_NTOP $ac_have_decl
+_ACEOF
+ac_fn_cxx_check_decl "$LINENO" "inet_pton" "ac_cv_have_decl_inet_pton" "
+/*
+ * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
+ * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
+ * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
+ */
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#if HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+
+"
+if test "x$ac_cv_have_decl_inet_pton" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_INET_PTON $ac_have_decl
+_ACEOF
+
+
 # Magic which checks whether we are forcing a type of comm loop we
 # are actually going to (ab)use.
 # Mostly ripped from squid-commloops, thanks to adrian and benno
@@ -38348,8 +38440,138 @@
 fi
 
 
-
 if test "x$enable_ipf_transparent" != "xno" ; then
+
+  if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#     include <sys/types.h>
+#     include <sys/ioccom.h>
+#     include <netinet/in.h>
+
+#     include <netinet/ip_compat.h>
+#     include <netinet/ip_fil.h>
+#     include <netinet/ip_nat.h>
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+      squid_cv_broken_ipfilter_minor_t=0
+
+else
+
+      ## on fail, test the hack
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#define minor_t fubaar
+#       include <sys/types.h>
+#       include <sys/ioccom.h>
+#       include <netinet/in.h>
+#undef minor_t
+#       include <netinet/ip_compat.h>
+#       include <netinet/ip_fil.h>
+#       include <netinet/ip_nat.h>
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+        squid_cv_broken_ipfilter_minor_t=1
+
+else
+
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: unable to make IPFilter work with netinet/ headers" >&5
+$as_echo "unable to make IPFilter work with netinet/ headers" >&6; }
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+
+
+cat >>confdefs.h <<_ACEOF
+#define USE_SOLARIS_IPFILTER_MINOR_T_HACK $squid_cv_broken_ipfilter_minor_t
+_ACEOF
+
+
+## check for IPFilter headers that require this hack
+## (but first netinet/in.h and sys/ioccom.h which they depend on)
+  for ac_header in \
+	netinet/in.h \
+	sys/ioccom.h \
+	ip_compat.h \
+	ip_fil_compat.h \
+	ip_fil.h \
+	ip_nat.h \
+	netinet/ip_compat.h \
+	netinet/ip_fil_compat.h \
+	netinet/ip_fil.h \
+	netinet/ip_nat.h \
+
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK
+#define minor_t fubar
+#endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_IOCCOM_H
+#include <sys/ioccom.h>
+#endif
+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK
+#undef minor_t
+#endif
+#if HAVE_IP_COMPAT_H
+#include <ip_compat.h>
+#elif HAVE_NETINET_IP_COMPAT_H
+#include <netinet/ip_compat.h>
+#endif
+#if HAVE_IP_FIL_H
+#include <ip_fil.h>
+#elif HAVE_NETINET_IP_FIL_H
+#include <netinet/ip_fil.h>
+#endif
+#if !defined(IPFILTER_VERSION)
+#define IPFILTER_VERSION        5000004
+#endif
+
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for availability of IP-Filter header files" >&5
 $as_echo_n "checking for availability of IP-Filter header files... " >&6; }
     # hold on to your hats...
@@ -38358,8 +38580,8 @@
         "x$ac_cv_header_netinet_ip_compat_h" = "xyes" -o \
         "x$ac_cv_header_netinet_ip_fil_compat_h" = "xyes" ; then
         have_ipfilter_compat_header="yes"
-     fi
-     if test "x$have_ipfilter_compat_header" = "xyes" -a \
+    fi
+    if test "x$have_ipfilter_compat_header" = "xyes" -a \
        "x$ac_cv_header_ip_fil_h" = "xyes" -a \
        "x$ac_cv_header_ip_nat_h" = "xyes" ; then
         enable_ipf_transparent="yes"
@@ -38372,6 +38594,15 @@
     fi
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IPF_TRANSPARENT" >&5
 $as_echo "$IPF_TRANSPARENT" >&6; }
+
+## On Solaris Ipfilter includes expect that SOLARIS2 is defined with the
+## Solaris minor version (8, 9, 10, ...)
+  if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then
+    solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'`
+    CFLAGS="-DSOLARIS2=$solrev $CFLAGS"
+    CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS"
+  fi
+
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: IPF-based transparent proxying enabled: $enable_ipf_transparent" >&5
 $as_echo "$as_me: IPF-based transparent proxying enabled: $enable_ipf_transparent" >&6;}
@@ -38390,12 +38621,6 @@
 unset squid_tmp_define
 
 
-if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then
-  solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'`
-  CFLAGS="-DSOLARIS2=$solrev $CFLAGS"
-  CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS"
-fi
-
 if test "x$with_nat_devpf" != "xno" ; then
   if test "x$ac_cv_header_net_pfvar_h" = "xyes" -o \
     "x$ac_cv_header_net_pf_pfvar_h" = "xyes"; then
@@ -39760,7 +39985,7 @@
 
 rm -f core
 
-ac_config_files="$ac_config_files Makefile compat/Makefile lib/Makefile lib/ntlmauth/Makefile lib/libTrie/Makefile lib/libTrie/test/Makefile lib/profiler/Makefile lib/rfcnb/Makefile lib/smblib/Makefile lib/snmplib/Makefile scripts/Makefile src/Makefile src/anyp/Makefile src/ftp/Makefile src/base/Makefile src/acl/Makefile src/clients/Makefile src/servers/Makefile src/fs/Makefile src/repl/Makefile src/auth/Makefile src/auth/basic/Makefile src/auth/digest/Makefile src/auth/negotiate/Makefile src/auth/ntlm/Makefile src/adaptation/Makefile src/adaptation/icap/Makefile src/adaptation/ecap/Makefile src/comm/Makefile src/esi/Makefile src/eui/Makefile src/format/Makefile src/helper/Makefile src/http/Makefile src/icmp/Makefile src/ident/Makefile src/ip/Makefile src/log/Makefile src/ipc/Makefile src/ssl/Makefile src/mgr/Makefile src/parser/Makefile src/snmp/Makefile contrib/Makefile icons/Makefile errors/Makefile test-suite/Makefile doc/Makefile doc/manuals/Makefile helpers/Makefile helpers/basic_auth/Makefile helpers/basic_auth/DB/Makefile helpers/basic_auth/fake/Makefile helpers/basic_auth/getpwnam/Makefile helpers/basic_auth/LDAP/Makefile helpers/basic_auth/MSNT/Makefile helpers/basic_auth/MSNT-multi-domain/Makefile helpers/basic_auth/NCSA/Makefile helpers/basic_auth/NIS/Makefile helpers/basic_auth/PAM/Makefile helpers/basic_auth/POP3/Makefile helpers/basic_auth/RADIUS/Makefile helpers/basic_auth/SASL/Makefile helpers/basic_auth/SMB/Makefile helpers/basic_auth/SSPI/Makefile helpers/digest_auth/Makefile helpers/digest_auth/eDirectory/Makefile helpers/digest_auth/file/Makefile helpers/digest_auth/LDAP/Makefile helpers/ntlm_auth/Makefile helpers/ntlm_auth/fake/Makefile helpers/ntlm_auth/smb_lm/Makefile helpers/ntlm_auth/SSPI/Makefile helpers/negotiate_auth/Makefile helpers/negotiate_auth/kerberos/Makefile helpers/negotiate_auth/SSPI/Makefile helpers/negotiate_auth/wrapper/Makefile helpers/external_acl/Makefile helpers/external_acl/AD_group/Makefile helpers/external_acl/delayer/Makefile helpers/external_acl/eDirectory_userip/Makefile helpers/external_acl/file_userip/Makefile helpers/external_acl/kerberos_ldap_group/Makefile helpers/external_acl/LDAP_group/Makefile helpers/external_acl/LM_group/Makefile helpers/external_acl/session/Makefile helpers/external_acl/SQL_session/Makefile helpers/external_acl/unix_group/Makefile helpers/external_acl/wbinfo_group/Makefile helpers/external_acl/time_quota/Makefile helpers/log_daemon/Makefile helpers/log_daemon/DB/Makefile helpers/log_daemon/file/Makefile helpers/url_rewrite/Makefile helpers/url_rewrite/fake/Makefile helpers/ssl/Makefile helpers/storeid_rewrite/Makefile helpers/storeid_rewrite/file/Makefile tools/Makefile tools/purge/Makefile tools/squidclient/Makefile tools/systemd/Makefile tools/sysvinit/Makefile"
+ac_config_files="$ac_config_files Makefile compat/Makefile lib/Makefile lib/ntlmauth/Makefile lib/libTrie/Makefile lib/libTrie/test/Makefile lib/profiler/Makefile lib/rfcnb/Makefile lib/smblib/Makefile lib/snmplib/Makefile scripts/Makefile src/Makefile src/anyp/Makefile src/ftp/Makefile src/base/Makefile src/acl/Makefile src/clients/Makefile src/servers/Makefile src/fs/Makefile src/repl/Makefile src/auth/Makefile src/auth/basic/Makefile src/auth/digest/Makefile src/auth/negotiate/Makefile src/auth/ntlm/Makefile src/adaptation/Makefile src/adaptation/icap/Makefile src/adaptation/ecap/Makefile src/comm/Makefile src/esi/Makefile src/eui/Makefile src/format/Makefile src/helper/Makefile src/http/Makefile src/icmp/Makefile src/ident/Makefile src/ip/Makefile src/log/Makefile src/ipc/Makefile src/ssl/Makefile src/mgr/Makefile src/parser/Makefile src/snmp/Makefile contrib/Makefile icons/Makefile errors/Makefile test-suite/Makefile doc/Makefile doc/manuals/Makefile helpers/Makefile helpers/basic_auth/Makefile helpers/basic_auth/DB/Makefile helpers/basic_auth/fake/Makefile helpers/basic_auth/getpwnam/Makefile helpers/basic_auth/LDAP/Makefile helpers/basic_auth/MSNT-multi-domain/Makefile helpers/basic_auth/NCSA/Makefile helpers/basic_auth/NIS/Makefile helpers/basic_auth/PAM/Makefile helpers/basic_auth/POP3/Makefile helpers/basic_auth/RADIUS/Makefile helpers/basic_auth/SASL/Makefile helpers/basic_auth/SMB/Makefile helpers/basic_auth/SMB_LM/Makefile helpers/basic_auth/SSPI/Makefile helpers/digest_auth/Makefile helpers/digest_auth/eDirectory/Makefile helpers/digest_auth/file/Makefile helpers/digest_auth/LDAP/Makefile helpers/ntlm_auth/Makefile helpers/ntlm_auth/fake/Makefile helpers/ntlm_auth/smb_lm/Makefile helpers/ntlm_auth/SSPI/Makefile helpers/negotiate_auth/Makefile helpers/negotiate_auth/kerberos/Makefile helpers/negotiate_auth/SSPI/Makefile helpers/negotiate_auth/wrapper/Makefile helpers/external_acl/Makefile helpers/external_acl/AD_group/Makefile helpers/external_acl/delayer/Makefile helpers/external_acl/eDirectory_userip/Makefile helpers/external_acl/file_userip/Makefile helpers/external_acl/kerberos_ldap_group/Makefile helpers/external_acl/LDAP_group/Makefile helpers/external_acl/LM_group/Makefile helpers/external_acl/session/Makefile helpers/external_acl/SQL_session/Makefile helpers/external_acl/unix_group/Makefile helpers/external_acl/wbinfo_group/Makefile helpers/external_acl/time_quota/Makefile helpers/log_daemon/Makefile helpers/log_daemon/DB/Makefile helpers/log_daemon/file/Makefile helpers/url_rewrite/Makefile helpers/url_rewrite/fake/Makefile helpers/ssl/Makefile helpers/storeid_rewrite/Makefile helpers/storeid_rewrite/file/Makefile tools/Makefile tools/purge/Makefile tools/squidclient/Makefile tools/systemd/Makefile tools/sysvinit/Makefile"
 
 
 # must configure libltdl subdir unconditionally for "make distcheck" to work
@@ -40482,7 +40707,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Squid Web Proxy $as_me 3.5.0.4, which was
+This file was extended by Squid Web Proxy $as_me 3.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -40548,7 +40773,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Squid Web Proxy config.status 3.5.0.4
+Squid Web Proxy config.status 3.5.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -41110,7 +41335,6 @@
     "helpers/basic_auth/fake/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/fake/Makefile" ;;
     "helpers/basic_auth/getpwnam/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/getpwnam/Makefile" ;;
     "helpers/basic_auth/LDAP/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/LDAP/Makefile" ;;
-    "helpers/basic_auth/MSNT/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/MSNT/Makefile" ;;
     "helpers/basic_auth/MSNT-multi-domain/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/MSNT-multi-domain/Makefile" ;;
     "helpers/basic_auth/NCSA/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/NCSA/Makefile" ;;
     "helpers/basic_auth/NIS/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/NIS/Makefile" ;;
@@ -41119,6 +41343,7 @@
     "helpers/basic_auth/RADIUS/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/RADIUS/Makefile" ;;
     "helpers/basic_auth/SASL/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/SASL/Makefile" ;;
     "helpers/basic_auth/SMB/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/SMB/Makefile" ;;
+    "helpers/basic_auth/SMB_LM/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/SMB_LM/Makefile" ;;
     "helpers/basic_auth/SSPI/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/basic_auth/SSPI/Makefile" ;;
     "helpers/digest_auth/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/digest_auth/Makefile" ;;
     "helpers/digest_auth/eDirectory/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/digest_auth/eDirectory/Makefile" ;;
diff -u -r -N squid-3.5.0.4/configure.ac squid-3.5.1/configure.ac
--- squid-3.5.0.4/configure.ac	2014-12-20 21:15:31.000000000 -0800
+++ squid-3.5.1/configure.ac	2015-01-13 04:54:25.000000000 -0800
@@ -1,11 +1,11 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[3.5.0.4],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.5.1],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
@@ -2753,10 +2753,6 @@
   glob.h \
   gnumalloc.h \
   grp.h \
-  ip_compat.h \
-  ip_fil_compat.h \
-  ip_fil.h \
-  ip_nat.h \
   ipl.h \
   lber.h \
   ldap.h \
@@ -2771,7 +2767,6 @@
   netdb.h \
   netinet/in.h \
   netinet/in_systm.h \
-  netinet/ip_fil_compat.h \
   netinet/tcp.h \
   paths.h \
   poll.h \
@@ -2846,12 +2841,8 @@
   netinet/in.h \
   netinet/ip.h \
   netinet/ip6.h \
-  netinet/ip_compat.h\
-  netinet/ip_fil_compat.h\
-  netinet/ip_fil.h\
   netinet/ip_icmp.h \
   netinet/ipl.h \
-  netinet/ip_nat.h\
   net/pf/pfvar.h \
   net/pfvar.h \
   sys/mount.h\
@@ -3354,17 +3345,42 @@
 dnl ... and some we provide local replacements for
 AC_REPLACE_FUNCS(\
 	drand48 \
-	inet_ntop \
-	inet_pton \
 	initgroups \
-	getaddrinfo \
-	getnameinfo \
 	psignal \
 	strerror \
 	strtoll \
 	tempnam \
 )
 
+AC_CHECK_DECLS([getaddrinfo,getnameinfo,inet_ntop,inet_pton],,,[
+/*
+ * BSD requires sys/types.h, sys/socket.h, netinet/in.h, netdb.h, arpa/inet.h
+ * Linux requires sys/types.h, sys/socket.h, arpa/inet.h
+ * Windows requires sys/socket.h, winsock2.h, ws2tcpip.h
+ */
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif
+#if HAVE_WS2TCPIP_H
+#include <ws2tcpip.h>
+#endif
+])
+
 # Magic which checks whether we are forcing a type of comm loop we
 # are actually going to (ab)use.
 # Mostly ripped from squid-commloops, thanks to adrian and benno
@@ -3486,10 +3502,10 @@
 SQUID_CHECK_FUNC_VACOPY
 SQUID_CHECK_FUNC___VACOPY
 
-  
 dnl IP-Filter support requires ipf header files. These aren't
 dnl installed by default, so we need to check for them
 if test "x$enable_ipf_transparent" != "xno" ; then
+    SQUID_CHECK_BROKEN_SOLARIS_IPFILTER
     AC_MSG_CHECKING(for availability of IP-Filter header files)
     # hold on to your hats...
     if test "x$ac_cv_header_ip_compat_h" = "xyes" -o \
@@ -3497,8 +3513,8 @@
         "x$ac_cv_header_netinet_ip_compat_h" = "xyes" -o \
         "x$ac_cv_header_netinet_ip_fil_compat_h" = "xyes" ; then
         have_ipfilter_compat_header="yes"
-     fi
-     if test "x$have_ipfilter_compat_header" = "xyes" -a \
+    fi
+    if test "x$have_ipfilter_compat_header" = "xyes" -a \
        "x$ac_cv_header_ip_fil_h" = "xyes" -a \
        "x$ac_cv_header_ip_nat_h" = "xyes" ; then
         enable_ipf_transparent="yes"
@@ -3510,19 +3526,20 @@
         enable_ipf_transparent="no"
     fi
     AC_MSG_RESULT($IPF_TRANSPARENT)
+
+## On Solaris Ipfilter includes expect that SOLARIS2 is defined with the
+## Solaris minor version (8, 9, 10, ...)
+  if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then
+    solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'`
+    CFLAGS="-DSOLARIS2=$solrev $CFLAGS"
+    CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS"
+  fi
+
 fi
 AC_MSG_NOTICE([IPF-based transparent proxying enabled: $enable_ipf_transparent])
 SQUID_DEFINE_BOOL(IPF_TRANSPARENT,$enable_ipf_transparent,
     [Enable support for IPF-style transparent proxying])
 
-if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then
-dnl On Solaris Ipfilter includes expect that SOLARIS2 is defined with the
-dnl Solaris minor version (8, 9, 10, ...)
-  solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'`
-  CFLAGS="-DSOLARIS2=$solrev $CFLAGS" 
-  CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS" 
-fi
-
 dnl PF /dev/pf support requires a header file.
 if test "x$with_nat_devpf" != "xno" ; then
   if test "x$ac_cv_header_net_pfvar_h" = "xyes" -o \
@@ -3795,7 +3812,6 @@
 	helpers/basic_auth/fake/Makefile
 	helpers/basic_auth/getpwnam/Makefile
 	helpers/basic_auth/LDAP/Makefile
-	helpers/basic_auth/MSNT/Makefile
 	helpers/basic_auth/MSNT-multi-domain/Makefile
 	helpers/basic_auth/NCSA/Makefile
 	helpers/basic_auth/NIS/Makefile
@@ -3804,6 +3820,7 @@
 	helpers/basic_auth/RADIUS/Makefile
 	helpers/basic_auth/SASL/Makefile
 	helpers/basic_auth/SMB/Makefile
+	helpers/basic_auth/SMB_LM/Makefile
 	helpers/basic_auth/SSPI/Makefile
 	helpers/digest_auth/Makefile
 	helpers/digest_auth/eDirectory/Makefile
diff -u -r -N squid-3.5.0.4/contrib/Makefile.am squid-3.5.1/contrib/Makefile.am
--- squid-3.5.0.4/contrib/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/contrib/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/contrib/Makefile.in squid-3.5.1/contrib/Makefile.in
--- squid-3.5.0.4/contrib/Makefile.in	2014-12-20 21:13:33.000000000 -0800
+++ squid-3.5.1/contrib/Makefile.in	2015-01-13 04:53:10.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/contrib/rredir.c squid-3.5.1/contrib/rredir.c
--- squid-3.5.0.4/contrib/rredir.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/contrib/rredir.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/contrib/rredir.pl squid-3.5.1/contrib/rredir.pl
--- squid-3.5.0.4/contrib/rredir.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/contrib/rredir.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -T -w
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/CREDITS squid-3.5.1/CREDITS
--- squid-3.5.0.4/CREDITS	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/CREDITS	2015-01-13 04:52:01.000000000 -0800
@@ -687,29 +687,6 @@
 
 ==============================================================================
 
-helpers/basic_auth/MSNT/:
-
- * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
- * Released under GPL, see COPYING-2.0 for details.
-
- * Released under GNU Public License
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-==============================================================================
-
 helpers/basic_auth/NCSA/basic_ncsa_auth.8:
 
 This file is distributed in the hope that it will be useful,
@@ -956,6 +933,29 @@
 
 ==============================================================================
 
+helpers/basic_auth/SMB_LM/:
+
+ * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
+ * Released under GPL, see COPYING-2.0 for details.
+
+ * Released under GNU Public License
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+==============================================================================
+
 helpers/basic_auth/SSPI/:
 
   Guido Serassio, Torino - Italy
diff -u -r -N squid-3.5.0.4/doc/debug-sections.txt squid-3.5.1/doc/debug-sections.txt
--- squid-3.5.0.4/doc/debug-sections.txt	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/doc/debug-sections.txt	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/doc/Makefile.am squid-3.5.1/doc/Makefile.am
--- squid-3.5.0.4/doc/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/doc/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/doc/Makefile.in squid-3.5.1/doc/Makefile.in
--- squid-3.5.0.4/doc/Makefile.in	2014-12-20 21:13:33.000000000 -0800
+++ squid-3.5.1/doc/Makefile.in	2015-01-13 04:53:10.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/doc/manuals/language.list squid-3.5.1/doc/manuals/language.list
--- squid-3.5.0.4/doc/manuals/language.list	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/doc/manuals/language.list	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/doc/manuals/Makefile.am squid-3.5.1/doc/manuals/Makefile.am
--- squid-3.5.0.4/doc/manuals/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/doc/manuals/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/doc/manuals/Makefile.in squid-3.5.1/doc/manuals/Makefile.in
--- squid-3.5.0.4/doc/manuals/Makefile.in	2014-12-20 21:13:34.000000000 -0800
+++ squid-3.5.1/doc/manuals/Makefile.in	2015-01-13 04:53:11.000000000 -0800
@@ -95,7 +95,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -103,6 +102,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/doc/manuals/Substitute.am squid-3.5.1/doc/manuals/Substitute.am
--- squid-3.5.0.4/doc/manuals/Substitute.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/doc/manuals/Substitute.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ACCESS_DENIED squid-3.5.1/errors/af/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/af/ERR_ACCESS_DENIED	2014-12-20 21:24:03.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ACCESS_DENIED	2015-01-13 05:07:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:24:04.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:07:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_AGENT_CONFIGURE squid-3.5.1/errors/af/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/af/ERR_AGENT_CONFIGURE	2014-12-20 21:24:04.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_AGENT_CONFIGURE	2015-01-13 05:07:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webblaaier se opstelling</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/af/ERR_AGENT_WPAD squid-3.5.1/errors/af/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/af/ERR_AGENT_WPAD	2014-12-20 21:24:05.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_AGENT_WPAD	2015-01-13 05:07:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webblaaier se opstelling</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/af/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/af/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/af/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:24:06.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:07:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Toegang tot kasgeheue geweier.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/af/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:24:07.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:07:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Toegang tot kasbestuur geweier.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_CANNOT_FORWARD squid-3.5.1/errors/af/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/af/ERR_CANNOT_FORWARD	2014-12-20 21:24:08.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_CANNOT_FORWARD	2015-01-13 05:07:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_CONFLICT_HOST squid-3.5.1/errors/af/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/af/ERR_CONFLICT_HOST	2014-12-20 21:24:09.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_CONFLICT_HOST	2015-01-13 05:07:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_CONNECT_FAIL squid-3.5.1/errors/af/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/af/ERR_CONNECT_FAIL	2014-12-20 21:24:09.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_CONNECT_FAIL	2015-01-13 05:07:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_DIR_LISTING squid-3.5.1/errors/af/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/af/ERR_DIR_LISTING	2014-12-20 21:24:10.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_DIR_LISTING	2015-01-13 05:07:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Gids: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/af/ERR_DNS_FAIL squid-3.5.1/errors/af/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/af/ERR_DNS_FAIL	2014-12-20 21:24:11.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_DNS_FAIL	2015-01-13 05:07:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ESI squid-3.5.1/errors/af/ERR_ESI
--- squid-3.5.0.4/errors/af/ERR_ESI	2014-12-20 21:24:12.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ESI	2015-01-13 05:07:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FORWARDING_DENIED squid-3.5.1/errors/af/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/af/ERR_FORWARDING_DENIED	2014-12-20 21:24:13.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FORWARDING_DENIED	2015-01-13 05:07:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_DISABLED squid-3.5.1/errors/af/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/af/ERR_FTP_DISABLED	2014-12-20 21:24:14.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_DISABLED	2015-01-13 05:07:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_FAILURE squid-3.5.1/errors/af/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/af/ERR_FTP_FAILURE	2014-12-20 21:24:14.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_FAILURE	2015-01-13 05:07:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_FORBIDDEN squid-3.5.1/errors/af/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/af/ERR_FTP_FORBIDDEN	2014-12-20 21:24:15.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_FORBIDDEN	2015-01-13 05:07:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_NOT_FOUND squid-3.5.1/errors/af/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/af/ERR_FTP_NOT_FOUND	2014-12-20 21:24:16.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_NOT_FOUND	2015-01-13 05:07:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_PUT_CREATED squid-3.5.1/errors/af/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/af/ERR_FTP_PUT_CREATED	2014-12-20 21:24:17.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_PUT_CREATED	2015-01-13 05:07:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT suksesvol.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_PUT_ERROR squid-3.5.1/errors/af/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/af/ERR_FTP_PUT_ERROR	2014-12-20 21:24:18.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_PUT_ERROR	2015-01-13 05:07:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Oplaai na FTP het misluk</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/af/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/af/ERR_FTP_PUT_MODIFIED	2014-12-20 21:24:19.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_PUT_MODIFIED	2015-01-13 05:07:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT suksesvol.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/af/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/af/ERR_FTP_UNAVAILABLE	2014-12-20 21:24:20.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_FTP_UNAVAILABLE	2015-01-13 05:07:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_GATEWAY_FAILURE squid-3.5.1/errors/af/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/af/ERR_GATEWAY_FAILURE	2014-12-20 21:24:20.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_GATEWAY_FAILURE	2015-01-13 05:07:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ICAP_FAILURE squid-3.5.1/errors/af/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/af/ERR_ICAP_FAILURE	2014-12-20 21:24:21.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ICAP_FAILURE	2015-01-13 05:07:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_INVALID_REQ squid-3.5.1/errors/af/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/af/ERR_INVALID_REQ	2014-12-20 21:24:22.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_INVALID_REQ	2015-01-13 05:07:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_INVALID_RESP squid-3.5.1/errors/af/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/af/ERR_INVALID_RESP	2014-12-20 21:24:23.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_INVALID_RESP	2015-01-13 05:08:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_INVALID_URL squid-3.5.1/errors/af/ERR_INVALID_URL
--- squid-3.5.0.4/errors/af/ERR_INVALID_URL	2014-12-20 21:24:24.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_INVALID_URL	2015-01-13 05:08:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_LIFETIME_EXP squid-3.5.1/errors/af/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/af/ERR_LIFETIME_EXP	2014-12-20 21:24:25.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_LIFETIME_EXP	2015-01-13 05:08:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_NO_RELAY squid-3.5.1/errors/af/ERR_NO_RELAY
--- squid-3.5.0.4/errors/af/ERR_NO_RELAY	2014-12-20 21:24:25.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_NO_RELAY	2015-01-13 05:08:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/af/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/af/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:24:26.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:08:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_PRECONDITION_FAILED squid-3.5.1/errors/af/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/af/ERR_PRECONDITION_FAILED	2014-12-20 21:24:27.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_PRECONDITION_FAILED	2015-01-13 05:08:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_READ_ERROR squid-3.5.1/errors/af/ERR_READ_ERROR
--- squid-3.5.0.4/errors/af/ERR_READ_ERROR	2014-12-20 21:24:28.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_READ_ERROR	2015-01-13 05:08:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_READ_TIMEOUT squid-3.5.1/errors/af/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/af/ERR_READ_TIMEOUT	2014-12-20 21:24:29.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_READ_TIMEOUT	2015-01-13 05:08:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/af/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/af/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:24:30.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:08:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_SHUTTING_DOWN squid-3.5.1/errors/af/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/af/ERR_SHUTTING_DOWN	2014-12-20 21:24:31.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_SHUTTING_DOWN	2015-01-13 05:08:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_SOCKET_FAILURE squid-3.5.1/errors/af/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/af/ERR_SOCKET_FAILURE	2014-12-20 21:24:31.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_SOCKET_FAILURE	2015-01-13 05:08:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_TOO_BIG squid-3.5.1/errors/af/ERR_TOO_BIG
--- squid-3.5.0.4/errors/af/ERR_TOO_BIG	2014-12-20 21:24:32.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_TOO_BIG	2015-01-13 05:08:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/af/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/af/ERR_UNSUP_HTTPVERSION	2014-12-20 21:24:33.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_UNSUP_HTTPVERSION	2015-01-13 05:08:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_UNSUP_REQ squid-3.5.1/errors/af/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/af/ERR_UNSUP_REQ	2014-12-20 21:24:34.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_UNSUP_REQ	2015-01-13 05:08:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_URN_RESOLVE squid-3.5.1/errors/af/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/af/ERR_URN_RESOLVE	2014-12-20 21:24:35.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_URN_RESOLVE	2015-01-13 05:08:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URN kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_WRITE_ERROR squid-3.5.1/errors/af/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/af/ERR_WRITE_ERROR	2014-12-20 21:24:36.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_WRITE_ERROR	2015-01-13 05:08:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/af/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/af/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/af/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:24:36.000000000 -0800
+++ squid-3.5.1/errors/af/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:08:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Die aangevraagde URL kon nie verkry word nie</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/aliases squid-3.5.1/errors/aliases
--- squid-3.5.0.4/errors/aliases	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/aliases	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/alias-link.sh squid-3.5.1/errors/alias-link.sh
--- squid-3.5.0.4/errors/alias-link.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/alias-link.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/alias-upgrade squid-3.5.1/errors/alias-upgrade
--- squid-3.5.0.4/errors/alias-upgrade	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/alias-upgrade	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ACCESS_DENIED squid-3.5.1/errors/ar/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ar/ERR_ACCESS_DENIED	2014-12-20 21:24:37.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ACCESS_DENIED	2015-01-13 05:08:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:24:38.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:08:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ar/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ar/ERR_AGENT_CONFIGURE	2014-12-20 21:24:39.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_AGENT_CONFIGURE	2015-01-13 05:08:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_AGENT_WPAD squid-3.5.1/errors/ar/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ar/ERR_AGENT_WPAD	2014-12-20 21:24:40.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_AGENT_WPAD	2015-01-13 05:08:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ar/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:24:41.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:08:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:24:42.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:08:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_CANNOT_FORWARD squid-3.5.1/errors/ar/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ar/ERR_CANNOT_FORWARD	2014-12-20 21:24:42.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_CANNOT_FORWARD	2015-01-13 05:08:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_CONFLICT_HOST squid-3.5.1/errors/ar/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ar/ERR_CONFLICT_HOST	2014-12-20 21:24:43.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_CONFLICT_HOST	2015-01-13 05:08:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_CONNECT_FAIL squid-3.5.1/errors/ar/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ar/ERR_CONNECT_FAIL	2014-12-20 21:24:44.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_CONNECT_FAIL	2015-01-13 05:08:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_DIR_LISTING squid-3.5.1/errors/ar/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ar/ERR_DIR_LISTING	2014-12-20 21:24:45.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_DIR_LISTING	2015-01-13 05:08:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_DNS_FAIL squid-3.5.1/errors/ar/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ar/ERR_DNS_FAIL	2014-12-20 21:24:46.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_DNS_FAIL	2015-01-13 05:08:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ESI squid-3.5.1/errors/ar/ERR_ESI
--- squid-3.5.0.4/errors/ar/ERR_ESI	2014-12-20 21:24:46.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ESI	2015-01-13 05:08:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FORWARDING_DENIED squid-3.5.1/errors/ar/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ar/ERR_FORWARDING_DENIED	2014-12-20 21:24:47.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FORWARDING_DENIED	2015-01-13 05:08:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_DISABLED squid-3.5.1/errors/ar/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ar/ERR_FTP_DISABLED	2014-12-20 21:24:48.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_DISABLED	2015-01-13 05:08:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_FAILURE squid-3.5.1/errors/ar/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ar/ERR_FTP_FAILURE	2014-12-20 21:24:49.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_FAILURE	2015-01-13 05:08:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ar/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ar/ERR_FTP_FORBIDDEN	2014-12-20 21:24:50.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_FORBIDDEN	2015-01-13 05:08:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ar/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ar/ERR_FTP_NOT_FOUND	2014-12-20 21:24:51.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_NOT_FOUND	2015-01-13 05:08:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ar/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ar/ERR_FTP_PUT_CREATED	2014-12-20 21:24:51.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_PUT_CREATED	2015-01-13 05:08:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ar/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ar/ERR_FTP_PUT_ERROR	2014-12-20 21:24:52.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_PUT_ERROR	2015-01-13 05:08:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ar/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ar/ERR_FTP_PUT_MODIFIED	2014-12-20 21:24:53.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_PUT_MODIFIED	2015-01-13 05:08:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ar/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ar/ERR_FTP_UNAVAILABLE	2014-12-20 21:24:54.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_FTP_UNAVAILABLE	2015-01-13 05:08:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ar/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ar/ERR_GATEWAY_FAILURE	2014-12-20 21:24:55.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_GATEWAY_FAILURE	2015-01-13 05:08:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ICAP_FAILURE squid-3.5.1/errors/ar/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ar/ERR_ICAP_FAILURE	2014-12-20 21:24:56.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ICAP_FAILURE	2015-01-13 05:08:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_INVALID_REQ squid-3.5.1/errors/ar/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ar/ERR_INVALID_REQ	2014-12-20 21:24:56.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_INVALID_REQ	2015-01-13 05:08:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_INVALID_RESP squid-3.5.1/errors/ar/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ar/ERR_INVALID_RESP	2014-12-20 21:24:57.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_INVALID_RESP	2015-01-13 05:08:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_INVALID_URL squid-3.5.1/errors/ar/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ar/ERR_INVALID_URL	2014-12-20 21:24:58.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_INVALID_URL	2015-01-13 05:08:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_LIFETIME_EXP squid-3.5.1/errors/ar/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ar/ERR_LIFETIME_EXP	2014-12-20 21:24:59.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_LIFETIME_EXP	2015-01-13 05:08:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_NO_RELAY squid-3.5.1/errors/ar/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ar/ERR_NO_RELAY	2014-12-20 21:25:00.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_NO_RELAY	2015-01-13 05:08:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ar/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:25:01.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:09:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ar/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ar/ERR_PRECONDITION_FAILED	2014-12-20 21:25:01.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_PRECONDITION_FAILED	2015-01-13 05:09:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_READ_ERROR squid-3.5.1/errors/ar/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ar/ERR_READ_ERROR	2014-12-20 21:25:02.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_READ_ERROR	2015-01-13 05:09:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_READ_TIMEOUT squid-3.5.1/errors/ar/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ar/ERR_READ_TIMEOUT	2014-12-20 21:25:03.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_READ_TIMEOUT	2015-01-13 05:09:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ar/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:25:04.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:09:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_SHUTTING_DOWN squid-3.5.1/errors/ar/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ar/ERR_SHUTTING_DOWN	2014-12-20 21:25:05.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_SHUTTING_DOWN	2015-01-13 05:09:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_SOCKET_FAILURE squid-3.5.1/errors/ar/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ar/ERR_SOCKET_FAILURE	2014-12-20 21:25:06.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_SOCKET_FAILURE	2015-01-13 05:09:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_TOO_BIG squid-3.5.1/errors/ar/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ar/ERR_TOO_BIG	2014-12-20 21:25:06.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_TOO_BIG	2015-01-13 05:09:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ar/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ar/ERR_UNSUP_HTTPVERSION	2014-12-20 21:25:07.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_UNSUP_HTTPVERSION	2015-01-13 05:09:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_UNSUP_REQ squid-3.5.1/errors/ar/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ar/ERR_UNSUP_REQ	2014-12-20 21:25:08.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_UNSUP_REQ	2015-01-13 05:09:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_URN_RESOLVE squid-3.5.1/errors/ar/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ar/ERR_URN_RESOLVE	2014-12-20 21:25:09.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_URN_RESOLVE	2015-01-13 05:09:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_WRITE_ERROR squid-3.5.1/errors/ar/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ar/ERR_WRITE_ERROR	2014-12-20 21:25:10.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_WRITE_ERROR	2015-01-13 05:09:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ar/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:25:10.000000000 -0800
+++ squid-3.5.1/errors/ar/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:09:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ACCESS_DENIED squid-3.5.1/errors/az/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/az/ERR_ACCESS_DENIED	2014-12-20 21:25:11.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ACCESS_DENIED	2015-01-13 05:09:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:25:12.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:09:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_AGENT_CONFIGURE squid-3.5.1/errors/az/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/az/ERR_AGENT_CONFIGURE	2014-12-20 21:25:13.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_AGENT_CONFIGURE	2015-01-13 05:09:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/az/ERR_AGENT_WPAD squid-3.5.1/errors/az/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/az/ERR_AGENT_WPAD	2014-12-20 21:25:14.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_AGENT_WPAD	2015-01-13 05:09:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/az/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/az/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/az/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:25:15.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:09:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Keşdən istifadə qadağandır</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/az/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:25:16.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:09:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Keş idarəetməsinə giriş qadağandır</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_CANNOT_FORWARD squid-3.5.1/errors/az/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/az/ERR_CANNOT_FORWARD	2014-12-20 21:25:16.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_CANNOT_FORWARD	2015-01-13 05:09:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_CONFLICT_HOST squid-3.5.1/errors/az/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/az/ERR_CONFLICT_HOST	2014-12-20 21:25:17.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_CONFLICT_HOST	2015-01-13 05:09:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_CONNECT_FAIL squid-3.5.1/errors/az/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/az/ERR_CONNECT_FAIL	2014-12-20 21:25:18.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_CONNECT_FAIL	2015-01-13 05:09:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_DIR_LISTING squid-3.5.1/errors/az/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/az/ERR_DIR_LISTING	2014-12-20 21:25:19.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_DIR_LISTING	2015-01-13 05:09:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/az/ERR_DNS_FAIL squid-3.5.1/errors/az/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/az/ERR_DNS_FAIL	2014-12-20 21:25:20.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_DNS_FAIL	2015-01-13 05:09:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ESI squid-3.5.1/errors/az/ERR_ESI
--- squid-3.5.0.4/errors/az/ERR_ESI	2014-12-20 21:25:21.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ESI	2015-01-13 05:09:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FORWARDING_DENIED squid-3.5.1/errors/az/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/az/ERR_FORWARDING_DENIED	2014-12-20 21:25:21.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FORWARDING_DENIED	2015-01-13 05:09:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_DISABLED squid-3.5.1/errors/az/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/az/ERR_FTP_DISABLED	2014-12-20 21:25:22.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_DISABLED	2015-01-13 05:09:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_FAILURE squid-3.5.1/errors/az/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/az/ERR_FTP_FAILURE	2014-12-20 21:25:23.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_FAILURE	2015-01-13 05:09:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_FORBIDDEN squid-3.5.1/errors/az/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/az/ERR_FTP_FORBIDDEN	2014-12-20 21:25:24.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_FORBIDDEN	2015-01-13 05:09:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_NOT_FOUND squid-3.5.1/errors/az/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/az/ERR_FTP_NOT_FOUND	2014-12-20 21:25:25.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_NOT_FOUND	2015-01-13 05:09:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_PUT_CREATED squid-3.5.1/errors/az/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/az/ERR_FTP_PUT_CREATED	2014-12-20 21:25:26.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_PUT_CREATED	2015-01-13 05:09:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_PUT_ERROR squid-3.5.1/errors/az/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/az/ERR_FTP_PUT_ERROR	2014-12-20 21:25:27.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_PUT_ERROR	2015-01-13 05:09:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: FTP yükləmə uğursuzluqla başa çatdı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/az/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/az/ERR_FTP_PUT_MODIFIED	2014-12-20 21:25:27.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_PUT_MODIFIED	2015-01-13 05:09:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/az/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/az/ERR_FTP_UNAVAILABLE	2014-12-20 21:25:28.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_FTP_UNAVAILABLE	2015-01-13 05:09:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_GATEWAY_FAILURE squid-3.5.1/errors/az/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/az/ERR_GATEWAY_FAILURE	2014-12-20 21:25:29.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_GATEWAY_FAILURE	2015-01-13 05:09:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ICAP_FAILURE squid-3.5.1/errors/az/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/az/ERR_ICAP_FAILURE	2014-12-20 21:25:30.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ICAP_FAILURE	2015-01-13 05:09:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_INVALID_REQ squid-3.5.1/errors/az/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/az/ERR_INVALID_REQ	2014-12-20 21:25:31.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_INVALID_REQ	2015-01-13 05:09:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_INVALID_RESP squid-3.5.1/errors/az/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/az/ERR_INVALID_RESP	2014-12-20 21:25:32.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_INVALID_RESP	2015-01-13 05:09:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_INVALID_URL squid-3.5.1/errors/az/ERR_INVALID_URL
--- squid-3.5.0.4/errors/az/ERR_INVALID_URL	2014-12-20 21:25:32.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_INVALID_URL	2015-01-13 05:09:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_LIFETIME_EXP squid-3.5.1/errors/az/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/az/ERR_LIFETIME_EXP	2014-12-20 21:25:33.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_LIFETIME_EXP	2015-01-13 05:09:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_NO_RELAY squid-3.5.1/errors/az/ERR_NO_RELAY
--- squid-3.5.0.4/errors/az/ERR_NO_RELAY	2014-12-20 21:25:34.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_NO_RELAY	2015-01-13 05:09:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/az/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/az/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:25:35.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:09:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_PRECONDITION_FAILED squid-3.5.1/errors/az/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/az/ERR_PRECONDITION_FAILED	2014-12-20 21:25:36.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_PRECONDITION_FAILED	2015-01-13 05:09:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_READ_ERROR squid-3.5.1/errors/az/ERR_READ_ERROR
--- squid-3.5.0.4/errors/az/ERR_READ_ERROR	2014-12-20 21:25:37.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_READ_ERROR	2015-01-13 05:09:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_READ_TIMEOUT squid-3.5.1/errors/az/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/az/ERR_READ_TIMEOUT	2014-12-20 21:25:37.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_READ_TIMEOUT	2015-01-13 05:09:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/az/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/az/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:25:38.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:09:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_SHUTTING_DOWN squid-3.5.1/errors/az/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/az/ERR_SHUTTING_DOWN	2014-12-20 21:25:39.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_SHUTTING_DOWN	2015-01-13 05:09:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_SOCKET_FAILURE squid-3.5.1/errors/az/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/az/ERR_SOCKET_FAILURE	2014-12-20 21:25:40.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_SOCKET_FAILURE	2015-01-13 05:09:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_TOO_BIG squid-3.5.1/errors/az/ERR_TOO_BIG
--- squid-3.5.0.4/errors/az/ERR_TOO_BIG	2014-12-20 21:25:41.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_TOO_BIG	2015-01-13 05:09:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/az/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/az/ERR_UNSUP_HTTPVERSION	2014-12-20 21:25:42.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_UNSUP_HTTPVERSION	2015-01-13 05:09:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_UNSUP_REQ squid-3.5.1/errors/az/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/az/ERR_UNSUP_REQ	2014-12-20 21:25:42.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_UNSUP_REQ	2015-01-13 05:09:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_URN_RESOLVE squid-3.5.1/errors/az/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/az/ERR_URN_RESOLVE	2014-12-20 21:25:43.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_URN_RESOLVE	2015-01-13 05:09:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_WRITE_ERROR squid-3.5.1/errors/az/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/az/ERR_WRITE_ERROR	2014-12-20 21:25:44.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_WRITE_ERROR	2015-01-13 05:09:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/az/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/az/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/az/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:25:45.000000000 -0800
+++ squid-3.5.1/errors/az/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:09:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SƏHV: Sorğulanan URL ilə əlaqə yaradılmadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ACCESS_DENIED squid-3.5.1/errors/bg/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/bg/ERR_ACCESS_DENIED	2014-12-20 21:25:46.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ACCESS_DENIED	2015-01-13 05:09:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:25:47.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:09:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_AGENT_CONFIGURE squid-3.5.1/errors/bg/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/bg/ERR_AGENT_CONFIGURE	2014-12-20 21:25:47.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_AGENT_CONFIGURE	2015-01-13 05:09:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_AGENT_WPAD squid-3.5.1/errors/bg/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/bg/ERR_AGENT_WPAD	2014-12-20 21:25:48.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_AGENT_WPAD	2015-01-13 05:09:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/bg/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/bg/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:25:49.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:10:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Отказан достъп до кешираните данни.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:25:50.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:10:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Отказан достъп до кеш мениджъра.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_CANNOT_FORWARD squid-3.5.1/errors/bg/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/bg/ERR_CANNOT_FORWARD	2014-12-20 21:25:51.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_CANNOT_FORWARD	2015-01-13 05:10:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_CONFLICT_HOST squid-3.5.1/errors/bg/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/bg/ERR_CONFLICT_HOST	2014-12-20 21:25:52.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_CONFLICT_HOST	2015-01-13 05:10:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_CONNECT_FAIL squid-3.5.1/errors/bg/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/bg/ERR_CONNECT_FAIL	2014-12-20 21:25:52.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_CONNECT_FAIL	2015-01-13 05:10:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_DIR_LISTING squid-3.5.1/errors/bg/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/bg/ERR_DIR_LISTING	2014-12-20 21:25:53.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_DIR_LISTING	2015-01-13 05:10:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>директория: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_DNS_FAIL squid-3.5.1/errors/bg/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/bg/ERR_DNS_FAIL	2014-12-20 21:25:54.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_DNS_FAIL	2015-01-13 05:10:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ESI squid-3.5.1/errors/bg/ERR_ESI
--- squid-3.5.0.4/errors/bg/ERR_ESI	2014-12-20 21:25:55.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ESI	2015-01-13 05:10:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FORWARDING_DENIED squid-3.5.1/errors/bg/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/bg/ERR_FORWARDING_DENIED	2014-12-20 21:25:56.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FORWARDING_DENIED	2015-01-13 05:10:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_DISABLED squid-3.5.1/errors/bg/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/bg/ERR_FTP_DISABLED	2014-12-20 21:25:57.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_DISABLED	2015-01-13 05:10:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_FAILURE squid-3.5.1/errors/bg/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/bg/ERR_FTP_FAILURE	2014-12-20 21:25:57.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_FAILURE	2015-01-13 05:10:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_FORBIDDEN squid-3.5.1/errors/bg/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/bg/ERR_FTP_FORBIDDEN	2014-12-20 21:25:58.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_FORBIDDEN	2015-01-13 05:10:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_NOT_FOUND squid-3.5.1/errors/bg/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/bg/ERR_FTP_NOT_FOUND	2014-12-20 21:25:59.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_NOT_FOUND	2015-01-13 05:10:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_PUT_CREATED squid-3.5.1/errors/bg/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/bg/ERR_FTP_PUT_CREATED	2014-12-20 21:26:00.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_PUT_CREATED	2015-01-13 05:10:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_PUT_ERROR squid-3.5.1/errors/bg/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/bg/ERR_FTP_PUT_ERROR	2014-12-20 21:26:01.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_PUT_ERROR	2015-01-13 05:10:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Неуспешен опит за качване на файл.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/bg/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/bg/ERR_FTP_PUT_MODIFIED	2014-12-20 21:26:02.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_PUT_MODIFIED	2015-01-13 05:10:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/bg/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/bg/ERR_FTP_UNAVAILABLE	2014-12-20 21:26:02.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_FTP_UNAVAILABLE	2015-01-13 05:10:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_GATEWAY_FAILURE squid-3.5.1/errors/bg/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/bg/ERR_GATEWAY_FAILURE	2014-12-20 21:26:03.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_GATEWAY_FAILURE	2015-01-13 05:10:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ICAP_FAILURE squid-3.5.1/errors/bg/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/bg/ERR_ICAP_FAILURE	2014-12-20 21:26:04.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ICAP_FAILURE	2015-01-13 05:10:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_INVALID_REQ squid-3.5.1/errors/bg/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/bg/ERR_INVALID_REQ	2014-12-20 21:26:05.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_INVALID_REQ	2015-01-13 05:10:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_INVALID_RESP squid-3.5.1/errors/bg/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/bg/ERR_INVALID_RESP	2014-12-20 21:26:06.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_INVALID_RESP	2015-01-13 05:10:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_INVALID_URL squid-3.5.1/errors/bg/ERR_INVALID_URL
--- squid-3.5.0.4/errors/bg/ERR_INVALID_URL	2014-12-20 21:26:07.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_INVALID_URL	2015-01-13 05:10:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_LIFETIME_EXP squid-3.5.1/errors/bg/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/bg/ERR_LIFETIME_EXP	2014-12-20 21:26:07.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_LIFETIME_EXP	2015-01-13 05:10:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_NO_RELAY squid-3.5.1/errors/bg/ERR_NO_RELAY
--- squid-3.5.0.4/errors/bg/ERR_NO_RELAY	2014-12-20 21:26:08.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_NO_RELAY	2015-01-13 05:10:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/bg/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/bg/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:26:09.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:10:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_PRECONDITION_FAILED squid-3.5.1/errors/bg/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/bg/ERR_PRECONDITION_FAILED	2014-12-20 21:26:10.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_PRECONDITION_FAILED	2015-01-13 05:10:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_READ_ERROR squid-3.5.1/errors/bg/ERR_READ_ERROR
--- squid-3.5.0.4/errors/bg/ERR_READ_ERROR	2014-12-20 21:26:11.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_READ_ERROR	2015-01-13 05:10:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_READ_TIMEOUT squid-3.5.1/errors/bg/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/bg/ERR_READ_TIMEOUT	2014-12-20 21:26:12.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_READ_TIMEOUT	2015-01-13 05:10:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/bg/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/bg/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:26:13.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:10:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_SHUTTING_DOWN squid-3.5.1/errors/bg/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/bg/ERR_SHUTTING_DOWN	2014-12-20 21:26:13.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_SHUTTING_DOWN	2015-01-13 05:10:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_SOCKET_FAILURE squid-3.5.1/errors/bg/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/bg/ERR_SOCKET_FAILURE	2014-12-20 21:26:14.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_SOCKET_FAILURE	2015-01-13 05:10:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_TOO_BIG squid-3.5.1/errors/bg/ERR_TOO_BIG
--- squid-3.5.0.4/errors/bg/ERR_TOO_BIG	2014-12-20 21:26:15.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_TOO_BIG	2015-01-13 05:10:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/bg/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/bg/ERR_UNSUP_HTTPVERSION	2014-12-20 21:26:16.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_UNSUP_HTTPVERSION	2015-01-13 05:10:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_UNSUP_REQ squid-3.5.1/errors/bg/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/bg/ERR_UNSUP_REQ	2014-12-20 21:26:17.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_UNSUP_REQ	2015-01-13 05:10:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_URN_RESOLVE squid-3.5.1/errors/bg/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/bg/ERR_URN_RESOLVE	2014-12-20 21:26:18.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_URN_RESOLVE	2015-01-13 05:10:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница не може да бъде изтеглена</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_WRITE_ERROR squid-3.5.1/errors/bg/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/bg/ERR_WRITE_ERROR	2014-12-20 21:26:18.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_WRITE_ERROR	2015-01-13 05:10:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/bg/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/bg/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/bg/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:26:19.000000000 -0800
+++ squid-3.5.1/errors/bg/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:10:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ГРЕШКА: Заявената страница е недостъпна.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ACCESS_DENIED squid-3.5.1/errors/ca/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ca/ERR_ACCESS_DENIED	2014-12-20 21:26:20.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ACCESS_DENIED	2015-01-13 05:10:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:26:21.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:10:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ca/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ca/ERR_AGENT_CONFIGURE	2014-12-20 21:26:22.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_AGENT_CONFIGURE	2015-01-13 05:10:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_AGENT_WPAD squid-3.5.1/errors/ca/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ca/ERR_AGENT_WPAD	2014-12-20 21:26:23.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_AGENT_WPAD	2015-01-13 05:10:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ca/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ca/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:26:23.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:10:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acc&eacute;s denegat a la cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:26:24.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:10:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acc&eacute;s denegat a l'administraci&oacute; de la cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_CANNOT_FORWARD squid-3.5.1/errors/ca/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ca/ERR_CANNOT_FORWARD	2014-12-20 21:26:25.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_CANNOT_FORWARD	2015-01-13 05:10:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_CONFLICT_HOST squid-3.5.1/errors/ca/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ca/ERR_CONFLICT_HOST	2014-12-20 21:26:26.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_CONFLICT_HOST	2015-01-13 05:10:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_CONNECT_FAIL squid-3.5.1/errors/ca/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ca/ERR_CONNECT_FAIL	2014-12-20 21:26:27.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_CONNECT_FAIL	2015-01-13 05:10:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_DIR_LISTING squid-3.5.1/errors/ca/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ca/ERR_DIR_LISTING	2014-12-20 21:26:28.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_DIR_LISTING	2015-01-13 05:10:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_DNS_FAIL squid-3.5.1/errors/ca/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ca/ERR_DNS_FAIL	2014-12-20 21:26:28.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_DNS_FAIL	2015-01-13 05:10:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ESI squid-3.5.1/errors/ca/ERR_ESI
--- squid-3.5.0.4/errors/ca/ERR_ESI	2014-12-20 21:26:29.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ESI	2015-01-13 05:11:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FORWARDING_DENIED squid-3.5.1/errors/ca/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ca/ERR_FORWARDING_DENIED	2014-12-20 21:26:30.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FORWARDING_DENIED	2015-01-13 05:11:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_DISABLED squid-3.5.1/errors/ca/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ca/ERR_FTP_DISABLED	2014-12-20 21:26:31.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_DISABLED	2015-01-13 05:11:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_FAILURE squid-3.5.1/errors/ca/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ca/ERR_FTP_FAILURE	2014-12-20 21:26:32.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_FAILURE	2015-01-13 05:11:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ca/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ca/ERR_FTP_FORBIDDEN	2014-12-20 21:26:33.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_FORBIDDEN	2015-01-13 05:11:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ca/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ca/ERR_FTP_NOT_FOUND	2014-12-20 21:26:33.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_NOT_FOUND	2015-01-13 05:11:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ca/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ca/ERR_FTP_PUT_CREATED	2014-12-20 21:26:34.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_PUT_CREATED	2015-01-13 05:11:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ca/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ca/ERR_FTP_PUT_ERROR	2014-12-20 21:26:35.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_PUT_ERROR	2015-01-13 05:11:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ca/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ca/ERR_FTP_PUT_MODIFIED	2014-12-20 21:26:36.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_PUT_MODIFIED	2015-01-13 05:11:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ca/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ca/ERR_FTP_UNAVAILABLE	2014-12-20 21:26:37.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_FTP_UNAVAILABLE	2015-01-13 05:11:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ca/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ca/ERR_GATEWAY_FAILURE	2014-12-20 21:26:38.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_GATEWAY_FAILURE	2015-01-13 05:11:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ICAP_FAILURE squid-3.5.1/errors/ca/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ca/ERR_ICAP_FAILURE	2014-12-20 21:26:38.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ICAP_FAILURE	2015-01-13 05:11:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_INVALID_REQ squid-3.5.1/errors/ca/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ca/ERR_INVALID_REQ	2014-12-20 21:26:39.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_INVALID_REQ	2015-01-13 05:11:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_INVALID_RESP squid-3.5.1/errors/ca/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ca/ERR_INVALID_RESP	2014-12-20 21:26:40.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_INVALID_RESP	2015-01-13 05:11:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_INVALID_URL squid-3.5.1/errors/ca/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ca/ERR_INVALID_URL	2014-12-20 21:26:41.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_INVALID_URL	2015-01-13 05:11:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_LIFETIME_EXP squid-3.5.1/errors/ca/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ca/ERR_LIFETIME_EXP	2014-12-20 21:26:42.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_LIFETIME_EXP	2015-01-13 05:11:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_NO_RELAY squid-3.5.1/errors/ca/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ca/ERR_NO_RELAY	2014-12-20 21:26:43.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_NO_RELAY	2015-01-13 05:11:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ca/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ca/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:26:44.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:11:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ca/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ca/ERR_PRECONDITION_FAILED	2014-12-20 21:26:44.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_PRECONDITION_FAILED	2015-01-13 05:11:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_READ_ERROR squid-3.5.1/errors/ca/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ca/ERR_READ_ERROR	2014-12-20 21:26:45.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_READ_ERROR	2015-01-13 05:11:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_READ_TIMEOUT squid-3.5.1/errors/ca/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ca/ERR_READ_TIMEOUT	2014-12-20 21:26:46.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_READ_TIMEOUT	2015-01-13 05:11:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ca/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ca/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:26:47.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:11:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_SHUTTING_DOWN squid-3.5.1/errors/ca/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ca/ERR_SHUTTING_DOWN	2014-12-20 21:26:48.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_SHUTTING_DOWN	2015-01-13 05:11:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_SOCKET_FAILURE squid-3.5.1/errors/ca/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ca/ERR_SOCKET_FAILURE	2014-12-20 21:26:49.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_SOCKET_FAILURE	2015-01-13 05:11:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_TOO_BIG squid-3.5.1/errors/ca/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ca/ERR_TOO_BIG	2014-12-20 21:26:49.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_TOO_BIG	2015-01-13 05:11:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ca/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ca/ERR_UNSUP_HTTPVERSION	2014-12-20 21:26:50.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_UNSUP_HTTPVERSION	2015-01-13 05:11:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_UNSUP_REQ squid-3.5.1/errors/ca/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ca/ERR_UNSUP_REQ	2014-12-20 21:26:51.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_UNSUP_REQ	2015-01-13 05:11:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_URN_RESOLVE squid-3.5.1/errors/ca/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ca/ERR_URN_RESOLVE	2014-12-20 21:26:52.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_URN_RESOLVE	2015-01-13 05:11:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_WRITE_ERROR squid-3.5.1/errors/ca/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ca/ERR_WRITE_ERROR	2014-12-20 21:26:53.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_WRITE_ERROR	2015-01-13 05:11:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ca/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ca/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ca/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:26:53.000000000 -0800
+++ squid-3.5.1/errors/ca/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:11:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: No es pot mostrar la URL que heu sol.licitat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ACCESS_DENIED squid-3.5.1/errors/cs/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/cs/ERR_ACCESS_DENIED	2014-12-20 21:26:54.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ACCESS_DENIED	2015-01-13 05:11:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:26:55.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:11:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_AGENT_CONFIGURE squid-3.5.1/errors/cs/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/cs/ERR_AGENT_CONFIGURE	2014-12-20 21:26:56.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_AGENT_CONFIGURE	2015-01-13 05:11:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_AGENT_WPAD squid-3.5.1/errors/cs/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/cs/ERR_AGENT_WPAD	2014-12-20 21:26:57.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_AGENT_WPAD	2015-01-13 05:11:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/cs/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/cs/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:26:58.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:11:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Přístup k cache odepřen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:26:59.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:11:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Přístup ke správci cache odepřen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_CANNOT_FORWARD squid-3.5.1/errors/cs/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/cs/ERR_CANNOT_FORWARD	2014-12-20 21:27:00.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_CANNOT_FORWARD	2015-01-13 05:11:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_CONFLICT_HOST squid-3.5.1/errors/cs/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/cs/ERR_CONFLICT_HOST	2014-12-20 21:27:00.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_CONFLICT_HOST	2015-01-13 05:11:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_CONNECT_FAIL squid-3.5.1/errors/cs/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/cs/ERR_CONNECT_FAIL	2014-12-20 21:27:01.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_CONNECT_FAIL	2015-01-13 05:11:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_DIR_LISTING squid-3.5.1/errors/cs/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/cs/ERR_DIR_LISTING	2014-12-20 21:27:02.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_DIR_LISTING	2015-01-13 05:11:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Adresář: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_DNS_FAIL squid-3.5.1/errors/cs/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/cs/ERR_DNS_FAIL	2014-12-20 21:27:03.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_DNS_FAIL	2015-01-13 05:11:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ESI squid-3.5.1/errors/cs/ERR_ESI
--- squid-3.5.0.4/errors/cs/ERR_ESI	2014-12-20 21:27:04.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ESI	2015-01-13 05:11:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FORWARDING_DENIED squid-3.5.1/errors/cs/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/cs/ERR_FORWARDING_DENIED	2014-12-20 21:27:05.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FORWARDING_DENIED	2015-01-13 05:11:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_DISABLED squid-3.5.1/errors/cs/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/cs/ERR_FTP_DISABLED	2014-12-20 21:27:05.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_DISABLED	2015-01-13 05:11:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_FAILURE squid-3.5.1/errors/cs/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/cs/ERR_FTP_FAILURE	2014-12-20 21:27:06.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_FAILURE	2015-01-13 05:11:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_FORBIDDEN squid-3.5.1/errors/cs/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/cs/ERR_FTP_FORBIDDEN	2014-12-20 21:27:07.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_FORBIDDEN	2015-01-13 05:12:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_NOT_FOUND squid-3.5.1/errors/cs/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/cs/ERR_FTP_NOT_FOUND	2014-12-20 21:27:08.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_NOT_FOUND	2015-01-13 05:12:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_PUT_CREATED squid-3.5.1/errors/cs/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/cs/ERR_FTP_PUT_CREATED	2014-12-20 21:27:09.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_PUT_CREATED	2015-01-13 05:12:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_PUT_ERROR squid-3.5.1/errors/cs/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/cs/ERR_FTP_PUT_ERROR	2014-12-20 21:27:10.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_PUT_ERROR	2015-01-13 05:12:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Selhalo nahrávání na FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/cs/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/cs/ERR_FTP_PUT_MODIFIED	2014-12-20 21:27:10.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_PUT_MODIFIED	2015-01-13 05:12:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/cs/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/cs/ERR_FTP_UNAVAILABLE	2014-12-20 21:27:11.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_FTP_UNAVAILABLE	2015-01-13 05:12:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_GATEWAY_FAILURE squid-3.5.1/errors/cs/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/cs/ERR_GATEWAY_FAILURE	2014-12-20 21:27:12.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_GATEWAY_FAILURE	2015-01-13 05:12:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ICAP_FAILURE squid-3.5.1/errors/cs/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/cs/ERR_ICAP_FAILURE	2014-12-20 21:27:13.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ICAP_FAILURE	2015-01-13 05:12:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_INVALID_REQ squid-3.5.1/errors/cs/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/cs/ERR_INVALID_REQ	2014-12-20 21:27:14.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_INVALID_REQ	2015-01-13 05:12:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_INVALID_RESP squid-3.5.1/errors/cs/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/cs/ERR_INVALID_RESP	2014-12-20 21:27:15.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_INVALID_RESP	2015-01-13 05:12:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_INVALID_URL squid-3.5.1/errors/cs/ERR_INVALID_URL
--- squid-3.5.0.4/errors/cs/ERR_INVALID_URL	2014-12-20 21:27:15.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_INVALID_URL	2015-01-13 05:12:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_LIFETIME_EXP squid-3.5.1/errors/cs/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/cs/ERR_LIFETIME_EXP	2014-12-20 21:27:16.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_LIFETIME_EXP	2015-01-13 05:12:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_NO_RELAY squid-3.5.1/errors/cs/ERR_NO_RELAY
--- squid-3.5.0.4/errors/cs/ERR_NO_RELAY	2014-12-20 21:27:17.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_NO_RELAY	2015-01-13 05:12:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/cs/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/cs/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:27:18.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:12:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_PRECONDITION_FAILED squid-3.5.1/errors/cs/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/cs/ERR_PRECONDITION_FAILED	2014-12-20 21:27:19.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_PRECONDITION_FAILED	2015-01-13 05:12:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_READ_ERROR squid-3.5.1/errors/cs/ERR_READ_ERROR
--- squid-3.5.0.4/errors/cs/ERR_READ_ERROR	2014-12-20 21:27:20.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_READ_ERROR	2015-01-13 05:12:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_READ_TIMEOUT squid-3.5.1/errors/cs/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/cs/ERR_READ_TIMEOUT	2014-12-20 21:27:20.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_READ_TIMEOUT	2015-01-13 05:12:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/cs/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/cs/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:27:21.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:12:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_SHUTTING_DOWN squid-3.5.1/errors/cs/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/cs/ERR_SHUTTING_DOWN	2014-12-20 21:27:22.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_SHUTTING_DOWN	2015-01-13 05:12:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_SOCKET_FAILURE squid-3.5.1/errors/cs/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/cs/ERR_SOCKET_FAILURE	2014-12-20 21:27:23.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_SOCKET_FAILURE	2015-01-13 05:12:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_TOO_BIG squid-3.5.1/errors/cs/ERR_TOO_BIG
--- squid-3.5.0.4/errors/cs/ERR_TOO_BIG	2014-12-20 21:27:24.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_TOO_BIG	2015-01-13 05:12:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/cs/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/cs/ERR_UNSUP_HTTPVERSION	2014-12-20 21:27:25.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_UNSUP_HTTPVERSION	2015-01-13 05:12:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_UNSUP_REQ squid-3.5.1/errors/cs/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/cs/ERR_UNSUP_REQ	2014-12-20 21:27:25.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_UNSUP_REQ	2015-01-13 05:12:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_URN_RESOLVE squid-3.5.1/errors/cs/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/cs/ERR_URN_RESOLVE	2014-12-20 21:27:26.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_URN_RESOLVE	2015-01-13 05:12:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_WRITE_ERROR squid-3.5.1/errors/cs/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/cs/ERR_WRITE_ERROR	2014-12-20 21:27:27.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_WRITE_ERROR	2015-01-13 05:12:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/cs/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/cs/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/cs/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:27:28.000000000 -0800
+++ squid-3.5.1/errors/cs/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:12:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nelze získat požadované URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ACCESS_DENIED squid-3.5.1/errors/da/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/da/ERR_ACCESS_DENIED	2014-12-20 21:27:29.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ACCESS_DENIED	2015-01-13 05:12:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:27:30.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:12:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_AGENT_CONFIGURE squid-3.5.1/errors/da/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/da/ERR_AGENT_CONFIGURE	2014-12-20 21:27:31.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_AGENT_CONFIGURE	2015-01-13 05:12:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/da/ERR_AGENT_WPAD squid-3.5.1/errors/da/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/da/ERR_AGENT_WPAD	2014-12-20 21:27:31.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_AGENT_WPAD	2015-01-13 05:12:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/da/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/da/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/da/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:27:32.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:12:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Cache Adgang N&aelig;gtet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/da/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:27:33.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:12:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Cache Administrator Adgang N&aelig;gtet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_CANNOT_FORWARD squid-3.5.1/errors/da/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/da/ERR_CANNOT_FORWARD	2014-12-20 21:27:34.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_CANNOT_FORWARD	2015-01-13 05:12:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_CONFLICT_HOST squid-3.5.1/errors/da/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/da/ERR_CONFLICT_HOST	2014-12-20 21:27:35.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_CONFLICT_HOST	2015-01-13 05:12:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_CONNECT_FAIL squid-3.5.1/errors/da/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/da/ERR_CONNECT_FAIL	2014-12-20 21:27:36.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_CONNECT_FAIL	2015-01-13 05:12:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_DIR_LISTING squid-3.5.1/errors/da/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/da/ERR_DIR_LISTING	2014-12-20 21:27:36.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_DIR_LISTING	2015-01-13 05:12:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/da/ERR_DNS_FAIL squid-3.5.1/errors/da/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/da/ERR_DNS_FAIL	2014-12-20 21:27:37.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_DNS_FAIL	2015-01-13 05:12:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ESI squid-3.5.1/errors/da/ERR_ESI
--- squid-3.5.0.4/errors/da/ERR_ESI	2014-12-20 21:27:38.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ESI	2015-01-13 05:12:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FORWARDING_DENIED squid-3.5.1/errors/da/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/da/ERR_FORWARDING_DENIED	2014-12-20 21:27:39.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FORWARDING_DENIED	2015-01-13 05:12:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_DISABLED squid-3.5.1/errors/da/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/da/ERR_FTP_DISABLED	2014-12-20 21:27:40.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_DISABLED	2015-01-13 05:12:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_FAILURE squid-3.5.1/errors/da/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/da/ERR_FTP_FAILURE	2014-12-20 21:27:41.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_FAILURE	2015-01-13 05:12:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_FORBIDDEN squid-3.5.1/errors/da/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/da/ERR_FTP_FORBIDDEN	2014-12-20 21:27:41.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_FORBIDDEN	2015-01-13 05:12:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_NOT_FOUND squid-3.5.1/errors/da/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/da/ERR_FTP_NOT_FOUND	2014-12-20 21:27:42.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_NOT_FOUND	2015-01-13 05:12:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_PUT_CREATED squid-3.5.1/errors/da/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/da/ERR_FTP_PUT_CREATED	2014-12-20 21:27:43.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_PUT_CREATED	2015-01-13 05:13:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_PUT_ERROR squid-3.5.1/errors/da/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/da/ERR_FTP_PUT_ERROR	2014-12-20 21:27:44.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_PUT_ERROR	2015-01-13 05:13:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/da/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/da/ERR_FTP_PUT_MODIFIED	2014-12-20 21:27:45.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_PUT_MODIFIED	2015-01-13 05:13:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/da/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/da/ERR_FTP_UNAVAILABLE	2014-12-20 21:27:46.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_FTP_UNAVAILABLE	2015-01-13 05:13:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_GATEWAY_FAILURE squid-3.5.1/errors/da/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/da/ERR_GATEWAY_FAILURE	2014-12-20 21:27:46.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_GATEWAY_FAILURE	2015-01-13 05:13:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ICAP_FAILURE squid-3.5.1/errors/da/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/da/ERR_ICAP_FAILURE	2014-12-20 21:27:47.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ICAP_FAILURE	2015-01-13 05:13:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_INVALID_REQ squid-3.5.1/errors/da/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/da/ERR_INVALID_REQ	2014-12-20 21:27:48.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_INVALID_REQ	2015-01-13 05:13:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_INVALID_RESP squid-3.5.1/errors/da/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/da/ERR_INVALID_RESP	2014-12-20 21:27:49.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_INVALID_RESP	2015-01-13 05:13:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_INVALID_URL squid-3.5.1/errors/da/ERR_INVALID_URL
--- squid-3.5.0.4/errors/da/ERR_INVALID_URL	2014-12-20 21:27:50.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_INVALID_URL	2015-01-13 05:13:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_LIFETIME_EXP squid-3.5.1/errors/da/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/da/ERR_LIFETIME_EXP	2014-12-20 21:27:51.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_LIFETIME_EXP	2015-01-13 05:13:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_NO_RELAY squid-3.5.1/errors/da/ERR_NO_RELAY
--- squid-3.5.0.4/errors/da/ERR_NO_RELAY	2014-12-20 21:27:51.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_NO_RELAY	2015-01-13 05:13:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/da/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/da/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:27:52.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:13:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_PRECONDITION_FAILED squid-3.5.1/errors/da/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/da/ERR_PRECONDITION_FAILED	2014-12-20 21:27:53.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_PRECONDITION_FAILED	2015-01-13 05:13:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_READ_ERROR squid-3.5.1/errors/da/ERR_READ_ERROR
--- squid-3.5.0.4/errors/da/ERR_READ_ERROR	2014-12-20 21:27:54.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_READ_ERROR	2015-01-13 05:13:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_READ_TIMEOUT squid-3.5.1/errors/da/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/da/ERR_READ_TIMEOUT	2014-12-20 21:27:55.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_READ_TIMEOUT	2015-01-13 05:13:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/da/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/da/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:27:56.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:13:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_SHUTTING_DOWN squid-3.5.1/errors/da/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/da/ERR_SHUTTING_DOWN	2014-12-20 21:27:56.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_SHUTTING_DOWN	2015-01-13 05:13:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_SOCKET_FAILURE squid-3.5.1/errors/da/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/da/ERR_SOCKET_FAILURE	2014-12-20 21:27:57.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_SOCKET_FAILURE	2015-01-13 05:13:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_TOO_BIG squid-3.5.1/errors/da/ERR_TOO_BIG
--- squid-3.5.0.4/errors/da/ERR_TOO_BIG	2014-12-20 21:27:58.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_TOO_BIG	2015-01-13 05:13:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/da/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/da/ERR_UNSUP_HTTPVERSION	2014-12-20 21:27:59.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_UNSUP_HTTPVERSION	2015-01-13 05:13:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_UNSUP_REQ squid-3.5.1/errors/da/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/da/ERR_UNSUP_REQ	2014-12-20 21:28:00.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_UNSUP_REQ	2015-01-13 05:13:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_URN_RESOLVE squid-3.5.1/errors/da/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/da/ERR_URN_RESOLVE	2014-12-20 21:28:01.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_URN_RESOLVE	2015-01-13 05:13:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_WRITE_ERROR squid-3.5.1/errors/da/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/da/ERR_WRITE_ERROR	2014-12-20 21:28:01.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_WRITE_ERROR	2015-01-13 05:13:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/da/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/da/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/da/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:28:02.000000000 -0800
+++ squid-3.5.1/errors/da/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:13:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEJL: Den angivne URL kunne ikke hentes</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ACCESS_DENIED squid-3.5.1/errors/de/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/de/ERR_ACCESS_DENIED	2014-12-20 21:28:03.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ACCESS_DENIED	2015-01-13 05:13:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:28:04.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:13:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_AGENT_CONFIGURE squid-3.5.1/errors/de/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/de/ERR_AGENT_CONFIGURE	2014-12-20 21:28:05.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_AGENT_CONFIGURE	2015-01-13 05:13:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webbrowserkonfiguration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/de/ERR_AGENT_WPAD squid-3.5.1/errors/de/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/de/ERR_AGENT_WPAD	2014-12-20 21:28:06.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_AGENT_WPAD	2015-01-13 05:13:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webbrowserkonfiguration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/de/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/de/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/de/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:28:07.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:13:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Cache Zugriff verweigert</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/de/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:28:07.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:13:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Cache Manager Zugriff verweigert</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_CANNOT_FORWARD squid-3.5.1/errors/de/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/de/ERR_CANNOT_FORWARD	2014-12-20 21:28:08.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_CANNOT_FORWARD	2015-01-13 05:13:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_CONFLICT_HOST squid-3.5.1/errors/de/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/de/ERR_CONFLICT_HOST	2014-12-20 21:28:09.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_CONFLICT_HOST	2015-01-13 05:13:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_CONNECT_FAIL squid-3.5.1/errors/de/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/de/ERR_CONNECT_FAIL	2014-12-20 21:28:10.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_CONNECT_FAIL	2015-01-13 05:13:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_DIR_LISTING squid-3.5.1/errors/de/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/de/ERR_DIR_LISTING	2014-12-20 21:28:11.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_DIR_LISTING	2015-01-13 05:13:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Verzeichnis: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/de/ERR_DNS_FAIL squid-3.5.1/errors/de/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/de/ERR_DNS_FAIL	2014-12-20 21:28:12.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_DNS_FAIL	2015-01-13 05:13:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ESI squid-3.5.1/errors/de/ERR_ESI
--- squid-3.5.0.4/errors/de/ERR_ESI	2014-12-20 21:28:12.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ESI	2015-01-13 05:13:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FORWARDING_DENIED squid-3.5.1/errors/de/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/de/ERR_FORWARDING_DENIED	2014-12-20 21:28:13.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FORWARDING_DENIED	2015-01-13 05:13:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_DISABLED squid-3.5.1/errors/de/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/de/ERR_FTP_DISABLED	2014-12-20 21:28:14.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_DISABLED	2015-01-13 05:13:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_FAILURE squid-3.5.1/errors/de/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/de/ERR_FTP_FAILURE	2014-12-20 21:28:15.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_FAILURE	2015-01-13 05:13:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_FORBIDDEN squid-3.5.1/errors/de/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/de/ERR_FTP_FORBIDDEN	2014-12-20 21:28:16.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_FORBIDDEN	2015-01-13 05:13:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_NOT_FOUND squid-3.5.1/errors/de/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/de/ERR_FTP_NOT_FOUND	2014-12-20 21:28:17.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_NOT_FOUND	2015-01-13 05:13:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_PUT_CREATED squid-3.5.1/errors/de/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/de/ERR_FTP_PUT_CREATED	2014-12-20 21:28:17.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_PUT_CREATED	2015-01-13 05:13:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Erfolgreich.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_PUT_ERROR squid-3.5.1/errors/de/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/de/ERR_FTP_PUT_ERROR	2014-12-20 21:28:18.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_PUT_ERROR	2015-01-13 05:13:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: FTP Upload fehlgeschlagen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/de/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/de/ERR_FTP_PUT_MODIFIED	2014-12-20 21:28:19.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_PUT_MODIFIED	2015-01-13 05:13:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Erfolgreich.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/de/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/de/ERR_FTP_UNAVAILABLE	2014-12-20 21:28:20.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_FTP_UNAVAILABLE	2015-01-13 05:13:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_GATEWAY_FAILURE squid-3.5.1/errors/de/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/de/ERR_GATEWAY_FAILURE	2014-12-20 21:28:21.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_GATEWAY_FAILURE	2015-01-13 05:13:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ICAP_FAILURE squid-3.5.1/errors/de/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/de/ERR_ICAP_FAILURE	2014-12-20 21:28:22.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ICAP_FAILURE	2015-01-13 05:13:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_INVALID_REQ squid-3.5.1/errors/de/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/de/ERR_INVALID_REQ	2014-12-20 21:28:23.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_INVALID_REQ	2015-01-13 05:13:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_INVALID_RESP squid-3.5.1/errors/de/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/de/ERR_INVALID_RESP	2014-12-20 21:28:24.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_INVALID_RESP	2015-01-13 05:14:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_INVALID_URL squid-3.5.1/errors/de/ERR_INVALID_URL
--- squid-3.5.0.4/errors/de/ERR_INVALID_URL	2014-12-20 21:28:24.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_INVALID_URL	2015-01-13 05:14:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_LIFETIME_EXP squid-3.5.1/errors/de/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/de/ERR_LIFETIME_EXP	2014-12-20 21:28:25.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_LIFETIME_EXP	2015-01-13 05:14:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_NO_RELAY squid-3.5.1/errors/de/ERR_NO_RELAY
--- squid-3.5.0.4/errors/de/ERR_NO_RELAY	2014-12-20 21:28:26.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_NO_RELAY	2015-01-13 05:14:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/de/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/de/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:28:27.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:14:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_PRECONDITION_FAILED squid-3.5.1/errors/de/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/de/ERR_PRECONDITION_FAILED	2014-12-20 21:28:28.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_PRECONDITION_FAILED	2015-01-13 05:14:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_READ_ERROR squid-3.5.1/errors/de/ERR_READ_ERROR
--- squid-3.5.0.4/errors/de/ERR_READ_ERROR	2014-12-20 21:28:29.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_READ_ERROR	2015-01-13 05:14:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_READ_TIMEOUT squid-3.5.1/errors/de/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/de/ERR_READ_TIMEOUT	2014-12-20 21:28:30.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_READ_TIMEOUT	2015-01-13 05:14:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/de/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/de/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:28:30.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:14:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_SHUTTING_DOWN squid-3.5.1/errors/de/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/de/ERR_SHUTTING_DOWN	2014-12-20 21:28:31.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_SHUTTING_DOWN	2015-01-13 05:14:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_SOCKET_FAILURE squid-3.5.1/errors/de/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/de/ERR_SOCKET_FAILURE	2014-12-20 21:28:32.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_SOCKET_FAILURE	2015-01-13 05:14:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_TOO_BIG squid-3.5.1/errors/de/ERR_TOO_BIG
--- squid-3.5.0.4/errors/de/ERR_TOO_BIG	2014-12-20 21:28:33.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_TOO_BIG	2015-01-13 05:14:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/de/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/de/ERR_UNSUP_HTTPVERSION	2014-12-20 21:28:34.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_UNSUP_HTTPVERSION	2015-01-13 05:14:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_UNSUP_REQ squid-3.5.1/errors/de/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/de/ERR_UNSUP_REQ	2014-12-20 21:28:35.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_UNSUP_REQ	2015-01-13 05:14:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_URN_RESOLVE squid-3.5.1/errors/de/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/de/ERR_URN_RESOLVE	2014-12-20 21:28:35.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_URN_RESOLVE	2015-01-13 05:14:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Der angeforderte URN konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_WRITE_ERROR squid-3.5.1/errors/de/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/de/ERR_WRITE_ERROR	2014-12-20 21:28:36.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_WRITE_ERROR	2015-01-13 05:14:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/de/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/de/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/de/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:28:37.000000000 -0800
+++ squid-3.5.1/errors/de/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:14:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEHLER: Die angeforderte URL konnte nicht gefunden werden</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ACCESS_DENIED squid-3.5.1/errors/el/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/el/ERR_ACCESS_DENIED	2014-12-20 21:28:38.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ACCESS_DENIED	2015-01-13 05:14:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:28:39.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:14:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_AGENT_CONFIGURE squid-3.5.1/errors/el/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/el/ERR_AGENT_CONFIGURE	2014-12-20 21:28:40.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_AGENT_CONFIGURE	2015-01-13 05:14:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/el/ERR_AGENT_WPAD squid-3.5.1/errors/el/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/el/ERR_AGENT_WPAD	2014-12-20 21:28:41.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_AGENT_WPAD	2015-01-13 05:14:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/el/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/el/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/el/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:28:41.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:14:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Απαγορεύεται η Πρόσβαση στο Μεσολαβητή</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/el/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:28:42.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:14:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_CANNOT_FORWARD squid-3.5.1/errors/el/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/el/ERR_CANNOT_FORWARD	2014-12-20 21:28:43.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_CANNOT_FORWARD	2015-01-13 05:14:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_CONFLICT_HOST squid-3.5.1/errors/el/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/el/ERR_CONFLICT_HOST	2014-12-20 21:28:44.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_CONFLICT_HOST	2015-01-13 05:14:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_CONNECT_FAIL squid-3.5.1/errors/el/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/el/ERR_CONNECT_FAIL	2014-12-20 21:28:45.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_CONNECT_FAIL	2015-01-13 05:14:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_DIR_LISTING squid-3.5.1/errors/el/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/el/ERR_DIR_LISTING	2014-12-20 21:28:46.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_DIR_LISTING	2015-01-13 05:14:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/el/ERR_DNS_FAIL squid-3.5.1/errors/el/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/el/ERR_DNS_FAIL	2014-12-20 21:28:46.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_DNS_FAIL	2015-01-13 05:14:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ESI squid-3.5.1/errors/el/ERR_ESI
--- squid-3.5.0.4/errors/el/ERR_ESI	2014-12-20 21:28:47.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ESI	2015-01-13 05:14:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FORWARDING_DENIED squid-3.5.1/errors/el/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/el/ERR_FORWARDING_DENIED	2014-12-20 21:28:48.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FORWARDING_DENIED	2015-01-13 05:14:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_DISABLED squid-3.5.1/errors/el/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/el/ERR_FTP_DISABLED	2014-12-20 21:28:49.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_DISABLED	2015-01-13 05:14:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_FAILURE squid-3.5.1/errors/el/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/el/ERR_FTP_FAILURE	2014-12-20 21:28:50.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_FAILURE	2015-01-13 05:14:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_FORBIDDEN squid-3.5.1/errors/el/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/el/ERR_FTP_FORBIDDEN	2014-12-20 21:28:51.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_FORBIDDEN	2015-01-13 05:14:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_NOT_FOUND squid-3.5.1/errors/el/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/el/ERR_FTP_NOT_FOUND	2014-12-20 21:28:51.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_NOT_FOUND	2015-01-13 05:14:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_PUT_CREATED squid-3.5.1/errors/el/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/el/ERR_FTP_PUT_CREATED	2014-12-20 21:28:52.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_PUT_CREATED	2015-01-13 05:14:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_PUT_ERROR squid-3.5.1/errors/el/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/el/ERR_FTP_PUT_ERROR	2014-12-20 21:28:53.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_PUT_ERROR	2015-01-13 05:14:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Η μεταφόρτωση FTP απέτυχε</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/el/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/el/ERR_FTP_PUT_MODIFIED	2014-12-20 21:28:54.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_PUT_MODIFIED	2015-01-13 05:14:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/el/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/el/ERR_FTP_UNAVAILABLE	2014-12-20 21:28:55.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_FTP_UNAVAILABLE	2015-01-13 05:14:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_GATEWAY_FAILURE squid-3.5.1/errors/el/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/el/ERR_GATEWAY_FAILURE	2014-12-20 21:28:56.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_GATEWAY_FAILURE	2015-01-13 05:14:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ICAP_FAILURE squid-3.5.1/errors/el/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/el/ERR_ICAP_FAILURE	2014-12-20 21:28:56.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ICAP_FAILURE	2015-01-13 05:14:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_INVALID_REQ squid-3.5.1/errors/el/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/el/ERR_INVALID_REQ	2014-12-20 21:28:57.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_INVALID_REQ	2015-01-13 05:14:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_INVALID_RESP squid-3.5.1/errors/el/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/el/ERR_INVALID_RESP	2014-12-20 21:28:58.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_INVALID_RESP	2015-01-13 05:14:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_INVALID_URL squid-3.5.1/errors/el/ERR_INVALID_URL
--- squid-3.5.0.4/errors/el/ERR_INVALID_URL	2014-12-20 21:28:59.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_INVALID_URL	2015-01-13 05:14:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_LIFETIME_EXP squid-3.5.1/errors/el/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/el/ERR_LIFETIME_EXP	2014-12-20 21:29:00.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_LIFETIME_EXP	2015-01-13 05:14:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_NO_RELAY squid-3.5.1/errors/el/ERR_NO_RELAY
--- squid-3.5.0.4/errors/el/ERR_NO_RELAY	2014-12-20 21:29:01.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_NO_RELAY	2015-01-13 05:14:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/el/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/el/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:29:01.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:14:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_PRECONDITION_FAILED squid-3.5.1/errors/el/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/el/ERR_PRECONDITION_FAILED	2014-12-20 21:29:02.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_PRECONDITION_FAILED	2015-01-13 05:14:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_READ_ERROR squid-3.5.1/errors/el/ERR_READ_ERROR
--- squid-3.5.0.4/errors/el/ERR_READ_ERROR	2014-12-20 21:29:03.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_READ_ERROR	2015-01-13 05:14:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_READ_TIMEOUT squid-3.5.1/errors/el/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/el/ERR_READ_TIMEOUT	2014-12-20 21:29:04.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_READ_TIMEOUT	2015-01-13 05:14:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/el/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/el/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:29:05.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:14:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_SHUTTING_DOWN squid-3.5.1/errors/el/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/el/ERR_SHUTTING_DOWN	2014-12-20 21:29:06.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_SHUTTING_DOWN	2015-01-13 05:15:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_SOCKET_FAILURE squid-3.5.1/errors/el/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/el/ERR_SOCKET_FAILURE	2014-12-20 21:29:06.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_SOCKET_FAILURE	2015-01-13 05:15:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_TOO_BIG squid-3.5.1/errors/el/ERR_TOO_BIG
--- squid-3.5.0.4/errors/el/ERR_TOO_BIG	2014-12-20 21:29:07.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_TOO_BIG	2015-01-13 05:15:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/el/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/el/ERR_UNSUP_HTTPVERSION	2014-12-20 21:29:08.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_UNSUP_HTTPVERSION	2015-01-13 05:15:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_UNSUP_REQ squid-3.5.1/errors/el/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/el/ERR_UNSUP_REQ	2014-12-20 21:29:09.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_UNSUP_REQ	2015-01-13 05:15:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_URN_RESOLVE squid-3.5.1/errors/el/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/el/ERR_URN_RESOLVE	2014-12-20 21:29:10.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_URN_RESOLVE	2015-01-13 05:15:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_WRITE_ERROR squid-3.5.1/errors/el/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/el/ERR_WRITE_ERROR	2014-12-20 21:29:11.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_WRITE_ERROR	2015-01-13 05:15:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/el/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/el/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/el/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:29:12.000000000 -0800
+++ squid-3.5.1/errors/el/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:15:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ΣΦΑΛΜΑ: Αδύνατη η πρόσβαση στην αιτούμενη διεύθυνση</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ACCESS_DENIED squid-3.5.1/errors/en/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/en/ERR_ACCESS_DENIED	2014-12-20 21:29:13.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ACCESS_DENIED	2015-01-13 05:15:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:29:13.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:15:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_AGENT_CONFIGURE squid-3.5.1/errors/en/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/en/ERR_AGENT_CONFIGURE	2014-12-20 21:29:14.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_AGENT_CONFIGURE	2015-01-13 05:15:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/en/ERR_AGENT_WPAD squid-3.5.1/errors/en/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/en/ERR_AGENT_WPAD	2014-12-20 21:29:15.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_AGENT_WPAD	2015-01-13 05:15:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/en/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/en/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/en/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:29:16.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:15:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/en/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:29:17.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:15:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_CANNOT_FORWARD squid-3.5.1/errors/en/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/en/ERR_CANNOT_FORWARD	2014-12-20 21:29:18.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_CANNOT_FORWARD	2015-01-13 05:15:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_CONFLICT_HOST squid-3.5.1/errors/en/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/en/ERR_CONFLICT_HOST	2014-12-20 21:29:18.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_CONFLICT_HOST	2015-01-13 05:15:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_CONNECT_FAIL squid-3.5.1/errors/en/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/en/ERR_CONNECT_FAIL	2014-12-20 21:29:19.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_CONNECT_FAIL	2015-01-13 05:15:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_DIR_LISTING squid-3.5.1/errors/en/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/en/ERR_DIR_LISTING	2014-12-20 21:29:20.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_DIR_LISTING	2015-01-13 05:15:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/en/ERR_DNS_FAIL squid-3.5.1/errors/en/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/en/ERR_DNS_FAIL	2014-12-20 21:29:21.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_DNS_FAIL	2015-01-13 05:15:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ESI squid-3.5.1/errors/en/ERR_ESI
--- squid-3.5.0.4/errors/en/ERR_ESI	2014-12-20 21:29:22.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ESI	2015-01-13 05:15:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FORWARDING_DENIED squid-3.5.1/errors/en/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/en/ERR_FORWARDING_DENIED	2014-12-20 21:29:23.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FORWARDING_DENIED	2015-01-13 05:15:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_DISABLED squid-3.5.1/errors/en/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/en/ERR_FTP_DISABLED	2014-12-20 21:29:23.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_DISABLED	2015-01-13 05:15:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_FAILURE squid-3.5.1/errors/en/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/en/ERR_FTP_FAILURE	2014-12-20 21:29:24.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_FAILURE	2015-01-13 05:15:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_FORBIDDEN squid-3.5.1/errors/en/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/en/ERR_FTP_FORBIDDEN	2014-12-20 21:29:25.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_FORBIDDEN	2015-01-13 05:15:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_NOT_FOUND squid-3.5.1/errors/en/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/en/ERR_FTP_NOT_FOUND	2014-12-20 21:29:26.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_NOT_FOUND	2015-01-13 05:15:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_PUT_CREATED squid-3.5.1/errors/en/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/en/ERR_FTP_PUT_CREATED	2014-12-20 21:29:27.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_PUT_CREATED	2015-01-13 05:15:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_PUT_ERROR squid-3.5.1/errors/en/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/en/ERR_FTP_PUT_ERROR	2014-12-20 21:29:28.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_PUT_ERROR	2015-01-13 05:15:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/en/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/en/ERR_FTP_PUT_MODIFIED	2014-12-20 21:29:28.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_PUT_MODIFIED	2015-01-13 05:15:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/en/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/en/ERR_FTP_UNAVAILABLE	2014-12-20 21:29:29.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_FTP_UNAVAILABLE	2015-01-13 05:15:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_GATEWAY_FAILURE squid-3.5.1/errors/en/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/en/ERR_GATEWAY_FAILURE	2014-12-20 21:29:30.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_GATEWAY_FAILURE	2015-01-13 05:15:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ICAP_FAILURE squid-3.5.1/errors/en/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/en/ERR_ICAP_FAILURE	2014-12-20 21:29:31.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ICAP_FAILURE	2015-01-13 05:15:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_INVALID_REQ squid-3.5.1/errors/en/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/en/ERR_INVALID_REQ	2014-12-20 21:29:32.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_INVALID_REQ	2015-01-13 05:15:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_INVALID_RESP squid-3.5.1/errors/en/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/en/ERR_INVALID_RESP	2014-12-20 21:29:33.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_INVALID_RESP	2015-01-13 05:15:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_INVALID_URL squid-3.5.1/errors/en/ERR_INVALID_URL
--- squid-3.5.0.4/errors/en/ERR_INVALID_URL	2014-12-20 21:29:33.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_INVALID_URL	2015-01-13 05:15:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_LIFETIME_EXP squid-3.5.1/errors/en/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/en/ERR_LIFETIME_EXP	2014-12-20 21:29:34.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_LIFETIME_EXP	2015-01-13 05:15:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_NO_RELAY squid-3.5.1/errors/en/ERR_NO_RELAY
--- squid-3.5.0.4/errors/en/ERR_NO_RELAY	2014-12-20 21:29:35.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_NO_RELAY	2015-01-13 05:15:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/en/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/en/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:29:36.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:15:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_PRECONDITION_FAILED squid-3.5.1/errors/en/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/en/ERR_PRECONDITION_FAILED	2014-12-20 21:29:37.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_PRECONDITION_FAILED	2015-01-13 05:15:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_READ_ERROR squid-3.5.1/errors/en/ERR_READ_ERROR
--- squid-3.5.0.4/errors/en/ERR_READ_ERROR	2014-12-20 21:29:38.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_READ_ERROR	2015-01-13 05:15:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_READ_TIMEOUT squid-3.5.1/errors/en/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/en/ERR_READ_TIMEOUT	2014-12-20 21:29:38.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_READ_TIMEOUT	2015-01-13 05:15:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/en/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/en/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:29:39.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:15:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_SHUTTING_DOWN squid-3.5.1/errors/en/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/en/ERR_SHUTTING_DOWN	2014-12-20 21:29:40.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_SHUTTING_DOWN	2015-01-13 05:15:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_SOCKET_FAILURE squid-3.5.1/errors/en/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/en/ERR_SOCKET_FAILURE	2014-12-20 21:29:41.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_SOCKET_FAILURE	2015-01-13 05:15:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_TOO_BIG squid-3.5.1/errors/en/ERR_TOO_BIG
--- squid-3.5.0.4/errors/en/ERR_TOO_BIG	2014-12-20 21:29:42.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_TOO_BIG	2015-01-13 05:15:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/en/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/en/ERR_UNSUP_HTTPVERSION	2014-12-20 21:29:43.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_UNSUP_HTTPVERSION	2015-01-13 05:16:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_UNSUP_REQ squid-3.5.1/errors/en/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/en/ERR_UNSUP_REQ	2014-12-20 21:29:43.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_UNSUP_REQ	2015-01-13 05:16:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_URN_RESOLVE squid-3.5.1/errors/en/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/en/ERR_URN_RESOLVE	2014-12-20 21:29:44.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_URN_RESOLVE	2015-01-13 05:16:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_WRITE_ERROR squid-3.5.1/errors/en/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/en/ERR_WRITE_ERROR	2014-12-20 21:29:45.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_WRITE_ERROR	2015-01-13 05:16:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/en/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/en/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/en/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:29:46.000000000 -0800
+++ squid-3.5.1/errors/en/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:16:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/errorpage.css squid-3.5.1/errors/errorpage.css
--- squid-3.5.0.4/errors/errorpage.css	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/errorpage.css	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ACCESS_DENIED squid-3.5.1/errors/es/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/es/ERR_ACCESS_DENIED	2014-12-20 21:29:47.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ACCESS_DENIED	2015-01-13 05:16:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:29:48.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:16:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_AGENT_CONFIGURE squid-3.5.1/errors/es/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/es/ERR_AGENT_CONFIGURE	2014-12-20 21:29:49.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_AGENT_CONFIGURE	2015-01-13 05:16:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/es/ERR_AGENT_WPAD squid-3.5.1/errors/es/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/es/ERR_AGENT_WPAD	2014-12-20 21:29:49.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_AGENT_WPAD	2015-01-13 05:16:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuración del Navegador de Internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/es/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/es/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/es/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:29:50.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:16:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado a la Caché</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/es/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:29:51.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:16:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Acceso Denegado al Cach&eacute; Manager</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_CANNOT_FORWARD squid-3.5.1/errors/es/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/es/ERR_CANNOT_FORWARD	2014-12-20 21:29:52.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_CANNOT_FORWARD	2015-01-13 05:16:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_CONFLICT_HOST squid-3.5.1/errors/es/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/es/ERR_CONFLICT_HOST	2014-12-20 21:29:53.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_CONFLICT_HOST	2015-01-13 05:16:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_CONNECT_FAIL squid-3.5.1/errors/es/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/es/ERR_CONNECT_FAIL	2014-12-20 21:29:54.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_CONNECT_FAIL	2015-01-13 05:16:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_DIR_LISTING squid-3.5.1/errors/es/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/es/ERR_DIR_LISTING	2014-12-20 21:29:54.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_DIR_LISTING	2015-01-13 05:16:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorio: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/es/ERR_DNS_FAIL squid-3.5.1/errors/es/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/es/ERR_DNS_FAIL	2014-12-20 21:29:55.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_DNS_FAIL	2015-01-13 05:16:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ESI squid-3.5.1/errors/es/ERR_ESI
--- squid-3.5.0.4/errors/es/ERR_ESI	2014-12-20 21:29:56.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ESI	2015-01-13 05:16:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FORWARDING_DENIED squid-3.5.1/errors/es/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/es/ERR_FORWARDING_DENIED	2014-12-20 21:29:57.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FORWARDING_DENIED	2015-01-13 05:16:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_DISABLED squid-3.5.1/errors/es/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/es/ERR_FTP_DISABLED	2014-12-20 21:29:58.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_DISABLED	2015-01-13 05:16:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_FAILURE squid-3.5.1/errors/es/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/es/ERR_FTP_FAILURE	2014-12-20 21:29:59.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_FAILURE	2015-01-13 05:16:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_FORBIDDEN squid-3.5.1/errors/es/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/es/ERR_FTP_FORBIDDEN	2014-12-20 21:30:00.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_FORBIDDEN	2015-01-13 05:16:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_NOT_FOUND squid-3.5.1/errors/es/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/es/ERR_FTP_NOT_FOUND	2014-12-20 21:30:00.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_NOT_FOUND	2015-01-13 05:16:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_PUT_CREATED squid-3.5.1/errors/es/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/es/ERR_FTP_PUT_CREATED	2014-12-20 21:30:01.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_PUT_CREATED	2015-01-13 05:16:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_PUT_ERROR squid-3.5.1/errors/es/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/es/ERR_FTP_PUT_ERROR	2014-12-20 21:30:02.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_PUT_ERROR	2015-01-13 05:16:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: falla en envio FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/es/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/es/ERR_FTP_PUT_MODIFIED	2014-12-20 21:30:03.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_PUT_MODIFIED	2015-01-13 05:16:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP realizado con éxito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/es/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/es/ERR_FTP_UNAVAILABLE	2014-12-20 21:30:04.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_FTP_UNAVAILABLE	2015-01-13 05:16:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_GATEWAY_FAILURE squid-3.5.1/errors/es/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/es/ERR_GATEWAY_FAILURE	2014-12-20 21:30:04.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_GATEWAY_FAILURE	2015-01-13 05:16:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ICAP_FAILURE squid-3.5.1/errors/es/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/es/ERR_ICAP_FAILURE	2014-12-20 21:30:05.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ICAP_FAILURE	2015-01-13 05:16:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_INVALID_REQ squid-3.5.1/errors/es/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/es/ERR_INVALID_REQ	2014-12-20 21:30:06.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_INVALID_REQ	2015-01-13 05:16:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_INVALID_RESP squid-3.5.1/errors/es/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/es/ERR_INVALID_RESP	2014-12-20 21:30:07.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_INVALID_RESP	2015-01-13 05:16:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_INVALID_URL squid-3.5.1/errors/es/ERR_INVALID_URL
--- squid-3.5.0.4/errors/es/ERR_INVALID_URL	2014-12-20 21:30:08.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_INVALID_URL	2015-01-13 05:16:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_LIFETIME_EXP squid-3.5.1/errors/es/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/es/ERR_LIFETIME_EXP	2014-12-20 21:30:09.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_LIFETIME_EXP	2015-01-13 05:16:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_NO_RELAY squid-3.5.1/errors/es/ERR_NO_RELAY
--- squid-3.5.0.4/errors/es/ERR_NO_RELAY	2014-12-20 21:30:09.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_NO_RELAY	2015-01-13 05:16:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/es/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/es/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:30:10.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:16:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_PRECONDITION_FAILED squid-3.5.1/errors/es/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/es/ERR_PRECONDITION_FAILED	2014-12-20 21:30:11.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_PRECONDITION_FAILED	2015-01-13 05:16:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_READ_ERROR squid-3.5.1/errors/es/ERR_READ_ERROR
--- squid-3.5.0.4/errors/es/ERR_READ_ERROR	2014-12-20 21:30:12.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_READ_ERROR	2015-01-13 05:16:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_READ_TIMEOUT squid-3.5.1/errors/es/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/es/ERR_READ_TIMEOUT	2014-12-20 21:30:13.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_READ_TIMEOUT	2015-01-13 05:16:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/es/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/es/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:30:14.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:16:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_SHUTTING_DOWN squid-3.5.1/errors/es/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/es/ERR_SHUTTING_DOWN	2014-12-20 21:30:14.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_SHUTTING_DOWN	2015-01-13 05:16:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_SOCKET_FAILURE squid-3.5.1/errors/es/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/es/ERR_SOCKET_FAILURE	2014-12-20 21:30:15.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_SOCKET_FAILURE	2015-01-13 05:16:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_TOO_BIG squid-3.5.1/errors/es/ERR_TOO_BIG
--- squid-3.5.0.4/errors/es/ERR_TOO_BIG	2014-12-20 21:30:16.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_TOO_BIG	2015-01-13 05:16:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/es/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/es/ERR_UNSUP_HTTPVERSION	2014-12-20 21:30:17.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_UNSUP_HTTPVERSION	2015-01-13 05:16:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_UNSUP_REQ squid-3.5.1/errors/es/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/es/ERR_UNSUP_REQ	2014-12-20 21:30:18.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_UNSUP_REQ	2015-01-13 05:16:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_URN_RESOLVE squid-3.5.1/errors/es/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/es/ERR_URN_RESOLVE	2014-12-20 21:30:19.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_URN_RESOLVE	2015-01-13 05:17:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: La URN requerida no pudo ser obtenida.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_WRITE_ERROR squid-3.5.1/errors/es/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/es/ERR_WRITE_ERROR	2014-12-20 21:30:19.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_WRITE_ERROR	2015-01-13 05:17:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/es/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/es/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/es/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:30:20.000000000 -0800
+++ squid-3.5.1/errors/es/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:17:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: El URL solicitado no se ha podido conseguir</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ACCESS_DENIED squid-3.5.1/errors/et/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/et/ERR_ACCESS_DENIED	2014-12-20 21:30:22.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ACCESS_DENIED	2015-01-13 05:17:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:30:22.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:17:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_AGENT_CONFIGURE squid-3.5.1/errors/et/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/et/ERR_AGENT_CONFIGURE	2014-12-20 21:30:23.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_AGENT_CONFIGURE	2015-01-13 05:17:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/et/ERR_AGENT_WPAD squid-3.5.1/errors/et/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/et/ERR_AGENT_WPAD	2014-12-20 21:30:24.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_AGENT_WPAD	2015-01-13 05:17:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/et/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/et/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/et/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:30:25.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:17:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: Vahemälu serveri kasutamine blokeeritud</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/et/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:30:26.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:17:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: Vahemälu serveri haldaja kasutamine blokeeritud</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_CANNOT_FORWARD squid-3.5.1/errors/et/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/et/ERR_CANNOT_FORWARD	2014-12-20 21:30:27.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_CANNOT_FORWARD	2015-01-13 05:17:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_CONFLICT_HOST squid-3.5.1/errors/et/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/et/ERR_CONFLICT_HOST	2014-12-20 21:30:28.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_CONFLICT_HOST	2015-01-13 05:17:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_CONNECT_FAIL squid-3.5.1/errors/et/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/et/ERR_CONNECT_FAIL	2014-12-20 21:30:28.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_CONNECT_FAIL	2015-01-13 05:17:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_DIR_LISTING squid-3.5.1/errors/et/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/et/ERR_DIR_LISTING	2014-12-20 21:30:29.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_DIR_LISTING	2015-01-13 05:17:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/et/ERR_DNS_FAIL squid-3.5.1/errors/et/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/et/ERR_DNS_FAIL	2014-12-20 21:30:30.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_DNS_FAIL	2015-01-13 05:17:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ESI squid-3.5.1/errors/et/ERR_ESI
--- squid-3.5.0.4/errors/et/ERR_ESI	2014-12-20 21:30:31.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ESI	2015-01-13 05:17:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FORWARDING_DENIED squid-3.5.1/errors/et/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/et/ERR_FORWARDING_DENIED	2014-12-20 21:30:32.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FORWARDING_DENIED	2015-01-13 05:17:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_DISABLED squid-3.5.1/errors/et/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/et/ERR_FTP_DISABLED	2014-12-20 21:30:33.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_DISABLED	2015-01-13 05:17:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_FAILURE squid-3.5.1/errors/et/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/et/ERR_FTP_FAILURE	2014-12-20 21:30:33.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_FAILURE	2015-01-13 05:17:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_FORBIDDEN squid-3.5.1/errors/et/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/et/ERR_FTP_FORBIDDEN	2014-12-20 21:30:34.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_FORBIDDEN	2015-01-13 05:17:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_NOT_FOUND squid-3.5.1/errors/et/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/et/ERR_FTP_NOT_FOUND	2014-12-20 21:30:35.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_NOT_FOUND	2015-01-13 05:17:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_PUT_CREATED squid-3.5.1/errors/et/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/et/ERR_FTP_PUT_CREATED	2014-12-20 21:30:36.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_PUT_CREATED	2015-01-13 05:17:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_PUT_ERROR squid-3.5.1/errors/et/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/et/ERR_FTP_PUT_ERROR	2014-12-20 21:30:37.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_PUT_ERROR	2015-01-13 05:17:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: FTP PUT eba&otilde;nnestus</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/et/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/et/ERR_FTP_PUT_MODIFIED	2014-12-20 21:30:38.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_PUT_MODIFIED	2015-01-13 05:17:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/et/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/et/ERR_FTP_UNAVAILABLE	2014-12-20 21:30:38.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_FTP_UNAVAILABLE	2015-01-13 05:17:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_GATEWAY_FAILURE squid-3.5.1/errors/et/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/et/ERR_GATEWAY_FAILURE	2014-12-20 21:30:39.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_GATEWAY_FAILURE	2015-01-13 05:17:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ICAP_FAILURE squid-3.5.1/errors/et/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/et/ERR_ICAP_FAILURE	2014-12-20 21:30:40.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ICAP_FAILURE	2015-01-13 05:17:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_INVALID_REQ squid-3.5.1/errors/et/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/et/ERR_INVALID_REQ	2014-12-20 21:30:41.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_INVALID_REQ	2015-01-13 05:17:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_INVALID_RESP squid-3.5.1/errors/et/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/et/ERR_INVALID_RESP	2014-12-20 21:30:42.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_INVALID_RESP	2015-01-13 05:17:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_INVALID_URL squid-3.5.1/errors/et/ERR_INVALID_URL
--- squid-3.5.0.4/errors/et/ERR_INVALID_URL	2014-12-20 21:30:43.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_INVALID_URL	2015-01-13 05:17:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_LIFETIME_EXP squid-3.5.1/errors/et/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/et/ERR_LIFETIME_EXP	2014-12-20 21:30:43.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_LIFETIME_EXP	2015-01-13 05:17:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_NO_RELAY squid-3.5.1/errors/et/ERR_NO_RELAY
--- squid-3.5.0.4/errors/et/ERR_NO_RELAY	2014-12-20 21:30:44.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_NO_RELAY	2015-01-13 05:17:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/et/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/et/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:30:45.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:17:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_PRECONDITION_FAILED squid-3.5.1/errors/et/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/et/ERR_PRECONDITION_FAILED	2014-12-20 21:30:46.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_PRECONDITION_FAILED	2015-01-13 05:17:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_READ_ERROR squid-3.5.1/errors/et/ERR_READ_ERROR
--- squid-3.5.0.4/errors/et/ERR_READ_ERROR	2014-12-20 21:30:47.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_READ_ERROR	2015-01-13 05:17:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_READ_TIMEOUT squid-3.5.1/errors/et/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/et/ERR_READ_TIMEOUT	2014-12-20 21:30:48.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_READ_TIMEOUT	2015-01-13 05:17:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/et/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/et/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:30:48.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:17:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_SHUTTING_DOWN squid-3.5.1/errors/et/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/et/ERR_SHUTTING_DOWN	2014-12-20 21:30:49.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_SHUTTING_DOWN	2015-01-13 05:17:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_SOCKET_FAILURE squid-3.5.1/errors/et/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/et/ERR_SOCKET_FAILURE	2014-12-20 21:30:50.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_SOCKET_FAILURE	2015-01-13 05:17:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_TOO_BIG squid-3.5.1/errors/et/ERR_TOO_BIG
--- squid-3.5.0.4/errors/et/ERR_TOO_BIG	2014-12-20 21:30:51.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_TOO_BIG	2015-01-13 05:17:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/et/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/et/ERR_UNSUP_HTTPVERSION	2014-12-20 21:30:52.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_UNSUP_HTTPVERSION	2015-01-13 05:17:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_UNSUP_REQ squid-3.5.1/errors/et/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/et/ERR_UNSUP_REQ	2014-12-20 21:30:53.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_UNSUP_REQ	2015-01-13 05:17:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_URN_RESOLVE squid-3.5.1/errors/et/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/et/ERR_URN_RESOLVE	2014-12-20 21:30:53.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_URN_RESOLVE	2015-01-13 05:17:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_WRITE_ERROR squid-3.5.1/errors/et/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/et/ERR_WRITE_ERROR	2014-12-20 21:30:54.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_WRITE_ERROR	2015-01-13 05:17:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/et/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/et/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/et/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:30:55.000000000 -0800
+++ squid-3.5.1/errors/et/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:17:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIGA: P&auml;ring URLile ei saa vastust</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ACCESS_DENIED squid-3.5.1/errors/fa/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fa/ERR_ACCESS_DENIED	2014-12-20 21:30:56.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ACCESS_DENIED	2015-01-13 05:17:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:30:57.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:18:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_AGENT_CONFIGURE squid-3.5.1/errors/fa/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/fa/ERR_AGENT_CONFIGURE	2014-12-20 21:30:58.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_AGENT_CONFIGURE	2015-01-13 05:18:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_AGENT_WPAD squid-3.5.1/errors/fa/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/fa/ERR_AGENT_WPAD	2014-12-20 21:30:59.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_AGENT_WPAD	2015-01-13 05:18:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/fa/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/fa/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:30:59.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:18:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: رد شدن دسترسی به نهانگاه</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:31:00.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:18:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: رد شدن دسترسی برای مدیریت نهانگاه</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_CANNOT_FORWARD squid-3.5.1/errors/fa/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/fa/ERR_CANNOT_FORWARD	2014-12-20 21:31:01.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_CANNOT_FORWARD	2015-01-13 05:18:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_CONFLICT_HOST squid-3.5.1/errors/fa/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/fa/ERR_CONFLICT_HOST	2014-12-20 21:31:02.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_CONFLICT_HOST	2015-01-13 05:18:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_CONNECT_FAIL squid-3.5.1/errors/fa/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/fa/ERR_CONNECT_FAIL	2014-12-20 21:31:03.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_CONNECT_FAIL	2015-01-13 05:18:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_DIR_LISTING squid-3.5.1/errors/fa/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/fa/ERR_DIR_LISTING	2014-12-20 21:31:04.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_DIR_LISTING	2015-01-13 05:18:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>مسیر : U%</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_DNS_FAIL squid-3.5.1/errors/fa/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/fa/ERR_DNS_FAIL	2014-12-20 21:31:04.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_DNS_FAIL	2015-01-13 05:18:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ESI squid-3.5.1/errors/fa/ERR_ESI
--- squid-3.5.0.4/errors/fa/ERR_ESI	2014-12-20 21:31:05.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ESI	2015-01-13 05:18:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FORWARDING_DENIED squid-3.5.1/errors/fa/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/fa/ERR_FORWARDING_DENIED	2014-12-20 21:31:06.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FORWARDING_DENIED	2015-01-13 05:18:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_DISABLED squid-3.5.1/errors/fa/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/fa/ERR_FTP_DISABLED	2014-12-20 21:31:07.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_DISABLED	2015-01-13 05:18:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_FAILURE squid-3.5.1/errors/fa/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/fa/ERR_FTP_FAILURE	2014-12-20 21:31:08.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_FAILURE	2015-01-13 05:18:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_FORBIDDEN squid-3.5.1/errors/fa/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/fa/ERR_FTP_FORBIDDEN	2014-12-20 21:31:09.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_FORBIDDEN	2015-01-13 05:18:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_NOT_FOUND squid-3.5.1/errors/fa/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/fa/ERR_FTP_NOT_FOUND	2014-12-20 21:31:09.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_NOT_FOUND	2015-01-13 05:18:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_PUT_CREATED squid-3.5.1/errors/fa/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/fa/ERR_FTP_PUT_CREATED	2014-12-20 21:31:10.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_PUT_CREATED	2015-01-13 05:18:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_PUT_ERROR squid-3.5.1/errors/fa/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/fa/ERR_FTP_PUT_ERROR	2014-12-20 21:31:11.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_PUT_ERROR	2015-01-13 05:18:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: بارگذاری روی FTP با موفقیت همراه نبود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/fa/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/fa/ERR_FTP_PUT_MODIFIED	2014-12-20 21:31:12.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_PUT_MODIFIED	2015-01-13 05:18:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/fa/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/fa/ERR_FTP_UNAVAILABLE	2014-12-20 21:31:13.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_FTP_UNAVAILABLE	2015-01-13 05:18:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_GATEWAY_FAILURE squid-3.5.1/errors/fa/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/fa/ERR_GATEWAY_FAILURE	2014-12-20 21:31:14.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_GATEWAY_FAILURE	2015-01-13 05:18:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ICAP_FAILURE squid-3.5.1/errors/fa/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/fa/ERR_ICAP_FAILURE	2014-12-20 21:31:14.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ICAP_FAILURE	2015-01-13 05:18:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_INVALID_REQ squid-3.5.1/errors/fa/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/fa/ERR_INVALID_REQ	2014-12-20 21:31:15.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_INVALID_REQ	2015-01-13 05:18:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_INVALID_RESP squid-3.5.1/errors/fa/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/fa/ERR_INVALID_RESP	2014-12-20 21:31:16.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_INVALID_RESP	2015-01-13 05:18:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_INVALID_URL squid-3.5.1/errors/fa/ERR_INVALID_URL
--- squid-3.5.0.4/errors/fa/ERR_INVALID_URL	2014-12-20 21:31:17.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_INVALID_URL	2015-01-13 05:18:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_LIFETIME_EXP squid-3.5.1/errors/fa/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/fa/ERR_LIFETIME_EXP	2014-12-20 21:31:18.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_LIFETIME_EXP	2015-01-13 05:18:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_NO_RELAY squid-3.5.1/errors/fa/ERR_NO_RELAY
--- squid-3.5.0.4/errors/fa/ERR_NO_RELAY	2014-12-20 21:31:19.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_NO_RELAY	2015-01-13 05:18:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/fa/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/fa/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:31:19.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:18:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_PRECONDITION_FAILED squid-3.5.1/errors/fa/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/fa/ERR_PRECONDITION_FAILED	2014-12-20 21:31:20.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_PRECONDITION_FAILED	2015-01-13 05:18:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_READ_ERROR squid-3.5.1/errors/fa/ERR_READ_ERROR
--- squid-3.5.0.4/errors/fa/ERR_READ_ERROR	2014-12-20 21:31:21.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_READ_ERROR	2015-01-13 05:18:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_READ_TIMEOUT squid-3.5.1/errors/fa/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/fa/ERR_READ_TIMEOUT	2014-12-20 21:31:22.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_READ_TIMEOUT	2015-01-13 05:18:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/fa/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/fa/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:31:23.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:18:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_SHUTTING_DOWN squid-3.5.1/errors/fa/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/fa/ERR_SHUTTING_DOWN	2014-12-20 21:31:24.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_SHUTTING_DOWN	2015-01-13 05:18:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_SOCKET_FAILURE squid-3.5.1/errors/fa/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/fa/ERR_SOCKET_FAILURE	2014-12-20 21:31:24.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_SOCKET_FAILURE	2015-01-13 05:18:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_TOO_BIG squid-3.5.1/errors/fa/ERR_TOO_BIG
--- squid-3.5.0.4/errors/fa/ERR_TOO_BIG	2014-12-20 21:31:25.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_TOO_BIG	2015-01-13 05:18:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/fa/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/fa/ERR_UNSUP_HTTPVERSION	2014-12-20 21:31:26.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_UNSUP_HTTPVERSION	2015-01-13 05:18:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_UNSUP_REQ squid-3.5.1/errors/fa/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/fa/ERR_UNSUP_REQ	2014-12-20 21:31:27.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_UNSUP_REQ	2015-01-13 05:18:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_URN_RESOLVE squid-3.5.1/errors/fa/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/fa/ERR_URN_RESOLVE	2014-12-20 21:31:28.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_URN_RESOLVE	2015-01-13 05:18:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_WRITE_ERROR squid-3.5.1/errors/fa/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/fa/ERR_WRITE_ERROR	2014-12-20 21:31:29.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_WRITE_ERROR	2015-01-13 05:18:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fa/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/fa/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/fa/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:31:29.000000000 -0800
+++ squid-3.5.1/errors/fa/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:18:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>خطا: آدرس درخواست شده را نمی‌توانست دریافت شود</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ACCESS_DENIED squid-3.5.1/errors/fi/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fi/ERR_ACCESS_DENIED	2014-12-20 21:31:30.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ACCESS_DENIED	2015-01-13 05:18:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:31:31.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:18:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_AGENT_CONFIGURE squid-3.5.1/errors/fi/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/fi/ERR_AGENT_CONFIGURE	2014-12-20 21:31:32.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_AGENT_CONFIGURE	2015-01-13 05:18:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_AGENT_WPAD squid-3.5.1/errors/fi/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/fi/ERR_AGENT_WPAD	2014-12-20 21:31:33.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_AGENT_WPAD	2015-01-13 05:18:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/fi/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/fi/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:31:34.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:18:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pääsy välityspalvelimeen evätty</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:31:35.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:19:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pääsy välityspalvelimen hallintaan evätty</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_CANNOT_FORWARD squid-3.5.1/errors/fi/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/fi/ERR_CANNOT_FORWARD	2014-12-20 21:31:35.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_CANNOT_FORWARD	2015-01-13 05:19:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_CONFLICT_HOST squid-3.5.1/errors/fi/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/fi/ERR_CONFLICT_HOST	2014-12-20 21:31:36.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_CONFLICT_HOST	2015-01-13 05:19:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_CONNECT_FAIL squid-3.5.1/errors/fi/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/fi/ERR_CONNECT_FAIL	2014-12-20 21:31:37.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_CONNECT_FAIL	2015-01-13 05:19:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_DIR_LISTING squid-3.5.1/errors/fi/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/fi/ERR_DIR_LISTING	2014-12-20 21:31:38.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_DIR_LISTING	2015-01-13 05:19:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_DNS_FAIL squid-3.5.1/errors/fi/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/fi/ERR_DNS_FAIL	2014-12-20 21:31:39.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_DNS_FAIL	2015-01-13 05:19:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ESI squid-3.5.1/errors/fi/ERR_ESI
--- squid-3.5.0.4/errors/fi/ERR_ESI	2014-12-20 21:31:40.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ESI	2015-01-13 05:19:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FORWARDING_DENIED squid-3.5.1/errors/fi/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/fi/ERR_FORWARDING_DENIED	2014-12-20 21:31:40.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FORWARDING_DENIED	2015-01-13 05:19:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_DISABLED squid-3.5.1/errors/fi/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/fi/ERR_FTP_DISABLED	2014-12-20 21:31:41.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_DISABLED	2015-01-13 05:19:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_FAILURE squid-3.5.1/errors/fi/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/fi/ERR_FTP_FAILURE	2014-12-20 21:31:42.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_FAILURE	2015-01-13 05:19:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_FORBIDDEN squid-3.5.1/errors/fi/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/fi/ERR_FTP_FORBIDDEN	2014-12-20 21:31:43.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_FORBIDDEN	2015-01-13 05:19:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_NOT_FOUND squid-3.5.1/errors/fi/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/fi/ERR_FTP_NOT_FOUND	2014-12-20 21:31:44.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_NOT_FOUND	2015-01-13 05:19:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_PUT_CREATED squid-3.5.1/errors/fi/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/fi/ERR_FTP_PUT_CREATED	2014-12-20 21:31:45.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_PUT_CREATED	2015-01-13 05:19:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_PUT_ERROR squid-3.5.1/errors/fi/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/fi/ERR_FTP_PUT_ERROR	2014-12-20 21:31:46.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_PUT_ERROR	2015-01-13 05:19:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: FTP lähetys epäonnistui</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/fi/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/fi/ERR_FTP_PUT_MODIFIED	2014-12-20 21:31:46.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_PUT_MODIFIED	2015-01-13 05:19:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/fi/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/fi/ERR_FTP_UNAVAILABLE	2014-12-20 21:31:47.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_FTP_UNAVAILABLE	2015-01-13 05:19:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_GATEWAY_FAILURE squid-3.5.1/errors/fi/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/fi/ERR_GATEWAY_FAILURE	2014-12-20 21:31:48.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_GATEWAY_FAILURE	2015-01-13 05:19:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ICAP_FAILURE squid-3.5.1/errors/fi/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/fi/ERR_ICAP_FAILURE	2014-12-20 21:31:49.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ICAP_FAILURE	2015-01-13 05:19:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_INVALID_REQ squid-3.5.1/errors/fi/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/fi/ERR_INVALID_REQ	2014-12-20 21:31:50.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_INVALID_REQ	2015-01-13 05:19:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_INVALID_RESP squid-3.5.1/errors/fi/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/fi/ERR_INVALID_RESP	2014-12-20 21:31:51.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_INVALID_RESP	2015-01-13 05:19:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_INVALID_URL squid-3.5.1/errors/fi/ERR_INVALID_URL
--- squid-3.5.0.4/errors/fi/ERR_INVALID_URL	2014-12-20 21:31:51.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_INVALID_URL	2015-01-13 05:19:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_LIFETIME_EXP squid-3.5.1/errors/fi/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/fi/ERR_LIFETIME_EXP	2014-12-20 21:31:52.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_LIFETIME_EXP	2015-01-13 05:19:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_NO_RELAY squid-3.5.1/errors/fi/ERR_NO_RELAY
--- squid-3.5.0.4/errors/fi/ERR_NO_RELAY	2014-12-20 21:31:53.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_NO_RELAY	2015-01-13 05:19:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/fi/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/fi/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:31:54.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:19:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_PRECONDITION_FAILED squid-3.5.1/errors/fi/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/fi/ERR_PRECONDITION_FAILED	2014-12-20 21:31:55.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_PRECONDITION_FAILED	2015-01-13 05:19:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_READ_ERROR squid-3.5.1/errors/fi/ERR_READ_ERROR
--- squid-3.5.0.4/errors/fi/ERR_READ_ERROR	2014-12-20 21:31:55.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_READ_ERROR	2015-01-13 05:19:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_READ_TIMEOUT squid-3.5.1/errors/fi/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/fi/ERR_READ_TIMEOUT	2014-12-20 21:31:56.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_READ_TIMEOUT	2015-01-13 05:19:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/fi/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/fi/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:31:57.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:19:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_SHUTTING_DOWN squid-3.5.1/errors/fi/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/fi/ERR_SHUTTING_DOWN	2014-12-20 21:31:58.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_SHUTTING_DOWN	2015-01-13 05:19:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_SOCKET_FAILURE squid-3.5.1/errors/fi/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/fi/ERR_SOCKET_FAILURE	2014-12-20 21:31:59.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_SOCKET_FAILURE	2015-01-13 05:19:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_TOO_BIG squid-3.5.1/errors/fi/ERR_TOO_BIG
--- squid-3.5.0.4/errors/fi/ERR_TOO_BIG	2014-12-20 21:32:00.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_TOO_BIG	2015-01-13 05:19:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/fi/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/fi/ERR_UNSUP_HTTPVERSION	2014-12-20 21:32:00.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_UNSUP_HTTPVERSION	2015-01-13 05:19:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_UNSUP_REQ squid-3.5.1/errors/fi/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/fi/ERR_UNSUP_REQ	2014-12-20 21:32:01.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_UNSUP_REQ	2015-01-13 05:19:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_URN_RESOLVE squid-3.5.1/errors/fi/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/fi/ERR_URN_RESOLVE	2014-12-20 21:32:02.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_URN_RESOLVE	2015-01-13 05:19:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_WRITE_ERROR squid-3.5.1/errors/fi/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/fi/ERR_WRITE_ERROR	2014-12-20 21:32:03.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_WRITE_ERROR	2015-01-13 05:19:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fi/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/fi/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/fi/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:32:04.000000000 -0800
+++ squid-3.5.1/errors/fi/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:19:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>VIRHE: Pyydettyä URL-osoitetta ei voitu hakea</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ACCESS_DENIED squid-3.5.1/errors/fr/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fr/ERR_ACCESS_DENIED	2014-12-20 21:32:05.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ACCESS_DENIED	2015-01-13 05:19:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:32:06.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:19:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_AGENT_CONFIGURE squid-3.5.1/errors/fr/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/fr/ERR_AGENT_CONFIGURE	2014-12-20 21:32:06.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_AGENT_CONFIGURE	2015-01-13 05:19:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuration du navigateur Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_AGENT_WPAD squid-3.5.1/errors/fr/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/fr/ERR_AGENT_WPAD	2014-12-20 21:32:07.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_AGENT_WPAD	2015-01-13 05:19:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuration du navigateur Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/fr/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/fr/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:32:08.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:19:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : accès au Cache Interdit</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:32:09.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:19:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : accès au Gestionnaire de Cache Interdit</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_CANNOT_FORWARD squid-3.5.1/errors/fr/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/fr/ERR_CANNOT_FORWARD	2014-12-20 21:32:10.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_CANNOT_FORWARD	2015-01-13 05:19:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_CONFLICT_HOST squid-3.5.1/errors/fr/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/fr/ERR_CONFLICT_HOST	2014-12-20 21:32:11.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_CONFLICT_HOST	2015-01-13 05:19:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_CONNECT_FAIL squid-3.5.1/errors/fr/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/fr/ERR_CONNECT_FAIL	2014-12-20 21:32:12.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_CONNECT_FAIL	2015-01-13 05:20:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_DIR_LISTING squid-3.5.1/errors/fr/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/fr/ERR_DIR_LISTING	2014-12-20 21:32:12.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_DIR_LISTING	2015-01-13 05:20:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Répertoire : %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_DNS_FAIL squid-3.5.1/errors/fr/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/fr/ERR_DNS_FAIL	2014-12-20 21:32:13.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_DNS_FAIL	2015-01-13 05:20:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ESI squid-3.5.1/errors/fr/ERR_ESI
--- squid-3.5.0.4/errors/fr/ERR_ESI	2014-12-20 21:32:14.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ESI	2015-01-13 05:20:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FORWARDING_DENIED squid-3.5.1/errors/fr/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/fr/ERR_FORWARDING_DENIED	2014-12-20 21:32:15.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FORWARDING_DENIED	2015-01-13 05:20:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_DISABLED squid-3.5.1/errors/fr/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/fr/ERR_FTP_DISABLED	2014-12-20 21:32:16.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_DISABLED	2015-01-13 05:20:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_FAILURE squid-3.5.1/errors/fr/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/fr/ERR_FTP_FAILURE	2014-12-20 21:32:17.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_FAILURE	2015-01-13 05:20:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_FORBIDDEN squid-3.5.1/errors/fr/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/fr/ERR_FTP_FORBIDDEN	2014-12-20 21:32:17.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_FORBIDDEN	2015-01-13 05:20:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_NOT_FOUND squid-3.5.1/errors/fr/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/fr/ERR_FTP_NOT_FOUND	2014-12-20 21:32:18.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_NOT_FOUND	2015-01-13 05:20:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_PUT_CREATED squid-3.5.1/errors/fr/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/fr/ERR_FTP_PUT_CREATED	2014-12-20 21:32:19.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_PUT_CREATED	2015-01-13 05:20:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP avec PUT, l'envoi du fichier a réussi.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_PUT_ERROR squid-3.5.1/errors/fr/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/fr/ERR_FTP_PUT_ERROR	2014-12-20 21:32:20.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_PUT_ERROR	2015-01-13 05:20:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : envoi FTP défectueux</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/fr/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/fr/ERR_FTP_PUT_MODIFIED	2014-12-20 21:32:21.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_PUT_MODIFIED	2015-01-13 05:20:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP avec PUT, l'envoi du fichier a réussi.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/fr/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/fr/ERR_FTP_UNAVAILABLE	2014-12-20 21:32:22.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_FTP_UNAVAILABLE	2015-01-13 05:20:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_GATEWAY_FAILURE squid-3.5.1/errors/fr/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/fr/ERR_GATEWAY_FAILURE	2014-12-20 21:32:22.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_GATEWAY_FAILURE	2015-01-13 05:20:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ICAP_FAILURE squid-3.5.1/errors/fr/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/fr/ERR_ICAP_FAILURE	2014-12-20 21:32:23.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ICAP_FAILURE	2015-01-13 05:20:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_INVALID_REQ squid-3.5.1/errors/fr/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/fr/ERR_INVALID_REQ	2014-12-20 21:32:24.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_INVALID_REQ	2015-01-13 05:20:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_INVALID_RESP squid-3.5.1/errors/fr/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/fr/ERR_INVALID_RESP	2014-12-20 21:32:25.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_INVALID_RESP	2015-01-13 05:20:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_INVALID_URL squid-3.5.1/errors/fr/ERR_INVALID_URL
--- squid-3.5.0.4/errors/fr/ERR_INVALID_URL	2014-12-20 21:32:26.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_INVALID_URL	2015-01-13 05:20:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_LIFETIME_EXP squid-3.5.1/errors/fr/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/fr/ERR_LIFETIME_EXP	2014-12-20 21:32:27.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_LIFETIME_EXP	2015-01-13 05:20:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_NO_RELAY squid-3.5.1/errors/fr/ERR_NO_RELAY
--- squid-3.5.0.4/errors/fr/ERR_NO_RELAY	2014-12-20 21:32:27.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_NO_RELAY	2015-01-13 05:20:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/fr/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/fr/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:32:28.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:20:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_PRECONDITION_FAILED squid-3.5.1/errors/fr/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/fr/ERR_PRECONDITION_FAILED	2014-12-20 21:32:29.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_PRECONDITION_FAILED	2015-01-13 05:20:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_READ_ERROR squid-3.5.1/errors/fr/ERR_READ_ERROR
--- squid-3.5.0.4/errors/fr/ERR_READ_ERROR	2014-12-20 21:32:30.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_READ_ERROR	2015-01-13 05:20:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_READ_TIMEOUT squid-3.5.1/errors/fr/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/fr/ERR_READ_TIMEOUT	2014-12-20 21:32:31.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_READ_TIMEOUT	2015-01-13 05:20:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/fr/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/fr/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:32:32.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:20:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_SHUTTING_DOWN squid-3.5.1/errors/fr/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/fr/ERR_SHUTTING_DOWN	2014-12-20 21:32:32.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_SHUTTING_DOWN	2015-01-13 05:20:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_SOCKET_FAILURE squid-3.5.1/errors/fr/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/fr/ERR_SOCKET_FAILURE	2014-12-20 21:32:33.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_SOCKET_FAILURE	2015-01-13 05:20:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_TOO_BIG squid-3.5.1/errors/fr/ERR_TOO_BIG
--- squid-3.5.0.4/errors/fr/ERR_TOO_BIG	2014-12-20 21:32:34.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_TOO_BIG	2015-01-13 05:20:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/fr/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/fr/ERR_UNSUP_HTTPVERSION	2014-12-20 21:32:35.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_UNSUP_HTTPVERSION	2015-01-13 05:20:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_UNSUP_REQ squid-3.5.1/errors/fr/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/fr/ERR_UNSUP_REQ	2014-12-20 21:32:36.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_UNSUP_REQ	2015-01-13 05:20:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_URN_RESOLVE squid-3.5.1/errors/fr/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/fr/ERR_URN_RESOLVE	2014-12-20 21:32:37.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_URN_RESOLVE	2015-01-13 05:20:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URN demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_WRITE_ERROR squid-3.5.1/errors/fr/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/fr/ERR_WRITE_ERROR	2014-12-20 21:32:37.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_WRITE_ERROR	2015-01-13 05:20:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/fr/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/fr/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/fr/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:32:38.000000000 -0800
+++ squid-3.5.1/errors/fr/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:20:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : l'URL demandée n'a pas pu être chargée</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ACCESS_DENIED squid-3.5.1/errors/he/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/he/ERR_ACCESS_DENIED	2014-12-20 21:32:39.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ACCESS_DENIED	2015-01-13 05:20:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:32:40.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:20:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_AGENT_CONFIGURE squid-3.5.1/errors/he/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/he/ERR_AGENT_CONFIGURE	2014-12-20 21:32:41.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_AGENT_CONFIGURE	2015-01-13 05:20:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>הגדרת דפדפן האינטרנט</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/he/ERR_AGENT_WPAD squid-3.5.1/errors/he/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/he/ERR_AGENT_WPAD	2014-12-20 21:32:42.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_AGENT_WPAD	2015-01-13 05:20:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>הגדרת דפדפן האינטרנט</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/he/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/he/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/he/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:32:43.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:20:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: גישה לשרת נדחית</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/he/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:32:43.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:20:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: גישת מנהל לשרת נדחית</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_CANNOT_FORWARD squid-3.5.1/errors/he/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/he/ERR_CANNOT_FORWARD	2014-12-20 21:32:44.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_CANNOT_FORWARD	2015-01-13 05:20:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_CONFLICT_HOST squid-3.5.1/errors/he/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/he/ERR_CONFLICT_HOST	2014-12-20 21:32:45.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_CONFLICT_HOST	2015-01-13 05:20:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_CONNECT_FAIL squid-3.5.1/errors/he/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/he/ERR_CONNECT_FAIL	2014-12-20 21:32:46.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_CONNECT_FAIL	2015-01-13 05:20:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_DIR_LISTING squid-3.5.1/errors/he/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/he/ERR_DIR_LISTING	2014-12-20 21:32:47.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_DIR_LISTING	2015-01-13 05:20:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>תיקייה: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/he/ERR_DNS_FAIL squid-3.5.1/errors/he/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/he/ERR_DNS_FAIL	2014-12-20 21:32:48.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_DNS_FAIL	2015-01-13 05:20:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ESI squid-3.5.1/errors/he/ERR_ESI
--- squid-3.5.0.4/errors/he/ERR_ESI	2014-12-20 21:32:48.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ESI	2015-01-13 05:21:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FORWARDING_DENIED squid-3.5.1/errors/he/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/he/ERR_FORWARDING_DENIED	2014-12-20 21:32:49.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FORWARDING_DENIED	2015-01-13 05:21:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_DISABLED squid-3.5.1/errors/he/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/he/ERR_FTP_DISABLED	2014-12-20 21:32:50.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_DISABLED	2015-01-13 05:21:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_FAILURE squid-3.5.1/errors/he/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/he/ERR_FTP_FAILURE	2014-12-20 21:32:51.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_FAILURE	2015-01-13 05:21:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_FORBIDDEN squid-3.5.1/errors/he/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/he/ERR_FTP_FORBIDDEN	2014-12-20 21:32:52.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_FORBIDDEN	2015-01-13 05:21:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_NOT_FOUND squid-3.5.1/errors/he/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/he/ERR_FTP_NOT_FOUND	2014-12-20 21:32:53.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_NOT_FOUND	2015-01-13 05:21:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_PUT_CREATED squid-3.5.1/errors/he/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/he/ERR_FTP_PUT_CREATED	2014-12-20 21:32:53.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_PUT_CREATED	2015-01-13 05:21:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_PUT_ERROR squid-3.5.1/errors/he/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/he/ERR_FTP_PUT_ERROR	2014-12-20 21:32:54.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_PUT_ERROR	2015-01-13 05:21:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: העלאת קובץ ל-FTP נכשלה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/he/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/he/ERR_FTP_PUT_MODIFIED	2014-12-20 21:32:55.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_PUT_MODIFIED	2015-01-13 05:21:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/he/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/he/ERR_FTP_UNAVAILABLE	2014-12-20 21:32:56.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_FTP_UNAVAILABLE	2015-01-13 05:21:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_GATEWAY_FAILURE squid-3.5.1/errors/he/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/he/ERR_GATEWAY_FAILURE	2014-12-20 21:32:57.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_GATEWAY_FAILURE	2015-01-13 05:21:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ICAP_FAILURE squid-3.5.1/errors/he/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/he/ERR_ICAP_FAILURE	2014-12-20 21:32:58.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ICAP_FAILURE	2015-01-13 05:21:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_INVALID_REQ squid-3.5.1/errors/he/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/he/ERR_INVALID_REQ	2014-12-20 21:32:58.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_INVALID_REQ	2015-01-13 05:21:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_INVALID_RESP squid-3.5.1/errors/he/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/he/ERR_INVALID_RESP	2014-12-20 21:32:59.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_INVALID_RESP	2015-01-13 05:21:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_INVALID_URL squid-3.5.1/errors/he/ERR_INVALID_URL
--- squid-3.5.0.4/errors/he/ERR_INVALID_URL	2014-12-20 21:33:00.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_INVALID_URL	2015-01-13 05:21:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_LIFETIME_EXP squid-3.5.1/errors/he/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/he/ERR_LIFETIME_EXP	2014-12-20 21:33:01.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_LIFETIME_EXP	2015-01-13 05:21:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_NO_RELAY squid-3.5.1/errors/he/ERR_NO_RELAY
--- squid-3.5.0.4/errors/he/ERR_NO_RELAY	2014-12-20 21:33:02.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_NO_RELAY	2015-01-13 05:21:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/he/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/he/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:33:03.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:21:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_PRECONDITION_FAILED squid-3.5.1/errors/he/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/he/ERR_PRECONDITION_FAILED	2014-12-20 21:33:03.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_PRECONDITION_FAILED	2015-01-13 05:21:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_READ_ERROR squid-3.5.1/errors/he/ERR_READ_ERROR
--- squid-3.5.0.4/errors/he/ERR_READ_ERROR	2014-12-20 21:33:04.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_READ_ERROR	2015-01-13 05:21:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_READ_TIMEOUT squid-3.5.1/errors/he/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/he/ERR_READ_TIMEOUT	2014-12-20 21:33:05.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_READ_TIMEOUT	2015-01-13 05:21:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/he/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/he/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:33:06.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:21:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_SHUTTING_DOWN squid-3.5.1/errors/he/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/he/ERR_SHUTTING_DOWN	2014-12-20 21:33:07.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_SHUTTING_DOWN	2015-01-13 05:21:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_SOCKET_FAILURE squid-3.5.1/errors/he/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/he/ERR_SOCKET_FAILURE	2014-12-20 21:33:08.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_SOCKET_FAILURE	2015-01-13 05:21:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_TOO_BIG squid-3.5.1/errors/he/ERR_TOO_BIG
--- squid-3.5.0.4/errors/he/ERR_TOO_BIG	2014-12-20 21:33:08.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_TOO_BIG	2015-01-13 05:21:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/he/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/he/ERR_UNSUP_HTTPVERSION	2014-12-20 21:33:09.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_UNSUP_HTTPVERSION	2015-01-13 05:21:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_UNSUP_REQ squid-3.5.1/errors/he/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/he/ERR_UNSUP_REQ	2014-12-20 21:33:10.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_UNSUP_REQ	2015-01-13 05:21:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_URN_RESOLVE squid-3.5.1/errors/he/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/he/ERR_URN_RESOLVE	2014-12-20 21:33:11.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_URN_RESOLVE	2015-01-13 05:21:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_WRITE_ERROR squid-3.5.1/errors/he/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/he/ERR_WRITE_ERROR	2014-12-20 21:33:12.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_WRITE_ERROR	2015-01-13 05:21:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/he/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/he/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/he/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:33:13.000000000 -0800
+++ squid-3.5.1/errors/he/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:21:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>שגיאה: הכתובת ה URL מבוקשת לא נגישה</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ACCESS_DENIED squid-3.5.1/errors/hu/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/hu/ERR_ACCESS_DENIED	2014-12-20 21:33:14.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ACCESS_DENIED	2015-01-13 05:21:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:33:14.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:21:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_AGENT_CONFIGURE squid-3.5.1/errors/hu/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/hu/ERR_AGENT_CONFIGURE	2014-12-20 21:33:15.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_AGENT_CONFIGURE	2015-01-13 05:21:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A böngésző konfigurálása</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_AGENT_WPAD squid-3.5.1/errors/hu/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/hu/ERR_AGENT_WPAD	2014-12-20 21:33:16.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_AGENT_WPAD	2015-01-13 05:21:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A böngésző konfigurálása</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/hu/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/hu/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:33:17.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:21:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Nincs jogosultsága a proxyszerver eléréséhez</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:33:18.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:21:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Adminisztrátori hozzáférés megtagadva</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_CANNOT_FORWARD squid-3.5.1/errors/hu/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/hu/ERR_CANNOT_FORWARD	2014-12-20 21:33:19.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_CANNOT_FORWARD	2015-01-13 05:21:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_CONFLICT_HOST squid-3.5.1/errors/hu/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/hu/ERR_CONFLICT_HOST	2014-12-20 21:33:20.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_CONFLICT_HOST	2015-01-13 05:21:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_CONNECT_FAIL squid-3.5.1/errors/hu/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/hu/ERR_CONNECT_FAIL	2014-12-20 21:33:20.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_CONNECT_FAIL	2015-01-13 05:21:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_DIR_LISTING squid-3.5.1/errors/hu/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/hu/ERR_DIR_LISTING	2014-12-20 21:33:21.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_DIR_LISTING	2015-01-13 05:21:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Könyvtár: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_DNS_FAIL squid-3.5.1/errors/hu/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/hu/ERR_DNS_FAIL	2014-12-20 21:33:22.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_DNS_FAIL	2015-01-13 05:21:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ESI squid-3.5.1/errors/hu/ERR_ESI
--- squid-3.5.0.4/errors/hu/ERR_ESI	2014-12-20 21:33:23.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ESI	2015-01-13 05:21:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FORWARDING_DENIED squid-3.5.1/errors/hu/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/hu/ERR_FORWARDING_DENIED	2014-12-20 21:33:24.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FORWARDING_DENIED	2015-01-13 05:21:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_DISABLED squid-3.5.1/errors/hu/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/hu/ERR_FTP_DISABLED	2014-12-20 21:33:25.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_DISABLED	2015-01-13 05:21:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_FAILURE squid-3.5.1/errors/hu/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/hu/ERR_FTP_FAILURE	2014-12-20 21:33:25.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_FAILURE	2015-01-13 05:22:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_FORBIDDEN squid-3.5.1/errors/hu/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/hu/ERR_FTP_FORBIDDEN	2014-12-20 21:33:26.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_FORBIDDEN	2015-01-13 05:22:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_NOT_FOUND squid-3.5.1/errors/hu/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/hu/ERR_FTP_NOT_FOUND	2014-12-20 21:33:27.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_NOT_FOUND	2015-01-13 05:22:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_PUT_CREATED squid-3.5.1/errors/hu/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/hu/ERR_FTP_PUT_CREATED	2014-12-20 21:33:28.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_PUT_CREATED	2015-01-13 05:22:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Sikeres PUT művelet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_PUT_ERROR squid-3.5.1/errors/hu/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/hu/ERR_FTP_PUT_ERROR	2014-12-20 21:33:29.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_PUT_ERROR	2015-01-13 05:22:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Sikertelen feltöltés</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/hu/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/hu/ERR_FTP_PUT_MODIFIED	2014-12-20 21:33:30.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_PUT_MODIFIED	2015-01-13 05:22:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Sikeres PUT művelet</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/hu/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/hu/ERR_FTP_UNAVAILABLE	2014-12-20 21:33:30.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_FTP_UNAVAILABLE	2015-01-13 05:22:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_GATEWAY_FAILURE squid-3.5.1/errors/hu/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/hu/ERR_GATEWAY_FAILURE	2014-12-20 21:33:31.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_GATEWAY_FAILURE	2015-01-13 05:22:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ICAP_FAILURE squid-3.5.1/errors/hu/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/hu/ERR_ICAP_FAILURE	2014-12-20 21:33:32.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ICAP_FAILURE	2015-01-13 05:22:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_INVALID_REQ squid-3.5.1/errors/hu/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/hu/ERR_INVALID_REQ	2014-12-20 21:33:33.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_INVALID_REQ	2015-01-13 05:22:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_INVALID_RESP squid-3.5.1/errors/hu/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/hu/ERR_INVALID_RESP	2014-12-20 21:33:34.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_INVALID_RESP	2015-01-13 05:22:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_INVALID_URL squid-3.5.1/errors/hu/ERR_INVALID_URL
--- squid-3.5.0.4/errors/hu/ERR_INVALID_URL	2014-12-20 21:33:35.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_INVALID_URL	2015-01-13 05:22:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_LIFETIME_EXP squid-3.5.1/errors/hu/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/hu/ERR_LIFETIME_EXP	2014-12-20 21:33:35.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_LIFETIME_EXP	2015-01-13 05:22:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_NO_RELAY squid-3.5.1/errors/hu/ERR_NO_RELAY
--- squid-3.5.0.4/errors/hu/ERR_NO_RELAY	2014-12-20 21:33:36.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_NO_RELAY	2015-01-13 05:22:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/hu/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/hu/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:33:37.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:22:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_PRECONDITION_FAILED squid-3.5.1/errors/hu/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/hu/ERR_PRECONDITION_FAILED	2014-12-20 21:33:38.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_PRECONDITION_FAILED	2015-01-13 05:22:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_READ_ERROR squid-3.5.1/errors/hu/ERR_READ_ERROR
--- squid-3.5.0.4/errors/hu/ERR_READ_ERROR	2014-12-20 21:33:39.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_READ_ERROR	2015-01-13 05:22:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_READ_TIMEOUT squid-3.5.1/errors/hu/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/hu/ERR_READ_TIMEOUT	2014-12-20 21:33:40.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_READ_TIMEOUT	2015-01-13 05:22:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/hu/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/hu/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:33:40.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:22:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_SHUTTING_DOWN squid-3.5.1/errors/hu/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/hu/ERR_SHUTTING_DOWN	2014-12-20 21:33:41.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_SHUTTING_DOWN	2015-01-13 05:22:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_SOCKET_FAILURE squid-3.5.1/errors/hu/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/hu/ERR_SOCKET_FAILURE	2014-12-20 21:33:42.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_SOCKET_FAILURE	2015-01-13 05:22:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_TOO_BIG squid-3.5.1/errors/hu/ERR_TOO_BIG
--- squid-3.5.0.4/errors/hu/ERR_TOO_BIG	2014-12-20 21:33:43.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_TOO_BIG	2015-01-13 05:22:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/hu/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/hu/ERR_UNSUP_HTTPVERSION	2014-12-20 21:33:44.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_UNSUP_HTTPVERSION	2015-01-13 05:22:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_UNSUP_REQ squid-3.5.1/errors/hu/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/hu/ERR_UNSUP_REQ	2014-12-20 21:33:45.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_UNSUP_REQ	2015-01-13 05:22:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_URN_RESOLVE squid-3.5.1/errors/hu/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/hu/ERR_URN_RESOLVE	2014-12-20 21:33:45.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_URN_RESOLVE	2015-01-13 05:22:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: A kért URN nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_WRITE_ERROR squid-3.5.1/errors/hu/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/hu/ERR_WRITE_ERROR	2014-12-20 21:33:46.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_WRITE_ERROR	2015-01-13 05:22:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hu/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/hu/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/hu/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:33:47.000000000 -0800
+++ squid-3.5.1/errors/hu/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:22:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HIBA: Az oldal nem tölthető be</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ACCESS_DENIED squid-3.5.1/errors/hy/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/hy/ERR_ACCESS_DENIED	2014-12-20 21:33:48.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ACCESS_DENIED	2015-01-13 05:22:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:33:49.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:22:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_AGENT_CONFIGURE squid-3.5.1/errors/hy/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/hy/ERR_AGENT_CONFIGURE	2014-12-20 21:33:50.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_AGENT_CONFIGURE	2015-01-13 05:22:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Վեբ բրաուզերի կարգաբերումներ</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_AGENT_WPAD squid-3.5.1/errors/hy/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/hy/ERR_AGENT_WPAD	2014-12-20 21:33:51.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_AGENT_WPAD	2015-01-13 05:22:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Վեբ բրաուզերի կարգաբերումներ</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/hy/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/hy/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:33:52.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:22:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Մուտքը քեշին արգելված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:33:52.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:22:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Քեշի կառավառման մուտքն արգելված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_CANNOT_FORWARD squid-3.5.1/errors/hy/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/hy/ERR_CANNOT_FORWARD	2014-12-20 21:33:53.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_CANNOT_FORWARD	2015-01-13 05:22:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_CONFLICT_HOST squid-3.5.1/errors/hy/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/hy/ERR_CONFLICT_HOST	2014-12-20 21:33:54.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_CONFLICT_HOST	2015-01-13 05:22:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_CONNECT_FAIL squid-3.5.1/errors/hy/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/hy/ERR_CONNECT_FAIL	2014-12-20 21:33:55.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_CONNECT_FAIL	2015-01-13 05:22:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_DIR_LISTING squid-3.5.1/errors/hy/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/hy/ERR_DIR_LISTING	2014-12-20 21:33:56.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_DIR_LISTING	2015-01-13 05:22:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Դիրեկտորիա: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_DNS_FAIL squid-3.5.1/errors/hy/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/hy/ERR_DNS_FAIL	2014-12-20 21:33:57.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_DNS_FAIL	2015-01-13 05:22:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ESI squid-3.5.1/errors/hy/ERR_ESI
--- squid-3.5.0.4/errors/hy/ERR_ESI	2014-12-20 21:33:57.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ESI	2015-01-13 05:22:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FORWARDING_DENIED squid-3.5.1/errors/hy/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/hy/ERR_FORWARDING_DENIED	2014-12-20 21:33:58.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FORWARDING_DENIED	2015-01-13 05:22:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_DISABLED squid-3.5.1/errors/hy/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/hy/ERR_FTP_DISABLED	2014-12-20 21:33:59.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_DISABLED	2015-01-13 05:22:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_FAILURE squid-3.5.1/errors/hy/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/hy/ERR_FTP_FAILURE	2014-12-20 21:34:00.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_FAILURE	2015-01-13 05:22:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_FORBIDDEN squid-3.5.1/errors/hy/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/hy/ERR_FTP_FORBIDDEN	2014-12-20 21:34:01.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_FORBIDDEN	2015-01-13 05:22:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_NOT_FOUND squid-3.5.1/errors/hy/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/hy/ERR_FTP_NOT_FOUND	2014-12-20 21:34:02.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_NOT_FOUND	2015-01-13 05:22:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_PUT_CREATED squid-3.5.1/errors/hy/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/hy/ERR_FTP_PUT_CREATED	2014-12-20 21:34:02.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_PUT_CREATED	2015-01-13 05:22:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_PUT_ERROR squid-3.5.1/errors/hy/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/hy/ERR_FTP_PUT_ERROR	2014-12-20 21:34:03.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_PUT_ERROR	2015-01-13 05:23:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ; FTP upload գործողությունը խափանվեց</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/hy/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/hy/ERR_FTP_PUT_MODIFIED	2014-12-20 21:34:04.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_PUT_MODIFIED	2015-01-13 05:23:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Գործողությունը հաջողվեց: Ֆայլը ստեղծված է</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/hy/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/hy/ERR_FTP_UNAVAILABLE	2014-12-20 21:34:05.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_FTP_UNAVAILABLE	2015-01-13 05:23:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_GATEWAY_FAILURE squid-3.5.1/errors/hy/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/hy/ERR_GATEWAY_FAILURE	2014-12-20 21:34:06.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_GATEWAY_FAILURE	2015-01-13 05:23:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ICAP_FAILURE squid-3.5.1/errors/hy/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/hy/ERR_ICAP_FAILURE	2014-12-20 21:34:07.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ICAP_FAILURE	2015-01-13 05:23:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_INVALID_REQ squid-3.5.1/errors/hy/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/hy/ERR_INVALID_REQ	2014-12-20 21:34:07.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_INVALID_REQ	2015-01-13 05:23:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_INVALID_RESP squid-3.5.1/errors/hy/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/hy/ERR_INVALID_RESP	2014-12-20 21:34:08.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_INVALID_RESP	2015-01-13 05:23:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_INVALID_URL squid-3.5.1/errors/hy/ERR_INVALID_URL
--- squid-3.5.0.4/errors/hy/ERR_INVALID_URL	2014-12-20 21:34:09.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_INVALID_URL	2015-01-13 05:23:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_LIFETIME_EXP squid-3.5.1/errors/hy/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/hy/ERR_LIFETIME_EXP	2014-12-20 21:34:10.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_LIFETIME_EXP	2015-01-13 05:23:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_NO_RELAY squid-3.5.1/errors/hy/ERR_NO_RELAY
--- squid-3.5.0.4/errors/hy/ERR_NO_RELAY	2014-12-20 21:34:11.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_NO_RELAY	2015-01-13 05:23:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/hy/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/hy/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:34:12.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:23:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_PRECONDITION_FAILED squid-3.5.1/errors/hy/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/hy/ERR_PRECONDITION_FAILED	2014-12-20 21:34:12.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_PRECONDITION_FAILED	2015-01-13 05:23:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_READ_ERROR squid-3.5.1/errors/hy/ERR_READ_ERROR
--- squid-3.5.0.4/errors/hy/ERR_READ_ERROR	2014-12-20 21:34:13.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_READ_ERROR	2015-01-13 05:23:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_READ_TIMEOUT squid-3.5.1/errors/hy/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/hy/ERR_READ_TIMEOUT	2014-12-20 21:34:14.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_READ_TIMEOUT	2015-01-13 05:23:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/hy/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/hy/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:34:15.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:23:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_SHUTTING_DOWN squid-3.5.1/errors/hy/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/hy/ERR_SHUTTING_DOWN	2014-12-20 21:34:16.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_SHUTTING_DOWN	2015-01-13 05:23:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_SOCKET_FAILURE squid-3.5.1/errors/hy/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/hy/ERR_SOCKET_FAILURE	2014-12-20 21:34:17.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_SOCKET_FAILURE	2015-01-13 05:23:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_TOO_BIG squid-3.5.1/errors/hy/ERR_TOO_BIG
--- squid-3.5.0.4/errors/hy/ERR_TOO_BIG	2014-12-20 21:34:18.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_TOO_BIG	2015-01-13 05:23:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/hy/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/hy/ERR_UNSUP_HTTPVERSION	2014-12-20 21:34:18.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_UNSUP_HTTPVERSION	2015-01-13 05:23:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_UNSUP_REQ squid-3.5.1/errors/hy/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/hy/ERR_UNSUP_REQ	2014-12-20 21:34:19.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_UNSUP_REQ	2015-01-13 05:23:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_URN_RESOLVE squid-3.5.1/errors/hy/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/hy/ERR_URN_RESOLVE	2014-12-20 21:34:20.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_URN_RESOLVE	2015-01-13 05:23:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_WRITE_ERROR squid-3.5.1/errors/hy/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/hy/ERR_WRITE_ERROR	2014-12-20 21:34:21.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_WRITE_ERROR	2015-01-13 05:23:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/hy/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/hy/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/hy/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:34:22.000000000 -0800
+++ squid-3.5.1/errors/hy/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:23:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ՍԽԱԼ: Պահանջվող URL-ն հնարավոր չէ ստանալ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ACCESS_DENIED squid-3.5.1/errors/id/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/id/ERR_ACCESS_DENIED	2014-12-20 21:34:23.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ACCESS_DENIED	2015-01-13 05:23:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:34:24.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:23:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_AGENT_CONFIGURE squid-3.5.1/errors/id/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/id/ERR_AGENT_CONFIGURE	2014-12-20 21:34:24.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_AGENT_CONFIGURE	2015-01-13 05:23:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/id/ERR_AGENT_WPAD squid-3.5.1/errors/id/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/id/ERR_AGENT_WPAD	2014-12-20 21:34:25.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_AGENT_WPAD	2015-01-13 05:23:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/id/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/id/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/id/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:34:26.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:23:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/id/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:34:27.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:23:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_CANNOT_FORWARD squid-3.5.1/errors/id/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/id/ERR_CANNOT_FORWARD	2014-12-20 21:34:28.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_CANNOT_FORWARD	2015-01-13 05:23:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_CONFLICT_HOST squid-3.5.1/errors/id/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/id/ERR_CONFLICT_HOST	2014-12-20 21:34:29.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_CONFLICT_HOST	2015-01-13 05:23:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_CONNECT_FAIL squid-3.5.1/errors/id/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/id/ERR_CONNECT_FAIL	2014-12-20 21:34:29.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_CONNECT_FAIL	2015-01-13 05:23:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_DIR_LISTING squid-3.5.1/errors/id/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/id/ERR_DIR_LISTING	2014-12-20 21:34:30.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_DIR_LISTING	2015-01-13 05:23:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/id/ERR_DNS_FAIL squid-3.5.1/errors/id/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/id/ERR_DNS_FAIL	2014-12-20 21:34:31.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_DNS_FAIL	2015-01-13 05:23:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ESI squid-3.5.1/errors/id/ERR_ESI
--- squid-3.5.0.4/errors/id/ERR_ESI	2014-12-20 21:34:32.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ESI	2015-01-13 05:23:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FORWARDING_DENIED squid-3.5.1/errors/id/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/id/ERR_FORWARDING_DENIED	2014-12-20 21:34:33.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FORWARDING_DENIED	2015-01-13 05:23:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_DISABLED squid-3.5.1/errors/id/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/id/ERR_FTP_DISABLED	2014-12-20 21:34:34.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_DISABLED	2015-01-13 05:23:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_FAILURE squid-3.5.1/errors/id/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/id/ERR_FTP_FAILURE	2014-12-20 21:34:34.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_FAILURE	2015-01-13 05:23:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_FORBIDDEN squid-3.5.1/errors/id/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/id/ERR_FTP_FORBIDDEN	2014-12-20 21:34:35.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_FORBIDDEN	2015-01-13 05:23:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_NOT_FOUND squid-3.5.1/errors/id/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/id/ERR_FTP_NOT_FOUND	2014-12-20 21:34:36.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_NOT_FOUND	2015-01-13 05:23:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_PUT_CREATED squid-3.5.1/errors/id/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/id/ERR_FTP_PUT_CREATED	2014-12-20 21:34:37.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_PUT_CREATED	2015-01-13 05:23:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_PUT_ERROR squid-3.5.1/errors/id/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/id/ERR_FTP_PUT_ERROR	2014-12-20 21:34:38.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_PUT_ERROR	2015-01-13 05:23:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/id/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/id/ERR_FTP_PUT_MODIFIED	2014-12-20 21:34:39.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_PUT_MODIFIED	2015-01-13 05:23:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/id/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/id/ERR_FTP_UNAVAILABLE	2014-12-20 21:34:39.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_FTP_UNAVAILABLE	2015-01-13 05:23:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_GATEWAY_FAILURE squid-3.5.1/errors/id/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/id/ERR_GATEWAY_FAILURE	2014-12-20 21:34:40.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_GATEWAY_FAILURE	2015-01-13 05:24:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ICAP_FAILURE squid-3.5.1/errors/id/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/id/ERR_ICAP_FAILURE	2014-12-20 21:34:41.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ICAP_FAILURE	2015-01-13 05:24:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_INVALID_REQ squid-3.5.1/errors/id/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/id/ERR_INVALID_REQ	2014-12-20 21:34:42.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_INVALID_REQ	2015-01-13 05:24:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_INVALID_RESP squid-3.5.1/errors/id/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/id/ERR_INVALID_RESP	2014-12-20 21:34:43.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_INVALID_RESP	2015-01-13 05:24:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_INVALID_URL squid-3.5.1/errors/id/ERR_INVALID_URL
--- squid-3.5.0.4/errors/id/ERR_INVALID_URL	2014-12-20 21:34:44.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_INVALID_URL	2015-01-13 05:24:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_LIFETIME_EXP squid-3.5.1/errors/id/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/id/ERR_LIFETIME_EXP	2014-12-20 21:34:44.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_LIFETIME_EXP	2015-01-13 05:24:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_NO_RELAY squid-3.5.1/errors/id/ERR_NO_RELAY
--- squid-3.5.0.4/errors/id/ERR_NO_RELAY	2014-12-20 21:34:45.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_NO_RELAY	2015-01-13 05:24:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/id/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/id/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:34:46.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:24:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_PRECONDITION_FAILED squid-3.5.1/errors/id/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/id/ERR_PRECONDITION_FAILED	2014-12-20 21:34:47.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_PRECONDITION_FAILED	2015-01-13 05:24:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_READ_ERROR squid-3.5.1/errors/id/ERR_READ_ERROR
--- squid-3.5.0.4/errors/id/ERR_READ_ERROR	2014-12-20 21:34:48.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_READ_ERROR	2015-01-13 05:24:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_READ_TIMEOUT squid-3.5.1/errors/id/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/id/ERR_READ_TIMEOUT	2014-12-20 21:34:49.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_READ_TIMEOUT	2015-01-13 05:24:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/id/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/id/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:34:49.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:24:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_SHUTTING_DOWN squid-3.5.1/errors/id/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/id/ERR_SHUTTING_DOWN	2014-12-20 21:34:50.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_SHUTTING_DOWN	2015-01-13 05:24:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_SOCKET_FAILURE squid-3.5.1/errors/id/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/id/ERR_SOCKET_FAILURE	2014-12-20 21:34:51.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_SOCKET_FAILURE	2015-01-13 05:24:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_TOO_BIG squid-3.5.1/errors/id/ERR_TOO_BIG
--- squid-3.5.0.4/errors/id/ERR_TOO_BIG	2014-12-20 21:34:52.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_TOO_BIG	2015-01-13 05:24:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/id/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/id/ERR_UNSUP_HTTPVERSION	2014-12-20 21:34:53.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_UNSUP_HTTPVERSION	2015-01-13 05:24:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_UNSUP_REQ squid-3.5.1/errors/id/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/id/ERR_UNSUP_REQ	2014-12-20 21:34:54.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_UNSUP_REQ	2015-01-13 05:24:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_URN_RESOLVE squid-3.5.1/errors/id/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/id/ERR_URN_RESOLVE	2014-12-20 21:34:54.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_URN_RESOLVE	2015-01-13 05:24:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_WRITE_ERROR squid-3.5.1/errors/id/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/id/ERR_WRITE_ERROR	2014-12-20 21:34:55.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_WRITE_ERROR	2015-01-13 05:24:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/id/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/id/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/id/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:34:56.000000000 -0800
+++ squid-3.5.1/errors/id/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:24:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ACCESS_DENIED squid-3.5.1/errors/it/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/it/ERR_ACCESS_DENIED	2014-12-20 21:34:57.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ACCESS_DENIED	2015-01-13 05:24:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:34:58.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:24:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_AGENT_CONFIGURE squid-3.5.1/errors/it/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/it/ERR_AGENT_CONFIGURE	2014-12-20 21:34:59.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_AGENT_CONFIGURE	2015-01-13 05:24:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurazione del browser</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/it/ERR_AGENT_WPAD squid-3.5.1/errors/it/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/it/ERR_AGENT_WPAD	2014-12-20 21:35:00.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_AGENT_WPAD	2015-01-13 05:24:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurazione del browser</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/it/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/it/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/it/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:35:00.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:24:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: accesso alla cache negato</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/it/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:35:01.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:24:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: accesso al Cache Manager negato</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_CANNOT_FORWARD squid-3.5.1/errors/it/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/it/ERR_CANNOT_FORWARD	2014-12-20 21:35:02.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_CANNOT_FORWARD	2015-01-13 05:24:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_CONFLICT_HOST squid-3.5.1/errors/it/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/it/ERR_CONFLICT_HOST	2014-12-20 21:35:03.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_CONFLICT_HOST	2015-01-13 05:24:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_CONNECT_FAIL squid-3.5.1/errors/it/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/it/ERR_CONNECT_FAIL	2014-12-20 21:35:04.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_CONNECT_FAIL	2015-01-13 05:24:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_DIR_LISTING squid-3.5.1/errors/it/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/it/ERR_DIR_LISTING	2014-12-20 21:35:05.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_DIR_LISTING	2015-01-13 05:24:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/it/ERR_DNS_FAIL squid-3.5.1/errors/it/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/it/ERR_DNS_FAIL	2014-12-20 21:35:06.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_DNS_FAIL	2015-01-13 05:24:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ESI squid-3.5.1/errors/it/ERR_ESI
--- squid-3.5.0.4/errors/it/ERR_ESI	2014-12-20 21:35:06.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ESI	2015-01-13 05:24:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FORWARDING_DENIED squid-3.5.1/errors/it/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/it/ERR_FORWARDING_DENIED	2014-12-20 21:35:07.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FORWARDING_DENIED	2015-01-13 05:24:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_DISABLED squid-3.5.1/errors/it/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/it/ERR_FTP_DISABLED	2014-12-20 21:35:08.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_DISABLED	2015-01-13 05:24:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_FAILURE squid-3.5.1/errors/it/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/it/ERR_FTP_FAILURE	2014-12-20 21:35:09.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_FAILURE	2015-01-13 05:24:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_FORBIDDEN squid-3.5.1/errors/it/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/it/ERR_FTP_FORBIDDEN	2014-12-20 21:35:10.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_FORBIDDEN	2015-01-13 05:24:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_NOT_FOUND squid-3.5.1/errors/it/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/it/ERR_FTP_NOT_FOUND	2014-12-20 21:35:11.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_NOT_FOUND	2015-01-13 05:24:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_PUT_CREATED squid-3.5.1/errors/it/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/it/ERR_FTP_PUT_CREATED	2014-12-20 21:35:12.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_PUT_CREATED	2015-01-13 05:24:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Comando FTP PUT eseguito correttamente.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_PUT_ERROR squid-3.5.1/errors/it/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/it/ERR_FTP_PUT_ERROR	2014-12-20 21:35:12.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_PUT_ERROR	2015-01-13 05:24:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: l'invio del file via FTP non è riuscito</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/it/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/it/ERR_FTP_PUT_MODIFIED	2014-12-20 21:35:13.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_PUT_MODIFIED	2015-01-13 05:24:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Comando FTP PUT eseguito correttamente.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/it/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/it/ERR_FTP_UNAVAILABLE	2014-12-20 21:35:14.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_FTP_UNAVAILABLE	2015-01-13 05:24:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_GATEWAY_FAILURE squid-3.5.1/errors/it/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/it/ERR_GATEWAY_FAILURE	2014-12-20 21:35:15.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_GATEWAY_FAILURE	2015-01-13 05:24:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ICAP_FAILURE squid-3.5.1/errors/it/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/it/ERR_ICAP_FAILURE	2014-12-20 21:35:16.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ICAP_FAILURE	2015-01-13 05:24:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_INVALID_REQ squid-3.5.1/errors/it/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/it/ERR_INVALID_REQ	2014-12-20 21:35:17.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_INVALID_REQ	2015-01-13 05:24:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_INVALID_RESP squid-3.5.1/errors/it/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/it/ERR_INVALID_RESP	2014-12-20 21:35:17.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_INVALID_RESP	2015-01-13 05:24:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_INVALID_URL squid-3.5.1/errors/it/ERR_INVALID_URL
--- squid-3.5.0.4/errors/it/ERR_INVALID_URL	2014-12-20 21:35:18.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_INVALID_URL	2015-01-13 05:24:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_LIFETIME_EXP squid-3.5.1/errors/it/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/it/ERR_LIFETIME_EXP	2014-12-20 21:35:19.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_LIFETIME_EXP	2015-01-13 05:24:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_NO_RELAY squid-3.5.1/errors/it/ERR_NO_RELAY
--- squid-3.5.0.4/errors/it/ERR_NO_RELAY	2014-12-20 21:35:20.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_NO_RELAY	2015-01-13 05:24:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/it/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/it/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:35:21.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:24:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_PRECONDITION_FAILED squid-3.5.1/errors/it/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/it/ERR_PRECONDITION_FAILED	2014-12-20 21:35:22.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_PRECONDITION_FAILED	2015-01-13 05:24:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_READ_ERROR squid-3.5.1/errors/it/ERR_READ_ERROR
--- squid-3.5.0.4/errors/it/ERR_READ_ERROR	2014-12-20 21:35:23.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_READ_ERROR	2015-01-13 05:24:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_READ_TIMEOUT squid-3.5.1/errors/it/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/it/ERR_READ_TIMEOUT	2014-12-20 21:35:23.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_READ_TIMEOUT	2015-01-13 05:24:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/it/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/it/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:35:24.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:24:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_SHUTTING_DOWN squid-3.5.1/errors/it/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/it/ERR_SHUTTING_DOWN	2014-12-20 21:35:25.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_SHUTTING_DOWN	2015-01-13 05:24:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_SOCKET_FAILURE squid-3.5.1/errors/it/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/it/ERR_SOCKET_FAILURE	2014-12-20 21:35:26.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_SOCKET_FAILURE	2015-01-13 05:24:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_TOO_BIG squid-3.5.1/errors/it/ERR_TOO_BIG
--- squid-3.5.0.4/errors/it/ERR_TOO_BIG	2014-12-20 21:35:27.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_TOO_BIG	2015-01-13 05:24:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/it/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/it/ERR_UNSUP_HTTPVERSION	2014-12-20 21:35:28.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_UNSUP_HTTPVERSION	2015-01-13 05:24:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_UNSUP_REQ squid-3.5.1/errors/it/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/it/ERR_UNSUP_REQ	2014-12-20 21:35:28.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_UNSUP_REQ	2015-01-13 05:24:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_URN_RESOLVE squid-3.5.1/errors/it/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/it/ERR_URN_RESOLVE	2014-12-20 21:35:29.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_URN_RESOLVE	2015-01-13 05:24:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URN richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_WRITE_ERROR squid-3.5.1/errors/it/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/it/ERR_WRITE_ERROR	2014-12-20 21:35:30.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_WRITE_ERROR	2015-01-13 05:25:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/it/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/it/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/it/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:35:31.000000000 -0800
+++ squid-3.5.1/errors/it/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:25:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRORE: non è possibile accedere alla URL richiesta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ACCESS_DENIED squid-3.5.1/errors/ja/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ja/ERR_ACCESS_DENIED	2014-12-20 21:35:32.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ACCESS_DENIED	2015-01-13 05:25:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:35:33.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:25:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ja/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ja/ERR_AGENT_CONFIGURE	2014-12-20 21:35:34.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_AGENT_CONFIGURE	2015-01-13 05:25:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webブラウザの設定</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_AGENT_WPAD squid-3.5.1/errors/ja/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ja/ERR_AGENT_WPAD	2014-12-20 21:35:34.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_AGENT_WPAD	2015-01-13 05:25:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Webブラウザの設定</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ja/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ja/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:35:35.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:25:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: キャッシュへのアクセスを拒否されました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:35:36.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:25:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: キャッシュマネージャへのアクセスを拒否されました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_CANNOT_FORWARD squid-3.5.1/errors/ja/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ja/ERR_CANNOT_FORWARD	2014-12-20 21:35:37.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_CANNOT_FORWARD	2015-01-13 05:25:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_CONFLICT_HOST squid-3.5.1/errors/ja/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ja/ERR_CONFLICT_HOST	2014-12-20 21:35:38.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_CONFLICT_HOST	2015-01-13 05:25:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_CONNECT_FAIL squid-3.5.1/errors/ja/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ja/ERR_CONNECT_FAIL	2014-12-20 21:35:39.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_CONNECT_FAIL	2015-01-13 05:25:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_DIR_LISTING squid-3.5.1/errors/ja/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ja/ERR_DIR_LISTING	2014-12-20 21:35:40.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_DIR_LISTING	2015-01-13 05:25:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ディレクトリ: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_DNS_FAIL squid-3.5.1/errors/ja/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ja/ERR_DNS_FAIL	2014-12-20 21:35:40.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_DNS_FAIL	2015-01-13 05:25:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ESI squid-3.5.1/errors/ja/ERR_ESI
--- squid-3.5.0.4/errors/ja/ERR_ESI	2014-12-20 21:35:41.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ESI	2015-01-13 05:25:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FORWARDING_DENIED squid-3.5.1/errors/ja/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ja/ERR_FORWARDING_DENIED	2014-12-20 21:35:42.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FORWARDING_DENIED	2015-01-13 05:25:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_DISABLED squid-3.5.1/errors/ja/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ja/ERR_FTP_DISABLED	2014-12-20 21:35:43.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_DISABLED	2015-01-13 05:25:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_FAILURE squid-3.5.1/errors/ja/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ja/ERR_FTP_FAILURE	2014-12-20 21:35:44.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_FAILURE	2015-01-13 05:25:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ja/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ja/ERR_FTP_FORBIDDEN	2014-12-20 21:35:45.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_FORBIDDEN	2015-01-13 05:25:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ja/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ja/ERR_FTP_NOT_FOUND	2014-12-20 21:35:45.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_NOT_FOUND	2015-01-13 05:25:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ja/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ja/ERR_FTP_PUT_CREATED	2014-12-20 21:35:46.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_PUT_CREATED	2015-01-13 05:25:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ja/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ja/ERR_FTP_PUT_ERROR	2014-12-20 21:35:47.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_PUT_ERROR	2015-01-13 05:25:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: FTPでのアップロードに失敗しました。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ja/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ja/ERR_FTP_PUT_MODIFIED	2014-12-20 21:35:48.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_PUT_MODIFIED	2015-01-13 05:25:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ja/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ja/ERR_FTP_UNAVAILABLE	2014-12-20 21:35:49.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_FTP_UNAVAILABLE	2015-01-13 05:25:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ja/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ja/ERR_GATEWAY_FAILURE	2014-12-20 21:35:50.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_GATEWAY_FAILURE	2015-01-13 05:25:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ICAP_FAILURE squid-3.5.1/errors/ja/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ja/ERR_ICAP_FAILURE	2014-12-20 21:35:50.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ICAP_FAILURE	2015-01-13 05:25:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_INVALID_REQ squid-3.5.1/errors/ja/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ja/ERR_INVALID_REQ	2014-12-20 21:35:51.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_INVALID_REQ	2015-01-13 05:25:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_INVALID_RESP squid-3.5.1/errors/ja/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ja/ERR_INVALID_RESP	2014-12-20 21:35:52.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_INVALID_RESP	2015-01-13 05:25:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_INVALID_URL squid-3.5.1/errors/ja/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ja/ERR_INVALID_URL	2014-12-20 21:35:53.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_INVALID_URL	2015-01-13 05:25:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_LIFETIME_EXP squid-3.5.1/errors/ja/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ja/ERR_LIFETIME_EXP	2014-12-20 21:35:54.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_LIFETIME_EXP	2015-01-13 05:25:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_NO_RELAY squid-3.5.1/errors/ja/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ja/ERR_NO_RELAY	2014-12-20 21:35:55.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_NO_RELAY	2015-01-13 05:25:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ja/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ja/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:35:55.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:25:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ja/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ja/ERR_PRECONDITION_FAILED	2014-12-20 21:35:56.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_PRECONDITION_FAILED	2015-01-13 05:25:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_READ_ERROR squid-3.5.1/errors/ja/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ja/ERR_READ_ERROR	2014-12-20 21:35:57.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_READ_ERROR	2015-01-13 05:25:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_READ_TIMEOUT squid-3.5.1/errors/ja/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ja/ERR_READ_TIMEOUT	2014-12-20 21:35:58.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_READ_TIMEOUT	2015-01-13 05:25:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ja/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ja/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:35:59.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:25:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_SHUTTING_DOWN squid-3.5.1/errors/ja/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ja/ERR_SHUTTING_DOWN	2014-12-20 21:36:00.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_SHUTTING_DOWN	2015-01-13 05:25:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_SOCKET_FAILURE squid-3.5.1/errors/ja/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ja/ERR_SOCKET_FAILURE	2014-12-20 21:36:00.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_SOCKET_FAILURE	2015-01-13 05:25:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_TOO_BIG squid-3.5.1/errors/ja/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ja/ERR_TOO_BIG	2014-12-20 21:36:01.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_TOO_BIG	2015-01-13 05:25:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ja/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ja/ERR_UNSUP_HTTPVERSION	2014-12-20 21:36:02.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_UNSUP_HTTPVERSION	2015-01-13 05:25:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_UNSUP_REQ squid-3.5.1/errors/ja/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ja/ERR_UNSUP_REQ	2014-12-20 21:36:03.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_UNSUP_REQ	2015-01-13 05:25:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_URN_RESOLVE squid-3.5.1/errors/ja/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ja/ERR_URN_RESOLVE	2014-12-20 21:36:04.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_URN_RESOLVE	2015-01-13 05:25:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_WRITE_ERROR squid-3.5.1/errors/ja/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ja/ERR_WRITE_ERROR	2014-12-20 21:36:05.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_WRITE_ERROR	2015-01-13 05:25:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ja/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ja/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ja/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:36:06.000000000 -0800
+++ squid-3.5.1/errors/ja/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:26:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>エラー: 要求されたURLからデータを取り出せませんでした。</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ACCESS_DENIED squid-3.5.1/errors/ka/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ka/ERR_ACCESS_DENIED	2014-12-20 21:36:07.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ACCESS_DENIED	2015-01-13 05:26:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:36:08.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:26:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ka/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ka/ERR_AGENT_CONFIGURE	2014-12-20 21:36:09.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_AGENT_CONFIGURE	2015-01-13 05:26:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_AGENT_WPAD squid-3.5.1/errors/ka/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ka/ERR_AGENT_WPAD	2014-12-20 21:36:10.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_AGENT_WPAD	2015-01-13 05:26:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ka/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ka/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:36:10.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:26:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:36:11.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:26:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_CANNOT_FORWARD squid-3.5.1/errors/ka/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ka/ERR_CANNOT_FORWARD	2014-12-20 21:36:12.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_CANNOT_FORWARD	2015-01-13 05:26:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_CONFLICT_HOST squid-3.5.1/errors/ka/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ka/ERR_CONFLICT_HOST	2014-12-20 21:36:13.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_CONFLICT_HOST	2015-01-13 05:26:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_CONNECT_FAIL squid-3.5.1/errors/ka/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ka/ERR_CONNECT_FAIL	2014-12-20 21:36:14.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_CONNECT_FAIL	2015-01-13 05:26:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_DIR_LISTING squid-3.5.1/errors/ka/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ka/ERR_DIR_LISTING	2014-12-20 21:36:15.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_DIR_LISTING	2015-01-13 05:26:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_DNS_FAIL squid-3.5.1/errors/ka/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ka/ERR_DNS_FAIL	2014-12-20 21:36:16.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_DNS_FAIL	2015-01-13 05:26:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ESI squid-3.5.1/errors/ka/ERR_ESI
--- squid-3.5.0.4/errors/ka/ERR_ESI	2014-12-20 21:36:16.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ESI	2015-01-13 05:26:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FORWARDING_DENIED squid-3.5.1/errors/ka/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ka/ERR_FORWARDING_DENIED	2014-12-20 21:36:17.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FORWARDING_DENIED	2015-01-13 05:26:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_DISABLED squid-3.5.1/errors/ka/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ka/ERR_FTP_DISABLED	2014-12-20 21:36:18.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_DISABLED	2015-01-13 05:26:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_FAILURE squid-3.5.1/errors/ka/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ka/ERR_FTP_FAILURE	2014-12-20 21:36:19.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_FAILURE	2015-01-13 05:26:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ka/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ka/ERR_FTP_FORBIDDEN	2014-12-20 21:36:20.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_FORBIDDEN	2015-01-13 05:26:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ka/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ka/ERR_FTP_NOT_FOUND	2014-12-20 21:36:21.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_NOT_FOUND	2015-01-13 05:26:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ka/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ka/ERR_FTP_PUT_CREATED	2014-12-20 21:36:22.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_PUT_CREATED	2015-01-13 05:26:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ka/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ka/ERR_FTP_PUT_ERROR	2014-12-20 21:36:23.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_PUT_ERROR	2015-01-13 05:26:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ka/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ka/ERR_FTP_PUT_MODIFIED	2014-12-20 21:36:24.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_PUT_MODIFIED	2015-01-13 05:26:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ka/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ka/ERR_FTP_UNAVAILABLE	2014-12-20 21:36:24.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_FTP_UNAVAILABLE	2015-01-13 05:26:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ka/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ka/ERR_GATEWAY_FAILURE	2014-12-20 21:36:25.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_GATEWAY_FAILURE	2015-01-13 05:26:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ICAP_FAILURE squid-3.5.1/errors/ka/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ka/ERR_ICAP_FAILURE	2014-12-20 21:36:26.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ICAP_FAILURE	2015-01-13 05:26:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_INVALID_REQ squid-3.5.1/errors/ka/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ka/ERR_INVALID_REQ	2014-12-20 21:36:27.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_INVALID_REQ	2015-01-13 05:26:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_INVALID_RESP squid-3.5.1/errors/ka/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ka/ERR_INVALID_RESP	2014-12-20 21:36:28.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_INVALID_RESP	2015-01-13 05:26:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_INVALID_URL squid-3.5.1/errors/ka/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ka/ERR_INVALID_URL	2014-12-20 21:36:29.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_INVALID_URL	2015-01-13 05:26:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_LIFETIME_EXP squid-3.5.1/errors/ka/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ka/ERR_LIFETIME_EXP	2014-12-20 21:36:30.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_LIFETIME_EXP	2015-01-13 05:26:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_NO_RELAY squid-3.5.1/errors/ka/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ka/ERR_NO_RELAY	2014-12-20 21:36:31.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_NO_RELAY	2015-01-13 05:26:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ka/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ka/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:36:33.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:26:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ka/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ka/ERR_PRECONDITION_FAILED	2014-12-20 21:36:34.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_PRECONDITION_FAILED	2015-01-13 05:26:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_READ_ERROR squid-3.5.1/errors/ka/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ka/ERR_READ_ERROR	2014-12-20 21:36:35.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_READ_ERROR	2015-01-13 05:26:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_READ_TIMEOUT squid-3.5.1/errors/ka/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ka/ERR_READ_TIMEOUT	2014-12-20 21:36:36.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_READ_TIMEOUT	2015-01-13 05:26:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ka/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ka/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:36:37.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:26:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_SHUTTING_DOWN squid-3.5.1/errors/ka/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ka/ERR_SHUTTING_DOWN	2014-12-20 21:36:38.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_SHUTTING_DOWN	2015-01-13 05:26:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_SOCKET_FAILURE squid-3.5.1/errors/ka/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ka/ERR_SOCKET_FAILURE	2014-12-20 21:36:39.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_SOCKET_FAILURE	2015-01-13 05:26:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_TOO_BIG squid-3.5.1/errors/ka/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ka/ERR_TOO_BIG	2014-12-20 21:36:40.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_TOO_BIG	2015-01-13 05:26:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ka/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ka/ERR_UNSUP_HTTPVERSION	2014-12-20 21:36:41.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_UNSUP_HTTPVERSION	2015-01-13 05:26:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_UNSUP_REQ squid-3.5.1/errors/ka/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ka/ERR_UNSUP_REQ	2014-12-20 21:36:42.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_UNSUP_REQ	2015-01-13 05:26:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_URN_RESOLVE squid-3.5.1/errors/ka/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ka/ERR_URN_RESOLVE	2014-12-20 21:36:43.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_URN_RESOLVE	2015-01-13 05:26:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_WRITE_ERROR squid-3.5.1/errors/ka/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ka/ERR_WRITE_ERROR	2014-12-20 21:36:44.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_WRITE_ERROR	2015-01-13 05:26:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ka/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ka/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ka/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:36:45.000000000 -0800
+++ squid-3.5.1/errors/ka/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:26:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ACCESS_DENIED squid-3.5.1/errors/ko/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ko/ERR_ACCESS_DENIED	2014-12-20 21:36:46.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ACCESS_DENIED	2015-01-13 05:26:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:36:47.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:27:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ko/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ko/ERR_AGENT_CONFIGURE	2014-12-20 21:36:48.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_AGENT_CONFIGURE	2015-01-13 05:27:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_AGENT_WPAD squid-3.5.1/errors/ko/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ko/ERR_AGENT_WPAD	2014-12-20 21:36:49.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_AGENT_WPAD	2015-01-13 05:27:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ko/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ko/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:36:50.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:27:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:36:51.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:27:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_CANNOT_FORWARD squid-3.5.1/errors/ko/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ko/ERR_CANNOT_FORWARD	2014-12-20 21:36:52.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_CANNOT_FORWARD	2015-01-13 05:27:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_CONFLICT_HOST squid-3.5.1/errors/ko/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ko/ERR_CONFLICT_HOST	2014-12-20 21:36:53.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_CONFLICT_HOST	2015-01-13 05:27:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_CONNECT_FAIL squid-3.5.1/errors/ko/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ko/ERR_CONNECT_FAIL	2014-12-20 21:36:54.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_CONNECT_FAIL	2015-01-13 05:27:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_DIR_LISTING squid-3.5.1/errors/ko/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ko/ERR_DIR_LISTING	2014-12-20 21:36:55.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_DIR_LISTING	2015-01-13 05:27:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_DNS_FAIL squid-3.5.1/errors/ko/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ko/ERR_DNS_FAIL	2014-12-20 21:36:56.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_DNS_FAIL	2015-01-13 05:27:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ESI squid-3.5.1/errors/ko/ERR_ESI
--- squid-3.5.0.4/errors/ko/ERR_ESI	2014-12-20 21:36:57.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ESI	2015-01-13 05:27:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FORWARDING_DENIED squid-3.5.1/errors/ko/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ko/ERR_FORWARDING_DENIED	2014-12-20 21:36:58.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FORWARDING_DENIED	2015-01-13 05:27:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_DISABLED squid-3.5.1/errors/ko/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ko/ERR_FTP_DISABLED	2014-12-20 21:36:59.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_DISABLED	2015-01-13 05:27:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_FAILURE squid-3.5.1/errors/ko/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ko/ERR_FTP_FAILURE	2014-12-20 21:37:00.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_FAILURE	2015-01-13 05:27:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ko/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ko/ERR_FTP_FORBIDDEN	2014-12-20 21:37:01.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_FORBIDDEN	2015-01-13 05:27:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ko/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ko/ERR_FTP_NOT_FOUND	2014-12-20 21:37:02.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_NOT_FOUND	2015-01-13 05:27:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ko/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ko/ERR_FTP_PUT_CREATED	2014-12-20 21:37:03.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_PUT_CREATED	2015-01-13 05:27:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ko/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ko/ERR_FTP_PUT_ERROR	2014-12-20 21:37:03.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_PUT_ERROR	2015-01-13 05:27:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: FTP upload 실패</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ko/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ko/ERR_FTP_PUT_MODIFIED	2014-12-20 21:37:04.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_PUT_MODIFIED	2015-01-13 05:27:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ko/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ko/ERR_FTP_UNAVAILABLE	2014-12-20 21:37:05.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_FTP_UNAVAILABLE	2015-01-13 05:27:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ko/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ko/ERR_GATEWAY_FAILURE	2014-12-20 21:37:06.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_GATEWAY_FAILURE	2015-01-13 05:27:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ICAP_FAILURE squid-3.5.1/errors/ko/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ko/ERR_ICAP_FAILURE	2014-12-20 21:37:07.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ICAP_FAILURE	2015-01-13 05:27:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_INVALID_REQ squid-3.5.1/errors/ko/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ko/ERR_INVALID_REQ	2014-12-20 21:37:08.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_INVALID_REQ	2015-01-13 05:27:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_INVALID_RESP squid-3.5.1/errors/ko/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ko/ERR_INVALID_RESP	2014-12-20 21:37:09.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_INVALID_RESP	2015-01-13 05:27:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_INVALID_URL squid-3.5.1/errors/ko/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ko/ERR_INVALID_URL	2014-12-20 21:37:10.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_INVALID_URL	2015-01-13 05:27:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_LIFETIME_EXP squid-3.5.1/errors/ko/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ko/ERR_LIFETIME_EXP	2014-12-20 21:37:10.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_LIFETIME_EXP	2015-01-13 05:27:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_NO_RELAY squid-3.5.1/errors/ko/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ko/ERR_NO_RELAY	2014-12-20 21:37:11.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_NO_RELAY	2015-01-13 05:27:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ko/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ko/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:37:12.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:27:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ko/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ko/ERR_PRECONDITION_FAILED	2014-12-20 21:37:13.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_PRECONDITION_FAILED	2015-01-13 05:27:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_READ_ERROR squid-3.5.1/errors/ko/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ko/ERR_READ_ERROR	2014-12-20 21:37:14.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_READ_ERROR	2015-01-13 05:27:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_READ_TIMEOUT squid-3.5.1/errors/ko/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ko/ERR_READ_TIMEOUT	2014-12-20 21:37:15.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_READ_TIMEOUT	2015-01-13 05:27:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ko/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ko/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:37:15.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:27:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_SHUTTING_DOWN squid-3.5.1/errors/ko/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ko/ERR_SHUTTING_DOWN	2014-12-20 21:37:16.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_SHUTTING_DOWN	2015-01-13 05:27:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_SOCKET_FAILURE squid-3.5.1/errors/ko/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ko/ERR_SOCKET_FAILURE	2014-12-20 21:37:17.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_SOCKET_FAILURE	2015-01-13 05:27:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_TOO_BIG squid-3.5.1/errors/ko/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ko/ERR_TOO_BIG	2014-12-20 21:37:18.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_TOO_BIG	2015-01-13 05:27:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ko/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ko/ERR_UNSUP_HTTPVERSION	2014-12-20 21:37:19.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_UNSUP_HTTPVERSION	2015-01-13 05:27:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_UNSUP_REQ squid-3.5.1/errors/ko/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ko/ERR_UNSUP_REQ	2014-12-20 21:37:20.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_UNSUP_REQ	2015-01-13 05:27:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_URN_RESOLVE squid-3.5.1/errors/ko/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ko/ERR_URN_RESOLVE	2014-12-20 21:37:21.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_URN_RESOLVE	2015-01-13 05:27:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_WRITE_ERROR squid-3.5.1/errors/ko/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ko/ERR_WRITE_ERROR	2014-12-20 21:37:21.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_WRITE_ERROR	2015-01-13 05:27:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ko/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ko/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ko/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:37:22.000000000 -0800
+++ squid-3.5.1/errors/ko/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:27:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>에러: 요청된 URL을 가져올 수 없습니다</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/language.list squid-3.5.1/errors/language.list
--- squid-3.5.0.4/errors/language.list	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/language.list	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ACCESS_DENIED squid-3.5.1/errors/lt/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/lt/ERR_ACCESS_DENIED	2014-12-20 21:37:23.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ACCESS_DENIED	2015-01-13 05:27:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:37:24.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:28:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_AGENT_CONFIGURE squid-3.5.1/errors/lt/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/lt/ERR_AGENT_CONFIGURE	2014-12-20 21:37:25.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_AGENT_CONFIGURE	2015-01-13 05:28:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_AGENT_WPAD squid-3.5.1/errors/lt/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/lt/ERR_AGENT_WPAD	2014-12-20 21:37:26.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_AGENT_WPAD	2015-01-13 05:28:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/lt/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/lt/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:37:27.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:28:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Priėjimas prie kešo uždraustas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:37:28.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:28:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Kešo menedžerio priėjimas uždraustas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_CANNOT_FORWARD squid-3.5.1/errors/lt/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/lt/ERR_CANNOT_FORWARD	2014-12-20 21:37:28.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_CANNOT_FORWARD	2015-01-13 05:28:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_CONFLICT_HOST squid-3.5.1/errors/lt/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/lt/ERR_CONFLICT_HOST	2014-12-20 21:37:29.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_CONFLICT_HOST	2015-01-13 05:28:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_CONNECT_FAIL squid-3.5.1/errors/lt/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/lt/ERR_CONNECT_FAIL	2014-12-20 21:37:30.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_CONNECT_FAIL	2015-01-13 05:28:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_DIR_LISTING squid-3.5.1/errors/lt/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/lt/ERR_DIR_LISTING	2014-12-20 21:37:31.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_DIR_LISTING	2015-01-13 05:28:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_DNS_FAIL squid-3.5.1/errors/lt/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/lt/ERR_DNS_FAIL	2014-12-20 21:37:32.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_DNS_FAIL	2015-01-13 05:28:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ESI squid-3.5.1/errors/lt/ERR_ESI
--- squid-3.5.0.4/errors/lt/ERR_ESI	2014-12-20 21:37:33.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ESI	2015-01-13 05:28:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FORWARDING_DENIED squid-3.5.1/errors/lt/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/lt/ERR_FORWARDING_DENIED	2014-12-20 21:37:34.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FORWARDING_DENIED	2015-01-13 05:28:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_DISABLED squid-3.5.1/errors/lt/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/lt/ERR_FTP_DISABLED	2014-12-20 21:37:34.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_DISABLED	2015-01-13 05:28:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_FAILURE squid-3.5.1/errors/lt/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/lt/ERR_FTP_FAILURE	2014-12-20 21:37:35.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_FAILURE	2015-01-13 05:28:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_FORBIDDEN squid-3.5.1/errors/lt/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/lt/ERR_FTP_FORBIDDEN	2014-12-20 21:37:36.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_FORBIDDEN	2015-01-13 05:28:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_NOT_FOUND squid-3.5.1/errors/lt/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/lt/ERR_FTP_NOT_FOUND	2014-12-20 21:37:37.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_NOT_FOUND	2015-01-13 05:28:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_PUT_CREATED squid-3.5.1/errors/lt/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/lt/ERR_FTP_PUT_CREATED	2014-12-20 21:37:38.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_PUT_CREATED	2015-01-13 05:28:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_PUT_ERROR squid-3.5.1/errors/lt/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/lt/ERR_FTP_PUT_ERROR	2014-12-20 21:37:39.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_PUT_ERROR	2015-01-13 05:28:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: FTP uploadas nepavyko</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/lt/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/lt/ERR_FTP_PUT_MODIFIED	2014-12-20 21:37:40.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_PUT_MODIFIED	2015-01-13 05:28:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/lt/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/lt/ERR_FTP_UNAVAILABLE	2014-12-20 21:37:40.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_FTP_UNAVAILABLE	2015-01-13 05:28:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_GATEWAY_FAILURE squid-3.5.1/errors/lt/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/lt/ERR_GATEWAY_FAILURE	2014-12-20 21:37:41.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_GATEWAY_FAILURE	2015-01-13 05:28:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ICAP_FAILURE squid-3.5.1/errors/lt/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/lt/ERR_ICAP_FAILURE	2014-12-20 21:37:42.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ICAP_FAILURE	2015-01-13 05:28:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_INVALID_REQ squid-3.5.1/errors/lt/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/lt/ERR_INVALID_REQ	2014-12-20 21:37:43.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_INVALID_REQ	2015-01-13 05:28:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_INVALID_RESP squid-3.5.1/errors/lt/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/lt/ERR_INVALID_RESP	2014-12-20 21:37:44.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_INVALID_RESP	2015-01-13 05:28:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_INVALID_URL squid-3.5.1/errors/lt/ERR_INVALID_URL
--- squid-3.5.0.4/errors/lt/ERR_INVALID_URL	2014-12-20 21:37:45.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_INVALID_URL	2015-01-13 05:28:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_LIFETIME_EXP squid-3.5.1/errors/lt/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/lt/ERR_LIFETIME_EXP	2014-12-20 21:37:46.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_LIFETIME_EXP	2015-01-13 05:28:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_NO_RELAY squid-3.5.1/errors/lt/ERR_NO_RELAY
--- squid-3.5.0.4/errors/lt/ERR_NO_RELAY	2014-12-20 21:37:47.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_NO_RELAY	2015-01-13 05:28:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/lt/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/lt/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:37:47.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:28:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_PRECONDITION_FAILED squid-3.5.1/errors/lt/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/lt/ERR_PRECONDITION_FAILED	2014-12-20 21:37:48.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_PRECONDITION_FAILED	2015-01-13 05:28:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_READ_ERROR squid-3.5.1/errors/lt/ERR_READ_ERROR
--- squid-3.5.0.4/errors/lt/ERR_READ_ERROR	2014-12-20 21:37:49.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_READ_ERROR	2015-01-13 05:28:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_READ_TIMEOUT squid-3.5.1/errors/lt/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/lt/ERR_READ_TIMEOUT	2014-12-20 21:37:50.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_READ_TIMEOUT	2015-01-13 05:28:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/lt/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/lt/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:37:51.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:28:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_SHUTTING_DOWN squid-3.5.1/errors/lt/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/lt/ERR_SHUTTING_DOWN	2014-12-20 21:37:53.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_SHUTTING_DOWN	2015-01-13 05:28:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_SOCKET_FAILURE squid-3.5.1/errors/lt/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/lt/ERR_SOCKET_FAILURE	2014-12-20 21:37:54.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_SOCKET_FAILURE	2015-01-13 05:28:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_TOO_BIG squid-3.5.1/errors/lt/ERR_TOO_BIG
--- squid-3.5.0.4/errors/lt/ERR_TOO_BIG	2014-12-20 21:37:55.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_TOO_BIG	2015-01-13 05:28:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/lt/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/lt/ERR_UNSUP_HTTPVERSION	2014-12-20 21:37:56.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_UNSUP_HTTPVERSION	2015-01-13 05:28:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_UNSUP_REQ squid-3.5.1/errors/lt/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/lt/ERR_UNSUP_REQ	2014-12-20 21:37:57.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_UNSUP_REQ	2015-01-13 05:28:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_URN_RESOLVE squid-3.5.1/errors/lt/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/lt/ERR_URN_RESOLVE	2014-12-20 21:37:57.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_URN_RESOLVE	2015-01-13 05:28:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_WRITE_ERROR squid-3.5.1/errors/lt/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/lt/ERR_WRITE_ERROR	2014-12-20 21:37:58.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_WRITE_ERROR	2015-01-13 05:28:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lt/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/lt/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/lt/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:37:59.000000000 -0800
+++ squid-3.5.1/errors/lt/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:28:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KLAIDA: Puslapis nurodytu adresu negali būti atsiųstas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ACCESS_DENIED squid-3.5.1/errors/lv/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/lv/ERR_ACCESS_DENIED	2014-12-20 21:38:00.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ACCESS_DENIED	2015-01-13 05:28:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:38:01.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:28:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_AGENT_CONFIGURE squid-3.5.1/errors/lv/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/lv/ERR_AGENT_CONFIGURE	2014-12-20 21:38:02.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_AGENT_CONFIGURE	2015-01-13 05:28:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_AGENT_WPAD squid-3.5.1/errors/lv/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/lv/ERR_AGENT_WPAD	2014-12-20 21:38:03.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_AGENT_WPAD	2015-01-13 05:28:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/lv/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/lv/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:38:04.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:28:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: Kešatmiņa nav pieejama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:38:05.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:28:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: Kešatmiņas pārvaldniekam pieeja liegta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_CANNOT_FORWARD squid-3.5.1/errors/lv/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/lv/ERR_CANNOT_FORWARD	2014-12-20 21:38:06.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_CANNOT_FORWARD	2015-01-13 05:28:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_CONFLICT_HOST squid-3.5.1/errors/lv/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/lv/ERR_CONFLICT_HOST	2014-12-20 21:38:07.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_CONFLICT_HOST	2015-01-13 05:28:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_CONNECT_FAIL squid-3.5.1/errors/lv/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/lv/ERR_CONNECT_FAIL	2014-12-20 21:38:08.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_CONNECT_FAIL	2015-01-13 05:28:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_DIR_LISTING squid-3.5.1/errors/lv/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/lv/ERR_DIR_LISTING	2014-12-20 21:38:09.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_DIR_LISTING	2015-01-13 05:28:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorijs: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_DNS_FAIL squid-3.5.1/errors/lv/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/lv/ERR_DNS_FAIL	2014-12-20 21:38:10.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_DNS_FAIL	2015-01-13 05:28:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ESI squid-3.5.1/errors/lv/ERR_ESI
--- squid-3.5.0.4/errors/lv/ERR_ESI	2014-12-20 21:38:11.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ESI	2015-01-13 05:28:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FORWARDING_DENIED squid-3.5.1/errors/lv/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/lv/ERR_FORWARDING_DENIED	2014-12-20 21:38:12.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FORWARDING_DENIED	2015-01-13 05:28:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_DISABLED squid-3.5.1/errors/lv/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/lv/ERR_FTP_DISABLED	2014-12-20 21:38:13.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_DISABLED	2015-01-13 05:28:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_FAILURE squid-3.5.1/errors/lv/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/lv/ERR_FTP_FAILURE	2014-12-20 21:38:14.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_FAILURE	2015-01-13 05:28:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_FORBIDDEN squid-3.5.1/errors/lv/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/lv/ERR_FTP_FORBIDDEN	2014-12-20 21:38:15.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_FORBIDDEN	2015-01-13 05:28:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_NOT_FOUND squid-3.5.1/errors/lv/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/lv/ERR_FTP_NOT_FOUND	2014-12-20 21:38:16.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_NOT_FOUND	2015-01-13 05:29:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_PUT_CREATED squid-3.5.1/errors/lv/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/lv/ERR_FTP_PUT_CREATED	2014-12-20 21:38:17.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_PUT_CREATED	2015-01-13 05:29:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_PUT_ERROR squid-3.5.1/errors/lv/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/lv/ERR_FTP_PUT_ERROR	2014-12-20 21:38:18.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_PUT_ERROR	2015-01-13 05:29:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Kļūda: FTP augšupielāde nav atļauta</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/lv/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/lv/ERR_FTP_PUT_MODIFIED	2014-12-20 21:38:19.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_PUT_MODIFIED	2015-01-13 05:29:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/lv/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/lv/ERR_FTP_UNAVAILABLE	2014-12-20 21:38:19.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_FTP_UNAVAILABLE	2015-01-13 05:29:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_GATEWAY_FAILURE squid-3.5.1/errors/lv/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/lv/ERR_GATEWAY_FAILURE	2014-12-20 21:38:20.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_GATEWAY_FAILURE	2015-01-13 05:29:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ICAP_FAILURE squid-3.5.1/errors/lv/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/lv/ERR_ICAP_FAILURE	2014-12-20 21:38:21.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ICAP_FAILURE	2015-01-13 05:29:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_INVALID_REQ squid-3.5.1/errors/lv/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/lv/ERR_INVALID_REQ	2014-12-20 21:38:22.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_INVALID_REQ	2015-01-13 05:29:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_INVALID_RESP squid-3.5.1/errors/lv/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/lv/ERR_INVALID_RESP	2014-12-20 21:38:24.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_INVALID_RESP	2015-01-13 05:29:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_INVALID_URL squid-3.5.1/errors/lv/ERR_INVALID_URL
--- squid-3.5.0.4/errors/lv/ERR_INVALID_URL	2014-12-20 21:38:25.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_INVALID_URL	2015-01-13 05:29:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_LIFETIME_EXP squid-3.5.1/errors/lv/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/lv/ERR_LIFETIME_EXP	2014-12-20 21:38:28.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_LIFETIME_EXP	2015-01-13 05:29:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_NO_RELAY squid-3.5.1/errors/lv/ERR_NO_RELAY
--- squid-3.5.0.4/errors/lv/ERR_NO_RELAY	2014-12-20 21:38:30.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_NO_RELAY	2015-01-13 05:29:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/lv/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/lv/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:38:31.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:29:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_PRECONDITION_FAILED squid-3.5.1/errors/lv/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/lv/ERR_PRECONDITION_FAILED	2014-12-20 21:38:32.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_PRECONDITION_FAILED	2015-01-13 05:29:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_READ_ERROR squid-3.5.1/errors/lv/ERR_READ_ERROR
--- squid-3.5.0.4/errors/lv/ERR_READ_ERROR	2014-12-20 21:38:33.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_READ_ERROR	2015-01-13 05:29:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_READ_TIMEOUT squid-3.5.1/errors/lv/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/lv/ERR_READ_TIMEOUT	2014-12-20 21:38:34.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_READ_TIMEOUT	2015-01-13 05:29:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/lv/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/lv/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:38:35.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:29:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_SHUTTING_DOWN squid-3.5.1/errors/lv/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/lv/ERR_SHUTTING_DOWN	2014-12-20 21:38:35.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_SHUTTING_DOWN	2015-01-13 05:29:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_SOCKET_FAILURE squid-3.5.1/errors/lv/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/lv/ERR_SOCKET_FAILURE	2014-12-20 21:38:36.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_SOCKET_FAILURE	2015-01-13 05:29:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_TOO_BIG squid-3.5.1/errors/lv/ERR_TOO_BIG
--- squid-3.5.0.4/errors/lv/ERR_TOO_BIG	2014-12-20 21:38:37.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_TOO_BIG	2015-01-13 05:29:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/lv/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/lv/ERR_UNSUP_HTTPVERSION	2014-12-20 21:38:38.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_UNSUP_HTTPVERSION	2015-01-13 05:29:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_UNSUP_REQ squid-3.5.1/errors/lv/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/lv/ERR_UNSUP_REQ	2014-12-20 21:38:39.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_UNSUP_REQ	2015-01-13 05:29:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_URN_RESOLVE squid-3.5.1/errors/lv/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/lv/ERR_URN_RESOLVE	2014-12-20 21:38:40.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_URN_RESOLVE	2015-01-13 05:29:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_WRITE_ERROR squid-3.5.1/errors/lv/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/lv/ERR_WRITE_ERROR	2014-12-20 21:38:41.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_WRITE_ERROR	2015-01-13 05:29:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/lv/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/lv/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/lv/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:38:42.000000000 -0800
+++ squid-3.5.1/errors/lv/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:29:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>KĻŪDA: Pieprasītā adrese nav atrodama</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/Makefile.am squid-3.5.1/errors/Makefile.am
--- squid-3.5.0.4/errors/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/Makefile.in squid-3.5.1/errors/Makefile.in
--- squid-3.5.0.4/errors/Makefile.in	2014-12-20 21:13:34.000000000 -0800
+++ squid-3.5.1/errors/Makefile.in	2015-01-13 04:53:11.000000000 -0800
@@ -95,7 +95,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -103,6 +102,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ACCESS_DENIED squid-3.5.1/errors/ms/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ms/ERR_ACCESS_DENIED	2014-12-20 21:38:43.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ACCESS_DENIED	2015-01-13 05:29:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:38:44.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:29:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ms/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ms/ERR_AGENT_CONFIGURE	2014-12-20 21:38:45.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_AGENT_CONFIGURE	2015-01-13 05:29:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_AGENT_WPAD squid-3.5.1/errors/ms/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ms/ERR_AGENT_WPAD	2014-12-20 21:38:46.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_AGENT_WPAD	2015-01-13 05:29:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ms/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ms/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:38:47.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:29:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: Akses ke Cache Disekat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:38:48.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:29:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: Akses ke Pengurus Cache Disekat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_CANNOT_FORWARD squid-3.5.1/errors/ms/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ms/ERR_CANNOT_FORWARD	2014-12-20 21:38:49.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_CANNOT_FORWARD	2015-01-13 05:29:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_CONFLICT_HOST squid-3.5.1/errors/ms/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ms/ERR_CONFLICT_HOST	2014-12-20 21:38:50.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_CONFLICT_HOST	2015-01-13 05:29:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_CONNECT_FAIL squid-3.5.1/errors/ms/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ms/ERR_CONNECT_FAIL	2014-12-20 21:38:51.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_CONNECT_FAIL	2015-01-13 05:29:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_DIR_LISTING squid-3.5.1/errors/ms/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ms/ERR_DIR_LISTING	2014-12-20 21:38:52.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_DIR_LISTING	2015-01-13 05:29:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Direktori: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_DNS_FAIL squid-3.5.1/errors/ms/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ms/ERR_DNS_FAIL	2014-12-20 21:38:53.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_DNS_FAIL	2015-01-13 05:29:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ESI squid-3.5.1/errors/ms/ERR_ESI
--- squid-3.5.0.4/errors/ms/ERR_ESI	2014-12-20 21:38:54.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ESI	2015-01-13 05:29:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FORWARDING_DENIED squid-3.5.1/errors/ms/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ms/ERR_FORWARDING_DENIED	2014-12-20 21:38:55.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FORWARDING_DENIED	2015-01-13 05:29:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_DISABLED squid-3.5.1/errors/ms/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ms/ERR_FTP_DISABLED	2014-12-20 21:38:55.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_DISABLED	2015-01-13 05:29:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_FAILURE squid-3.5.1/errors/ms/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ms/ERR_FTP_FAILURE	2014-12-20 21:38:56.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_FAILURE	2015-01-13 05:29:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ms/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ms/ERR_FTP_FORBIDDEN	2014-12-20 21:38:57.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_FORBIDDEN	2015-01-13 05:29:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ms/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ms/ERR_FTP_NOT_FOUND	2014-12-20 21:38:58.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_NOT_FOUND	2015-01-13 05:29:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ms/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ms/ERR_FTP_PUT_CREATED	2014-12-20 21:38:59.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_PUT_CREATED	2015-01-13 05:29:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ms/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ms/ERR_FTP_PUT_ERROR	2014-12-20 21:39:00.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_PUT_ERROR	2015-01-13 05:29:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: FTP Gagal</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ms/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ms/ERR_FTP_PUT_MODIFIED	2014-12-20 21:39:01.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_PUT_MODIFIED	2015-01-13 05:29:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ms/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ms/ERR_FTP_UNAVAILABLE	2014-12-20 21:39:02.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_FTP_UNAVAILABLE	2015-01-13 05:29:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ms/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ms/ERR_GATEWAY_FAILURE	2014-12-20 21:39:03.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_GATEWAY_FAILURE	2015-01-13 05:29:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ICAP_FAILURE squid-3.5.1/errors/ms/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ms/ERR_ICAP_FAILURE	2014-12-20 21:39:04.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ICAP_FAILURE	2015-01-13 05:29:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_INVALID_REQ squid-3.5.1/errors/ms/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ms/ERR_INVALID_REQ	2014-12-20 21:39:05.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_INVALID_REQ	2015-01-13 05:29:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_INVALID_RESP squid-3.5.1/errors/ms/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ms/ERR_INVALID_RESP	2014-12-20 21:39:06.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_INVALID_RESP	2015-01-13 05:29:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_INVALID_URL squid-3.5.1/errors/ms/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ms/ERR_INVALID_URL	2014-12-20 21:39:07.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_INVALID_URL	2015-01-13 05:29:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_LIFETIME_EXP squid-3.5.1/errors/ms/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ms/ERR_LIFETIME_EXP	2014-12-20 21:39:07.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_LIFETIME_EXP	2015-01-13 05:29:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_NO_RELAY squid-3.5.1/errors/ms/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ms/ERR_NO_RELAY	2014-12-20 21:39:08.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_NO_RELAY	2015-01-13 05:29:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ms/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ms/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:39:09.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:29:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ms/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ms/ERR_PRECONDITION_FAILED	2014-12-20 21:39:10.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_PRECONDITION_FAILED	2015-01-13 05:29:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_READ_ERROR squid-3.5.1/errors/ms/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ms/ERR_READ_ERROR	2014-12-20 21:39:11.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_READ_ERROR	2015-01-13 05:29:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_READ_TIMEOUT squid-3.5.1/errors/ms/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ms/ERR_READ_TIMEOUT	2014-12-20 21:39:12.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_READ_TIMEOUT	2015-01-13 05:29:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ms/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ms/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:39:13.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:29:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_SHUTTING_DOWN squid-3.5.1/errors/ms/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ms/ERR_SHUTTING_DOWN	2014-12-20 21:39:14.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_SHUTTING_DOWN	2015-01-13 05:29:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_SOCKET_FAILURE squid-3.5.1/errors/ms/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ms/ERR_SOCKET_FAILURE	2014-12-20 21:39:14.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_SOCKET_FAILURE	2015-01-13 05:29:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_TOO_BIG squid-3.5.1/errors/ms/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ms/ERR_TOO_BIG	2014-12-20 21:39:16.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_TOO_BIG	2015-01-13 05:29:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ms/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ms/ERR_UNSUP_HTTPVERSION	2014-12-20 21:39:16.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_UNSUP_HTTPVERSION	2015-01-13 05:29:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_UNSUP_REQ squid-3.5.1/errors/ms/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ms/ERR_UNSUP_REQ	2014-12-20 21:39:17.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_UNSUP_REQ	2015-01-13 05:29:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_URN_RESOLVE squid-3.5.1/errors/ms/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ms/ERR_URN_RESOLVE	2014-12-20 21:39:18.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_URN_RESOLVE	2015-01-13 05:29:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_WRITE_ERROR squid-3.5.1/errors/ms/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ms/ERR_WRITE_ERROR	2014-12-20 21:39:19.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_WRITE_ERROR	2015-01-13 05:29:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ms/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ms/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ms/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:39:21.000000000 -0800
+++ squid-3.5.1/errors/ms/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:29:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>RALAT: URL yang diminta tidak dapat diterima</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ACCESS_DENIED squid-3.5.1/errors/nl/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/nl/ERR_ACCESS_DENIED	2014-12-20 21:39:22.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ACCESS_DENIED	2015-01-13 05:29:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:39:22.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:29:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_AGENT_CONFIGURE squid-3.5.1/errors/nl/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/nl/ERR_AGENT_CONFIGURE	2014-12-20 21:39:24.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_AGENT_CONFIGURE	2015-01-13 05:30:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuratie</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_AGENT_WPAD squid-3.5.1/errors/nl/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/nl/ERR_AGENT_WPAD	2014-12-20 21:39:26.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_AGENT_WPAD	2015-01-13 05:30:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuratie</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/nl/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/nl/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:39:27.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:30:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Cache toegang niet toegestaan</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:39:28.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:30:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: Cache Manager toegang niet toegestaan</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_CANNOT_FORWARD squid-3.5.1/errors/nl/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/nl/ERR_CANNOT_FORWARD	2014-12-20 21:39:29.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_CANNOT_FORWARD	2015-01-13 05:30:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_CONFLICT_HOST squid-3.5.1/errors/nl/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/nl/ERR_CONFLICT_HOST	2014-12-20 21:39:30.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_CONFLICT_HOST	2015-01-13 05:30:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_CONNECT_FAIL squid-3.5.1/errors/nl/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/nl/ERR_CONNECT_FAIL	2014-12-20 21:39:31.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_CONNECT_FAIL	2015-01-13 05:30:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_DIR_LISTING squid-3.5.1/errors/nl/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/nl/ERR_DIR_LISTING	2014-12-20 21:39:32.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_DIR_LISTING	2015-01-13 05:30:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Map: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_DNS_FAIL squid-3.5.1/errors/nl/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/nl/ERR_DNS_FAIL	2014-12-20 21:39:33.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_DNS_FAIL	2015-01-13 05:30:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ESI squid-3.5.1/errors/nl/ERR_ESI
--- squid-3.5.0.4/errors/nl/ERR_ESI	2014-12-20 21:39:33.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ESI	2015-01-13 05:30:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FORWARDING_DENIED squid-3.5.1/errors/nl/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/nl/ERR_FORWARDING_DENIED	2014-12-20 21:39:34.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FORWARDING_DENIED	2015-01-13 05:30:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_DISABLED squid-3.5.1/errors/nl/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/nl/ERR_FTP_DISABLED	2014-12-20 21:39:35.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_DISABLED	2015-01-13 05:30:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_FAILURE squid-3.5.1/errors/nl/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/nl/ERR_FTP_FAILURE	2014-12-20 21:39:36.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_FAILURE	2015-01-13 05:30:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_FORBIDDEN squid-3.5.1/errors/nl/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/nl/ERR_FTP_FORBIDDEN	2014-12-20 21:39:37.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_FORBIDDEN	2015-01-13 05:30:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_NOT_FOUND squid-3.5.1/errors/nl/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/nl/ERR_FTP_NOT_FOUND	2014-12-20 21:39:38.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_NOT_FOUND	2015-01-13 05:30:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_PUT_CREATED squid-3.5.1/errors/nl/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/nl/ERR_FTP_PUT_CREATED	2014-12-20 21:39:39.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_PUT_CREATED	2015-01-13 05:30:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_PUT_ERROR squid-3.5.1/errors/nl/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/nl/ERR_FTP_PUT_ERROR	2014-12-20 21:39:40.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_PUT_ERROR	2015-01-13 05:30:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: FTP upload mislukt</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/nl/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/nl/ERR_FTP_PUT_MODIFIED	2014-12-20 21:39:40.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_PUT_MODIFIED	2015-01-13 05:30:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/nl/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/nl/ERR_FTP_UNAVAILABLE	2014-12-20 21:39:41.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_FTP_UNAVAILABLE	2015-01-13 05:30:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_GATEWAY_FAILURE squid-3.5.1/errors/nl/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/nl/ERR_GATEWAY_FAILURE	2014-12-20 21:39:42.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_GATEWAY_FAILURE	2015-01-13 05:30:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ICAP_FAILURE squid-3.5.1/errors/nl/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/nl/ERR_ICAP_FAILURE	2014-12-20 21:39:43.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ICAP_FAILURE	2015-01-13 05:30:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_INVALID_REQ squid-3.5.1/errors/nl/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/nl/ERR_INVALID_REQ	2014-12-20 21:39:44.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_INVALID_REQ	2015-01-13 05:30:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_INVALID_RESP squid-3.5.1/errors/nl/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/nl/ERR_INVALID_RESP	2014-12-20 21:39:45.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_INVALID_RESP	2015-01-13 05:30:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_INVALID_URL squid-3.5.1/errors/nl/ERR_INVALID_URL
--- squid-3.5.0.4/errors/nl/ERR_INVALID_URL	2014-12-20 21:39:46.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_INVALID_URL	2015-01-13 05:30:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_LIFETIME_EXP squid-3.5.1/errors/nl/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/nl/ERR_LIFETIME_EXP	2014-12-20 21:39:46.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_LIFETIME_EXP	2015-01-13 05:30:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_NO_RELAY squid-3.5.1/errors/nl/ERR_NO_RELAY
--- squid-3.5.0.4/errors/nl/ERR_NO_RELAY	2014-12-20 21:39:47.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_NO_RELAY	2015-01-13 05:30:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/nl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/nl/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:39:48.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:30:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_PRECONDITION_FAILED squid-3.5.1/errors/nl/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/nl/ERR_PRECONDITION_FAILED	2014-12-20 21:39:49.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_PRECONDITION_FAILED	2015-01-13 05:30:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_READ_ERROR squid-3.5.1/errors/nl/ERR_READ_ERROR
--- squid-3.5.0.4/errors/nl/ERR_READ_ERROR	2014-12-20 21:39:50.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_READ_ERROR	2015-01-13 05:30:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_READ_TIMEOUT squid-3.5.1/errors/nl/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/nl/ERR_READ_TIMEOUT	2014-12-20 21:39:51.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_READ_TIMEOUT	2015-01-13 05:30:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/nl/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/nl/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:39:51.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:30:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_SHUTTING_DOWN squid-3.5.1/errors/nl/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/nl/ERR_SHUTTING_DOWN	2014-12-20 21:39:52.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_SHUTTING_DOWN	2015-01-13 05:30:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_SOCKET_FAILURE squid-3.5.1/errors/nl/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/nl/ERR_SOCKET_FAILURE	2014-12-20 21:39:53.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_SOCKET_FAILURE	2015-01-13 05:30:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_TOO_BIG squid-3.5.1/errors/nl/ERR_TOO_BIG
--- squid-3.5.0.4/errors/nl/ERR_TOO_BIG	2014-12-20 21:39:54.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_TOO_BIG	2015-01-13 05:30:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/nl/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/nl/ERR_UNSUP_HTTPVERSION	2014-12-20 21:39:55.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_UNSUP_HTTPVERSION	2015-01-13 05:30:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_UNSUP_REQ squid-3.5.1/errors/nl/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/nl/ERR_UNSUP_REQ	2014-12-20 21:39:56.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_UNSUP_REQ	2015-01-13 05:30:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_URN_RESOLVE squid-3.5.1/errors/nl/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/nl/ERR_URN_RESOLVE	2014-12-20 21:39:57.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_URN_RESOLVE	2015-01-13 05:30:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URN kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_WRITE_ERROR squid-3.5.1/errors/nl/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/nl/ERR_WRITE_ERROR	2014-12-20 21:39:57.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_WRITE_ERROR	2015-01-13 05:30:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/nl/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/nl/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/nl/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:39:58.000000000 -0800
+++ squid-3.5.1/errors/nl/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:30:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FOUT: De gevraagde URL kon niet worden opgehaald</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ACCESS_DENIED squid-3.5.1/errors/oc/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/oc/ERR_ACCESS_DENIED	2014-12-20 21:39:59.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ACCESS_DENIED	2015-01-13 05:30:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:40:00.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:30:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_AGENT_CONFIGURE squid-3.5.1/errors/oc/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/oc/ERR_AGENT_CONFIGURE	2014-12-20 21:40:01.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_AGENT_CONFIGURE	2015-01-13 05:30:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_AGENT_WPAD squid-3.5.1/errors/oc/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/oc/ERR_AGENT_WPAD	2014-12-20 21:40:02.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_AGENT_WPAD	2015-01-13 05:30:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/oc/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/oc/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:40:03.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:30:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:40:04.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:30:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_CANNOT_FORWARD squid-3.5.1/errors/oc/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/oc/ERR_CANNOT_FORWARD	2014-12-20 21:40:04.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_CANNOT_FORWARD	2015-01-13 05:30:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_CONFLICT_HOST squid-3.5.1/errors/oc/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/oc/ERR_CONFLICT_HOST	2014-12-20 21:40:05.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_CONFLICT_HOST	2015-01-13 05:30:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_CONNECT_FAIL squid-3.5.1/errors/oc/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/oc/ERR_CONNECT_FAIL	2014-12-20 21:40:06.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_CONNECT_FAIL	2015-01-13 05:30:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_DIR_LISTING squid-3.5.1/errors/oc/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/oc/ERR_DIR_LISTING	2014-12-20 21:40:07.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_DIR_LISTING	2015-01-13 05:30:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Repertòri : %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_DNS_FAIL squid-3.5.1/errors/oc/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/oc/ERR_DNS_FAIL	2014-12-20 21:40:08.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_DNS_FAIL	2015-01-13 05:30:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ESI squid-3.5.1/errors/oc/ERR_ESI
--- squid-3.5.0.4/errors/oc/ERR_ESI	2014-12-20 21:40:09.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ESI	2015-01-13 05:30:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FORWARDING_DENIED squid-3.5.1/errors/oc/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/oc/ERR_FORWARDING_DENIED	2014-12-20 21:40:10.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FORWARDING_DENIED	2015-01-13 05:30:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_DISABLED squid-3.5.1/errors/oc/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/oc/ERR_FTP_DISABLED	2014-12-20 21:40:10.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_DISABLED	2015-01-13 05:30:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_FAILURE squid-3.5.1/errors/oc/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/oc/ERR_FTP_FAILURE	2014-12-20 21:40:11.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_FAILURE	2015-01-13 05:30:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_FORBIDDEN squid-3.5.1/errors/oc/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/oc/ERR_FTP_FORBIDDEN	2014-12-20 21:40:12.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_FORBIDDEN	2015-01-13 05:30:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_NOT_FOUND squid-3.5.1/errors/oc/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/oc/ERR_FTP_NOT_FOUND	2014-12-20 21:40:13.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_NOT_FOUND	2015-01-13 05:30:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_PUT_CREATED squid-3.5.1/errors/oc/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/oc/ERR_FTP_PUT_CREATED	2014-12-20 21:40:14.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_PUT_CREATED	2015-01-13 05:30:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_PUT_ERROR squid-3.5.1/errors/oc/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/oc/ERR_FTP_PUT_ERROR	2014-12-20 21:40:15.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_PUT_ERROR	2015-01-13 05:30:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/oc/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/oc/ERR_FTP_PUT_MODIFIED	2014-12-20 21:40:16.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_PUT_MODIFIED	2015-01-13 05:30:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/oc/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/oc/ERR_FTP_UNAVAILABLE	2014-12-20 21:40:17.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_FTP_UNAVAILABLE	2015-01-13 05:30:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_GATEWAY_FAILURE squid-3.5.1/errors/oc/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/oc/ERR_GATEWAY_FAILURE	2014-12-20 21:40:18.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_GATEWAY_FAILURE	2015-01-13 05:30:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ICAP_FAILURE squid-3.5.1/errors/oc/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/oc/ERR_ICAP_FAILURE	2014-12-20 21:40:18.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ICAP_FAILURE	2015-01-13 05:30:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_INVALID_REQ squid-3.5.1/errors/oc/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/oc/ERR_INVALID_REQ	2014-12-20 21:40:19.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_INVALID_REQ	2015-01-13 05:30:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_INVALID_RESP squid-3.5.1/errors/oc/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/oc/ERR_INVALID_RESP	2014-12-20 21:40:20.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_INVALID_RESP	2015-01-13 05:30:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_INVALID_URL squid-3.5.1/errors/oc/ERR_INVALID_URL
--- squid-3.5.0.4/errors/oc/ERR_INVALID_URL	2014-12-20 21:40:21.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_INVALID_URL	2015-01-13 05:30:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_LIFETIME_EXP squid-3.5.1/errors/oc/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/oc/ERR_LIFETIME_EXP	2014-12-20 21:40:22.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_LIFETIME_EXP	2015-01-13 05:30:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_NO_RELAY squid-3.5.1/errors/oc/ERR_NO_RELAY
--- squid-3.5.0.4/errors/oc/ERR_NO_RELAY	2014-12-20 21:40:23.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_NO_RELAY	2015-01-13 05:30:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/oc/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/oc/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:40:24.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:30:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_PRECONDITION_FAILED squid-3.5.1/errors/oc/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/oc/ERR_PRECONDITION_FAILED	2014-12-20 21:40:25.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_PRECONDITION_FAILED	2015-01-13 05:31:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_READ_ERROR squid-3.5.1/errors/oc/ERR_READ_ERROR
--- squid-3.5.0.4/errors/oc/ERR_READ_ERROR	2014-12-20 21:40:26.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_READ_ERROR	2015-01-13 05:31:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_READ_TIMEOUT squid-3.5.1/errors/oc/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/oc/ERR_READ_TIMEOUT	2014-12-20 21:40:27.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_READ_TIMEOUT	2015-01-13 05:31:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/oc/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/oc/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:40:27.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:31:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_SHUTTING_DOWN squid-3.5.1/errors/oc/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/oc/ERR_SHUTTING_DOWN	2014-12-20 21:40:28.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_SHUTTING_DOWN	2015-01-13 05:31:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_SOCKET_FAILURE squid-3.5.1/errors/oc/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/oc/ERR_SOCKET_FAILURE	2014-12-20 21:40:29.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_SOCKET_FAILURE	2015-01-13 05:31:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_TOO_BIG squid-3.5.1/errors/oc/ERR_TOO_BIG
--- squid-3.5.0.4/errors/oc/ERR_TOO_BIG	2014-12-20 21:40:30.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_TOO_BIG	2015-01-13 05:31:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/oc/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/oc/ERR_UNSUP_HTTPVERSION	2014-12-20 21:40:31.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_UNSUP_HTTPVERSION	2015-01-13 05:31:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_UNSUP_REQ squid-3.5.1/errors/oc/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/oc/ERR_UNSUP_REQ	2014-12-20 21:40:32.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_UNSUP_REQ	2015-01-13 05:31:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_URN_RESOLVE squid-3.5.1/errors/oc/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/oc/ERR_URN_RESOLVE	2014-12-20 21:40:33.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_URN_RESOLVE	2015-01-13 05:31:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_WRITE_ERROR squid-3.5.1/errors/oc/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/oc/ERR_WRITE_ERROR	2014-12-20 21:40:33.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_WRITE_ERROR	2015-01-13 05:31:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/oc/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/oc/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/oc/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:40:34.000000000 -0800
+++ squid-3.5.1/errors/oc/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:31:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERREUR : L'URL demandada a pas pogut èsser cargada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ACCESS_DENIED squid-3.5.1/errors/pl/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pl/ERR_ACCESS_DENIED	2014-12-20 21:40:35.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ACCESS_DENIED	2015-01-13 05:31:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:40:36.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:31:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_AGENT_CONFIGURE squid-3.5.1/errors/pl/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/pl/ERR_AGENT_CONFIGURE	2014-12-20 21:40:37.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_AGENT_CONFIGURE	2015-01-13 05:31:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_AGENT_WPAD squid-3.5.1/errors/pl/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/pl/ERR_AGENT_WPAD	2014-12-20 21:40:38.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_AGENT_WPAD	2015-01-13 05:31:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/pl/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/pl/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:40:39.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:31:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Dostęp do serwera cache zabroniony</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:40:40.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:31:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Dostęp do cache managera zabroniony</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_CANNOT_FORWARD squid-3.5.1/errors/pl/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/pl/ERR_CANNOT_FORWARD	2014-12-20 21:40:40.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_CANNOT_FORWARD	2015-01-13 05:31:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_CONFLICT_HOST squid-3.5.1/errors/pl/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/pl/ERR_CONFLICT_HOST	2014-12-20 21:40:41.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_CONFLICT_HOST	2015-01-13 05:31:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_CONNECT_FAIL squid-3.5.1/errors/pl/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/pl/ERR_CONNECT_FAIL	2014-12-20 21:40:42.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_CONNECT_FAIL	2015-01-13 05:31:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_DIR_LISTING squid-3.5.1/errors/pl/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/pl/ERR_DIR_LISTING	2014-12-20 21:40:43.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_DIR_LISTING	2015-01-13 05:31:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Katalog: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_DNS_FAIL squid-3.5.1/errors/pl/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/pl/ERR_DNS_FAIL	2014-12-20 21:40:44.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_DNS_FAIL	2015-01-13 05:31:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ESI squid-3.5.1/errors/pl/ERR_ESI
--- squid-3.5.0.4/errors/pl/ERR_ESI	2014-12-20 21:40:45.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ESI	2015-01-13 05:31:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FORWARDING_DENIED squid-3.5.1/errors/pl/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/pl/ERR_FORWARDING_DENIED	2014-12-20 21:40:46.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FORWARDING_DENIED	2015-01-13 05:31:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_DISABLED squid-3.5.1/errors/pl/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/pl/ERR_FTP_DISABLED	2014-12-20 21:40:46.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_DISABLED	2015-01-13 05:31:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_FAILURE squid-3.5.1/errors/pl/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/pl/ERR_FTP_FAILURE	2014-12-20 21:40:47.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_FAILURE	2015-01-13 05:31:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_FORBIDDEN squid-3.5.1/errors/pl/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/pl/ERR_FTP_FORBIDDEN	2014-12-20 21:40:48.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_FORBIDDEN	2015-01-13 05:31:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_NOT_FOUND squid-3.5.1/errors/pl/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/pl/ERR_FTP_NOT_FOUND	2014-12-20 21:40:49.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_NOT_FOUND	2015-01-13 05:31:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_PUT_CREATED squid-3.5.1/errors/pl/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/pl/ERR_FTP_PUT_CREATED	2014-12-20 21:40:50.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_PUT_CREATED	2015-01-13 05:31:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_PUT_ERROR squid-3.5.1/errors/pl/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/pl/ERR_FTP_PUT_ERROR	2014-12-20 21:40:51.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_PUT_ERROR	2015-01-13 05:31:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Nieudany FTP upload</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/pl/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/pl/ERR_FTP_PUT_MODIFIED	2014-12-20 21:40:52.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_PUT_MODIFIED	2015-01-13 05:31:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/pl/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/pl/ERR_FTP_UNAVAILABLE	2014-12-20 21:40:53.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_FTP_UNAVAILABLE	2015-01-13 05:31:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_GATEWAY_FAILURE squid-3.5.1/errors/pl/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/pl/ERR_GATEWAY_FAILURE	2014-12-20 21:40:53.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_GATEWAY_FAILURE	2015-01-13 05:31:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ICAP_FAILURE squid-3.5.1/errors/pl/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/pl/ERR_ICAP_FAILURE	2014-12-20 21:40:54.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ICAP_FAILURE	2015-01-13 05:31:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_INVALID_REQ squid-3.5.1/errors/pl/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/pl/ERR_INVALID_REQ	2014-12-20 21:40:55.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_INVALID_REQ	2015-01-13 05:31:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_INVALID_RESP squid-3.5.1/errors/pl/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/pl/ERR_INVALID_RESP	2014-12-20 21:40:56.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_INVALID_RESP	2015-01-13 05:31:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_INVALID_URL squid-3.5.1/errors/pl/ERR_INVALID_URL
--- squid-3.5.0.4/errors/pl/ERR_INVALID_URL	2014-12-20 21:40:57.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_INVALID_URL	2015-01-13 05:31:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_LIFETIME_EXP squid-3.5.1/errors/pl/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/pl/ERR_LIFETIME_EXP	2014-12-20 21:40:58.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_LIFETIME_EXP	2015-01-13 05:31:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_NO_RELAY squid-3.5.1/errors/pl/ERR_NO_RELAY
--- squid-3.5.0.4/errors/pl/ERR_NO_RELAY	2014-12-20 21:40:59.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_NO_RELAY	2015-01-13 05:31:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/pl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/pl/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:40:59.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:31:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_PRECONDITION_FAILED squid-3.5.1/errors/pl/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/pl/ERR_PRECONDITION_FAILED	2014-12-20 21:41:00.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_PRECONDITION_FAILED	2015-01-13 05:31:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_READ_ERROR squid-3.5.1/errors/pl/ERR_READ_ERROR
--- squid-3.5.0.4/errors/pl/ERR_READ_ERROR	2014-12-20 21:41:01.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_READ_ERROR	2015-01-13 05:31:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_READ_TIMEOUT squid-3.5.1/errors/pl/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/pl/ERR_READ_TIMEOUT	2014-12-20 21:41:02.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_READ_TIMEOUT	2015-01-13 05:31:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/pl/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/pl/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:41:03.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:31:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_SHUTTING_DOWN squid-3.5.1/errors/pl/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/pl/ERR_SHUTTING_DOWN	2014-12-20 21:41:04.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_SHUTTING_DOWN	2015-01-13 05:31:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_SOCKET_FAILURE squid-3.5.1/errors/pl/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/pl/ERR_SOCKET_FAILURE	2014-12-20 21:41:05.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_SOCKET_FAILURE	2015-01-13 05:31:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_TOO_BIG squid-3.5.1/errors/pl/ERR_TOO_BIG
--- squid-3.5.0.4/errors/pl/ERR_TOO_BIG	2014-12-20 21:41:06.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_TOO_BIG	2015-01-13 05:31:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/pl/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/pl/ERR_UNSUP_HTTPVERSION	2014-12-20 21:41:06.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_UNSUP_HTTPVERSION	2015-01-13 05:31:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_UNSUP_REQ squid-3.5.1/errors/pl/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/pl/ERR_UNSUP_REQ	2014-12-20 21:41:07.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_UNSUP_REQ	2015-01-13 05:31:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_URN_RESOLVE squid-3.5.1/errors/pl/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/pl/ERR_URN_RESOLVE	2014-12-20 21:41:08.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_URN_RESOLVE	2015-01-13 05:31:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_WRITE_ERROR squid-3.5.1/errors/pl/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/pl/ERR_WRITE_ERROR	2014-12-20 21:41:09.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_WRITE_ERROR	2015-01-13 05:31:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pl/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/pl/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/pl/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:41:10.000000000 -0800
+++ squid-3.5.1/errors/pl/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:31:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>BŁĄD: Żądany URL nie może zostać pobrany</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ACCESS_DENIED squid-3.5.1/errors/pt/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt/ERR_ACCESS_DENIED	2014-12-20 21:41:46.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ACCESS_DENIED	2015-01-13 05:32:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:41:47.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:32:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_AGENT_CONFIGURE squid-3.5.1/errors/pt/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/pt/ERR_AGENT_CONFIGURE	2014-12-20 21:41:48.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_AGENT_CONFIGURE	2015-01-13 05:32:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_AGENT_WPAD squid-3.5.1/errors/pt/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/pt/ERR_AGENT_WPAD	2014-12-20 21:41:49.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_AGENT_WPAD	2015-01-13 05:32:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/pt/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:41:50.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:32:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Proibido o acesso ao Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:41:52.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:32:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Proibido o acesso ao Gerenciador do Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_CANNOT_FORWARD squid-3.5.1/errors/pt/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/pt/ERR_CANNOT_FORWARD	2014-12-20 21:41:54.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_CANNOT_FORWARD	2015-01-13 05:32:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_CONFLICT_HOST squid-3.5.1/errors/pt/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/pt/ERR_CONFLICT_HOST	2014-12-20 21:41:56.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_CONFLICT_HOST	2015-01-13 05:32:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_CONNECT_FAIL squid-3.5.1/errors/pt/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/pt/ERR_CONNECT_FAIL	2014-12-20 21:41:57.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_CONNECT_FAIL	2015-01-13 05:32:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_DIR_LISTING squid-3.5.1/errors/pt/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/pt/ERR_DIR_LISTING	2014-12-20 21:41:59.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_DIR_LISTING	2015-01-13 05:32:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Diretório: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_DNS_FAIL squid-3.5.1/errors/pt/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/pt/ERR_DNS_FAIL	2014-12-20 21:42:01.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_DNS_FAIL	2015-01-13 05:32:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ESI squid-3.5.1/errors/pt/ERR_ESI
--- squid-3.5.0.4/errors/pt/ERR_ESI	2014-12-20 21:42:03.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ESI	2015-01-13 05:32:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FORWARDING_DENIED squid-3.5.1/errors/pt/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/pt/ERR_FORWARDING_DENIED	2014-12-20 21:42:05.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FORWARDING_DENIED	2015-01-13 05:32:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_DISABLED squid-3.5.1/errors/pt/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/pt/ERR_FTP_DISABLED	2014-12-20 21:42:07.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_DISABLED	2015-01-13 05:32:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_FAILURE squid-3.5.1/errors/pt/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/pt/ERR_FTP_FAILURE	2014-12-20 21:42:08.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_FAILURE	2015-01-13 05:32:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_FORBIDDEN squid-3.5.1/errors/pt/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/pt/ERR_FTP_FORBIDDEN	2014-12-20 21:42:10.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_FORBIDDEN	2015-01-13 05:32:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_NOT_FOUND squid-3.5.1/errors/pt/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/pt/ERR_FTP_NOT_FOUND	2014-12-20 21:42:12.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_NOT_FOUND	2015-01-13 05:32:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_PUT_CREATED squid-3.5.1/errors/pt/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/pt/ERR_FTP_PUT_CREATED	2014-12-20 21:42:14.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_PUT_CREATED	2015-01-13 05:32:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT obteve sucesso.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_PUT_ERROR squid-3.5.1/errors/pt/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/pt/ERR_FTP_PUT_ERROR	2014-12-20 21:42:16.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_PUT_ERROR	2015-01-13 05:32:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Erro no FTP upload</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/pt/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/pt/ERR_FTP_PUT_MODIFIED	2014-12-20 21:42:17.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_PUT_MODIFIED	2015-01-13 05:32:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT obteve sucesso.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/pt/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/pt/ERR_FTP_UNAVAILABLE	2014-12-20 21:42:19.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_FTP_UNAVAILABLE	2015-01-13 05:32:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_GATEWAY_FAILURE squid-3.5.1/errors/pt/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/pt/ERR_GATEWAY_FAILURE	2014-12-20 21:42:21.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_GATEWAY_FAILURE	2015-01-13 05:32:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ICAP_FAILURE squid-3.5.1/errors/pt/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/pt/ERR_ICAP_FAILURE	2014-12-20 21:42:23.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ICAP_FAILURE	2015-01-13 05:32:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_INVALID_REQ squid-3.5.1/errors/pt/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/pt/ERR_INVALID_REQ	2014-12-20 21:42:25.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_INVALID_REQ	2015-01-13 05:32:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_INVALID_RESP squid-3.5.1/errors/pt/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/pt/ERR_INVALID_RESP	2014-12-20 21:42:27.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_INVALID_RESP	2015-01-13 05:32:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_INVALID_URL squid-3.5.1/errors/pt/ERR_INVALID_URL
--- squid-3.5.0.4/errors/pt/ERR_INVALID_URL	2014-12-20 21:42:29.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_INVALID_URL	2015-01-13 05:32:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_LIFETIME_EXP squid-3.5.1/errors/pt/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/pt/ERR_LIFETIME_EXP	2014-12-20 21:42:31.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_LIFETIME_EXP	2015-01-13 05:32:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_NO_RELAY squid-3.5.1/errors/pt/ERR_NO_RELAY
--- squid-3.5.0.4/errors/pt/ERR_NO_RELAY	2014-12-20 21:42:33.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_NO_RELAY	2015-01-13 05:32:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/pt/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/pt/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:42:36.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:32:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_PRECONDITION_FAILED squid-3.5.1/errors/pt/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/pt/ERR_PRECONDITION_FAILED	2014-12-20 21:42:38.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_PRECONDITION_FAILED	2015-01-13 05:32:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_READ_ERROR squid-3.5.1/errors/pt/ERR_READ_ERROR
--- squid-3.5.0.4/errors/pt/ERR_READ_ERROR	2014-12-20 21:42:40.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_READ_ERROR	2015-01-13 05:32:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_READ_TIMEOUT squid-3.5.1/errors/pt/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/pt/ERR_READ_TIMEOUT	2014-12-20 21:42:42.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_READ_TIMEOUT	2015-01-13 05:32:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/pt/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/pt/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:42:44.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:32:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_SHUTTING_DOWN squid-3.5.1/errors/pt/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/pt/ERR_SHUTTING_DOWN	2014-12-20 21:42:47.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_SHUTTING_DOWN	2015-01-13 05:32:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_SOCKET_FAILURE squid-3.5.1/errors/pt/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/pt/ERR_SOCKET_FAILURE	2014-12-20 21:42:49.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_SOCKET_FAILURE	2015-01-13 05:32:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_TOO_BIG squid-3.5.1/errors/pt/ERR_TOO_BIG
--- squid-3.5.0.4/errors/pt/ERR_TOO_BIG	2014-12-20 21:42:51.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_TOO_BIG	2015-01-13 05:32:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/pt/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/pt/ERR_UNSUP_HTTPVERSION	2014-12-20 21:42:53.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_UNSUP_HTTPVERSION	2015-01-13 05:32:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_UNSUP_REQ squid-3.5.1/errors/pt/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/pt/ERR_UNSUP_REQ	2014-12-20 21:42:55.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_UNSUP_REQ	2015-01-13 05:32:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_URN_RESOLVE squid-3.5.1/errors/pt/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/pt/ERR_URN_RESOLVE	2014-12-20 21:42:57.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_URN_RESOLVE	2015-01-13 05:32:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URN solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_WRITE_ERROR squid-3.5.1/errors/pt/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/pt/ERR_WRITE_ERROR	2014-12-20 21:42:59.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_WRITE_ERROR	2015-01-13 05:32:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/pt/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/pt/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:43:00.000000000 -0800
+++ squid-3.5.1/errors/pt/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:32:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL solicitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ACCESS_DENIED squid-3.5.1/errors/pt-br/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt-br/ERR_ACCESS_DENIED	2014-12-20 21:41:11.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ACCESS_DENIED	2015-01-13 05:31:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:41:12.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:31:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_AGENT_CONFIGURE squid-3.5.1/errors/pt-br/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/pt-br/ERR_AGENT_CONFIGURE	2014-12-20 21:41:13.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_AGENT_CONFIGURE	2015-01-13 05:31:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuração do Navegador Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_AGENT_WPAD squid-3.5.1/errors/pt-br/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/pt-br/ERR_AGENT_WPAD	2014-12-20 21:41:13.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_AGENT_WPAD	2015-01-13 05:31:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configuração do Navegador Web</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/pt-br/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:41:14.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:31:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Acesso negado ao cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:41:15.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:31:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: Acesso negado ao gerenciador de cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_CANNOT_FORWARD squid-3.5.1/errors/pt-br/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/pt-br/ERR_CANNOT_FORWARD	2014-12-20 21:41:16.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_CANNOT_FORWARD	2015-01-13 05:31:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_CONFLICT_HOST squid-3.5.1/errors/pt-br/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/pt-br/ERR_CONFLICT_HOST	2014-12-20 21:41:17.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_CONFLICT_HOST	2015-01-13 05:31:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_CONNECT_FAIL squid-3.5.1/errors/pt-br/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/pt-br/ERR_CONNECT_FAIL	2014-12-20 21:41:18.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_CONNECT_FAIL	2015-01-13 05:31:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_DIR_LISTING squid-3.5.1/errors/pt-br/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/pt-br/ERR_DIR_LISTING	2014-12-20 21:41:19.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_DIR_LISTING	2015-01-13 05:31:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Diretório: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_DNS_FAIL squid-3.5.1/errors/pt-br/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/pt-br/ERR_DNS_FAIL	2014-12-20 21:41:20.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_DNS_FAIL	2015-01-13 05:31:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ESI squid-3.5.1/errors/pt-br/ERR_ESI
--- squid-3.5.0.4/errors/pt-br/ERR_ESI	2014-12-20 21:41:20.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ESI	2015-01-13 05:31:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FORWARDING_DENIED squid-3.5.1/errors/pt-br/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/pt-br/ERR_FORWARDING_DENIED	2014-12-20 21:41:21.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FORWARDING_DENIED	2015-01-13 05:31:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_DISABLED squid-3.5.1/errors/pt-br/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_DISABLED	2014-12-20 21:41:22.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_DISABLED	2015-01-13 05:31:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_FAILURE squid-3.5.1/errors/pt-br/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_FAILURE	2014-12-20 21:41:23.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_FAILURE	2015-01-13 05:31:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_FORBIDDEN squid-3.5.1/errors/pt-br/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_FORBIDDEN	2014-12-20 21:41:24.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_FORBIDDEN	2015-01-13 05:32:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_NOT_FOUND squid-3.5.1/errors/pt-br/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_NOT_FOUND	2014-12-20 21:41:25.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_NOT_FOUND	2015-01-13 05:32:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_CREATED squid-3.5.1/errors/pt-br/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_CREATED	2014-12-20 21:41:26.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_PUT_CREATED	2015-01-13 05:32:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP bem sucedido.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_ERROR squid-3.5.1/errors/pt-br/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_ERROR	2014-12-20 21:41:26.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_PUT_ERROR	2015-01-13 05:32:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: upload via FTP falhou</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/pt-br/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_PUT_MODIFIED	2014-12-20 21:41:27.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_PUT_MODIFIED	2015-01-13 05:32:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PUT FTP bem sucedido.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/pt-br/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/pt-br/ERR_FTP_UNAVAILABLE	2014-12-20 21:41:28.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_FTP_UNAVAILABLE	2015-01-13 05:32:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_GATEWAY_FAILURE squid-3.5.1/errors/pt-br/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/pt-br/ERR_GATEWAY_FAILURE	2014-12-20 21:41:29.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_GATEWAY_FAILURE	2015-01-13 05:32:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ICAP_FAILURE squid-3.5.1/errors/pt-br/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/pt-br/ERR_ICAP_FAILURE	2014-12-20 21:41:30.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ICAP_FAILURE	2015-01-13 05:32:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_INVALID_REQ squid-3.5.1/errors/pt-br/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/pt-br/ERR_INVALID_REQ	2014-12-20 21:41:31.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_INVALID_REQ	2015-01-13 05:32:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_INVALID_RESP squid-3.5.1/errors/pt-br/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/pt-br/ERR_INVALID_RESP	2014-12-20 21:41:32.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_INVALID_RESP	2015-01-13 05:32:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_INVALID_URL squid-3.5.1/errors/pt-br/ERR_INVALID_URL
--- squid-3.5.0.4/errors/pt-br/ERR_INVALID_URL	2014-12-20 21:41:32.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_INVALID_URL	2015-01-13 05:32:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_LIFETIME_EXP squid-3.5.1/errors/pt-br/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/pt-br/ERR_LIFETIME_EXP	2014-12-20 21:41:33.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_LIFETIME_EXP	2015-01-13 05:32:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_NO_RELAY squid-3.5.1/errors/pt-br/ERR_NO_RELAY
--- squid-3.5.0.4/errors/pt-br/ERR_NO_RELAY	2014-12-20 21:41:34.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_NO_RELAY	2015-01-13 05:32:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:41:35.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:32:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_PRECONDITION_FAILED squid-3.5.1/errors/pt-br/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/pt-br/ERR_PRECONDITION_FAILED	2014-12-20 21:41:36.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_PRECONDITION_FAILED	2015-01-13 05:32:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_READ_ERROR squid-3.5.1/errors/pt-br/ERR_READ_ERROR
--- squid-3.5.0.4/errors/pt-br/ERR_READ_ERROR	2014-12-20 21:41:37.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_READ_ERROR	2015-01-13 05:32:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_READ_TIMEOUT squid-3.5.1/errors/pt-br/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/pt-br/ERR_READ_TIMEOUT	2014-12-20 21:41:37.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_READ_TIMEOUT	2015-01-13 05:32:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/pt-br/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:41:38.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:32:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_SHUTTING_DOWN squid-3.5.1/errors/pt-br/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/pt-br/ERR_SHUTTING_DOWN	2014-12-20 21:41:39.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_SHUTTING_DOWN	2015-01-13 05:32:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_SOCKET_FAILURE squid-3.5.1/errors/pt-br/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/pt-br/ERR_SOCKET_FAILURE	2014-12-20 21:41:40.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_SOCKET_FAILURE	2015-01-13 05:32:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_TOO_BIG squid-3.5.1/errors/pt-br/ERR_TOO_BIG
--- squid-3.5.0.4/errors/pt-br/ERR_TOO_BIG	2014-12-20 21:41:41.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_TOO_BIG	2015-01-13 05:32:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/pt-br/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/pt-br/ERR_UNSUP_HTTPVERSION	2014-12-20 21:41:42.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_UNSUP_HTTPVERSION	2015-01-13 05:32:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_UNSUP_REQ squid-3.5.1/errors/pt-br/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/pt-br/ERR_UNSUP_REQ	2014-12-20 21:41:43.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_UNSUP_REQ	2015-01-13 05:32:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_URN_RESOLVE squid-3.5.1/errors/pt-br/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/pt-br/ERR_URN_RESOLVE	2014-12-20 21:41:43.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_URN_RESOLVE	2015-01-13 05:32:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URN requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_WRITE_ERROR squid-3.5.1/errors/pt-br/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/pt-br/ERR_WRITE_ERROR	2014-12-20 21:41:44.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_WRITE_ERROR	2015-01-13 05:32:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/pt-br/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/pt-br/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:41:45.000000000 -0800
+++ squid-3.5.1/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:32:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERRO: A URL requisitada não pode ser recuperada</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ACCESS_DENIED squid-3.5.1/errors/ro/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ro/ERR_ACCESS_DENIED	2014-12-20 21:43:03.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ACCESS_DENIED	2015-01-13 05:32:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:43:04.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:33:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ro/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ro/ERR_AGENT_CONFIGURE	2014-12-20 21:43:06.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_AGENT_CONFIGURE	2015-01-13 05:33:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurarea navigatorului de internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_AGENT_WPAD squid-3.5.1/errors/ro/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ro/ERR_AGENT_WPAD	2014-12-20 21:43:08.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_AGENT_WPAD	2015-01-13 05:33:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Configurarea navigatorului de internet</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ro/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ro/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:43:10.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:33:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Interzis accesul la Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:43:12.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:33:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Interzis accesul la Managerul de Cache</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_CANNOT_FORWARD squid-3.5.1/errors/ro/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ro/ERR_CANNOT_FORWARD	2014-12-20 21:43:14.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_CANNOT_FORWARD	2015-01-13 05:33:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_CONFLICT_HOST squid-3.5.1/errors/ro/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ro/ERR_CONFLICT_HOST	2014-12-20 21:43:15.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_CONFLICT_HOST	2015-01-13 05:33:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_CONNECT_FAIL squid-3.5.1/errors/ro/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ro/ERR_CONNECT_FAIL	2014-12-20 21:43:17.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_CONNECT_FAIL	2015-01-13 05:33:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_DIR_LISTING squid-3.5.1/errors/ro/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ro/ERR_DIR_LISTING	2014-12-20 21:43:19.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_DIR_LISTING	2015-01-13 05:33:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directorul: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_DNS_FAIL squid-3.5.1/errors/ro/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ro/ERR_DNS_FAIL	2014-12-20 21:43:21.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_DNS_FAIL	2015-01-13 05:33:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ESI squid-3.5.1/errors/ro/ERR_ESI
--- squid-3.5.0.4/errors/ro/ERR_ESI	2014-12-20 21:43:23.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ESI	2015-01-13 05:33:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FORWARDING_DENIED squid-3.5.1/errors/ro/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ro/ERR_FORWARDING_DENIED	2014-12-20 21:43:25.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FORWARDING_DENIED	2015-01-13 05:33:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_DISABLED squid-3.5.1/errors/ro/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ro/ERR_FTP_DISABLED	2014-12-20 21:43:27.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_DISABLED	2015-01-13 05:33:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_FAILURE squid-3.5.1/errors/ro/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ro/ERR_FTP_FAILURE	2014-12-20 21:43:29.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_FAILURE	2015-01-13 05:33:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ro/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ro/ERR_FTP_FORBIDDEN	2014-12-20 21:43:31.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_FORBIDDEN	2015-01-13 05:33:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ro/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ro/ERR_FTP_NOT_FOUND	2014-12-20 21:43:33.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_NOT_FOUND	2015-01-13 05:33:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ro/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ro/ERR_FTP_PUT_CREATED	2014-12-20 21:43:35.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_PUT_CREATED	2015-01-13 05:33:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ro/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ro/ERR_FTP_PUT_ERROR	2014-12-20 21:43:37.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_PUT_ERROR	2015-01-13 05:33:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: Operaţia FTP de încărcare a eşuat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ro/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ro/ERR_FTP_PUT_MODIFIED	2014-12-20 21:43:39.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_PUT_MODIFIED	2015-01-13 05:33:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ro/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ro/ERR_FTP_UNAVAILABLE	2014-12-20 21:43:40.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_FTP_UNAVAILABLE	2015-01-13 05:33:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ro/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ro/ERR_GATEWAY_FAILURE	2014-12-20 21:43:42.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_GATEWAY_FAILURE	2015-01-13 05:33:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ICAP_FAILURE squid-3.5.1/errors/ro/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ro/ERR_ICAP_FAILURE	2014-12-20 21:43:44.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ICAP_FAILURE	2015-01-13 05:33:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_INVALID_REQ squid-3.5.1/errors/ro/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ro/ERR_INVALID_REQ	2014-12-20 21:43:46.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_INVALID_REQ	2015-01-13 05:33:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_INVALID_RESP squid-3.5.1/errors/ro/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ro/ERR_INVALID_RESP	2014-12-20 21:43:48.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_INVALID_RESP	2015-01-13 05:33:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_INVALID_URL squid-3.5.1/errors/ro/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ro/ERR_INVALID_URL	2014-12-20 21:43:50.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_INVALID_URL	2015-01-13 05:33:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_LIFETIME_EXP squid-3.5.1/errors/ro/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ro/ERR_LIFETIME_EXP	2014-12-20 21:43:52.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_LIFETIME_EXP	2015-01-13 05:33:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_NO_RELAY squid-3.5.1/errors/ro/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ro/ERR_NO_RELAY	2014-12-20 21:43:53.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_NO_RELAY	2015-01-13 05:33:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ro/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ro/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:43:55.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:33:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ro/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ro/ERR_PRECONDITION_FAILED	2014-12-20 21:43:58.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_PRECONDITION_FAILED	2015-01-13 05:33:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_READ_ERROR squid-3.5.1/errors/ro/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ro/ERR_READ_ERROR	2014-12-20 21:44:00.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_READ_ERROR	2015-01-13 05:33:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_READ_TIMEOUT squid-3.5.1/errors/ro/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ro/ERR_READ_TIMEOUT	2014-12-20 21:44:01.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_READ_TIMEOUT	2015-01-13 05:33:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ro/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ro/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:44:03.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:33:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_SHUTTING_DOWN squid-3.5.1/errors/ro/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ro/ERR_SHUTTING_DOWN	2014-12-20 21:44:05.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_SHUTTING_DOWN	2015-01-13 05:33:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_SOCKET_FAILURE squid-3.5.1/errors/ro/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ro/ERR_SOCKET_FAILURE	2014-12-20 21:44:07.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_SOCKET_FAILURE	2015-01-13 05:33:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_TOO_BIG squid-3.5.1/errors/ro/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ro/ERR_TOO_BIG	2014-12-20 21:44:09.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_TOO_BIG	2015-01-13 05:33:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ro/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ro/ERR_UNSUP_HTTPVERSION	2014-12-20 21:44:11.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_UNSUP_HTTPVERSION	2015-01-13 05:33:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_UNSUP_REQ squid-3.5.1/errors/ro/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ro/ERR_UNSUP_REQ	2014-12-20 21:44:13.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_UNSUP_REQ	2015-01-13 05:33:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_URN_RESOLVE squid-3.5.1/errors/ro/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ro/ERR_URN_RESOLVE	2014-12-20 21:44:15.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_URN_RESOLVE	2015-01-13 05:33:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_WRITE_ERROR squid-3.5.1/errors/ro/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ro/ERR_WRITE_ERROR	2014-12-20 21:44:16.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_WRITE_ERROR	2015-01-13 05:33:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ro/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ro/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ro/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:44:18.000000000 -0800
+++ squid-3.5.1/errors/ro/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:33:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EROARE: URL-ul cerut nu a putut fi accesat</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ACCESS_DENIED squid-3.5.1/errors/ru/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ru/ERR_ACCESS_DENIED	2014-12-20 21:44:21.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ACCESS_DENIED	2015-01-13 05:33:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:44:22.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:33:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_AGENT_CONFIGURE squid-3.5.1/errors/ru/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/ru/ERR_AGENT_CONFIGURE	2014-12-20 21:44:24.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_AGENT_CONFIGURE	2015-01-13 05:33:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Настройки браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_AGENT_WPAD squid-3.5.1/errors/ru/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/ru/ERR_AGENT_WPAD	2014-12-20 21:44:26.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_AGENT_WPAD	2015-01-13 05:33:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Настройки браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/ru/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/ru/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:44:28.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:33:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Доступ к кэшу запрещён</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:44:30.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:33:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Доступ к управлению кэшем запрещён.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_CANNOT_FORWARD squid-3.5.1/errors/ru/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/ru/ERR_CANNOT_FORWARD	2014-12-20 21:44:32.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_CANNOT_FORWARD	2015-01-13 05:33:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_CONFLICT_HOST squid-3.5.1/errors/ru/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/ru/ERR_CONFLICT_HOST	2014-12-20 21:44:33.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_CONFLICT_HOST	2015-01-13 05:33:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_CONNECT_FAIL squid-3.5.1/errors/ru/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/ru/ERR_CONNECT_FAIL	2014-12-20 21:44:35.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_CONNECT_FAIL	2015-01-13 05:33:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_DIR_LISTING squid-3.5.1/errors/ru/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/ru/ERR_DIR_LISTING	2014-12-20 21:44:37.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_DIR_LISTING	2015-01-13 05:33:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Каталог: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_DNS_FAIL squid-3.5.1/errors/ru/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/ru/ERR_DNS_FAIL	2014-12-20 21:44:39.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_DNS_FAIL	2015-01-13 05:33:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ESI squid-3.5.1/errors/ru/ERR_ESI
--- squid-3.5.0.4/errors/ru/ERR_ESI	2014-12-20 21:44:41.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ESI	2015-01-13 05:33:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FORWARDING_DENIED squid-3.5.1/errors/ru/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/ru/ERR_FORWARDING_DENIED	2014-12-20 21:44:43.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FORWARDING_DENIED	2015-01-13 05:33:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_DISABLED squid-3.5.1/errors/ru/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/ru/ERR_FTP_DISABLED	2014-12-20 21:44:44.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_DISABLED	2015-01-13 05:33:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_FAILURE squid-3.5.1/errors/ru/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/ru/ERR_FTP_FAILURE	2014-12-20 21:44:46.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_FAILURE	2015-01-13 05:33:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_FORBIDDEN squid-3.5.1/errors/ru/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/ru/ERR_FTP_FORBIDDEN	2014-12-20 21:44:46.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_FORBIDDEN	2015-01-13 05:33:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_NOT_FOUND squid-3.5.1/errors/ru/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/ru/ERR_FTP_NOT_FOUND	2014-12-20 21:44:47.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_NOT_FOUND	2015-01-13 05:33:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_PUT_CREATED squid-3.5.1/errors/ru/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/ru/ERR_FTP_PUT_CREATED	2014-12-20 21:44:48.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_PUT_CREATED	2015-01-13 05:33:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Копирование локального файла на FTP-сервер методом PUT завершено.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_PUT_ERROR squid-3.5.1/errors/ru/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/ru/ERR_FTP_PUT_ERROR	2014-12-20 21:44:49.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_PUT_ERROR	2015-01-13 05:33:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Отправка по FTP не удалась</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/ru/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/ru/ERR_FTP_PUT_MODIFIED	2014-12-20 21:44:50.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_PUT_MODIFIED	2015-01-13 05:33:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Копирование локального файла на FTP-сервер методом PUT завершено.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/ru/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/ru/ERR_FTP_UNAVAILABLE	2014-12-20 21:44:51.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_FTP_UNAVAILABLE	2015-01-13 05:33:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_GATEWAY_FAILURE squid-3.5.1/errors/ru/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/ru/ERR_GATEWAY_FAILURE	2014-12-20 21:44:52.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_GATEWAY_FAILURE	2015-01-13 05:33:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ICAP_FAILURE squid-3.5.1/errors/ru/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/ru/ERR_ICAP_FAILURE	2014-12-20 21:44:52.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ICAP_FAILURE	2015-01-13 05:33:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_INVALID_REQ squid-3.5.1/errors/ru/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/ru/ERR_INVALID_REQ	2014-12-20 21:44:53.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_INVALID_REQ	2015-01-13 05:33:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_INVALID_RESP squid-3.5.1/errors/ru/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/ru/ERR_INVALID_RESP	2014-12-20 21:44:54.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_INVALID_RESP	2015-01-13 05:33:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_INVALID_URL squid-3.5.1/errors/ru/ERR_INVALID_URL
--- squid-3.5.0.4/errors/ru/ERR_INVALID_URL	2014-12-20 21:44:55.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_INVALID_URL	2015-01-13 05:33:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_LIFETIME_EXP squid-3.5.1/errors/ru/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/ru/ERR_LIFETIME_EXP	2014-12-20 21:44:56.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_LIFETIME_EXP	2015-01-13 05:33:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_NO_RELAY squid-3.5.1/errors/ru/ERR_NO_RELAY
--- squid-3.5.0.4/errors/ru/ERR_NO_RELAY	2014-12-20 21:44:57.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_NO_RELAY	2015-01-13 05:33:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/ru/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/ru/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:44:57.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:34:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_PRECONDITION_FAILED squid-3.5.1/errors/ru/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/ru/ERR_PRECONDITION_FAILED	2014-12-20 21:44:58.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_PRECONDITION_FAILED	2015-01-13 05:34:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_READ_ERROR squid-3.5.1/errors/ru/ERR_READ_ERROR
--- squid-3.5.0.4/errors/ru/ERR_READ_ERROR	2014-12-20 21:44:59.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_READ_ERROR	2015-01-13 05:34:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_READ_TIMEOUT squid-3.5.1/errors/ru/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/ru/ERR_READ_TIMEOUT	2014-12-20 21:45:00.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_READ_TIMEOUT	2015-01-13 05:34:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/ru/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/ru/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:45:01.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:34:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_SHUTTING_DOWN squid-3.5.1/errors/ru/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/ru/ERR_SHUTTING_DOWN	2014-12-20 21:45:02.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_SHUTTING_DOWN	2015-01-13 05:34:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_SOCKET_FAILURE squid-3.5.1/errors/ru/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/ru/ERR_SOCKET_FAILURE	2014-12-20 21:45:03.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_SOCKET_FAILURE	2015-01-13 05:34:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_TOO_BIG squid-3.5.1/errors/ru/ERR_TOO_BIG
--- squid-3.5.0.4/errors/ru/ERR_TOO_BIG	2014-12-20 21:45:03.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_TOO_BIG	2015-01-13 05:34:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/ru/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/ru/ERR_UNSUP_HTTPVERSION	2014-12-20 21:45:04.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_UNSUP_HTTPVERSION	2015-01-13 05:34:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_UNSUP_REQ squid-3.5.1/errors/ru/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/ru/ERR_UNSUP_REQ	2014-12-20 21:45:05.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_UNSUP_REQ	2015-01-13 05:34:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_URN_RESOLVE squid-3.5.1/errors/ru/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/ru/ERR_URN_RESOLVE	2014-12-20 21:45:06.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_URN_RESOLVE	2015-01-13 05:34:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Запрошеный URN не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_WRITE_ERROR squid-3.5.1/errors/ru/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/ru/ERR_WRITE_ERROR	2014-12-20 21:45:07.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_WRITE_ERROR	2015-01-13 05:34:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/ru/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/ru/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/ru/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:45:08.000000000 -0800
+++ squid-3.5.1/errors/ru/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:34:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ОШИБКА: Запрошенный URL не может быть получен</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ACCESS_DENIED squid-3.5.1/errors/sk/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sk/ERR_ACCESS_DENIED	2014-12-20 21:45:09.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ACCESS_DENIED	2015-01-13 05:34:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:45:10.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:34:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_AGENT_CONFIGURE squid-3.5.1/errors/sk/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/sk/ERR_AGENT_CONFIGURE	2014-12-20 21:45:11.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_AGENT_CONFIGURE	2015-01-13 05:34:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Konfigurácia webového prehliadača</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_AGENT_WPAD squid-3.5.1/errors/sk/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/sk/ERR_AGENT_WPAD	2014-12-20 21:45:12.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_AGENT_WPAD	2015-01-13 05:34:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Konfigurácia webového prehliadača</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/sk/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/sk/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:45:12.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:34:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Prístup ku cache zamietnutý</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:45:13.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:34:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Prístup ku správcovi cache zamietnutý</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_CANNOT_FORWARD squid-3.5.1/errors/sk/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/sk/ERR_CANNOT_FORWARD	2014-12-20 21:45:14.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_CANNOT_FORWARD	2015-01-13 05:34:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_CONFLICT_HOST squid-3.5.1/errors/sk/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/sk/ERR_CONFLICT_HOST	2014-12-20 21:45:15.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_CONFLICT_HOST	2015-01-13 05:34:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_CONNECT_FAIL squid-3.5.1/errors/sk/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/sk/ERR_CONNECT_FAIL	2014-12-20 21:45:16.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_CONNECT_FAIL	2015-01-13 05:34:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_DIR_LISTING squid-3.5.1/errors/sk/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/sk/ERR_DIR_LISTING	2014-12-20 21:45:17.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_DIR_LISTING	2015-01-13 05:34:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Adresár: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_DNS_FAIL squid-3.5.1/errors/sk/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/sk/ERR_DNS_FAIL	2014-12-20 21:45:18.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_DNS_FAIL	2015-01-13 05:34:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ESI squid-3.5.1/errors/sk/ERR_ESI
--- squid-3.5.0.4/errors/sk/ERR_ESI	2014-12-20 21:45:18.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ESI	2015-01-13 05:34:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FORWARDING_DENIED squid-3.5.1/errors/sk/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/sk/ERR_FORWARDING_DENIED	2014-12-20 21:45:19.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FORWARDING_DENIED	2015-01-13 05:34:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_DISABLED squid-3.5.1/errors/sk/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/sk/ERR_FTP_DISABLED	2014-12-20 21:45:20.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_DISABLED	2015-01-13 05:34:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_FAILURE squid-3.5.1/errors/sk/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/sk/ERR_FTP_FAILURE	2014-12-20 21:45:21.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_FAILURE	2015-01-13 05:34:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_FORBIDDEN squid-3.5.1/errors/sk/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/sk/ERR_FTP_FORBIDDEN	2014-12-20 21:45:22.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_FORBIDDEN	2015-01-13 05:34:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_NOT_FOUND squid-3.5.1/errors/sk/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/sk/ERR_FTP_NOT_FOUND	2014-12-20 21:45:23.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_NOT_FOUND	2015-01-13 05:34:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_PUT_CREATED squid-3.5.1/errors/sk/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/sk/ERR_FTP_PUT_CREATED	2014-12-20 21:45:24.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_PUT_CREATED	2015-01-13 05:34:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_PUT_ERROR squid-3.5.1/errors/sk/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/sk/ERR_FTP_PUT_ERROR	2014-12-20 21:45:24.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_PUT_ERROR	2015-01-13 05:34:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Nahrávanie prostredníctvom FTP zlyhalo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/sk/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/sk/ERR_FTP_PUT_MODIFIED	2014-12-20 21:45:25.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_PUT_MODIFIED	2015-01-13 05:34:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/sk/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/sk/ERR_FTP_UNAVAILABLE	2014-12-20 21:45:26.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_FTP_UNAVAILABLE	2015-01-13 05:34:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_GATEWAY_FAILURE squid-3.5.1/errors/sk/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/sk/ERR_GATEWAY_FAILURE	2014-12-20 21:45:27.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_GATEWAY_FAILURE	2015-01-13 05:34:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ICAP_FAILURE squid-3.5.1/errors/sk/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/sk/ERR_ICAP_FAILURE	2014-12-20 21:45:28.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ICAP_FAILURE	2015-01-13 05:34:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_INVALID_REQ squid-3.5.1/errors/sk/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/sk/ERR_INVALID_REQ	2014-12-20 21:45:29.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_INVALID_REQ	2015-01-13 05:34:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_INVALID_RESP squid-3.5.1/errors/sk/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/sk/ERR_INVALID_RESP	2014-12-20 21:45:30.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_INVALID_RESP	2015-01-13 05:34:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_INVALID_URL squid-3.5.1/errors/sk/ERR_INVALID_URL
--- squid-3.5.0.4/errors/sk/ERR_INVALID_URL	2014-12-20 21:45:30.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_INVALID_URL	2015-01-13 05:34:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_LIFETIME_EXP squid-3.5.1/errors/sk/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/sk/ERR_LIFETIME_EXP	2014-12-20 21:45:31.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_LIFETIME_EXP	2015-01-13 05:34:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_NO_RELAY squid-3.5.1/errors/sk/ERR_NO_RELAY
--- squid-3.5.0.4/errors/sk/ERR_NO_RELAY	2014-12-20 21:45:32.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_NO_RELAY	2015-01-13 05:34:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/sk/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/sk/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:45:33.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:34:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_PRECONDITION_FAILED squid-3.5.1/errors/sk/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/sk/ERR_PRECONDITION_FAILED	2014-12-20 21:45:34.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_PRECONDITION_FAILED	2015-01-13 05:34:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_READ_ERROR squid-3.5.1/errors/sk/ERR_READ_ERROR
--- squid-3.5.0.4/errors/sk/ERR_READ_ERROR	2014-12-20 21:45:35.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_READ_ERROR	2015-01-13 05:34:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_READ_TIMEOUT squid-3.5.1/errors/sk/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/sk/ERR_READ_TIMEOUT	2014-12-20 21:45:36.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_READ_TIMEOUT	2015-01-13 05:34:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/sk/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/sk/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:45:36.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:34:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_SHUTTING_DOWN squid-3.5.1/errors/sk/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/sk/ERR_SHUTTING_DOWN	2014-12-20 21:45:37.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_SHUTTING_DOWN	2015-01-13 05:34:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_SOCKET_FAILURE squid-3.5.1/errors/sk/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/sk/ERR_SOCKET_FAILURE	2014-12-20 21:45:38.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_SOCKET_FAILURE	2015-01-13 05:34:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_TOO_BIG squid-3.5.1/errors/sk/ERR_TOO_BIG
--- squid-3.5.0.4/errors/sk/ERR_TOO_BIG	2014-12-20 21:45:39.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_TOO_BIG	2015-01-13 05:34:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/sk/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/sk/ERR_UNSUP_HTTPVERSION	2014-12-20 21:45:40.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_UNSUP_HTTPVERSION	2015-01-13 05:34:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_UNSUP_REQ squid-3.5.1/errors/sk/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/sk/ERR_UNSUP_REQ	2014-12-20 21:45:41.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_UNSUP_REQ	2015-01-13 05:34:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_URN_RESOLVE squid-3.5.1/errors/sk/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/sk/ERR_URN_RESOLVE	2014-12-20 21:45:41.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_URN_RESOLVE	2015-01-13 05:34:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_WRITE_ERROR squid-3.5.1/errors/sk/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/sk/ERR_WRITE_ERROR	2014-12-20 21:45:42.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_WRITE_ERROR	2015-01-13 05:34:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sk/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/sk/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/sk/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:45:43.000000000 -0800
+++ squid-3.5.1/errors/sk/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:34:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>CHYBA: Požadovaný URL nebolo možné získať</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ACCESS_DENIED squid-3.5.1/errors/sl/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sl/ERR_ACCESS_DENIED	2014-12-20 21:45:44.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ACCESS_DENIED	2015-01-13 05:34:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:45:45.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:34:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_AGENT_CONFIGURE squid-3.5.1/errors/sl/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/sl/ERR_AGENT_CONFIGURE	2014-12-20 21:45:46.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_AGENT_CONFIGURE	2015-01-13 05:34:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Nastavitev spletnega brskalnika</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_AGENT_WPAD squid-3.5.1/errors/sl/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/sl/ERR_AGENT_WPAD	2014-12-20 21:45:47.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_AGENT_WPAD	2015-01-13 05:34:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Nastavitev spletnega brskalnika</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/sl/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/sl/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:45:48.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:34:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Dostop do predpomnilnika zavrnjen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:45:48.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:34:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Dostop do upravitelja predpomnilnika zavrnjen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_CANNOT_FORWARD squid-3.5.1/errors/sl/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/sl/ERR_CANNOT_FORWARD	2014-12-20 21:45:49.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_CANNOT_FORWARD	2015-01-13 05:34:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_CONFLICT_HOST squid-3.5.1/errors/sl/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/sl/ERR_CONFLICT_HOST	2014-12-20 21:45:50.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_CONFLICT_HOST	2015-01-13 05:34:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_CONNECT_FAIL squid-3.5.1/errors/sl/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/sl/ERR_CONNECT_FAIL	2014-12-20 21:45:51.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_CONNECT_FAIL	2015-01-13 05:34:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_DIR_LISTING squid-3.5.1/errors/sl/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/sl/ERR_DIR_LISTING	2014-12-20 21:45:52.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_DIR_LISTING	2015-01-13 05:34:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Mapa: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_DNS_FAIL squid-3.5.1/errors/sl/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/sl/ERR_DNS_FAIL	2014-12-20 21:45:53.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_DNS_FAIL	2015-01-13 05:34:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ESI squid-3.5.1/errors/sl/ERR_ESI
--- squid-3.5.0.4/errors/sl/ERR_ESI	2014-12-20 21:45:53.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ESI	2015-01-13 05:34:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FORWARDING_DENIED squid-3.5.1/errors/sl/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/sl/ERR_FORWARDING_DENIED	2014-12-20 21:45:54.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FORWARDING_DENIED	2015-01-13 05:34:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_DISABLED squid-3.5.1/errors/sl/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/sl/ERR_FTP_DISABLED	2014-12-20 21:45:55.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_DISABLED	2015-01-13 05:35:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_FAILURE squid-3.5.1/errors/sl/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/sl/ERR_FTP_FAILURE	2014-12-20 21:45:56.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_FAILURE	2015-01-13 05:35:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_FORBIDDEN squid-3.5.1/errors/sl/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/sl/ERR_FTP_FORBIDDEN	2014-12-20 21:45:57.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_FORBIDDEN	2015-01-13 05:35:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_NOT_FOUND squid-3.5.1/errors/sl/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/sl/ERR_FTP_NOT_FOUND	2014-12-20 21:45:58.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_NOT_FOUND	2015-01-13 05:35:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_PUT_CREATED squid-3.5.1/errors/sl/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/sl/ERR_FTP_PUT_CREATED	2014-12-20 21:45:59.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_PUT_CREATED	2015-01-13 05:35:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT je uspel.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_PUT_ERROR squid-3.5.1/errors/sl/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/sl/ERR_FTP_PUT_ERROR	2014-12-20 21:45:59.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_PUT_ERROR	2015-01-13 05:35:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Pošiljanje prek FTP spodletelo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/sl/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/sl/ERR_FTP_PUT_MODIFIED	2014-12-20 21:46:00.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_PUT_MODIFIED	2015-01-13 05:35:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT je uspel.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/sl/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/sl/ERR_FTP_UNAVAILABLE	2014-12-20 21:46:01.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_FTP_UNAVAILABLE	2015-01-13 05:35:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_GATEWAY_FAILURE squid-3.5.1/errors/sl/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/sl/ERR_GATEWAY_FAILURE	2014-12-20 21:46:02.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_GATEWAY_FAILURE	2015-01-13 05:35:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ICAP_FAILURE squid-3.5.1/errors/sl/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/sl/ERR_ICAP_FAILURE	2014-12-20 21:46:03.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ICAP_FAILURE	2015-01-13 05:35:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_INVALID_REQ squid-3.5.1/errors/sl/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/sl/ERR_INVALID_REQ	2014-12-20 21:46:04.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_INVALID_REQ	2015-01-13 05:35:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_INVALID_RESP squid-3.5.1/errors/sl/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/sl/ERR_INVALID_RESP	2014-12-20 21:46:04.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_INVALID_RESP	2015-01-13 05:35:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_INVALID_URL squid-3.5.1/errors/sl/ERR_INVALID_URL
--- squid-3.5.0.4/errors/sl/ERR_INVALID_URL	2014-12-20 21:46:05.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_INVALID_URL	2015-01-13 05:35:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_LIFETIME_EXP squid-3.5.1/errors/sl/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/sl/ERR_LIFETIME_EXP	2014-12-20 21:46:06.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_LIFETIME_EXP	2015-01-13 05:35:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_NO_RELAY squid-3.5.1/errors/sl/ERR_NO_RELAY
--- squid-3.5.0.4/errors/sl/ERR_NO_RELAY	2014-12-20 21:46:07.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_NO_RELAY	2015-01-13 05:35:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/sl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/sl/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:46:08.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:35:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_PRECONDITION_FAILED squid-3.5.1/errors/sl/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/sl/ERR_PRECONDITION_FAILED	2014-12-20 21:46:09.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_PRECONDITION_FAILED	2015-01-13 05:35:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_READ_ERROR squid-3.5.1/errors/sl/ERR_READ_ERROR
--- squid-3.5.0.4/errors/sl/ERR_READ_ERROR	2014-12-20 21:46:09.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_READ_ERROR	2015-01-13 05:35:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_READ_TIMEOUT squid-3.5.1/errors/sl/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/sl/ERR_READ_TIMEOUT	2014-12-20 21:46:10.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_READ_TIMEOUT	2015-01-13 05:35:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/sl/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/sl/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:46:11.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:35:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_SHUTTING_DOWN squid-3.5.1/errors/sl/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/sl/ERR_SHUTTING_DOWN	2014-12-20 21:46:12.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_SHUTTING_DOWN	2015-01-13 05:35:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_SOCKET_FAILURE squid-3.5.1/errors/sl/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/sl/ERR_SOCKET_FAILURE	2014-12-20 21:46:13.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_SOCKET_FAILURE	2015-01-13 05:35:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_TOO_BIG squid-3.5.1/errors/sl/ERR_TOO_BIG
--- squid-3.5.0.4/errors/sl/ERR_TOO_BIG	2014-12-20 21:46:14.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_TOO_BIG	2015-01-13 05:35:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/sl/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/sl/ERR_UNSUP_HTTPVERSION	2014-12-20 21:46:15.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_UNSUP_HTTPVERSION	2015-01-13 05:35:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_UNSUP_REQ squid-3.5.1/errors/sl/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/sl/ERR_UNSUP_REQ	2014-12-20 21:46:15.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_UNSUP_REQ	2015-01-13 05:35:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_URN_RESOLVE squid-3.5.1/errors/sl/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/sl/ERR_URN_RESOLVE	2014-12-20 21:46:16.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_URN_RESOLVE	2015-01-13 05:35:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega imena URN ni bilo mogoče naložiti</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_WRITE_ERROR squid-3.5.1/errors/sl/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/sl/ERR_WRITE_ERROR	2014-12-20 21:46:17.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_WRITE_ERROR	2015-01-13 05:35:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sl/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/sl/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/sl/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:46:18.000000000 -0800
+++ squid-3.5.1/errors/sl/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:35:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>NAPAKA: Zahtevanega naslova URL ni bilo mogoče naložiti.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ACCESS_DENIED squid-3.5.1/errors/sr-cyrl/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ACCESS_DENIED	2014-12-20 21:46:19.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ACCESS_DENIED	2015-01-13 05:35:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:46:20.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:35:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_AGENT_CONFIGURE squid-3.5.1/errors/sr-cyrl/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2014-12-20 21:46:21.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2015-01-13 05:35:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_AGENT_WPAD squid-3.5.1/errors/sr-cyrl/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/sr-cyrl/ERR_AGENT_WPAD	2014-12-20 21:46:21.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_AGENT_WPAD	2015-01-13 05:35:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:46:22.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:35:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:46:23.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:35:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_CANNOT_FORWARD squid-3.5.1/errors/sr-cyrl/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/sr-cyrl/ERR_CANNOT_FORWARD	2014-12-20 21:46:24.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_CANNOT_FORWARD	2015-01-13 05:35:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_CONFLICT_HOST squid-3.5.1/errors/sr-cyrl/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/sr-cyrl/ERR_CONFLICT_HOST	2014-12-20 21:46:25.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_CONFLICT_HOST	2015-01-13 05:35:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_CONNECT_FAIL squid-3.5.1/errors/sr-cyrl/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/sr-cyrl/ERR_CONNECT_FAIL	2014-12-20 21:46:26.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_CONNECT_FAIL	2015-01-13 05:35:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_DIR_LISTING squid-3.5.1/errors/sr-cyrl/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/sr-cyrl/ERR_DIR_LISTING	2014-12-20 21:46:27.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_DIR_LISTING	2015-01-13 05:35:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_DNS_FAIL squid-3.5.1/errors/sr-cyrl/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/sr-cyrl/ERR_DNS_FAIL	2014-12-20 21:46:27.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_DNS_FAIL	2015-01-13 05:35:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ESI squid-3.5.1/errors/sr-cyrl/ERR_ESI
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ESI	2014-12-20 21:46:28.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ESI	2015-01-13 05:35:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FORWARDING_DENIED squid-3.5.1/errors/sr-cyrl/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FORWARDING_DENIED	2014-12-20 21:46:29.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FORWARDING_DENIED	2015-01-13 05:35:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_DISABLED squid-3.5.1/errors/sr-cyrl/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_DISABLED	2014-12-20 21:46:30.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_DISABLED	2015-01-13 05:35:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_FAILURE squid-3.5.1/errors/sr-cyrl/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_FAILURE	2014-12-20 21:46:31.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_FAILURE	2015-01-13 05:35:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_FORBIDDEN squid-3.5.1/errors/sr-cyrl/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2014-12-20 21:46:32.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2015-01-13 05:35:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_NOT_FOUND squid-3.5.1/errors/sr-cyrl/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2014-12-20 21:46:32.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2015-01-13 05:35:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_CREATED squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2014-12-20 21:46:33.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2015-01-13 05:35:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_ERROR squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2014-12-20 21:46:34.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2015-01-13 05:35:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2014-12-20 21:46:35.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2015-01-13 05:35:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/sr-cyrl/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2014-12-20 21:46:36.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2015-01-13 05:35:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_GATEWAY_FAILURE squid-3.5.1/errors/sr-cyrl/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2014-12-20 21:46:37.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2015-01-13 05:35:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ICAP_FAILURE squid-3.5.1/errors/sr-cyrl/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ICAP_FAILURE	2014-12-20 21:46:37.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ICAP_FAILURE	2015-01-13 05:35:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_REQ squid-3.5.1/errors/sr-cyrl/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_REQ	2014-12-20 21:46:38.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_INVALID_REQ	2015-01-13 05:35:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_RESP squid-3.5.1/errors/sr-cyrl/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_RESP	2014-12-20 21:46:39.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_INVALID_RESP	2015-01-13 05:35:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_URL squid-3.5.1/errors/sr-cyrl/ERR_INVALID_URL
--- squid-3.5.0.4/errors/sr-cyrl/ERR_INVALID_URL	2014-12-20 21:46:40.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_INVALID_URL	2015-01-13 05:35:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_LIFETIME_EXP squid-3.5.1/errors/sr-cyrl/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/sr-cyrl/ERR_LIFETIME_EXP	2014-12-20 21:46:41.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_LIFETIME_EXP	2015-01-13 05:35:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_NO_RELAY squid-3.5.1/errors/sr-cyrl/ERR_NO_RELAY
--- squid-3.5.0.4/errors/sr-cyrl/ERR_NO_RELAY	2014-12-20 21:46:42.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_NO_RELAY	2015-01-13 05:35:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:46:43.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:35:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_PRECONDITION_FAILED squid-3.5.1/errors/sr-cyrl/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2014-12-20 21:46:44.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2015-01-13 05:35:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_READ_ERROR squid-3.5.1/errors/sr-cyrl/ERR_READ_ERROR
--- squid-3.5.0.4/errors/sr-cyrl/ERR_READ_ERROR	2014-12-20 21:46:45.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_READ_ERROR	2015-01-13 05:35:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_READ_TIMEOUT squid-3.5.1/errors/sr-cyrl/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/sr-cyrl/ERR_READ_TIMEOUT	2014-12-20 21:46:46.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_READ_TIMEOUT	2015-01-13 05:35:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:46:46.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:35:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_SHUTTING_DOWN squid-3.5.1/errors/sr-cyrl/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/sr-cyrl/ERR_SHUTTING_DOWN	2014-12-20 21:46:47.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_SHUTTING_DOWN	2015-01-13 05:35:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_SOCKET_FAILURE squid-3.5.1/errors/sr-cyrl/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_SOCKET_FAILURE	2014-12-20 21:46:48.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_SOCKET_FAILURE	2015-01-13 05:35:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_TOO_BIG squid-3.5.1/errors/sr-cyrl/ERR_TOO_BIG
--- squid-3.5.0.4/errors/sr-cyrl/ERR_TOO_BIG	2014-12-20 21:46:49.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_TOO_BIG	2015-01-13 05:35:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2014-12-20 21:46:50.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2015-01-13 05:35:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_UNSUP_REQ squid-3.5.1/errors/sr-cyrl/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/sr-cyrl/ERR_UNSUP_REQ	2014-12-20 21:46:51.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_UNSUP_REQ	2015-01-13 05:35:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_URN_RESOLVE squid-3.5.1/errors/sr-cyrl/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/sr-cyrl/ERR_URN_RESOLVE	2014-12-20 21:46:52.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_URN_RESOLVE	2015-01-13 05:35:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_WRITE_ERROR squid-3.5.1/errors/sr-cyrl/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/sr-cyrl/ERR_WRITE_ERROR	2014-12-20 21:46:52.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_WRITE_ERROR	2015-01-13 05:35:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:46:53.000000000 -0800
+++ squid-3.5.1/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:35:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ACCESS_DENIED squid-3.5.1/errors/sr-latn/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-latn/ERR_ACCESS_DENIED	2014-12-20 21:46:54.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ACCESS_DENIED	2015-01-13 05:36:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:46:55.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:36:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_AGENT_CONFIGURE squid-3.5.1/errors/sr-latn/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/sr-latn/ERR_AGENT_CONFIGURE	2014-12-20 21:46:56.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_AGENT_CONFIGURE	2015-01-13 05:36:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_AGENT_WPAD squid-3.5.1/errors/sr-latn/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/sr-latn/ERR_AGENT_WPAD	2014-12-20 21:46:57.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_AGENT_WPAD	2015-01-13 05:36:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/sr-latn/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:46:58.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:36:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Pristup proksi/keš serveru nije dozvoljen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:46:59.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:36:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Pristup proksi/keš server menadžeru nije dozvoljen</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_CANNOT_FORWARD squid-3.5.1/errors/sr-latn/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/sr-latn/ERR_CANNOT_FORWARD	2014-12-20 21:47:00.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_CANNOT_FORWARD	2015-01-13 05:36:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_CONFLICT_HOST squid-3.5.1/errors/sr-latn/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/sr-latn/ERR_CONFLICT_HOST	2014-12-20 21:47:00.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_CONFLICT_HOST	2015-01-13 05:36:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_CONNECT_FAIL squid-3.5.1/errors/sr-latn/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/sr-latn/ERR_CONNECT_FAIL	2014-12-20 21:47:01.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_CONNECT_FAIL	2015-01-13 05:36:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_DIR_LISTING squid-3.5.1/errors/sr-latn/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/sr-latn/ERR_DIR_LISTING	2014-12-20 21:47:02.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_DIR_LISTING	2015-01-13 05:36:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Direktorijum %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_DNS_FAIL squid-3.5.1/errors/sr-latn/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/sr-latn/ERR_DNS_FAIL	2014-12-20 21:47:03.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_DNS_FAIL	2015-01-13 05:36:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ESI squid-3.5.1/errors/sr-latn/ERR_ESI
--- squid-3.5.0.4/errors/sr-latn/ERR_ESI	2014-12-20 21:47:04.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ESI	2015-01-13 05:36:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FORWARDING_DENIED squid-3.5.1/errors/sr-latn/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/sr-latn/ERR_FORWARDING_DENIED	2014-12-20 21:47:05.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FORWARDING_DENIED	2015-01-13 05:36:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_DISABLED squid-3.5.1/errors/sr-latn/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_DISABLED	2014-12-20 21:47:05.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_DISABLED	2015-01-13 05:36:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_FAILURE squid-3.5.1/errors/sr-latn/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_FAILURE	2014-12-20 21:47:06.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_FAILURE	2015-01-13 05:36:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_FORBIDDEN squid-3.5.1/errors/sr-latn/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_FORBIDDEN	2014-12-20 21:47:07.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_FORBIDDEN	2015-01-13 05:36:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_NOT_FOUND squid-3.5.1/errors/sr-latn/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_NOT_FOUND	2014-12-20 21:47:08.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_NOT_FOUND	2015-01-13 05:36:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_CREATED squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_CREATED	2014-12-20 21:47:09.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_CREATED	2015-01-13 05:36:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_ERROR squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_ERROR	2014-12-20 21:47:10.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_ERROR	2015-01-13 05:36:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: FTP upis/upload nije uspeo</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2014-12-20 21:47:11.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2015-01-13 05:36:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/sr-latn/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/sr-latn/ERR_FTP_UNAVAILABLE	2014-12-20 21:47:12.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_FTP_UNAVAILABLE	2015-01-13 05:36:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_GATEWAY_FAILURE squid-3.5.1/errors/sr-latn/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/sr-latn/ERR_GATEWAY_FAILURE	2014-12-20 21:47:13.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_GATEWAY_FAILURE	2015-01-13 05:36:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ICAP_FAILURE squid-3.5.1/errors/sr-latn/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/sr-latn/ERR_ICAP_FAILURE	2014-12-20 21:47:14.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ICAP_FAILURE	2015-01-13 05:36:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_INVALID_REQ squid-3.5.1/errors/sr-latn/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/sr-latn/ERR_INVALID_REQ	2014-12-20 21:47:15.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_INVALID_REQ	2015-01-13 05:36:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_INVALID_RESP squid-3.5.1/errors/sr-latn/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/sr-latn/ERR_INVALID_RESP	2014-12-20 21:47:16.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_INVALID_RESP	2015-01-13 05:36:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_INVALID_URL squid-3.5.1/errors/sr-latn/ERR_INVALID_URL
--- squid-3.5.0.4/errors/sr-latn/ERR_INVALID_URL	2014-12-20 21:47:17.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_INVALID_URL	2015-01-13 05:36:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_LIFETIME_EXP squid-3.5.1/errors/sr-latn/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/sr-latn/ERR_LIFETIME_EXP	2014-12-20 21:47:17.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_LIFETIME_EXP	2015-01-13 05:36:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_NO_RELAY squid-3.5.1/errors/sr-latn/ERR_NO_RELAY
--- squid-3.5.0.4/errors/sr-latn/ERR_NO_RELAY	2014-12-20 21:47:18.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_NO_RELAY	2015-01-13 05:36:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:47:19.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:36:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_PRECONDITION_FAILED squid-3.5.1/errors/sr-latn/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/sr-latn/ERR_PRECONDITION_FAILED	2014-12-20 21:47:20.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_PRECONDITION_FAILED	2015-01-13 05:36:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_READ_ERROR squid-3.5.1/errors/sr-latn/ERR_READ_ERROR
--- squid-3.5.0.4/errors/sr-latn/ERR_READ_ERROR	2014-12-20 21:47:21.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_READ_ERROR	2015-01-13 05:36:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_READ_TIMEOUT squid-3.5.1/errors/sr-latn/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/sr-latn/ERR_READ_TIMEOUT	2014-12-20 21:47:22.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_READ_TIMEOUT	2015-01-13 05:36:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:47:23.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:36:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_SHUTTING_DOWN squid-3.5.1/errors/sr-latn/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/sr-latn/ERR_SHUTTING_DOWN	2014-12-20 21:47:24.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_SHUTTING_DOWN	2015-01-13 05:36:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_SOCKET_FAILURE squid-3.5.1/errors/sr-latn/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/sr-latn/ERR_SOCKET_FAILURE	2014-12-20 21:47:25.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_SOCKET_FAILURE	2015-01-13 05:36:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_TOO_BIG squid-3.5.1/errors/sr-latn/ERR_TOO_BIG
--- squid-3.5.0.4/errors/sr-latn/ERR_TOO_BIG	2014-12-20 21:47:26.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_TOO_BIG	2015-01-13 05:36:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/sr-latn/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2014-12-20 21:47:26.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2015-01-13 05:36:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_UNSUP_REQ squid-3.5.1/errors/sr-latn/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/sr-latn/ERR_UNSUP_REQ	2014-12-20 21:47:27.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_UNSUP_REQ	2015-01-13 05:36:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_URN_RESOLVE squid-3.5.1/errors/sr-latn/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/sr-latn/ERR_URN_RESOLVE	2014-12-20 21:47:28.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_URN_RESOLVE	2015-01-13 05:36:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_WRITE_ERROR squid-3.5.1/errors/sr-latn/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/sr-latn/ERR_WRITE_ERROR	2014-12-20 21:47:29.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_WRITE_ERROR	2015-01-13 05:36:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sr-latn/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/sr-latn/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:47:30.000000000 -0800
+++ squid-3.5.1/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:36:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GREŠKA: Tražena adresa (URL) ne može da se učita</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ACCESS_DENIED squid-3.5.1/errors/sv/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sv/ERR_ACCESS_DENIED	2014-12-20 21:47:31.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ACCESS_DENIED	2015-01-13 05:36:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:47:32.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:36:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_AGENT_CONFIGURE squid-3.5.1/errors/sv/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/sv/ERR_AGENT_CONFIGURE	2014-12-20 21:47:32.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_AGENT_CONFIGURE	2015-01-13 05:36:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_AGENT_WPAD squid-3.5.1/errors/sv/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/sv/ERR_AGENT_WPAD	2014-12-20 21:47:33.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_AGENT_WPAD	2015-01-13 05:36:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/sv/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/sv/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:47:34.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:36:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Tilltr&auml;de nekas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:47:35.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:36:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Tilltr&auml;de till Cachehanteraren Nekas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_CANNOT_FORWARD squid-3.5.1/errors/sv/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/sv/ERR_CANNOT_FORWARD	2014-12-20 21:47:36.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_CANNOT_FORWARD	2015-01-13 05:36:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_CONFLICT_HOST squid-3.5.1/errors/sv/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/sv/ERR_CONFLICT_HOST	2014-12-20 21:47:37.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_CONFLICT_HOST	2015-01-13 05:36:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_CONNECT_FAIL squid-3.5.1/errors/sv/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/sv/ERR_CONNECT_FAIL	2014-12-20 21:47:37.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_CONNECT_FAIL	2015-01-13 05:36:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_DIR_LISTING squid-3.5.1/errors/sv/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/sv/ERR_DIR_LISTING	2014-12-20 21:47:38.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_DIR_LISTING	2015-01-13 05:36:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Katalog: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_DNS_FAIL squid-3.5.1/errors/sv/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/sv/ERR_DNS_FAIL	2014-12-20 21:47:39.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_DNS_FAIL	2015-01-13 05:36:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ESI squid-3.5.1/errors/sv/ERR_ESI
--- squid-3.5.0.4/errors/sv/ERR_ESI	2014-12-20 21:47:40.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ESI	2015-01-13 05:36:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FORWARDING_DENIED squid-3.5.1/errors/sv/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/sv/ERR_FORWARDING_DENIED	2014-12-20 21:47:41.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FORWARDING_DENIED	2015-01-13 05:36:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_DISABLED squid-3.5.1/errors/sv/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/sv/ERR_FTP_DISABLED	2014-12-20 21:47:42.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_DISABLED	2015-01-13 05:36:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_FAILURE squid-3.5.1/errors/sv/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/sv/ERR_FTP_FAILURE	2014-12-20 21:47:42.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_FAILURE	2015-01-13 05:36:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_FORBIDDEN squid-3.5.1/errors/sv/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/sv/ERR_FTP_FORBIDDEN	2014-12-20 21:47:43.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_FORBIDDEN	2015-01-13 05:36:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_NOT_FOUND squid-3.5.1/errors/sv/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/sv/ERR_FTP_NOT_FOUND	2014-12-20 21:47:44.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_NOT_FOUND	2015-01-13 05:36:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_PUT_CREATED squid-3.5.1/errors/sv/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/sv/ERR_FTP_PUT_CREATED	2014-12-20 21:47:45.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_PUT_CREATED	2015-01-13 05:36:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_PUT_ERROR squid-3.5.1/errors/sv/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/sv/ERR_FTP_PUT_ERROR	2014-12-20 21:47:46.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_PUT_ERROR	2015-01-13 05:36:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: FTP uppladdning misslyckades</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/sv/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/sv/ERR_FTP_PUT_MODIFIED	2014-12-20 21:47:47.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_PUT_MODIFIED	2015-01-13 05:36:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/sv/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/sv/ERR_FTP_UNAVAILABLE	2014-12-20 21:47:47.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_FTP_UNAVAILABLE	2015-01-13 05:36:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_GATEWAY_FAILURE squid-3.5.1/errors/sv/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/sv/ERR_GATEWAY_FAILURE	2014-12-20 21:47:48.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_GATEWAY_FAILURE	2015-01-13 05:36:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ICAP_FAILURE squid-3.5.1/errors/sv/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/sv/ERR_ICAP_FAILURE	2014-12-20 21:47:49.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ICAP_FAILURE	2015-01-13 05:36:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_INVALID_REQ squid-3.5.1/errors/sv/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/sv/ERR_INVALID_REQ	2014-12-20 21:47:50.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_INVALID_REQ	2015-01-13 05:36:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_INVALID_RESP squid-3.5.1/errors/sv/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/sv/ERR_INVALID_RESP	2014-12-20 21:47:51.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_INVALID_RESP	2015-01-13 05:36:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_INVALID_URL squid-3.5.1/errors/sv/ERR_INVALID_URL
--- squid-3.5.0.4/errors/sv/ERR_INVALID_URL	2014-12-20 21:47:52.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_INVALID_URL	2015-01-13 05:36:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_LIFETIME_EXP squid-3.5.1/errors/sv/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/sv/ERR_LIFETIME_EXP	2014-12-20 21:47:52.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_LIFETIME_EXP	2015-01-13 05:36:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_NO_RELAY squid-3.5.1/errors/sv/ERR_NO_RELAY
--- squid-3.5.0.4/errors/sv/ERR_NO_RELAY	2014-12-20 21:47:53.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_NO_RELAY	2015-01-13 05:37:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/sv/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/sv/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:47:54.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:37:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_PRECONDITION_FAILED squid-3.5.1/errors/sv/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/sv/ERR_PRECONDITION_FAILED	2014-12-20 21:47:55.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_PRECONDITION_FAILED	2015-01-13 05:37:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_READ_ERROR squid-3.5.1/errors/sv/ERR_READ_ERROR
--- squid-3.5.0.4/errors/sv/ERR_READ_ERROR	2014-12-20 21:47:56.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_READ_ERROR	2015-01-13 05:37:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_READ_TIMEOUT squid-3.5.1/errors/sv/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/sv/ERR_READ_TIMEOUT	2014-12-20 21:47:57.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_READ_TIMEOUT	2015-01-13 05:37:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/sv/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/sv/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:47:58.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:37:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_SHUTTING_DOWN squid-3.5.1/errors/sv/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/sv/ERR_SHUTTING_DOWN	2014-12-20 21:47:58.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_SHUTTING_DOWN	2015-01-13 05:37:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_SOCKET_FAILURE squid-3.5.1/errors/sv/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/sv/ERR_SOCKET_FAILURE	2014-12-20 21:47:59.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_SOCKET_FAILURE	2015-01-13 05:37:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_TOO_BIG squid-3.5.1/errors/sv/ERR_TOO_BIG
--- squid-3.5.0.4/errors/sv/ERR_TOO_BIG	2014-12-20 21:48:00.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_TOO_BIG	2015-01-13 05:37:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/sv/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/sv/ERR_UNSUP_HTTPVERSION	2014-12-20 21:48:01.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_UNSUP_HTTPVERSION	2015-01-13 05:37:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_UNSUP_REQ squid-3.5.1/errors/sv/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/sv/ERR_UNSUP_REQ	2014-12-20 21:48:02.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_UNSUP_REQ	2015-01-13 05:37:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_URN_RESOLVE squid-3.5.1/errors/sv/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/sv/ERR_URN_RESOLVE	2014-12-20 21:48:03.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_URN_RESOLVE	2015-01-13 05:37:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_WRITE_ERROR squid-3.5.1/errors/sv/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/sv/ERR_WRITE_ERROR	2014-12-20 21:48:03.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_WRITE_ERROR	2015-01-13 05:37:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/sv/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/sv/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/sv/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:48:04.000000000 -0800
+++ squid-3.5.1/errors/sv/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:37:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FEL: Beg&auml;rd URL kunde inte h&auml;mtas</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/template.list squid-3.5.1/errors/template.list
--- squid-3.5.0.4/errors/template.list	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/template.list	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ACCESS_DENIED squid-3.5.1/errors/templates/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/templates/ERR_ACCESS_DENIED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ACCESS_DENIED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_AGENT_CONFIGURE squid-3.5.1/errors/templates/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/templates/ERR_AGENT_CONFIGURE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_AGENT_CONFIGURE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_AGENT_WPAD squid-3.5.1/errors/templates/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/templates/ERR_AGENT_WPAD	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_AGENT_WPAD	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/templates/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/templates/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_CACHE_ACCESS_DENIED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_CANNOT_FORWARD squid-3.5.1/errors/templates/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/templates/ERR_CANNOT_FORWARD	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_CANNOT_FORWARD	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_CONFLICT_HOST squid-3.5.1/errors/templates/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/templates/ERR_CONFLICT_HOST	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_CONFLICT_HOST	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_CONNECT_FAIL squid-3.5.1/errors/templates/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/templates/ERR_CONNECT_FAIL	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_CONNECT_FAIL	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_DIR_LISTING squid-3.5.1/errors/templates/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/templates/ERR_DIR_LISTING	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_DIR_LISTING	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_DNS_FAIL squid-3.5.1/errors/templates/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/templates/ERR_DNS_FAIL	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_DNS_FAIL	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ESI squid-3.5.1/errors/templates/ERR_ESI
--- squid-3.5.0.4/errors/templates/ERR_ESI	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ESI	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FORWARDING_DENIED squid-3.5.1/errors/templates/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/templates/ERR_FORWARDING_DENIED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FORWARDING_DENIED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_DISABLED squid-3.5.1/errors/templates/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/templates/ERR_FTP_DISABLED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_DISABLED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_FAILURE squid-3.5.1/errors/templates/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/templates/ERR_FTP_FAILURE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_FAILURE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_FORBIDDEN squid-3.5.1/errors/templates/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/templates/ERR_FTP_FORBIDDEN	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_FORBIDDEN	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_NOT_FOUND squid-3.5.1/errors/templates/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/templates/ERR_FTP_NOT_FOUND	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_NOT_FOUND	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_PUT_CREATED squid-3.5.1/errors/templates/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/templates/ERR_FTP_PUT_CREATED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_PUT_CREATED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_PUT_ERROR squid-3.5.1/errors/templates/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/templates/ERR_FTP_PUT_ERROR	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_PUT_ERROR	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/templates/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/templates/ERR_FTP_PUT_MODIFIED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_PUT_MODIFIED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/templates/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/templates/ERR_FTP_UNAVAILABLE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_FTP_UNAVAILABLE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_GATEWAY_FAILURE squid-3.5.1/errors/templates/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/templates/ERR_GATEWAY_FAILURE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_GATEWAY_FAILURE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ICAP_FAILURE squid-3.5.1/errors/templates/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/templates/ERR_ICAP_FAILURE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ICAP_FAILURE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_INVALID_REQ squid-3.5.1/errors/templates/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/templates/ERR_INVALID_REQ	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_INVALID_REQ	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_INVALID_RESP squid-3.5.1/errors/templates/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/templates/ERR_INVALID_RESP	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_INVALID_RESP	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_INVALID_URL squid-3.5.1/errors/templates/ERR_INVALID_URL
--- squid-3.5.0.4/errors/templates/ERR_INVALID_URL	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_INVALID_URL	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_LIFETIME_EXP squid-3.5.1/errors/templates/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/templates/ERR_LIFETIME_EXP	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_LIFETIME_EXP	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_NO_RELAY squid-3.5.1/errors/templates/ERR_NO_RELAY
--- squid-3.5.0.4/errors/templates/ERR_NO_RELAY	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_NO_RELAY	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/templates/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/templates/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ONLY_IF_CACHED_MISS	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_PRECONDITION_FAILED squid-3.5.1/errors/templates/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/templates/ERR_PRECONDITION_FAILED	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_PRECONDITION_FAILED	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_READ_ERROR squid-3.5.1/errors/templates/ERR_READ_ERROR
--- squid-3.5.0.4/errors/templates/ERR_READ_ERROR	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_READ_ERROR	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_READ_TIMEOUT squid-3.5.1/errors/templates/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/templates/ERR_READ_TIMEOUT	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_READ_TIMEOUT	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/templates/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/templates/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_SECURE_CONNECT_FAIL	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_SHUTTING_DOWN squid-3.5.1/errors/templates/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/templates/ERR_SHUTTING_DOWN	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_SHUTTING_DOWN	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_SOCKET_FAILURE squid-3.5.1/errors/templates/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/templates/ERR_SOCKET_FAILURE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_SOCKET_FAILURE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_TOO_BIG squid-3.5.1/errors/templates/ERR_TOO_BIG
--- squid-3.5.0.4/errors/templates/ERR_TOO_BIG	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_TOO_BIG	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/templates/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/templates/ERR_UNSUP_HTTPVERSION	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_UNSUP_HTTPVERSION	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_UNSUP_REQ squid-3.5.1/errors/templates/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/templates/ERR_UNSUP_REQ	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_UNSUP_REQ	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_URN_RESOLVE squid-3.5.1/errors/templates/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/templates/ERR_URN_RESOLVE	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_URN_RESOLVE	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_WRITE_ERROR squid-3.5.1/errors/templates/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/templates/ERR_WRITE_ERROR	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_WRITE_ERROR	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/templates/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/templates/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/templates/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/errors/templates/ERR_ZERO_SIZE_OBJECT	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ACCESS_DENIED squid-3.5.1/errors/th/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/th/ERR_ACCESS_DENIED	2014-12-20 21:48:05.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ACCESS_DENIED	2015-01-13 05:37:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:48:06.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:37:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_AGENT_CONFIGURE squid-3.5.1/errors/th/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/th/ERR_AGENT_CONFIGURE	2014-12-20 21:48:07.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_AGENT_CONFIGURE	2015-01-13 05:37:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/th/ERR_AGENT_WPAD squid-3.5.1/errors/th/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/th/ERR_AGENT_WPAD	2014-12-20 21:48:08.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_AGENT_WPAD	2015-01-13 05:37:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/th/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/th/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/th/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:48:09.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:37:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: การเรียกใช้ระบบแคชไม่ได้รับอนุญาต</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/th/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:48:09.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:37:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: การเรียกใช้ระบบจัดการแคชไม่ได้รับอนุญาต</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_CANNOT_FORWARD squid-3.5.1/errors/th/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/th/ERR_CANNOT_FORWARD	2014-12-20 21:48:10.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_CANNOT_FORWARD	2015-01-13 05:37:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_CONFLICT_HOST squid-3.5.1/errors/th/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/th/ERR_CONFLICT_HOST	2014-12-20 21:48:11.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_CONFLICT_HOST	2015-01-13 05:37:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_CONNECT_FAIL squid-3.5.1/errors/th/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/th/ERR_CONNECT_FAIL	2014-12-20 21:48:12.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_CONNECT_FAIL	2015-01-13 05:37:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_DIR_LISTING squid-3.5.1/errors/th/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/th/ERR_DIR_LISTING	2014-12-20 21:48:13.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_DIR_LISTING	2015-01-13 05:37:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/th/ERR_DNS_FAIL squid-3.5.1/errors/th/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/th/ERR_DNS_FAIL	2014-12-20 21:48:14.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_DNS_FAIL	2015-01-13 05:37:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ESI squid-3.5.1/errors/th/ERR_ESI
--- squid-3.5.0.4/errors/th/ERR_ESI	2014-12-20 21:48:14.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ESI	2015-01-13 05:37:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FORWARDING_DENIED squid-3.5.1/errors/th/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/th/ERR_FORWARDING_DENIED	2014-12-20 21:48:15.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FORWARDING_DENIED	2015-01-13 05:37:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_DISABLED squid-3.5.1/errors/th/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/th/ERR_FTP_DISABLED	2014-12-20 21:48:16.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_DISABLED	2015-01-13 05:37:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_FAILURE squid-3.5.1/errors/th/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/th/ERR_FTP_FAILURE	2014-12-20 21:48:17.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_FAILURE	2015-01-13 05:37:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_FORBIDDEN squid-3.5.1/errors/th/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/th/ERR_FTP_FORBIDDEN	2014-12-20 21:48:18.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_FORBIDDEN	2015-01-13 05:37:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_NOT_FOUND squid-3.5.1/errors/th/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/th/ERR_FTP_NOT_FOUND	2014-12-20 21:48:19.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_NOT_FOUND	2015-01-13 05:37:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_PUT_CREATED squid-3.5.1/errors/th/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/th/ERR_FTP_PUT_CREATED	2014-12-20 21:48:19.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_PUT_CREATED	2015-01-13 05:37:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_PUT_ERROR squid-3.5.1/errors/th/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/th/ERR_FTP_PUT_ERROR	2014-12-20 21:48:20.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_PUT_ERROR	2015-01-13 05:37:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ส่งไฟล์ขึ้น FTP ไม่สำเร็จ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/th/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/th/ERR_FTP_PUT_MODIFIED	2014-12-20 21:48:21.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_PUT_MODIFIED	2015-01-13 05:37:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/th/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/th/ERR_FTP_UNAVAILABLE	2014-12-20 21:48:22.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_FTP_UNAVAILABLE	2015-01-13 05:37:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_GATEWAY_FAILURE squid-3.5.1/errors/th/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/th/ERR_GATEWAY_FAILURE	2014-12-20 21:48:23.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_GATEWAY_FAILURE	2015-01-13 05:37:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ICAP_FAILURE squid-3.5.1/errors/th/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/th/ERR_ICAP_FAILURE	2014-12-20 21:48:24.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ICAP_FAILURE	2015-01-13 05:37:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_INVALID_REQ squid-3.5.1/errors/th/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/th/ERR_INVALID_REQ	2014-12-20 21:48:24.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_INVALID_REQ	2015-01-13 05:37:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_INVALID_RESP squid-3.5.1/errors/th/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/th/ERR_INVALID_RESP	2014-12-20 21:48:25.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_INVALID_RESP	2015-01-13 05:37:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_INVALID_URL squid-3.5.1/errors/th/ERR_INVALID_URL
--- squid-3.5.0.4/errors/th/ERR_INVALID_URL	2014-12-20 21:48:26.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_INVALID_URL	2015-01-13 05:37:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_LIFETIME_EXP squid-3.5.1/errors/th/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/th/ERR_LIFETIME_EXP	2014-12-20 21:48:27.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_LIFETIME_EXP	2015-01-13 05:37:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_NO_RELAY squid-3.5.1/errors/th/ERR_NO_RELAY
--- squid-3.5.0.4/errors/th/ERR_NO_RELAY	2014-12-20 21:48:28.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_NO_RELAY	2015-01-13 05:37:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/th/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/th/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:48:29.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:37:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_PRECONDITION_FAILED squid-3.5.1/errors/th/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/th/ERR_PRECONDITION_FAILED	2014-12-20 21:48:30.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_PRECONDITION_FAILED	2015-01-13 05:37:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_READ_ERROR squid-3.5.1/errors/th/ERR_READ_ERROR
--- squid-3.5.0.4/errors/th/ERR_READ_ERROR	2014-12-20 21:48:30.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_READ_ERROR	2015-01-13 05:37:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_READ_TIMEOUT squid-3.5.1/errors/th/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/th/ERR_READ_TIMEOUT	2014-12-20 21:48:31.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_READ_TIMEOUT	2015-01-13 05:37:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/th/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/th/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:48:32.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:37:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_SHUTTING_DOWN squid-3.5.1/errors/th/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/th/ERR_SHUTTING_DOWN	2014-12-20 21:48:33.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_SHUTTING_DOWN	2015-01-13 05:37:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_SOCKET_FAILURE squid-3.5.1/errors/th/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/th/ERR_SOCKET_FAILURE	2014-12-20 21:48:34.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_SOCKET_FAILURE	2015-01-13 05:37:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_TOO_BIG squid-3.5.1/errors/th/ERR_TOO_BIG
--- squid-3.5.0.4/errors/th/ERR_TOO_BIG	2014-12-20 21:48:35.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_TOO_BIG	2015-01-13 05:37:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/th/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/th/ERR_UNSUP_HTTPVERSION	2014-12-20 21:48:35.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_UNSUP_HTTPVERSION	2015-01-13 05:37:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_UNSUP_REQ squid-3.5.1/errors/th/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/th/ERR_UNSUP_REQ	2014-12-20 21:48:36.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_UNSUP_REQ	2015-01-13 05:37:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_URN_RESOLVE squid-3.5.1/errors/th/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/th/ERR_URN_RESOLVE	2014-12-20 21:48:37.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_URN_RESOLVE	2015-01-13 05:37:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_WRITE_ERROR squid-3.5.1/errors/th/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/th/ERR_WRITE_ERROR	2014-12-20 21:48:38.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_WRITE_ERROR	2015-01-13 05:37:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/th/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/th/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/th/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:48:39.000000000 -0800
+++ squid-3.5.1/errors/th/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:37:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: ไม่สามารถเรียกดู URL ที่ได้รับการร้องขอ</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ACCESS_DENIED squid-3.5.1/errors/tr/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/tr/ERR_ACCESS_DENIED	2014-12-20 21:48:40.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ACCESS_DENIED	2015-01-13 05:37:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:48:41.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:37:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_AGENT_CONFIGURE squid-3.5.1/errors/tr/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/tr/ERR_AGENT_CONFIGURE	2014-12-20 21:48:41.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_AGENT_CONFIGURE	2015-01-13 05:37:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_AGENT_WPAD squid-3.5.1/errors/tr/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/tr/ERR_AGENT_WPAD	2014-12-20 21:48:42.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_AGENT_WPAD	2015-01-13 05:37:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/tr/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/tr/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:48:43.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:37:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: Cache Sunucusu Kullanamazsınız</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:48:44.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:37:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: Cache Yönetici girişi yasak</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_CANNOT_FORWARD squid-3.5.1/errors/tr/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/tr/ERR_CANNOT_FORWARD	2014-12-20 21:48:45.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_CANNOT_FORWARD	2015-01-13 05:37:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_CONFLICT_HOST squid-3.5.1/errors/tr/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/tr/ERR_CONFLICT_HOST	2014-12-20 21:48:46.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_CONFLICT_HOST	2015-01-13 05:37:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_CONNECT_FAIL squid-3.5.1/errors/tr/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/tr/ERR_CONNECT_FAIL	2014-12-20 21:48:46.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_CONNECT_FAIL	2015-01-13 05:37:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_DIR_LISTING squid-3.5.1/errors/tr/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/tr/ERR_DIR_LISTING	2014-12-20 21:48:47.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_DIR_LISTING	2015-01-13 05:37:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Dizin: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_DNS_FAIL squid-3.5.1/errors/tr/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/tr/ERR_DNS_FAIL	2014-12-20 21:48:48.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_DNS_FAIL	2015-01-13 05:37:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ESI squid-3.5.1/errors/tr/ERR_ESI
--- squid-3.5.0.4/errors/tr/ERR_ESI	2014-12-20 21:48:49.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ESI	2015-01-13 05:37:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FORWARDING_DENIED squid-3.5.1/errors/tr/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/tr/ERR_FORWARDING_DENIED	2014-12-20 21:48:50.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FORWARDING_DENIED	2015-01-13 05:37:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_DISABLED squid-3.5.1/errors/tr/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/tr/ERR_FTP_DISABLED	2014-12-20 21:48:51.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_DISABLED	2015-01-13 05:38:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_FAILURE squid-3.5.1/errors/tr/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/tr/ERR_FTP_FAILURE	2014-12-20 21:48:51.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_FAILURE	2015-01-13 05:38:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_FORBIDDEN squid-3.5.1/errors/tr/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/tr/ERR_FTP_FORBIDDEN	2014-12-20 21:48:52.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_FORBIDDEN	2015-01-13 05:38:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_NOT_FOUND squid-3.5.1/errors/tr/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/tr/ERR_FTP_NOT_FOUND	2014-12-20 21:48:53.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_NOT_FOUND	2015-01-13 05:38:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_PUT_CREATED squid-3.5.1/errors/tr/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/tr/ERR_FTP_PUT_CREATED	2014-12-20 21:48:54.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_PUT_CREATED	2015-01-13 05:38:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_PUT_ERROR squid-3.5.1/errors/tr/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/tr/ERR_FTP_PUT_ERROR	2014-12-20 21:48:55.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_PUT_ERROR	2015-01-13 05:38:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: FTP dosya yüklemesi yapılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/tr/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/tr/ERR_FTP_PUT_MODIFIED	2014-12-20 21:48:56.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_PUT_MODIFIED	2015-01-13 05:38:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/tr/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/tr/ERR_FTP_UNAVAILABLE	2014-12-20 21:48:56.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_FTP_UNAVAILABLE	2015-01-13 05:38:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_GATEWAY_FAILURE squid-3.5.1/errors/tr/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/tr/ERR_GATEWAY_FAILURE	2014-12-20 21:48:57.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_GATEWAY_FAILURE	2015-01-13 05:38:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ICAP_FAILURE squid-3.5.1/errors/tr/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/tr/ERR_ICAP_FAILURE	2014-12-20 21:48:58.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ICAP_FAILURE	2015-01-13 05:38:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_INVALID_REQ squid-3.5.1/errors/tr/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/tr/ERR_INVALID_REQ	2014-12-20 21:48:59.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_INVALID_REQ	2015-01-13 05:38:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_INVALID_RESP squid-3.5.1/errors/tr/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/tr/ERR_INVALID_RESP	2014-12-20 21:49:00.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_INVALID_RESP	2015-01-13 05:38:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_INVALID_URL squid-3.5.1/errors/tr/ERR_INVALID_URL
--- squid-3.5.0.4/errors/tr/ERR_INVALID_URL	2014-12-20 21:49:01.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_INVALID_URL	2015-01-13 05:38:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_LIFETIME_EXP squid-3.5.1/errors/tr/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/tr/ERR_LIFETIME_EXP	2014-12-20 21:49:01.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_LIFETIME_EXP	2015-01-13 05:38:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_NO_RELAY squid-3.5.1/errors/tr/ERR_NO_RELAY
--- squid-3.5.0.4/errors/tr/ERR_NO_RELAY	2014-12-20 21:49:02.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_NO_RELAY	2015-01-13 05:38:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/tr/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/tr/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:49:03.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:38:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_PRECONDITION_FAILED squid-3.5.1/errors/tr/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/tr/ERR_PRECONDITION_FAILED	2014-12-20 21:49:04.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_PRECONDITION_FAILED	2015-01-13 05:38:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_READ_ERROR squid-3.5.1/errors/tr/ERR_READ_ERROR
--- squid-3.5.0.4/errors/tr/ERR_READ_ERROR	2014-12-20 21:49:05.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_READ_ERROR	2015-01-13 05:38:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_READ_TIMEOUT squid-3.5.1/errors/tr/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/tr/ERR_READ_TIMEOUT	2014-12-20 21:49:06.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_READ_TIMEOUT	2015-01-13 05:38:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/tr/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/tr/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:49:06.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:38:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_SHUTTING_DOWN squid-3.5.1/errors/tr/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/tr/ERR_SHUTTING_DOWN	2014-12-20 21:49:07.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_SHUTTING_DOWN	2015-01-13 05:38:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_SOCKET_FAILURE squid-3.5.1/errors/tr/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/tr/ERR_SOCKET_FAILURE	2014-12-20 21:49:08.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_SOCKET_FAILURE	2015-01-13 05:38:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_TOO_BIG squid-3.5.1/errors/tr/ERR_TOO_BIG
--- squid-3.5.0.4/errors/tr/ERR_TOO_BIG	2014-12-20 21:49:09.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_TOO_BIG	2015-01-13 05:38:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/tr/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/tr/ERR_UNSUP_HTTPVERSION	2014-12-20 21:49:10.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_UNSUP_HTTPVERSION	2015-01-13 05:38:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_UNSUP_REQ squid-3.5.1/errors/tr/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/tr/ERR_UNSUP_REQ	2014-12-20 21:49:11.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_UNSUP_REQ	2015-01-13 05:38:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_URN_RESOLVE squid-3.5.1/errors/tr/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/tr/ERR_URN_RESOLVE	2014-12-20 21:49:11.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_URN_RESOLVE	2015-01-13 05:38:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_WRITE_ERROR squid-3.5.1/errors/tr/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/tr/ERR_WRITE_ERROR	2014-12-20 21:49:12.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_WRITE_ERROR	2015-01-13 05:38:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/tr/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/tr/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/tr/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:49:13.000000000 -0800
+++ squid-3.5.1/errors/tr/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:38:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HATA: İstenilen URL'e ulaşılamadı</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ACCESS_DENIED squid-3.5.1/errors/uk/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/uk/ERR_ACCESS_DENIED	2014-12-20 21:49:14.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ACCESS_DENIED	2015-01-13 05:38:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:49:15.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:38:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_AGENT_CONFIGURE squid-3.5.1/errors/uk/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/uk/ERR_AGENT_CONFIGURE	2014-12-20 21:49:16.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_AGENT_CONFIGURE	2015-01-13 05:38:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Конфігурація браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_AGENT_WPAD squid-3.5.1/errors/uk/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/uk/ERR_AGENT_WPAD	2014-12-20 21:49:17.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_AGENT_WPAD	2015-01-13 05:38:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Конфігурація браузера</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/uk/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/uk/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:49:17.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:38:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Доступ до кешу заборонено</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:49:18.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:38:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Доступ до керування кешом заборонено</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_CANNOT_FORWARD squid-3.5.1/errors/uk/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/uk/ERR_CANNOT_FORWARD	2014-12-20 21:49:19.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_CANNOT_FORWARD	2015-01-13 05:38:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_CONFLICT_HOST squid-3.5.1/errors/uk/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/uk/ERR_CONFLICT_HOST	2014-12-20 21:49:20.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_CONFLICT_HOST	2015-01-13 05:38:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_CONNECT_FAIL squid-3.5.1/errors/uk/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/uk/ERR_CONNECT_FAIL	2014-12-20 21:49:21.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_CONNECT_FAIL	2015-01-13 05:38:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_DIR_LISTING squid-3.5.1/errors/uk/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/uk/ERR_DIR_LISTING	2014-12-20 21:49:22.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_DIR_LISTING	2015-01-13 05:38:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Директорія: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_DNS_FAIL squid-3.5.1/errors/uk/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/uk/ERR_DNS_FAIL	2014-12-20 21:49:22.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_DNS_FAIL	2015-01-13 05:38:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ESI squid-3.5.1/errors/uk/ERR_ESI
--- squid-3.5.0.4/errors/uk/ERR_ESI	2014-12-20 21:49:23.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ESI	2015-01-13 05:38:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FORWARDING_DENIED squid-3.5.1/errors/uk/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/uk/ERR_FORWARDING_DENIED	2014-12-20 21:49:24.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FORWARDING_DENIED	2015-01-13 05:38:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_DISABLED squid-3.5.1/errors/uk/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/uk/ERR_FTP_DISABLED	2014-12-20 21:49:25.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_DISABLED	2015-01-13 05:38:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_FAILURE squid-3.5.1/errors/uk/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/uk/ERR_FTP_FAILURE	2014-12-20 21:49:26.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_FAILURE	2015-01-13 05:38:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_FORBIDDEN squid-3.5.1/errors/uk/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/uk/ERR_FTP_FORBIDDEN	2014-12-20 21:49:27.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_FORBIDDEN	2015-01-13 05:38:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_NOT_FOUND squid-3.5.1/errors/uk/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/uk/ERR_FTP_NOT_FOUND	2014-12-20 21:49:28.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_NOT_FOUND	2015-01-13 05:38:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_PUT_CREATED squid-3.5.1/errors/uk/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/uk/ERR_FTP_PUT_CREATED	2014-12-20 21:49:28.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_PUT_CREATED	2015-01-13 05:38:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_PUT_ERROR squid-3.5.1/errors/uk/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/uk/ERR_FTP_PUT_ERROR	2014-12-20 21:49:29.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_PUT_ERROR	2015-01-13 05:38:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Невдала пересилка по FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/uk/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/uk/ERR_FTP_PUT_MODIFIED	2014-12-20 21:49:30.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_PUT_MODIFIED	2015-01-13 05:38:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/uk/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/uk/ERR_FTP_UNAVAILABLE	2014-12-20 21:49:31.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_FTP_UNAVAILABLE	2015-01-13 05:38:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_GATEWAY_FAILURE squid-3.5.1/errors/uk/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/uk/ERR_GATEWAY_FAILURE	2014-12-20 21:49:32.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_GATEWAY_FAILURE	2015-01-13 05:38:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ICAP_FAILURE squid-3.5.1/errors/uk/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/uk/ERR_ICAP_FAILURE	2014-12-20 21:49:32.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ICAP_FAILURE	2015-01-13 05:38:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_INVALID_REQ squid-3.5.1/errors/uk/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/uk/ERR_INVALID_REQ	2014-12-20 21:49:33.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_INVALID_REQ	2015-01-13 05:38:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_INVALID_RESP squid-3.5.1/errors/uk/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/uk/ERR_INVALID_RESP	2014-12-20 21:49:34.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_INVALID_RESP	2015-01-13 05:38:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_INVALID_URL squid-3.5.1/errors/uk/ERR_INVALID_URL
--- squid-3.5.0.4/errors/uk/ERR_INVALID_URL	2014-12-20 21:49:35.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_INVALID_URL	2015-01-13 05:38:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_LIFETIME_EXP squid-3.5.1/errors/uk/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/uk/ERR_LIFETIME_EXP	2014-12-20 21:49:36.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_LIFETIME_EXP	2015-01-13 05:38:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_NO_RELAY squid-3.5.1/errors/uk/ERR_NO_RELAY
--- squid-3.5.0.4/errors/uk/ERR_NO_RELAY	2014-12-20 21:49:37.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_NO_RELAY	2015-01-13 05:39:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/uk/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/uk/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:49:38.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:39:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_PRECONDITION_FAILED squid-3.5.1/errors/uk/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/uk/ERR_PRECONDITION_FAILED	2014-12-20 21:49:38.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_PRECONDITION_FAILED	2015-01-13 05:39:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_READ_ERROR squid-3.5.1/errors/uk/ERR_READ_ERROR
--- squid-3.5.0.4/errors/uk/ERR_READ_ERROR	2014-12-20 21:49:39.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_READ_ERROR	2015-01-13 05:39:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_READ_TIMEOUT squid-3.5.1/errors/uk/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/uk/ERR_READ_TIMEOUT	2014-12-20 21:49:40.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_READ_TIMEOUT	2015-01-13 05:39:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/uk/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/uk/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:49:41.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:39:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_SHUTTING_DOWN squid-3.5.1/errors/uk/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/uk/ERR_SHUTTING_DOWN	2014-12-20 21:49:42.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_SHUTTING_DOWN	2015-01-13 05:39:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_SOCKET_FAILURE squid-3.5.1/errors/uk/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/uk/ERR_SOCKET_FAILURE	2014-12-20 21:49:43.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_SOCKET_FAILURE	2015-01-13 05:39:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_TOO_BIG squid-3.5.1/errors/uk/ERR_TOO_BIG
--- squid-3.5.0.4/errors/uk/ERR_TOO_BIG	2014-12-20 21:49:43.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_TOO_BIG	2015-01-13 05:39:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/uk/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/uk/ERR_UNSUP_HTTPVERSION	2014-12-20 21:49:44.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_UNSUP_HTTPVERSION	2015-01-13 05:39:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_UNSUP_REQ squid-3.5.1/errors/uk/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/uk/ERR_UNSUP_REQ	2014-12-20 21:49:45.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_UNSUP_REQ	2015-01-13 05:39:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_URN_RESOLVE squid-3.5.1/errors/uk/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/uk/ERR_URN_RESOLVE	2014-12-20 21:49:46.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_URN_RESOLVE	2015-01-13 05:39:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_WRITE_ERROR squid-3.5.1/errors/uk/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/uk/ERR_WRITE_ERROR	2014-12-20 21:49:47.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_WRITE_ERROR	2015-01-13 05:39:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uk/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/uk/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/uk/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:49:48.000000000 -0800
+++ squid-3.5.1/errors/uk/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:39:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ПОМИЛКА: Запитаний URL не може бути отриманий</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ACCESS_DENIED squid-3.5.1/errors/uz/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/uz/ERR_ACCESS_DENIED	2014-12-20 21:49:49.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ACCESS_DENIED	2015-01-13 05:39:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:49:49.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:39:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_AGENT_CONFIGURE squid-3.5.1/errors/uz/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/uz/ERR_AGENT_CONFIGURE	2014-12-20 21:49:50.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_AGENT_CONFIGURE	2015-01-13 05:39:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_AGENT_WPAD squid-3.5.1/errors/uz/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/uz/ERR_AGENT_WPAD	2014-12-20 21:49:51.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_AGENT_WPAD	2015-01-13 05:39:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/uz/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/uz/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:49:52.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:39:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Кеш рухсат бермади</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:49:53.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:39:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Кеш бошқарувчи рухсат бермади</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_CANNOT_FORWARD squid-3.5.1/errors/uz/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/uz/ERR_CANNOT_FORWARD	2014-12-20 21:49:54.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_CANNOT_FORWARD	2015-01-13 05:39:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_CONFLICT_HOST squid-3.5.1/errors/uz/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/uz/ERR_CONFLICT_HOST	2014-12-20 21:49:54.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_CONFLICT_HOST	2015-01-13 05:39:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_CONNECT_FAIL squid-3.5.1/errors/uz/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/uz/ERR_CONNECT_FAIL	2014-12-20 21:49:55.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_CONNECT_FAIL	2015-01-13 05:39:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_DIR_LISTING squid-3.5.1/errors/uz/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/uz/ERR_DIR_LISTING	2014-12-20 21:49:56.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_DIR_LISTING	2015-01-13 05:39:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Директория: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_DNS_FAIL squid-3.5.1/errors/uz/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/uz/ERR_DNS_FAIL	2014-12-20 21:49:57.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_DNS_FAIL	2015-01-13 05:39:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ESI squid-3.5.1/errors/uz/ERR_ESI
--- squid-3.5.0.4/errors/uz/ERR_ESI	2014-12-20 21:49:58.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ESI	2015-01-13 05:39:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FORWARDING_DENIED squid-3.5.1/errors/uz/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/uz/ERR_FORWARDING_DENIED	2014-12-20 21:49:59.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FORWARDING_DENIED	2015-01-13 05:39:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_DISABLED squid-3.5.1/errors/uz/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/uz/ERR_FTP_DISABLED	2014-12-20 21:49:59.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_DISABLED	2015-01-13 05:39:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_FAILURE squid-3.5.1/errors/uz/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/uz/ERR_FTP_FAILURE	2014-12-20 21:50:00.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_FAILURE	2015-01-13 05:39:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_FORBIDDEN squid-3.5.1/errors/uz/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/uz/ERR_FTP_FORBIDDEN	2014-12-20 21:50:01.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_FORBIDDEN	2015-01-13 05:39:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_NOT_FOUND squid-3.5.1/errors/uz/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/uz/ERR_FTP_NOT_FOUND	2014-12-20 21:50:02.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_NOT_FOUND	2015-01-13 05:39:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_PUT_CREATED squid-3.5.1/errors/uz/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/uz/ERR_FTP_PUT_CREATED	2014-12-20 21:50:03.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_PUT_CREATED	2015-01-13 05:39:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_PUT_ERROR squid-3.5.1/errors/uz/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/uz/ERR_FTP_PUT_ERROR	2014-12-20 21:50:04.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_PUT_ERROR	2015-01-13 05:39:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: FTP'га юклаш муваффақиятсиз якунланди</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/uz/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/uz/ERR_FTP_PUT_MODIFIED	2014-12-20 21:50:04.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_PUT_MODIFIED	2015-01-13 05:39:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/uz/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/uz/ERR_FTP_UNAVAILABLE	2014-12-20 21:50:05.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_FTP_UNAVAILABLE	2015-01-13 05:39:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_GATEWAY_FAILURE squid-3.5.1/errors/uz/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/uz/ERR_GATEWAY_FAILURE	2014-12-20 21:50:06.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_GATEWAY_FAILURE	2015-01-13 05:39:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ICAP_FAILURE squid-3.5.1/errors/uz/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/uz/ERR_ICAP_FAILURE	2014-12-20 21:50:07.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ICAP_FAILURE	2015-01-13 05:39:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_INVALID_REQ squid-3.5.1/errors/uz/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/uz/ERR_INVALID_REQ	2014-12-20 21:50:08.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_INVALID_REQ	2015-01-13 05:39:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_INVALID_RESP squid-3.5.1/errors/uz/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/uz/ERR_INVALID_RESP	2014-12-20 21:50:09.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_INVALID_RESP	2015-01-13 05:39:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_INVALID_URL squid-3.5.1/errors/uz/ERR_INVALID_URL
--- squid-3.5.0.4/errors/uz/ERR_INVALID_URL	2014-12-20 21:50:09.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_INVALID_URL	2015-01-13 05:39:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_LIFETIME_EXP squid-3.5.1/errors/uz/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/uz/ERR_LIFETIME_EXP	2014-12-20 21:50:10.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_LIFETIME_EXP	2015-01-13 05:39:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_NO_RELAY squid-3.5.1/errors/uz/ERR_NO_RELAY
--- squid-3.5.0.4/errors/uz/ERR_NO_RELAY	2014-12-20 21:50:11.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_NO_RELAY	2015-01-13 05:39:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/uz/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/uz/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:50:12.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:39:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_PRECONDITION_FAILED squid-3.5.1/errors/uz/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/uz/ERR_PRECONDITION_FAILED	2014-12-20 21:50:13.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_PRECONDITION_FAILED	2015-01-13 05:39:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_READ_ERROR squid-3.5.1/errors/uz/ERR_READ_ERROR
--- squid-3.5.0.4/errors/uz/ERR_READ_ERROR	2014-12-20 21:50:14.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_READ_ERROR	2015-01-13 05:39:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_READ_TIMEOUT squid-3.5.1/errors/uz/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/uz/ERR_READ_TIMEOUT	2014-12-20 21:50:14.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_READ_TIMEOUT	2015-01-13 05:40:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/uz/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/uz/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:50:15.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:40:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_SHUTTING_DOWN squid-3.5.1/errors/uz/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/uz/ERR_SHUTTING_DOWN	2014-12-20 21:50:16.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_SHUTTING_DOWN	2015-01-13 05:40:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_SOCKET_FAILURE squid-3.5.1/errors/uz/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/uz/ERR_SOCKET_FAILURE	2014-12-20 21:50:17.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_SOCKET_FAILURE	2015-01-13 05:40:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_TOO_BIG squid-3.5.1/errors/uz/ERR_TOO_BIG
--- squid-3.5.0.4/errors/uz/ERR_TOO_BIG	2014-12-20 21:50:18.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_TOO_BIG	2015-01-13 05:40:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/uz/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/uz/ERR_UNSUP_HTTPVERSION	2014-12-20 21:50:19.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_UNSUP_HTTPVERSION	2015-01-13 05:40:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_UNSUP_REQ squid-3.5.1/errors/uz/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/uz/ERR_UNSUP_REQ	2014-12-20 21:50:19.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_UNSUP_REQ	2015-01-13 05:40:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_URN_RESOLVE squid-3.5.1/errors/uz/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/uz/ERR_URN_RESOLVE	2014-12-20 21:50:20.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_URN_RESOLVE	2015-01-13 05:40:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_WRITE_ERROR squid-3.5.1/errors/uz/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/uz/ERR_WRITE_ERROR	2014-12-20 21:50:21.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_WRITE_ERROR	2015-01-13 05:40:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/uz/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/uz/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/uz/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:50:22.000000000 -0800
+++ squid-3.5.1/errors/uz/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:40:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ХАТО: Сўралган URL топилмади.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ACCESS_DENIED squid-3.5.1/errors/vi/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/vi/ERR_ACCESS_DENIED	2014-12-20 21:50:23.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ACCESS_DENIED	2015-01-13 05:40:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:50:24.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:40:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_AGENT_CONFIGURE squid-3.5.1/errors/vi/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/vi/ERR_AGENT_CONFIGURE	2014-12-20 21:50:25.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_AGENT_CONFIGURE	2015-01-13 05:40:17.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_AGENT_WPAD squid-3.5.1/errors/vi/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/vi/ERR_AGENT_WPAD	2014-12-20 21:50:25.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_AGENT_WPAD	2015-01-13 05:40:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/vi/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/vi/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:50:26.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:40:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: truy cập đến vùng nhớ tạm bị từ chối</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:50:27.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:40:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: truy cập đến trình quản lý vùng nhớ tạm bị từ chối</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_CANNOT_FORWARD squid-3.5.1/errors/vi/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/vi/ERR_CANNOT_FORWARD	2014-12-20 21:50:28.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_CANNOT_FORWARD	2015-01-13 05:40:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_CONFLICT_HOST squid-3.5.1/errors/vi/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/vi/ERR_CONFLICT_HOST	2014-12-20 21:50:29.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_CONFLICT_HOST	2015-01-13 05:40:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_CONNECT_FAIL squid-3.5.1/errors/vi/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/vi/ERR_CONNECT_FAIL	2014-12-20 21:50:30.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_CONNECT_FAIL	2015-01-13 05:40:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_DIR_LISTING squid-3.5.1/errors/vi/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/vi/ERR_DIR_LISTING	2014-12-20 21:50:31.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_DIR_LISTING	2015-01-13 05:40:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Thư mục: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_DNS_FAIL squid-3.5.1/errors/vi/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/vi/ERR_DNS_FAIL	2014-12-20 21:50:31.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_DNS_FAIL	2015-01-13 05:40:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ESI squid-3.5.1/errors/vi/ERR_ESI
--- squid-3.5.0.4/errors/vi/ERR_ESI	2014-12-20 21:50:32.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ESI	2015-01-13 05:40:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FORWARDING_DENIED squid-3.5.1/errors/vi/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/vi/ERR_FORWARDING_DENIED	2014-12-20 21:50:33.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FORWARDING_DENIED	2015-01-13 05:40:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_DISABLED squid-3.5.1/errors/vi/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/vi/ERR_FTP_DISABLED	2014-12-20 21:50:34.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_DISABLED	2015-01-13 05:40:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_FAILURE squid-3.5.1/errors/vi/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/vi/ERR_FTP_FAILURE	2014-12-20 21:50:35.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_FAILURE	2015-01-13 05:40:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_FORBIDDEN squid-3.5.1/errors/vi/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/vi/ERR_FTP_FORBIDDEN	2014-12-20 21:50:36.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_FORBIDDEN	2015-01-13 05:40:36.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_NOT_FOUND squid-3.5.1/errors/vi/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/vi/ERR_FTP_NOT_FOUND	2014-12-20 21:50:37.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_NOT_FOUND	2015-01-13 05:40:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_PUT_CREATED squid-3.5.1/errors/vi/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/vi/ERR_FTP_PUT_CREATED	2014-12-20 21:50:37.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_PUT_CREATED	2015-01-13 05:40:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_PUT_ERROR squid-3.5.1/errors/vi/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/vi/ERR_FTP_PUT_ERROR	2014-12-20 21:50:38.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_PUT_ERROR	2015-01-13 05:40:40.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không tải lên được qua FTP</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/vi/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/vi/ERR_FTP_PUT_MODIFIED	2014-12-20 21:50:39.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_PUT_MODIFIED	2015-01-13 05:40:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/vi/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/vi/ERR_FTP_UNAVAILABLE	2014-12-20 21:50:40.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_FTP_UNAVAILABLE	2015-01-13 05:40:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_GATEWAY_FAILURE squid-3.5.1/errors/vi/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/vi/ERR_GATEWAY_FAILURE	2014-12-20 21:50:41.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_GATEWAY_FAILURE	2015-01-13 05:40:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ICAP_FAILURE squid-3.5.1/errors/vi/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/vi/ERR_ICAP_FAILURE	2014-12-20 21:50:42.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ICAP_FAILURE	2015-01-13 05:40:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_INVALID_REQ squid-3.5.1/errors/vi/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/vi/ERR_INVALID_REQ	2014-12-20 21:50:42.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_INVALID_REQ	2015-01-13 05:40:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_INVALID_RESP squid-3.5.1/errors/vi/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/vi/ERR_INVALID_RESP	2014-12-20 21:50:43.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_INVALID_RESP	2015-01-13 05:40:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_INVALID_URL squid-3.5.1/errors/vi/ERR_INVALID_URL
--- squid-3.5.0.4/errors/vi/ERR_INVALID_URL	2014-12-20 21:50:44.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_INVALID_URL	2015-01-13 05:40:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_LIFETIME_EXP squid-3.5.1/errors/vi/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/vi/ERR_LIFETIME_EXP	2014-12-20 21:50:45.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_LIFETIME_EXP	2015-01-13 05:40:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_NO_RELAY squid-3.5.1/errors/vi/ERR_NO_RELAY
--- squid-3.5.0.4/errors/vi/ERR_NO_RELAY	2014-12-20 21:50:46.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_NO_RELAY	2015-01-13 05:40:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/vi/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/vi/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:50:47.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:40:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_PRECONDITION_FAILED squid-3.5.1/errors/vi/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/vi/ERR_PRECONDITION_FAILED	2014-12-20 21:50:47.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_PRECONDITION_FAILED	2015-01-13 05:40:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_READ_ERROR squid-3.5.1/errors/vi/ERR_READ_ERROR
--- squid-3.5.0.4/errors/vi/ERR_READ_ERROR	2014-12-20 21:50:48.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_READ_ERROR	2015-01-13 05:40:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_READ_TIMEOUT squid-3.5.1/errors/vi/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/vi/ERR_READ_TIMEOUT	2014-12-20 21:50:49.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_READ_TIMEOUT	2015-01-13 05:40:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/vi/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/vi/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:50:50.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:40:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_SHUTTING_DOWN squid-3.5.1/errors/vi/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/vi/ERR_SHUTTING_DOWN	2014-12-20 21:50:51.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_SHUTTING_DOWN	2015-01-13 05:40:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_SOCKET_FAILURE squid-3.5.1/errors/vi/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/vi/ERR_SOCKET_FAILURE	2014-12-20 21:50:52.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_SOCKET_FAILURE	2015-01-13 05:41:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_TOO_BIG squid-3.5.1/errors/vi/ERR_TOO_BIG
--- squid-3.5.0.4/errors/vi/ERR_TOO_BIG	2014-12-20 21:50:53.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_TOO_BIG	2015-01-13 05:41:02.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/vi/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/vi/ERR_UNSUP_HTTPVERSION	2014-12-20 21:50:53.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_UNSUP_HTTPVERSION	2015-01-13 05:41:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_UNSUP_REQ squid-3.5.1/errors/vi/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/vi/ERR_UNSUP_REQ	2014-12-20 21:50:54.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_UNSUP_REQ	2015-01-13 05:41:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_URN_RESOLVE squid-3.5.1/errors/vi/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/vi/ERR_URN_RESOLVE	2014-12-20 21:50:55.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_URN_RESOLVE	2015-01-13 05:41:06.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_WRITE_ERROR squid-3.5.1/errors/vi/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/vi/ERR_WRITE_ERROR	2014-12-20 21:50:56.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_WRITE_ERROR	2015-01-13 05:41:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/vi/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/vi/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/vi/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:50:57.000000000 -0800
+++ squid-3.5.1/errors/vi/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:41:09.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LỖI: không thể lấy địa chỉ URL yêu cầu</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ACCESS_DENIED squid-3.5.1/errors/zh-hans/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hans/ERR_ACCESS_DENIED	2014-12-20 21:50:58.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ACCESS_DENIED	2015-01-13 05:41:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:50:59.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:41:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_AGENT_CONFIGURE squid-3.5.1/errors/zh-hans/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/zh-hans/ERR_AGENT_CONFIGURE	2014-12-20 21:50:59.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_AGENT_CONFIGURE	2015-01-13 05:41:13.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_AGENT_WPAD squid-3.5.1/errors/zh-hans/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/zh-hans/ERR_AGENT_WPAD	2014-12-20 21:51:00.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_AGENT_WPAD	2015-01-13 05:41:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/zh-hans/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hans/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:51:01.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:41:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 缓存访问被拒绝</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:51:02.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:41:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 缓存管理访问被拒绝</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_CANNOT_FORWARD squid-3.5.1/errors/zh-hans/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/zh-hans/ERR_CANNOT_FORWARD	2014-12-20 21:51:03.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_CANNOT_FORWARD	2015-01-13 05:41:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_CONFLICT_HOST squid-3.5.1/errors/zh-hans/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/zh-hans/ERR_CONFLICT_HOST	2014-12-20 21:51:04.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_CONFLICT_HOST	2015-01-13 05:41:20.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_CONNECT_FAIL squid-3.5.1/errors/zh-hans/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/zh-hans/ERR_CONNECT_FAIL	2014-12-20 21:51:04.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_CONNECT_FAIL	2015-01-13 05:41:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_DIR_LISTING squid-3.5.1/errors/zh-hans/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/zh-hans/ERR_DIR_LISTING	2014-12-20 21:51:05.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_DIR_LISTING	2015-01-13 05:41:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>文件夹： %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_DNS_FAIL squid-3.5.1/errors/zh-hans/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/zh-hans/ERR_DNS_FAIL	2014-12-20 21:51:06.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_DNS_FAIL	2015-01-13 05:41:24.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ESI squid-3.5.1/errors/zh-hans/ERR_ESI
--- squid-3.5.0.4/errors/zh-hans/ERR_ESI	2014-12-20 21:51:07.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ESI	2015-01-13 05:41:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FORWARDING_DENIED squid-3.5.1/errors/zh-hans/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/zh-hans/ERR_FORWARDING_DENIED	2014-12-20 21:51:08.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FORWARDING_DENIED	2015-01-13 05:41:27.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_DISABLED squid-3.5.1/errors/zh-hans/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_DISABLED	2014-12-20 21:51:09.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_DISABLED	2015-01-13 05:41:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_FAILURE squid-3.5.1/errors/zh-hans/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_FAILURE	2014-12-20 21:51:09.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_FAILURE	2015-01-13 05:41:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_FORBIDDEN squid-3.5.1/errors/zh-hans/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_FORBIDDEN	2014-12-20 21:51:10.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_FORBIDDEN	2015-01-13 05:41:31.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_NOT_FOUND squid-3.5.1/errors/zh-hans/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_NOT_FOUND	2014-12-20 21:51:11.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_NOT_FOUND	2015-01-13 05:41:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_CREATED squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_CREATED	2014-12-20 21:51:12.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_CREATED	2015-01-13 05:41:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_ERROR squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_ERROR	2014-12-20 21:51:13.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_ERROR	2015-01-13 05:41:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: FTP上传失败</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_PUT_MODIFIED	2014-12-20 21:51:14.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_PUT_MODIFIED	2015-01-13 05:41:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/zh-hans/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/zh-hans/ERR_FTP_UNAVAILABLE	2014-12-20 21:51:14.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_FTP_UNAVAILABLE	2015-01-13 05:41:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_GATEWAY_FAILURE squid-3.5.1/errors/zh-hans/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/zh-hans/ERR_GATEWAY_FAILURE	2014-12-20 21:51:15.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_GATEWAY_FAILURE	2015-01-13 05:41:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ICAP_FAILURE squid-3.5.1/errors/zh-hans/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/zh-hans/ERR_ICAP_FAILURE	2014-12-20 21:51:16.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ICAP_FAILURE	2015-01-13 05:41:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_INVALID_REQ squid-3.5.1/errors/zh-hans/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/zh-hans/ERR_INVALID_REQ	2014-12-20 21:51:17.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_INVALID_REQ	2015-01-13 05:41:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_INVALID_RESP squid-3.5.1/errors/zh-hans/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/zh-hans/ERR_INVALID_RESP	2014-12-20 21:51:18.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_INVALID_RESP	2015-01-13 05:41:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_INVALID_URL squid-3.5.1/errors/zh-hans/ERR_INVALID_URL
--- squid-3.5.0.4/errors/zh-hans/ERR_INVALID_URL	2014-12-20 21:51:19.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_INVALID_URL	2015-01-13 05:41:45.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_LIFETIME_EXP squid-3.5.1/errors/zh-hans/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/zh-hans/ERR_LIFETIME_EXP	2014-12-20 21:51:19.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_LIFETIME_EXP	2015-01-13 05:41:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_NO_RELAY squid-3.5.1/errors/zh-hans/ERR_NO_RELAY
--- squid-3.5.0.4/errors/zh-hans/ERR_NO_RELAY	2014-12-20 21:51:20.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_NO_RELAY	2015-01-13 05:41:48.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:51:21.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:41:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_PRECONDITION_FAILED squid-3.5.1/errors/zh-hans/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/zh-hans/ERR_PRECONDITION_FAILED	2014-12-20 21:51:22.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_PRECONDITION_FAILED	2015-01-13 05:41:51.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_READ_ERROR squid-3.5.1/errors/zh-hans/ERR_READ_ERROR
--- squid-3.5.0.4/errors/zh-hans/ERR_READ_ERROR	2014-12-20 21:51:23.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_READ_ERROR	2015-01-13 05:41:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_READ_TIMEOUT squid-3.5.1/errors/zh-hans/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/zh-hans/ERR_READ_TIMEOUT	2014-12-20 21:51:24.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_READ_TIMEOUT	2015-01-13 05:41:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/zh-hans/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/zh-hans/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:51:24.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:41:54.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_SHUTTING_DOWN squid-3.5.1/errors/zh-hans/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/zh-hans/ERR_SHUTTING_DOWN	2014-12-20 21:51:25.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_SHUTTING_DOWN	2015-01-13 05:41:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_SOCKET_FAILURE squid-3.5.1/errors/zh-hans/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/zh-hans/ERR_SOCKET_FAILURE	2014-12-20 21:51:26.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_SOCKET_FAILURE	2015-01-13 05:41:58.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_TOO_BIG squid-3.5.1/errors/zh-hans/ERR_TOO_BIG
--- squid-3.5.0.4/errors/zh-hans/ERR_TOO_BIG	2014-12-20 21:51:27.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_TOO_BIG	2015-01-13 05:41:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/zh-hans/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/zh-hans/ERR_UNSUP_HTTPVERSION	2014-12-20 21:51:28.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_UNSUP_HTTPVERSION	2015-01-13 05:42:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_UNSUP_REQ squid-3.5.1/errors/zh-hans/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/zh-hans/ERR_UNSUP_REQ	2014-12-20 21:51:29.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_UNSUP_REQ	2015-01-13 05:42:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_URN_RESOLVE squid-3.5.1/errors/zh-hans/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/zh-hans/ERR_URN_RESOLVE	2014-12-20 21:51:29.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_URN_RESOLVE	2015-01-13 05:42:03.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_WRITE_ERROR squid-3.5.1/errors/zh-hans/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/zh-hans/ERR_WRITE_ERROR	2014-12-20 21:51:30.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_WRITE_ERROR	2015-01-13 05:42:04.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hans/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/zh-hans/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/zh-hans/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:51:31.000000000 -0800
+++ squid-3.5.1/errors/zh-hans/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:42:05.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>错误: 不能获取请求的 URL</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ACCESS_DENIED squid-3.5.1/errors/zh-hant/ERR_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hant/ERR_ACCESS_DENIED	2014-12-20 21:51:32.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ACCESS_DENIED	2015-01-13 05:42:07.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED squid-3.5.1/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-3.5.0.4/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED	2014-12-20 21:51:33.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED	2015-01-13 05:42:08.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_AGENT_CONFIGURE squid-3.5.1/errors/zh-hant/ERR_AGENT_CONFIGURE
--- squid-3.5.0.4/errors/zh-hant/ERR_AGENT_CONFIGURE	2014-12-20 21:51:34.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_AGENT_CONFIGURE	2015-01-13 05:42:10.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_AGENT_WPAD squid-3.5.1/errors/zh-hant/ERR_AGENT_WPAD
--- squid-3.5.0.4/errors/zh-hant/ERR_AGENT_WPAD	2014-12-20 21:51:35.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_AGENT_WPAD	2015-01-13 05:42:11.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Web Browser Configuration</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_CACHE_ACCESS_DENIED squid-3.5.1/errors/zh-hant/ERR_CACHE_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hant/ERR_CACHE_ACCESS_DENIED	2014-12-20 21:51:35.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_CACHE_ACCESS_DENIED	2015-01-13 05:42:12.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 網路快取伺服器存取被拒絕</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED squid-3.5.1/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.5.0.4/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED	2014-12-20 21:51:36.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED	2015-01-13 05:42:14.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 使用快取伺服器管理程式被拒絕</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_CANNOT_FORWARD squid-3.5.1/errors/zh-hant/ERR_CANNOT_FORWARD
--- squid-3.5.0.4/errors/zh-hant/ERR_CANNOT_FORWARD	2014-12-20 21:51:37.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_CANNOT_FORWARD	2015-01-13 05:42:15.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_CONFLICT_HOST squid-3.5.1/errors/zh-hant/ERR_CONFLICT_HOST
--- squid-3.5.0.4/errors/zh-hant/ERR_CONFLICT_HOST	2014-12-20 21:51:38.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_CONFLICT_HOST	2015-01-13 05:42:16.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_CONNECT_FAIL squid-3.5.1/errors/zh-hant/ERR_CONNECT_FAIL
--- squid-3.5.0.4/errors/zh-hant/ERR_CONNECT_FAIL	2014-12-20 21:51:39.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_CONNECT_FAIL	2015-01-13 05:42:18.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_DIR_LISTING squid-3.5.1/errors/zh-hant/ERR_DIR_LISTING
--- squid-3.5.0.4/errors/zh-hant/ERR_DIR_LISTING	2014-12-20 21:51:40.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_DIR_LISTING	2015-01-13 05:42:19.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Directory: %U</title>
 <style type="text/css"><!--
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_DNS_FAIL squid-3.5.1/errors/zh-hant/ERR_DNS_FAIL
--- squid-3.5.0.4/errors/zh-hant/ERR_DNS_FAIL	2014-12-20 21:51:41.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_DNS_FAIL	2015-01-13 05:42:21.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ESI squid-3.5.1/errors/zh-hant/ERR_ESI
--- squid-3.5.0.4/errors/zh-hant/ERR_ESI	2014-12-20 21:51:42.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ESI	2015-01-13 05:42:22.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FORWARDING_DENIED squid-3.5.1/errors/zh-hant/ERR_FORWARDING_DENIED
--- squid-3.5.0.4/errors/zh-hant/ERR_FORWARDING_DENIED	2014-12-20 21:51:43.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FORWARDING_DENIED	2015-01-13 05:42:23.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_DISABLED squid-3.5.1/errors/zh-hant/ERR_FTP_DISABLED
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_DISABLED	2014-12-20 21:51:43.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_DISABLED	2015-01-13 05:42:25.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_FAILURE squid-3.5.1/errors/zh-hant/ERR_FTP_FAILURE
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_FAILURE	2014-12-20 21:51:44.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_FAILURE	2015-01-13 05:42:26.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_FORBIDDEN squid-3.5.1/errors/zh-hant/ERR_FTP_FORBIDDEN
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_FORBIDDEN	2014-12-20 21:51:45.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_FORBIDDEN	2015-01-13 05:42:28.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_NOT_FOUND squid-3.5.1/errors/zh-hant/ERR_FTP_NOT_FOUND
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_NOT_FOUND	2014-12-20 21:51:46.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_NOT_FOUND	2015-01-13 05:42:29.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_CREATED squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_CREATED
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_CREATED	2014-12-20 21:51:47.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_CREATED	2015-01-13 05:42:30.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_ERROR squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_ERROR
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_ERROR	2014-12-20 21:51:48.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_ERROR	2015-01-13 05:42:32.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 檔案傳輸上傳（PUT）失敗</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_MODIFIED squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_MODIFIED
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_PUT_MODIFIED	2014-12-20 21:51:48.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_PUT_MODIFIED	2015-01-13 05:42:33.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful.</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_FTP_UNAVAILABLE squid-3.5.1/errors/zh-hant/ERR_FTP_UNAVAILABLE
--- squid-3.5.0.4/errors/zh-hant/ERR_FTP_UNAVAILABLE	2014-12-20 21:51:49.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_FTP_UNAVAILABLE	2015-01-13 05:42:34.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_GATEWAY_FAILURE squid-3.5.1/errors/zh-hant/ERR_GATEWAY_FAILURE
--- squid-3.5.0.4/errors/zh-hant/ERR_GATEWAY_FAILURE	2014-12-20 21:51:50.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_GATEWAY_FAILURE	2015-01-13 05:42:35.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ICAP_FAILURE squid-3.5.1/errors/zh-hant/ERR_ICAP_FAILURE
--- squid-3.5.0.4/errors/zh-hant/ERR_ICAP_FAILURE	2014-12-20 21:51:51.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ICAP_FAILURE	2015-01-13 05:42:37.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_INVALID_REQ squid-3.5.1/errors/zh-hant/ERR_INVALID_REQ
--- squid-3.5.0.4/errors/zh-hant/ERR_INVALID_REQ	2014-12-20 21:51:52.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_INVALID_REQ	2015-01-13 05:42:38.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_INVALID_RESP squid-3.5.1/errors/zh-hant/ERR_INVALID_RESP
--- squid-3.5.0.4/errors/zh-hant/ERR_INVALID_RESP	2014-12-20 21:51:53.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_INVALID_RESP	2015-01-13 05:42:39.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_INVALID_URL squid-3.5.1/errors/zh-hant/ERR_INVALID_URL
--- squid-3.5.0.4/errors/zh-hant/ERR_INVALID_URL	2014-12-20 21:51:54.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_INVALID_URL	2015-01-13 05:42:41.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_LIFETIME_EXP squid-3.5.1/errors/zh-hant/ERR_LIFETIME_EXP
--- squid-3.5.0.4/errors/zh-hant/ERR_LIFETIME_EXP	2014-12-20 21:51:54.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_LIFETIME_EXP	2015-01-13 05:42:42.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_NO_RELAY squid-3.5.1/errors/zh-hant/ERR_NO_RELAY
--- squid-3.5.0.4/errors/zh-hant/ERR_NO_RELAY	2014-12-20 21:51:55.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_NO_RELAY	2015-01-13 05:42:43.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS squid-3.5.1/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS
--- squid-3.5.0.4/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS	2014-12-20 21:51:56.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS	2015-01-13 05:42:44.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_PRECONDITION_FAILED squid-3.5.1/errors/zh-hant/ERR_PRECONDITION_FAILED
--- squid-3.5.0.4/errors/zh-hant/ERR_PRECONDITION_FAILED	2014-12-20 21:51:57.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_PRECONDITION_FAILED	2015-01-13 05:42:46.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_READ_ERROR squid-3.5.1/errors/zh-hant/ERR_READ_ERROR
--- squid-3.5.0.4/errors/zh-hant/ERR_READ_ERROR	2014-12-20 21:51:58.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_READ_ERROR	2015-01-13 05:42:47.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_READ_TIMEOUT squid-3.5.1/errors/zh-hant/ERR_READ_TIMEOUT
--- squid-3.5.0.4/errors/zh-hant/ERR_READ_TIMEOUT	2014-12-20 21:51:59.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_READ_TIMEOUT	2015-01-13 05:42:49.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_SECURE_CONNECT_FAIL squid-3.5.1/errors/zh-hant/ERR_SECURE_CONNECT_FAIL
--- squid-3.5.0.4/errors/zh-hant/ERR_SECURE_CONNECT_FAIL	2014-12-20 21:51:59.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_SECURE_CONNECT_FAIL	2015-01-13 05:42:50.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_SHUTTING_DOWN squid-3.5.1/errors/zh-hant/ERR_SHUTTING_DOWN
--- squid-3.5.0.4/errors/zh-hant/ERR_SHUTTING_DOWN	2014-12-20 21:52:00.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_SHUTTING_DOWN	2015-01-13 05:42:52.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_SOCKET_FAILURE squid-3.5.1/errors/zh-hant/ERR_SOCKET_FAILURE
--- squid-3.5.0.4/errors/zh-hant/ERR_SOCKET_FAILURE	2014-12-20 21:52:01.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_SOCKET_FAILURE	2015-01-13 05:42:53.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_TOO_BIG squid-3.5.1/errors/zh-hant/ERR_TOO_BIG
--- squid-3.5.0.4/errors/zh-hant/ERR_TOO_BIG	2014-12-20 21:52:02.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_TOO_BIG	2015-01-13 05:42:55.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_UNSUP_HTTPVERSION squid-3.5.1/errors/zh-hant/ERR_UNSUP_HTTPVERSION
--- squid-3.5.0.4/errors/zh-hant/ERR_UNSUP_HTTPVERSION	2014-12-20 21:52:03.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_UNSUP_HTTPVERSION	2015-01-13 05:42:56.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_UNSUP_REQ squid-3.5.1/errors/zh-hant/ERR_UNSUP_REQ
--- squid-3.5.0.4/errors/zh-hant/ERR_UNSUP_REQ	2014-12-20 21:52:04.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_UNSUP_REQ	2015-01-13 05:42:57.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_URN_RESOLVE squid-3.5.1/errors/zh-hant/ERR_URN_RESOLVE
--- squid-3.5.0.4/errors/zh-hant/ERR_URN_RESOLVE	2014-12-20 21:52:05.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_URN_RESOLVE	2015-01-13 05:42:59.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN could not be retrieved</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_WRITE_ERROR squid-3.5.1/errors/zh-hant/ERR_WRITE_ERROR
--- squid-3.5.0.4/errors/zh-hant/ERR_WRITE_ERROR	2014-12-20 21:52:05.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_WRITE_ERROR	2015-01-13 05:43:00.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/errors/zh-hant/ERR_ZERO_SIZE_OBJECT squid-3.5.1/errors/zh-hant/ERR_ZERO_SIZE_OBJECT
--- squid-3.5.0.4/errors/zh-hant/ERR_ZERO_SIZE_OBJECT	2014-12-20 21:52:06.000000000 -0800
+++ squid-3.5.1/errors/zh-hant/ERR_ZERO_SIZE_OBJECT	2015-01-13 05:43:01.000000000 -0800
@@ -1,6 +1,6 @@
 
 <html><head>
-<meta type="copyright" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
+<meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>錯誤: 欲連結之網址（URL）無法正確的傳回</title>
 <style type="text/css"><!-- 
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/basic_db_auth.8 squid-3.5.1/helpers/basic_auth/DB/basic_db_auth.8
--- squid-3.5.0.4/helpers/basic_auth/DB/basic_db_auth.8	2014-12-20 21:52:16.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/basic_db_auth.8	2015-01-13 05:43:16.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_DB_AUTH 1"
-.TH BASIC_DB_AUTH 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH BASIC_DB_AUTH 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -203,7 +203,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/basic_db_auth.pl.in squid-3.5.1/helpers/basic_auth/DB/basic_db_auth.pl.in
--- squid-3.5.0.4/helpers/basic_auth/DB/basic_db_auth.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/basic_db_auth.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -88,7 +88,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/Makefile.am squid-3.5.1/helpers/basic_auth/DB/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/DB/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/Makefile.in squid-3.5.1/helpers/basic_auth/DB/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/DB/Makefile.in	2014-12-20 21:13:36.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/Makefile.in	2015-01-13 04:53:12.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/passwd.sql squid-3.5.1/helpers/basic_auth/DB/passwd.sql
--- squid-3.5.0.4/helpers/basic_auth/DB/passwd.sql	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/passwd.sql	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/DB/required.m4 squid-3.5.1/helpers/basic_auth/DB/required.m4
--- squid-3.5.0.4/helpers/basic_auth/DB/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/DB/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/fake/fake.cc squid-3.5.1/helpers/basic_auth/fake/fake.cc
--- squid-3.5.0.4/helpers/basic_auth/fake/fake.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/fake/fake.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/fake/Makefile.am squid-3.5.1/helpers/basic_auth/fake/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/fake/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/fake/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/fake/Makefile.in squid-3.5.1/helpers/basic_auth/fake/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/fake/Makefile.in	2014-12-20 21:13:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/fake/Makefile.in	2015-01-13 04:53:19.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/fake/required.m4 squid-3.5.1/helpers/basic_auth/fake/required.m4
--- squid-3.5.0.4/helpers/basic_auth/fake/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/fake/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/getpwnam/basic_getpwnam_auth.8 squid-3.5.1/helpers/basic_auth/getpwnam/basic_getpwnam_auth.8
--- squid-3.5.0.4/helpers/basic_auth/getpwnam/basic_getpwnam_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/getpwnam/basic_getpwnam_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -74,7 +74,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc squid-3.5.1/helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/getpwnam/Makefile.am squid-3.5.1/helpers/basic_auth/getpwnam/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/getpwnam/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/getpwnam/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/getpwnam/Makefile.in squid-3.5.1/helpers/basic_auth/getpwnam/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/getpwnam/Makefile.in	2014-12-20 21:13:49.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/getpwnam/Makefile.in	2015-01-13 04:53:20.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/getpwnam/required.m4 squid-3.5.1/helpers/basic_auth/getpwnam/required.m4
--- squid-3.5.0.4/helpers/basic_auth/getpwnam/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/getpwnam/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/LDAP/basic_ldap_auth.8 squid-3.5.1/helpers/basic_auth/LDAP/basic_ldap_auth.8
--- squid-3.5.0.4/helpers/basic_auth/LDAP/basic_ldap_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/LDAP/basic_ldap_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -305,7 +305,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/LDAP/basic_ldap_auth.cc squid-3.5.1/helpers/basic_auth/LDAP/basic_ldap_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/LDAP/basic_ldap_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/LDAP/basic_ldap_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/LDAP/Makefile.am squid-3.5.1/helpers/basic_auth/LDAP/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/LDAP/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/LDAP/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/LDAP/Makefile.in squid-3.5.1/helpers/basic_auth/LDAP/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/LDAP/Makefile.in	2014-12-20 21:13:37.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/LDAP/Makefile.in	2015-01-13 04:53:12.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/LDAP/required.m4 squid-3.5.1/helpers/basic_auth/LDAP/required.m4
--- squid-3.5.0.4/helpers/basic_auth/LDAP/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/LDAP/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/Makefile.am squid-3.5.1/helpers/basic_auth/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -11,7 +11,6 @@
 	fake \
 	getpwnam \
 	LDAP \
-	MSNT \
 	MSNT-multi-domain \
 	NCSA \
 	NIS \
@@ -20,6 +19,7 @@
 	RADIUS \
 	SASL \
 	SMB \
+	SMB_LM \
 	SSPI
 
 SUBDIRS	= $(BASIC_AUTH_HELPERS)
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/Makefile.in squid-3.5.1/helpers/basic_auth/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/Makefile.in	2014-12-20 21:13:39.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/Makefile.in	2015-01-13 04:53:13.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -454,7 +454,6 @@
 	fake \
 	getpwnam \
 	LDAP \
-	MSNT \
 	MSNT-multi-domain \
 	NCSA \
 	NIS \
@@ -463,6 +462,7 @@
 	RADIUS \
 	SASL \
 	SMB \
+	SMB_LM \
 	SSPI
 
 SUBDIRS = $(BASIC_AUTH_HELPERS)
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/modules.m4 squid-3.5.1/helpers/basic_auth/modules.m4
--- squid-3.5.0.4/helpers/basic_auth/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -47,9 +47,6 @@
       elif test "x$helper" = "xMSNT-multi-domain" ; then
         m4_include([helpers/basic_auth/MSNT-multi-domain/required.m4])
 
-      elif test "x$helper" = "xMSNT" ; then
-        m4_include([helpers/basic_auth/MSNT/required.m4])
-
       elif test "x$helper" = "xNCSA" ; then
         m4_include([helpers/basic_auth/NCSA/required.m4])
 
@@ -71,6 +68,9 @@
       elif test "x$helper" = "xSMB" ; then
         m4_include([helpers/basic_auth/SMB/required.m4])
 
+      elif test "x$helper" = "xSMB_LM" ; then
+        m4_include([helpers/basic_auth/SMB_LM/required.m4])
+
       elif test "x$helper" = "xSSPI" ; then
         m4_include([helpers/basic_auth/SSPI/required.m4])
 
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/allowusers.cc squid-3.5.1/helpers/basic_auth/MSNT/allowusers.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/allowusers.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/allowusers.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,59 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * allowusers.c
- * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
- * Released under GPL, see COPYING-2.0 for details.
- *
- * These routines are to allow users attempting to use the proxy which
- * have been explicitly allowed by the system administrator.
- * The code originated from denyusers.c.
- */
-
-#include "squid.h"
-#include "msntauth.h"
-#include "usersfile.h"
-
-#include <cstdlib>
-#include <cstring>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/param.h>
-
-static usersfile AllowUsers;
-static int init = 0;
-
-/* shared */
-char Allowuserpath[MAXPATHLEN]; /* MAXPATHLEN defined in param.h */
-
-int
-Read_allowusers(void)
-{
-    if (!init) {
-        memset(&AllowUsers, '\0', sizeof(AllowUsers));
-        init = 1;
-    }
-    if (*Allowuserpath)
-        return Read_usersfile(Allowuserpath, &AllowUsers);
-    else
-        return 0;
-}
-
-int
-Check_ifuserallowed(char *ConnectingUser)
-{
-    return Check_userlist(&AllowUsers, ConnectingUser);
-}
-
-void
-Check_forallowchange(void)
-{
-    Check_forfilechange(&AllowUsers);
-}
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/confload.cc squid-3.5.1/helpers/basic_auth/MSNT/confload.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/confload.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/confload.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,274 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * confload.c
- * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
- * Released under GPL, see COPYING-2.0 for details.
- *
- * These routines load the msntauth configuration file.
- * It stores the servers to query, sets the denied and
- * allowed user files, and provides the
- * authenticating function.
- */
-
-/* Squid provides a number of portability overrides */
-#include "squid.h"
-
-#include <cassert>
-#include <cerrno>
-#include <cstdlib>
-#include <cstring>
-#include <syslog.h>
-#include <sys/param.h>
-#include <netdb.h>
-
-#include "msntauth.h"
-#include "valid.h"
-
-/* Path to configuration file */
-#ifndef SYSCONFDIR
-#define SYSCONFDIR "/usr/local/squid/etc"
-#endif
-#define CONFIGFILE   SYSCONFDIR "/msntauth.conf"
-
-/* Maximum number of servers to query. This number can be increased. */
-#define MAXSERVERS 5
-#define NTHOSTLEN 65
-
-extern char Denyuserpath[MAXPATHLEN];   /* MAXPATHLEN defined in param.h */
-extern char Allowuserpath[MAXPATHLEN];
-
-typedef struct _ServerTuple {
-    char pdc[NTHOSTLEN];
-    char bdc[NTHOSTLEN];
-    char domain[NTHOSTLEN];
-} ServerTuple;
-
-ServerTuple ServerArray[MAXSERVERS];    /* Array of servers to query */
-int Serversqueried = 0;     /* Number of servers queried */
-
-/* Declarations */
-
-static void ProcessLine(char *);
-static void AddServer(char *, char *, char *);
-static int QueryServerForUser(int, char *, char *);
-
-/*
- * Opens and reads the configuration file.
- * Returns 0 on success, or 1 for error.
- */
-
-int
-OpenConfigFile(void)
-{
-    FILE *ConfigFile;
-    char Confbuf[2049];     /* Line reading buffer */
-
-    /* Initialise defaults */
-
-    Serversqueried = 0;
-    memset(ServerArray, '\0', sizeof(ServerArray));
-    memset(Denyuserpath, '\0', MAXPATHLEN);
-    memset(Allowuserpath, '\0', MAXPATHLEN);
-
-    /* Open file */
-    if ((ConfigFile = fopen(CONFIGFILE, "r")) == NULL) {
-        syslog(LOG_ERR, "OpenConfigFile: Failed to open %s.", CONFIGFILE);
-        syslog(LOG_ERR, "%s", strerror(errno));
-        return 1;
-    }
-    /* Read in, one line at a time */
-    while (!feof(ConfigFile)) {
-        Confbuf[0] = '\0';
-        if (NULL == fgets(Confbuf, 2048, ConfigFile))
-            break;
-        Confbuf[2048] = '\0';
-        ProcessLine(Confbuf);
-    }
-    fclose(ConfigFile);
-
-    /*
-     * Check that at least one server is being queried. Report error if not.
-     * Denied and allowed user files are hardcoded, so it's fine if they're
-     * not set in the confugration file.
-     */
-    if (Serversqueried == 0) {
-        syslog(LOG_ERR, "OpenConfigFile: No servers set in %s. At least one is needed.", CONFIGFILE);
-        return 1;
-    }
-    return 0;
-}
-
-/* Parses a configuration file line. */
-
-static void
-ProcessLine(char *Linebuf)
-{
-    char *Directive;
-    char *Param1;
-    char *Param2;
-    char *Param3;
-
-    /* Ignore empty lines */
-    if (strlen(Linebuf) == 0)
-        return;
-
-    /* Break up on whitespaces */
-    if ((Directive = strtok(Linebuf, " \t\n")) == NULL)
-        return;
-
-    /* Check for a comment line. If found, stop . */
-    if (Directive[0] == '#')
-        return;
-
-    /* Check for server line. Check for 3 parameters. */
-    if (strcmp(Directive, "server") == 0) {
-        Param1 = strtok(NULL, " \t\n");
-        if (NULL == Param1) {
-            syslog(LOG_ERR, "ProcessLine: 'server' missing PDC parameter.");
-            return;
-        }
-        Param2 = strtok(NULL, " \t\n");
-        if (NULL == Param2) {
-            syslog(LOG_ERR, "ProcessLine: 'server' missing BDC parameter.");
-            return;
-        }
-        Param3 = strtok(NULL, " \t\n");
-        if (NULL == Param3) {
-            syslog(LOG_ERR, "ProcessLine: 'server' missing domain parameter.");
-            return;
-        }
-        AddServer(Param1, Param2, Param3);
-        return;
-    }
-    /* Check for denyusers line */
-    if (strcmp(Directive, "denyusers") == 0) {
-        Param1 = strtok(NULL, " \t\n");
-
-        if (NULL == Param1) {
-            syslog(LOG_ERR, "ProcessLine: A 'denyusers' line needs a filename parameter.");
-            return;
-        }
-        memset(Denyuserpath, '\0', MAXPATHLEN);
-        strncpy(Denyuserpath, Param1, MAXPATHLEN - 1);
-        return;
-    }
-    /* Check for allowusers line */
-    if (strcmp(Directive, "allowusers") == 0) {
-        Param1 = strtok(NULL, " \t\n");
-
-        if (NULL == Param1) {
-            syslog(LOG_ERR, "ProcessLine: An 'allowusers' line needs a filename parameter.");
-            return;
-        }
-        memset(Allowuserpath, '\0', MAXPATHLEN);
-        strncpy(Allowuserpath, Param1, MAXPATHLEN - 1);
-        return;
-    }
-    /* Reports error for unknown line */
-    syslog(LOG_ERR, "ProcessLine: Ignoring '%s' line.", Directive);
-}
-
-/*
- * Adds a server to query to the server array.
- * Checks if the server IP is resolvable.
- * Checks if the number of servers to query is not exceeded.
- * Does not allow parameters longer than NTHOSTLEN.
- */
-
-void
-AddServer(char *ParamPDC, char *ParamBDC, char *ParamDomain)
-{
-    if (Serversqueried == MAXSERVERS) {
-        syslog(LOG_ERR, "AddServer: Ignoring '%s' server line; "
-               "too many servers.", ParamPDC);
-        return;
-    }
-    if (gethostbyname(ParamPDC) == NULL) {
-        syslog(LOG_ERR, "AddServer: Ignoring host '%s'. "
-               "Cannot resolve its address.", ParamPDC);
-        return;
-    }
-    if (gethostbyname(ParamBDC) == NULL) {
-        syslog(LOG_USER | LOG_ERR, "AddServer: Ignoring host '%s'. "
-               "Cannot resolve its address.", ParamBDC);
-        return;
-    }
-    /* NOTE: ServerArray is zeroed in OpenConfigFile() */
-    assert(Serversqueried < MAXSERVERS);
-    strncpy(ServerArray[Serversqueried].pdc, ParamPDC, NTHOSTLEN - 1);
-    strncpy(ServerArray[Serversqueried].bdc, ParamBDC, NTHOSTLEN - 1);
-    strncpy(ServerArray[Serversqueried].domain, ParamDomain, NTHOSTLEN - 1);
-    ++Serversqueried;
-}
-
-/*
- * Cycles through all servers to query.
- * Returns 0 if one server could authenticate the user.
- * Returns 1 if no server authenticated the user.
- */
-
-int
-QueryServers(char *username, char *password)
-{
-    int i;
-    for (i = 0; i < Serversqueried; ++i) {
-        if (0 == QueryServerForUser(i, username, password))
-            return 0;
-    }
-    return 1;
-}
-
-/*
- * Attempts to authenticate the user with one server.
- * Logs syslog messages for different errors.
- * Returns 0 on success, non-zero on failure.
- */
-
-/* Define for systems which don't support it, like Solaris */
-#ifndef LOG_AUTHPRIV
-#define LOG_AUTHPRIV LOG_AUTH
-#endif
-
-static int
-QueryServerForUser(int x, char *username, char *password)
-{
-    int result = 1;
-
-    result = Valid_User(username, password, ServerArray[x].pdc,
-                        ServerArray[x].bdc, ServerArray[x].domain);
-
-    switch (result) {       /* Write any helpful syslog messages */
-    case 0:
-        break;
-    case 1:
-        syslog(LOG_AUTHPRIV | LOG_INFO, "Server error when checking %s.",
-               username);
-        break;
-    case 2:
-        syslog(LOG_AUTHPRIV | LOG_INFO, "Protocol error when checking %s.",
-               username);
-        break;
-    case 3:
-        syslog(LOG_AUTHPRIV | LOG_INFO, "Authentication failed for %s.",
-               username);
-        break;
-    }
-
-    return result;
-}
-
-/* Valid_User return codes -
- *
- * 0 - User authenticated successfully.
- * 1 - Server error.
- * 2 - Protocol error.
- * 3 - Logon error; Incorrect password or username given.
- */
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/denyusers.cc squid-3.5.1/helpers/basic_auth/MSNT/denyusers.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/denyusers.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/denyusers.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,127 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * denyusers.c
- * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
- * Released under GPL, see COPYING-2.0 for details.
- *
- * These routines are to block users attempting to use the proxy which
- * have been explicitly denied by the system administrator.
- * Routines at the bottom also use the allowed user functions.
- */
-
-#include "squid.h"
-#include "msntauth.h"
-#include "usersfile.h"
-
-#include <cstdlib>
-#include <cstring>
-#include <ctime>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/param.h>
-
-static usersfile DenyUsers;
-static int init = 0;
-
-/* shared */
-char Denyuserpath[MAXPATHLEN];  /* MAXPATHLEN defined in param.h */
-
-int
-Read_denyusers(void)
-{
-    if (!init) {
-        memset(&DenyUsers, '\0', sizeof(DenyUsers));
-        init = 1;
-    }
-    if (*Denyuserpath)
-        return Read_usersfile(Denyuserpath, &DenyUsers);
-    else
-        return 0;
-}
-
-static void
-Check_fordenychange(void)
-{
-    Check_forfilechange(&DenyUsers);
-}
-
-/*
- * Check to see if the username provided by Squid appears in the denied
- * user list. Returns 0 if the user was not found, and 1 if they were.
- */
-
-static int
-Check_ifuserdenied(char *ConnectingUser)
-{
-    /* If user string is empty, deny */
-    if (ConnectingUser[0] == '\0')
-        return 1;
-
-    /* If denied user list is empty, allow */
-    if (DenyUsers.Inuse == 0)
-        return 0;
-
-    return Check_userlist(&DenyUsers, ConnectingUser);
-}
-
-/*
- * Decides if a user is denied or allowed.
- * If they have been denied, or not allowed, return 1.
- * Else return 0.
- */
-
-int
-Check_user(char *ConnectingUser)
-{
-    if (Check_ifuserdenied(ConnectingUser) == 1)
-        return 1;
-
-    if (Check_ifuserallowed(ConnectingUser) == 0)
-        return 1;
-
-    return 0;
-}
-
-/*
- * Checks the denied and allowed user files for change.
- * This function is invoked when a SIGHUP signal is received.
- * It is also run after every 60 seconds, at the next request.
- */
-
-void
-Check_forchange(int signal)
-{
-    Check_fordenychange();
-    Check_forallowchange();
-}
-
-/*
- * Checks the timer. If longer than 1 minute has passed since the last
- * time someone has accessed the proxy, then check for changes in the
- * denied user file. If longer than one minute hasn't passed, return.
- */
-
-void
-Checktimer()
-{
-    static time_t Lasttime; /* The last time the timer was checked */
-    static time_t Currenttime;  /* The current time */
-
-    Currenttime = time(NULL);
-
-    /* If timeout has expired, check the denied user file, else return */
-    if (difftime(Currenttime, Lasttime) < 60)
-        return;
-    else {
-        Check_forchange(-1);
-        Lasttime = Currenttime;
-    }
-}
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/Makefile.am squid-3.5.1/helpers/basic_auth/MSNT/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/MSNT/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/Makefile.am	1969-12-31 16:00:00.000000000 -0800
@@ -1,58 +0,0 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-include $(top_srcdir)/src/Common.am
-
-MSNTAUTH_CONF = $(sysconfdir)/msntauth.conf
-
-libexec_PROGRAMS = basic_msnt_auth
-
-basic_msnt_auth_SOURCES = \
-	allowusers.cc \
-	confload.cc \
-	denyusers.cc \
-	msntauth.cc \
-	msntauth.h \
-	usersfile.cc \
-	usersfile.h \
-	valid.cc \
-	valid.h
-
-EXTRA_DIST = \
-	msntauth.conf.default \
-	msntauth-v2.0.lsm \
-	README.html \
-	required.m4
-
-sysconf_DATA = \
-	msntauth.conf.default
-
-CFLAGS += -DSYSCONFDIR=\"$(sysconfdir)\"
-CXXFLAGS += -DSYSCONFDIR=\"$(sysconfdir)\"
-LDADD = \
-	$(top_builddir)/lib/smblib/libsmblib.la \
-	$(top_builddir)/lib/rfcnb/librfcnb.la \
-	$(top_builddir)/lib/libmiscencoding.la \
-	$(COMPAT_LIB) \
-	$(XTRA_LIBS)
-
-## we need our local files too (but avoid -I. at all costs)
-AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/lib
-
-
-install-data-local: msntauth.conf.default
-	@if test -f $(DESTDIR)$(MSNTAUTH_CONF) ; then \
-		echo "$@ will not overwrite existing $(DESTDIR)$(MSNTAUTH_CONF)" ; \
-	else \
-		echo "$(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF)" ; \
-		$(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF) ; \
-	fi
-
-uninstall-local:
-	@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh "$(RM)" $(DESTDIR)$(MSNTAUTH_CONF)
-	$(RM) -f $(DESTDIR)$(MSNTAUTH_CONF).default
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/Makefile.in squid-3.5.1/helpers/basic_auth/MSNT/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/MSNT/Makefile.in	2014-12-20 21:13:38.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/Makefile.in	1969-12-31 16:00:00.000000000 -0800
@@ -1,1269 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-DIST_COMMON = $(top_srcdir)/src/Common.am $(srcdir)/Makefile.in \
-	$(srcdir)/Makefile.am $(top_srcdir)/cfgaux/depcomp \
-	$(top_srcdir)/cfgaux/test-driver
-check_PROGRAMS =
-TESTS =
-@ENABLE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
-libexec_PROGRAMS = basic_msnt_auth$(EXEEXT)
-subdir = helpers/basic_auth/MSNT
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude/ax_with_prog.m4 \
-	$(top_srcdir)/acinclude/init.m4 \
-	$(top_srcdir)/acinclude/squid-util.m4 \
-	$(top_srcdir)/acinclude/compiler-flags.m4 \
-	$(top_srcdir)/acinclude/os-deps.m4 \
-	$(top_srcdir)/acinclude/krb5.m4 $(top_srcdir)/acinclude/pam.m4 \
-	$(top_srcdir)/acinclude/pkg.m4 \
-	$(top_srcdir)/acinclude/lib-checks.m4 \
-	$(top_srcdir)/acinclude/ax_cxx_compile_stdcxx_11.m4 \
-	$(top_srcdir)/acinclude/ax_cxx_0x_types.m4 \
-	$(top_srcdir)/helpers/basic_auth/modules.m4 \
-	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/POP3/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
-	$(top_srcdir)/helpers/digest_auth/modules.m4 \
-	$(top_srcdir)/helpers/digest_auth/LDAP/required.m4 \
-	$(top_srcdir)/helpers/digest_auth/eDirectory/required.m4 \
-	$(top_srcdir)/helpers/digest_auth/file/required.m4 \
-	$(top_srcdir)/helpers/negotiate_auth/modules.m4 \
-	$(top_srcdir)/helpers/negotiate_auth/SSPI/required.m4 \
-	$(top_srcdir)/helpers/negotiate_auth/kerberos/required.m4 \
-	$(top_srcdir)/helpers/negotiate_auth/wrapper/required.m4 \
-	$(top_srcdir)/helpers/ntlm_auth/modules.m4 \
-	$(top_srcdir)/helpers/ntlm_auth/fake/required.m4 \
-	$(top_srcdir)/helpers/ntlm_auth/SSPI/required.m4 \
-	$(top_srcdir)/helpers/ntlm_auth/smb_lm/required.m4 \
-	$(top_srcdir)/helpers/log_daemon/modules.m4 \
-	$(top_srcdir)/helpers/log_daemon/DB/required.m4 \
-	$(top_srcdir)/helpers/log_daemon/file/required.m4 \
-	$(top_srcdir)/helpers/external_acl/modules.m4 \
-	$(top_srcdir)/helpers/external_acl/AD_group/required.m4 \
-	$(top_srcdir)/helpers/external_acl/LDAP_group/required.m4 \
-	$(top_srcdir)/helpers/external_acl/LM_group/required.m4 \
-	$(top_srcdir)/helpers/external_acl/delayer/required.m4 \
-	$(top_srcdir)/helpers/external_acl/SQL_session/required.m4 \
-	$(top_srcdir)/helpers/external_acl/eDirectory_userip/required.m4 \
-	$(top_srcdir)/helpers/external_acl/file_userip/required.m4 \
-	$(top_srcdir)/helpers/external_acl/kerberos_ldap_group/required.m4 \
-	$(top_srcdir)/helpers/external_acl/session/required.m4 \
-	$(top_srcdir)/helpers/external_acl/time_quota/required.m4 \
-	$(top_srcdir)/helpers/external_acl/unix_group/required.m4 \
-	$(top_srcdir)/helpers/external_acl/wbinfo_group/required.m4 \
-	$(top_srcdir)/helpers/url_rewrite/modules.m4 \
-	$(top_srcdir)/helpers/url_rewrite/fake/required.m4 \
-	$(top_srcdir)/helpers/storeid_rewrite/modules.m4 \
-	$(top_srcdir)/helpers/storeid_rewrite/file/required.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/include/autoconf.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sysconfdir)"
-PROGRAMS = $(libexec_PROGRAMS)
-am_basic_msnt_auth_OBJECTS = allowusers.$(OBJEXT) confload.$(OBJEXT) \
-	denyusers.$(OBJEXT) msntauth.$(OBJEXT) usersfile.$(OBJEXT) \
-	valid.$(OBJEXT)
-basic_msnt_auth_OBJECTS = $(am_basic_msnt_auth_OBJECTS)
-basic_msnt_auth_LDADD = $(LDADD)
-@ENABLE_XPROF_STATS_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/lib/profiler/libprofiler.la
-am__DEPENDENCIES_2 = $(top_builddir)/compat/libcompat-squid.la \
-	$(am__DEPENDENCIES_1)
-am__DEPENDENCIES_3 =
-basic_msnt_auth_DEPENDENCIES =  \
-	$(top_builddir)/lib/smblib/libsmblib.la \
-	$(top_builddir)/lib/rfcnb/librfcnb.la \
-	$(top_builddir)/lib/libmiscencoding.la $(am__DEPENDENCIES_2) \
-	$(am__DEPENDENCIES_3)
-AM_V_lt = $(am__v_lt_@AM_V@)
-am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-AM_V_P = $(am__v_P_@AM_V@)
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_@AM_V@)
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_@AM_V@)
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = 
-depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_@AM_V@)
-am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_@AM_V@)
-am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_@AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(basic_msnt_auth_SOURCES)
-DIST_SOURCES = $(basic_msnt_auth_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-DATA = $(sysconf_DATA)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__tty_colors_dummy = \
-  mgn= red= grn= lgn= blu= brg= std=; \
-  am__color_tests=no
-am__tty_colors = { \
-  $(am__tty_colors_dummy); \
-  if test "X$(AM_COLOR_TESTS)" = Xno; then \
-    am__color_tests=no; \
-  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
-    am__color_tests=yes; \
-  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
-    am__color_tests=yes; \
-  fi; \
-  if test $$am__color_tests = yes; then \
-    red='[0;31m'; \
-    grn='[0;32m'; \
-    lgn='[1;32m'; \
-    blu='[1;34m'; \
-    mgn='[0;35m'; \
-    brg='[1m'; \
-    std='[m'; \
-  fi; \
-}
-am__recheck_rx = ^[ 	]*:recheck:[ 	]*
-am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
-am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
-# A command that, given a newline-separated list of test names on the
-# standard input, print the name of the tests that are to be re-run
-# upon "make recheck".
-am__list_recheck_tests = $(AWK) '{ \
-  recheck = 1; \
-  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
-    { \
-      if (rc < 0) \
-        { \
-          if ((getline line2 < ($$0 ".log")) < 0) \
-	    recheck = 0; \
-          break; \
-        } \
-      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
-        { \
-          recheck = 0; \
-          break; \
-        } \
-      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
-        { \
-          break; \
-        } \
-    }; \
-  if (recheck) \
-    print $$0; \
-  close ($$0 ".trs"); \
-  close ($$0 ".log"); \
-}'
-# A command that, given a newline-separated list of test names on the
-# standard input, create the global log from their .trs and .log files.
-am__create_global_log = $(AWK) ' \
-function fatal(msg) \
-{ \
-  print "fatal: making $@: " msg | "cat >&2"; \
-  exit 1; \
-} \
-function rst_section(header) \
-{ \
-  print header; \
-  len = length(header); \
-  for (i = 1; i <= len; i = i + 1) \
-    printf "="; \
-  printf "\n\n"; \
-} \
-{ \
-  copy_in_global_log = 1; \
-  global_test_result = "RUN"; \
-  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
-    { \
-      if (rc < 0) \
-         fatal("failed to read from " $$0 ".trs"); \
-      if (line ~ /$(am__global_test_result_rx)/) \
-        { \
-          sub("$(am__global_test_result_rx)", "", line); \
-          sub("[ 	]*$$", "", line); \
-          global_test_result = line; \
-        } \
-      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
-        copy_in_global_log = 0; \
-    }; \
-  if (copy_in_global_log) \
-    { \
-      rst_section(global_test_result ": " $$0); \
-      while ((rc = (getline line < ($$0 ".log"))) != 0) \
-      { \
-        if (rc < 0) \
-          fatal("failed to read from " $$0 ".log"); \
-        print line; \
-      }; \
-      printf "\n"; \
-    }; \
-  close ($$0 ".trs"); \
-  close ($$0 ".log"); \
-}'
-# Restructured Text title.
-am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
-# Solaris 10 'make', and several other traditional 'make' implementations,
-# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
-# by disabling -e (using the XSI extension "set +e") if it's set.
-am__sh_e_setup = case $$- in *e*) set +e;; esac
-# Default flags passed to test drivers.
-am__common_driver_flags = \
-  --color-tests "$$am__color_tests" \
-  --enable-hard-errors "$$am__enable_hard_errors" \
-  --expect-failure "$$am__expect_failure"
-# To be inserted before the command running the test.  Creates the
-# directory for the log if needed.  Stores in $dir the directory
-# containing $f, in $tst the test, in $log the log.  Executes the
-# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
-# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
-# will run the test scripts (or their associated LOG_COMPILER, if
-# thy have one).
-am__check_pre = \
-$(am__sh_e_setup);					\
-$(am__vpath_adj_setup) $(am__vpath_adj)			\
-$(am__tty_colors);					\
-srcdir=$(srcdir); export srcdir;			\
-case "$@" in						\
-  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
-    *) am__odir=.;; 					\
-esac;							\
-test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
-  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
-if test -f "./$$f"; then dir=./;			\
-elif test -f "$$f"; then dir=;				\
-else dir="$(srcdir)/"; fi;				\
-tst=$$dir$$f; log='$@'; 				\
-if test -n '$(DISABLE_HARD_ERRORS)'; then		\
-  am__enable_hard_errors=no; 				\
-else							\
-  am__enable_hard_errors=yes; 				\
-fi; 							\
-case " $(XFAIL_TESTS) " in				\
-  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
-    am__expect_failure=yes;;				\
-  *)							\
-    am__expect_failure=no;;				\
-esac; 							\
-$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
-# A shell command to get the names of the tests scripts with any registered
-# extension removed (i.e., equivalently, the names of the test logs, with
-# the '.log' extension removed).  The result is saved in the shell variable
-# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
-# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
-# since that might cause problem with VPATH rewrites for suffix-less tests.
-# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
-am__set_TESTS_bases = \
-  bases='$(TEST_LOGS)'; \
-  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
-  bases=`echo $$bases`
-RECHECK_LOGS = $(TEST_LOGS)
-AM_RECURSIVE_TARGETS = check recheck
-TEST_SUITE_LOG = test-suite.log
-TEST_EXTENSIONS = @EXEEXT@ .test
-am__test_logs1 = $(TESTS:=.log)
-am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
-TEST_LOGS = $(am__test_logs2:.test.log=.log)
-TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/cfgaux/test-driver
-TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
-	$(TEST_LOG_FLAGS)
-am__set_b = \
-  case '$@' in \
-    */*) \
-      case '$*' in \
-        */*) b='$*';; \
-          *) b=`echo '$@' | sed 's/\.log$$//'`; \
-       esac;; \
-    *) \
-      b='$*';; \
-  esac
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-ADAPTATION_LIBS = @ADAPTATION_LIBS@
-ALLOCA = @ALLOCA@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-ARGZ_H = @ARGZ_H@
-AR_R = @AR_R@
-AUTH_LIBS_TO_BUILD = @AUTH_LIBS_TO_BUILD@
-AUTH_MODULES = @AUTH_MODULES@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
-BUILDCXX = @BUILDCXX@
-BUILDCXXFLAGS = @BUILDCXXFLAGS@
-BZR = @BZR@
-CACHE_EFFECTIVE_USER = @CACHE_EFFECTIVE_USER@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
-CGIEXT = @CGIEXT@
-CHMOD = @CHMOD@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CPPUNITCONFIG = @CPPUNITCONFIG@
-CRYPTLIB = @CRYPTLIB@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
-CYGPATH_W = @CYGPATH_W@
-DEFAULT_HOSTS = @DEFAULT_HOSTS@
-DEFAULT_LOG_DIR = @DEFAULT_LOG_DIR@
-DEFAULT_PID_FILE = @DEFAULT_PID_FILE@
-DEFAULT_SWAP_DIR = @DEFAULT_SWAP_DIR@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
-DISK_LIBS = @DISK_LIBS@
-DISK_LINKOBJS = @DISK_LINKOBJS@
-DISK_MODULES = @DISK_MODULES@
-DISK_OS_LIBS = @DISK_OS_LIBS@
-DISK_PROGRAMS = @DISK_PROGRAMS@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECAP_LIBS = @ECAP_LIBS@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EPOLL_LIBS = @EPOLL_LIBS@
-EUILIB = @EUILIB@
-EXEEXT = @EXEEXT@
-EXPATLIB = @EXPATLIB@
-EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
-EXT_LIBECAP_CFLAGS = @EXT_LIBECAP_CFLAGS@
-EXT_LIBECAP_LIBS = @EXT_LIBECAP_LIBS@
-FALSE = @FALSE@
-FGREP = @FGREP@
-GREP = @GREP@
-HAVE_CXX11 = @HAVE_CXX11@
-ICAP_LIBS = @ICAP_LIBS@
-INCLTDL = @INCLTDL@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KRB5INCS = @KRB5INCS@
-KRB5LIBS = @KRB5LIBS@
-LBERLIB = @LBERLIB@
-LD = @LD@
-LDAPLIB = @LDAPLIB@
-LDFLAGS = @LDFLAGS@
-LIBADD_DL = @LIBADD_DL@
-LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
-LIBADD_DLOPEN = @LIBADD_DLOPEN@
-LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
-LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
-LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
-LIBLTDL = @LIBLTDL@
-LIBOBJS = @LIBOBJS@
-LIBOPENSSL_CFLAGS = @LIBOPENSSL_CFLAGS@
-LIBOPENSSL_LIBS = @LIBOPENSSL_LIBS@
-LIBS = @LIBS@
-LIBSASL = @LIBSASL@
-LIBTOOL = @LIBTOOL@
-LIB_DB = @LIB_DB@
-LIB_KRB5_CFLAGS = @LIB_KRB5_CFLAGS@
-LIB_KRB5_LIBS = @LIB_KRB5_LIBS@
-LIPO = @LIPO@
-LN = @LN@
-LN_S = @LN_S@
-LOG_DAEMON_HELPERS = @LOG_DAEMON_HELPERS@
-LTDLDEPS = @LTDLDEPS@
-LTDLINCL = @LTDLINCL@
-LTDLOPEN = @LTDLOPEN@
-LTLIBOBJS = @LTLIBOBJS@
-LT_CONFIG_H = @LT_CONFIG_H@
-LT_DLLOADERS = @LT_DLLOADERS@
-LT_DLPREOPEN = @LT_DLPREOPEN@
-MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MINGW_LIBS = @MINGW_LIBS@
-MKDIR = @MKDIR@
-MKDIR_P = @MKDIR_P@
-MV = @MV@
-NEGOTIATE_AUTH_HELPERS = @NEGOTIATE_AUTH_HELPERS@
-NETTLELIB = @NETTLELIB@
-NM = @NM@
-NMEDIT = @NMEDIT@
-NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PERL = @PERL@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-PO2HTML = @PO2HTML@
-PO2TEXT = @PO2TEXT@
-POD2MAN = @POD2MAN@
-RANLIB = @RANLIB@
-REGEXLIB = @REGEXLIB@
-REPL_LIBS = @REPL_LIBS@
-REPL_OBJS = @REPL_OBJS@
-REPL_POLICIES = @REPL_POLICIES@
-RM = @RM@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SH = @SH@
-SHELL = @SHELL@
-SMBCLIENT = @SMBCLIENT@
-SNMPLIB = @SNMPLIB@
-SQUID_CFLAGS = @SQUID_CFLAGS@
-SQUID_CPPUNIT_INC = @SQUID_CPPUNIT_INC@
-SQUID_CPPUNIT_LA = @SQUID_CPPUNIT_LA@
-SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@
-SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
-SSLLIB = @SSLLIB@
-STOREID_REWRITE_HELPERS = @STOREID_REWRITE_HELPERS@
-STORE_LIBS_TO_ADD = @STORE_LIBS_TO_ADD@
-STORE_LIBS_TO_BUILD = @STORE_LIBS_TO_BUILD@
-STORE_TESTS = @STORE_TESTS@
-STRIP = @STRIP@
-TR = @TR@
-TRUE = @TRUE@
-URL_REWRITE_HELPERS = @URL_REWRITE_HELPERS@
-VERSION = @VERSION@
-WBINFO = @WBINFO@
-WIN32_PSAPI = @WIN32_PSAPI@
-XMLLIB = @XMLLIB@
-XTRA_LIBS = @XTRA_LIBS@
-XTRA_OBJS = @XTRA_OBJS@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-krb5_config = @krb5_config@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-ltdl_LIBOBJS = @ltdl_LIBOBJS@
-ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sys_symbol_underscore = @sys_symbol_underscore@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-AM_CFLAGS = $(SQUID_CFLAGS)
-AM_CXXFLAGS = $(SQUID_CXXFLAGS)
-CLEANFILES = 
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
-	-I$(top_srcdir)/lib -I$(top_srcdir)/src \
-	-I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(KRB5INCS) \
-	$(am__append_1) -I$(srcdir) -I$(top_srcdir)/lib
-@ENABLE_XPROF_STATS_FALSE@LIBPROFILER = 
-@ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
-COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
-subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
-MSNTAUTH_CONF = $(sysconfdir)/msntauth.conf
-basic_msnt_auth_SOURCES = \
-	allowusers.cc \
-	confload.cc \
-	denyusers.cc \
-	msntauth.cc \
-	msntauth.h \
-	usersfile.cc \
-	usersfile.h \
-	valid.cc \
-	valid.h
-
-EXTRA_DIST = \
-	msntauth.conf.default \
-	msntauth-v2.0.lsm \
-	README.html \
-	required.m4
-
-sysconf_DATA = \
-	msntauth.conf.default
-
-LDADD = \
-	$(top_builddir)/lib/smblib/libsmblib.la \
-	$(top_builddir)/lib/rfcnb/librfcnb.la \
-	$(top_builddir)/lib/libmiscencoding.la \
-	$(COMPAT_LIB) \
-	$(XTRA_LIBS)
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/Common.am $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/basic_auth/MSNT/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign helpers/basic_auth/MSNT/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-$(top_srcdir)/src/Common.am:
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-checkPROGRAMS:
-	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-install-libexecPROGRAMS: $(libexec_PROGRAMS)
-	@$(NORMAL_INSTALL)
-	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
-	fi; \
-	for p in $$list; do echo "$$p $$p"; done | \
-	sed 's/$(EXEEXT)$$//' | \
-	while read p p1; do if test -f $$p \
-	 || test -f $$p1 \
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
-	done | \
-	sed -e 'p;s,.*/,,;n;h' \
-	    -e 's|.*|.|' \
-	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
-	sed 'N;N;N;s,\n, ,g' | \
-	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
-	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
-	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
-	    else { print "f", $$3 "/" $$4, $$1; } } \
-	  END { for (d in files) print "f", d, files[d] }' | \
-	while read type dir files; do \
-	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
-	    test -z "$$files" || { \
-	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
-	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
-	    } \
-	; done
-
-uninstall-libexecPROGRAMS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
-	files=`for p in $$list; do echo "$$p"; done | \
-	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
-	      -e 's/$$/$(EXEEXT)/' \
-	`; \
-	test -n "$$list" || exit 0; \
-	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
-	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
-
-clean-libexecPROGRAMS:
-	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-basic_msnt_auth$(EXEEXT): $(basic_msnt_auth_OBJECTS) $(basic_msnt_auth_DEPENDENCIES) $(EXTRA_basic_msnt_auth_DEPENDENCIES) 
-	@rm -f basic_msnt_auth$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(basic_msnt_auth_OBJECTS) $(basic_msnt_auth_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allowusers.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confload.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/denyusers.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msntauth.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usersfile.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valid.Po@am__quote@
-
-.cc.o:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-sysconfDATA: $(sysconf_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
-	done
-
-uninstall-sysconfDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-# Recover from deleted '.trs' file; this should ensure that
-# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
-# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
-# to avoid problems with "make -n".
-.log.trs:
-	rm -f $< $@
-	$(MAKE) $(AM_MAKEFLAGS) $<
-
-# Leading 'am--fnord' is there to ensure the list of targets does not
-# expand to empty, as could happen e.g. with make check TESTS=''.
-am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
-am--force-recheck:
-	@:
-
-$(TEST_SUITE_LOG): $(TEST_LOGS)
-	@$(am__set_TESTS_bases); \
-	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
-	redo_bases=`for i in $$bases; do \
-	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
-	            done`; \
-	if test -n "$$redo_bases"; then \
-	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
-	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
-	  if $(am__make_dryrun); then :; else \
-	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
-	  fi; \
-	fi; \
-	if test -n "$$am__remaking_logs"; then \
-	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
-	       "recursion detected" >&2; \
-	else \
-	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
-	fi; \
-	if $(am__make_dryrun); then :; else \
-	  st=0;  \
-	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
-	  for i in $$redo_bases; do \
-	    test -f $$i.trs && test -r $$i.trs \
-	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
-	    test -f $$i.log && test -r $$i.log \
-	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
-	  done; \
-	  test $$st -eq 0 || exit 1; \
-	fi
-	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
-	ws='[ 	]'; \
-	results=`for b in $$bases; do echo $$b.trs; done`; \
-	test -n "$$results" || results=/dev/null; \
-	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
-	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
-	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
-	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
-	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
-	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
-	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
-	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
-	  success=true; \
-	else \
-	  success=false; \
-	fi; \
-	br='==================='; br=$$br$$br$$br$$br; \
-	result_count () \
-	{ \
-	    if test x"$$1" = x"--maybe-color"; then \
-	      maybe_colorize=yes; \
-	    elif test x"$$1" = x"--no-color"; then \
-	      maybe_colorize=no; \
-	    else \
-	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
-	    fi; \
-	    shift; \
-	    desc=$$1 count=$$2; \
-	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
-	      color_start=$$3 color_end=$$std; \
-	    else \
-	      color_start= color_end=; \
-	    fi; \
-	    echo "$${color_start}# $$desc $$count$${color_end}"; \
-	}; \
-	create_testsuite_report () \
-	{ \
-	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
-	  result_count $$1 "PASS: " $$pass  "$$grn"; \
-	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
-	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
-	  result_count $$1 "FAIL: " $$fail  "$$red"; \
-	  result_count $$1 "XPASS:" $$xpass "$$red"; \
-	  result_count $$1 "ERROR:" $$error "$$mgn"; \
-	}; \
-	{								\
-	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
-	    $(am__rst_title);						\
-	  create_testsuite_report --no-color;				\
-	  echo;								\
-	  echo ".. contents:: :depth: 2";				\
-	  echo;								\
-	  for b in $$bases; do echo $$b; done				\
-	    | $(am__create_global_log);					\
-	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
-	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
-	if $$success; then						\
-	  col="$$grn";							\
-	 else								\
-	  col="$$red";							\
-	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
-	fi;								\
-	echo "$${col}$$br$${std}"; 					\
-	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
-	echo "$${col}$$br$${std}"; 					\
-	create_testsuite_report --maybe-color;				\
-	echo "$$col$$br$$std";						\
-	if $$success; then :; else					\
-	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
-	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
-	  fi;								\
-	  echo "$$col$$br$$std";					\
-	fi;								\
-	$$success || exit 1
-
-check-TESTS:
-	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
-	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
-	@set +e; $(am__set_TESTS_bases); \
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
-	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
-	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
-	exit $$?;
-recheck: all $(check_PROGRAMS)
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
-	@set +e; $(am__set_TESTS_bases); \
-	bases=`for i in $$bases; do echo $$i; done \
-	         | $(am__list_recheck_tests)` || exit 1; \
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
-	log_list=`echo $$log_list`; \
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
-	        am__force_recheck=am--force-recheck \
-	        TEST_LOGS="$$log_list"; \
-	exit $$?
-.test.log:
-	@p='$<'; \
-	$(am__set_b); \
-	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
-	--log-file $$b.log --trs-file $$b.trs \
-	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
-@am__EXEEXT_TRUE@.test$(EXEEXT).log:
-@am__EXEEXT_TRUE@	@p='$<'; \
-@am__EXEEXT_TRUE@	$(am__set_b); \
-@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
-@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
-@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
-@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
-	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
-check: check-am
-all-am: Makefile $(PROGRAMS) $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sysconfdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
-	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
-	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
-	clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-data-local
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-libexecPROGRAMS install-sysconfDATA
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-libexecPROGRAMS uninstall-local \
-	uninstall-sysconfDATA
-
-.MAKE: check-am install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
-	clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
-	clean-libtool cscopelist-am ctags ctags-am distclean \
-	distclean-compile distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am \
-	install-data-local install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-libexecPROGRAMS install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip install-sysconfDATA installcheck installcheck-am \
-	installdirs maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
-	uninstall uninstall-am uninstall-libexecPROGRAMS \
-	uninstall-local uninstall-sysconfDATA
-
-
-$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
-
-install-data-local: msntauth.conf.default
-	@if test -f $(DESTDIR)$(MSNTAUTH_CONF) ; then \
-		echo "$@ will not overwrite existing $(DESTDIR)$(MSNTAUTH_CONF)" ; \
-	else \
-		echo "$(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF)" ; \
-		$(INSTALL_DATA) $(srcdir)/msntauth.conf.default $(DESTDIR)$(MSNTAUTH_CONF) ; \
-	fi
-
-uninstall-local:
-	@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh "$(RM)" $(DESTDIR)$(MSNTAUTH_CONF)
-	$(RM) -f $(DESTDIR)$(MSNTAUTH_CONF).default
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.cc squid-3.5.1/helpers/basic_auth/MSNT/msntauth.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/msntauth.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,154 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * MSNT - Microsoft Windows NT domain squid authenticator module
- * Version 2.0 by Stellar-X Pty Ltd, Antonino Iannella
- * Sun Sep  2 14:39:53 CST 2001
- *
- * Modified to act as a Squid authenticator module.
- * Removed all Pike stuff.
- * Returns OK for a successful authentication, or ERR upon error.
- *
- * Uses code from -
- * Andrew Tridgell 1997
- * Richard Sharpe 1996
- * Bill Welliver 1999
- * Duane Wessels 2000 (wessels@squid-cache.org)
- *
- * Released under GNU Public License
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-#include "squid.h"
-#include "rfc1738.h"
-#include "util.h"
-
-#include <csignal>
-#include <cstring>
-#include <syslog.h>
-
-#include "msntauth.h"
-
-extern char version[];
-char msntauth_version[] = "Msntauth v2.0.3 (C) 2 Sep 2001 Stellar-X Antonino Iannella.\nModified by the Squid HTTP Proxy team 26 Jun 2002";
-
-/* Main program for simple authentication.
- * Reads the denied user file. Sets alarm timer.
- * Scans and checks for Squid input, and attempts to validate the user.
- */
-
-int
-main(int argc, char **argv)
-{
-    char username[256];
-    char password[256];
-    char wstr[256];
-    int err = 0;
-
-    openlog("msnt_auth", LOG_PID, LOG_USER);
-    setbuf(stdout, NULL);
-
-    /* Read configuration file. Abort wildly if error. */
-    if (OpenConfigFile() == 1)
-        return 1;
-
-    /*
-     * Read denied and allowed user files.
-     * If they fails, there is a serious problem.
-     * Check syslog messages. Deny all users while in this state.
-     * The msntauth process should then be killed.
-     */
-    if ((Read_denyusers() == 1) || (Read_allowusers() == 1)) {
-        while (1) {
-            memset(wstr, '\0', sizeof(wstr));
-            if (fgets(wstr, 255, stdin) == NULL)
-                break;
-            puts("ERR");
-        }
-        return 1;
-    }
-
-    /*
-     * Make Check_forchange() the handle for HUP signals.
-     * Don't use alarms any more. I don't think it was very
-     * portable between systems.
-     * XXX this should be sigaction()
-     */
-    signal(SIGHUP, Check_forchange);
-
-    while (1) {
-        int n;
-        /* Read whole line from standard input. Terminate on break. */
-        memset(wstr, '\0', sizeof(wstr));
-        if (fgets(wstr, 255, stdin) == NULL)
-            break;
-        /* ignore this line if we didn't get the end-of-line marker */
-        if (NULL == strchr(wstr, '\n')) {
-            err = 1;
-            continue;
-        }
-        if (err) {
-            syslog(LOG_WARNING, "oversized message");
-            puts("ERR");
-            err = 0;
-            continue;
-        }
-
-        /*
-         * extract username and password.
-         * XXX is sscanf() safe?
-         */
-        username[0] = '\0';
-        password[0] = '\0';
-        n = sscanf(wstr, "%s %[^\n]", username, password);
-        if (2 != n) {
-            puts("ERR");
-            continue;
-        }
-        /* Check for invalid or blank entries */
-        if ((username[0] == '\0') || (password[0] == '\0')) {
-            puts("ERR");
-            continue;
-        }
-        Checktimer();       /* Check if the user lists have changed */
-
-        rfc1738_unescape(username);
-        rfc1738_unescape(password);
-
-        /*
-         * Check if user is explicitly denied or allowed.
-         * If user passes both checks, they can be authenticated.
-         */
-        if (Check_user(username) == 1) {
-            syslog(LOG_INFO, "'%s' denied", username);
-            puts("ERR");
-        } else if (QueryServers(username, password) == 0)
-            puts("OK");
-        else {
-            syslog(LOG_INFO, "'%s' login failed", username);
-            puts("ERR");
-        }
-        err = 0;
-    }
-
-    return 0;
-}
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.conf.default squid-3.5.1/helpers/basic_auth/MSNT/msntauth.conf.default
--- squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.conf.default	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/msntauth.conf.default	1969-12-31 16:00:00.000000000 -0800
@@ -1,19 +0,0 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-# Sample MSNT authenticator configuration file
-# Antonino Iannella, Stellar-X Pty Ltd
-# Sun Sep  2 15:52:31 CST 2001
-
-# NT hosts to use. Best to put their IP addresses in /etc/hosts.
-server my_PDC		my_BDC		my_NTdomain
-server other_PDC	other_BDC	otherdomain
-
-# Denied and allowed users. Comment these if not needed.
-#denyusers	/usr/local/squid/etc/msntauth.denyusers
-#allowusers	/usr/local/squid/etc/msntauth.allowusers
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.h squid-3.5.1/helpers/basic_auth/MSNT/msntauth.h
--- squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/msntauth.h	1969-12-31 16:00:00.000000000 -0800
@@ -1,24 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
-#define _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
-
-extern int OpenConfigFile(void);
-extern int QueryServers(char *, char *);
-extern void Checktimer(void);
-extern "C" void Check_forchange(int);
-extern int Read_denyusers(void);
-extern int Read_allowusers(void);
-extern int Check_user(char *);
-extern int QueryServers(char *, char *);
-extern int Check_ifuserallowed(char *ConnectingUser);
-extern void Check_forallowchange(void);
-
-#endif /* _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H */
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth-v2.0.lsm squid-3.5.1/helpers/basic_auth/MSNT/msntauth-v2.0.lsm
--- squid-3.5.0.4/helpers/basic_auth/MSNT/msntauth-v2.0.lsm	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/msntauth-v2.0.lsm	1969-12-31 16:00:00.000000000 -0800
@@ -1,13 +0,0 @@
-Begin3
-Title:         msntauth 
-Version:       2.0 
-Entered-date:  01SEP01 
-Description:   Squid web proxy NT domain authentication module 
-Keywords:      Squid WWW proxy SMB NT domain authentication module source
-Author:         antonino@rager.com.au (Antonino Iannella)
-Maintained-by:  antonino@rager.com.au (Antonino Iannella)
-Primary-site:   sunsite.unc.edu /pub/Linux/system/network/misc
-		msntauth-v2.0.tgz
-Original-site:  http://members.tripod.com/stellarx
-Copying-policy: GPL
-End
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/README.html squid-3.5.1/helpers/basic_auth/MSNT/README.html
--- squid-3.5.0.4/helpers/basic_auth/MSNT/README.html	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/README.html	1969-12-31 16:00:00.000000000 -0800
@@ -1,350 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>MSNTAUTH readme</TITLE>
-</HEAD>
-<BODY BGCOLOR="#FFFFFF">
-
-<!--
-If you require this document in text form, download the 
-HTML-text package from http://members.tripod.com/stellarx.
--->
-
-<H1>
-MSNT Auth v2.0.3-squid.1<BR>
-Squid web proxy NT authentication module<BR>
-Modified by the Squid HTTP Proxy team<BR>
-Wed Jun 26 21:16:32 CEST 2002<BR>
-Original release by Antonino Iannella, Stellar-X Pty Ltd<BR>
-</H1>
-
-<H2>Contents</H2>
-
-<UL>
-<LI> <A HREF="#introduction">Introduction</A>
-<LI> <A HREF="#installation">Installation</A>
-<LI> <A HREF="#compiling">Issues when compiling</A>
-<LI> <A HREF="#configuration">Configuration file</A>
-<LI> <A HREF="#denying">Denying users</A>
-<LI> <A HREF="#allowing">Allowing users</A>
-<LI> <A HREF="#squid">Squid.conf changes</A>
-<LI> <A HREF="#testing">Testing</A>
-<LI> <A HREF="#contact">Contact details</A>
-<LI> <A HREF="#unknown">Unknown username issue</A>
-<LI> <A HREF="#changes">Revision history</A>
-</UL>
-
-<A NAME="introduction"><H2>Introduction</H2>
-
-<P>
-This is an authentication module for the Squid proxy server
-to use an NT domain server.
-
-<P>
-It originates from the Samba and SMB packages by Andrew Tridgell
-and Richard Sharpe. It is sourced from the Pike
-authentication module by William Welliver (hwellive@intersil.com),
-and the SMB 1.0.1 libraries.
-Releases up to version 2.0.3 were created by Antonino Iannella
-(antonino@rager.com.au, http://stellarx.tripod.com).
-The module is now distributed with Squid, and is maintained by the
-Squid proxy team as an Open Source effort.
-Msntauth is released under the GNU General Public License.
-
-<P>
-Usage is simple. It accepts a username and password on standard input.
-It will return OK if the username/password is valid for the domain,
-or ERR if there was some problem.
-Check syslog messages for reported problems.
-
-<P>
-Msntauth works in environments with NT domain controllers on
-Windows (TM) NT 4, 2000, and Samba.
-
-<A NAME="installation"><H2>Installation</H2>
-
-<P>
-Msntauth will be compiled when you compile Squid, using
-their autoconf system.
-Refer to Squid documentation for details.
-If the build is suitable, you can skip this section.
-
-<P>
-Alternatively, a supplementary makefile is also provided for manual compiling.
-Review Makefile.MSNT, and modify it based on the target platform or
-site requirements.
-
-<P>
-Make any necessary changes to the source code.
-
-<P>
-Copy Makefile.MSNT to Makefile.
-Type 'make', then 'make install', then 'make clean'.
-
-<P>
-To avoid using the makefile, it may compile with
-
-  gcc -O2 -s -o msntauth *.c
-
-<P>
-'Make install' will put 'msntauth' into
-/usr/local/squid/bin.
-
-<A NAME="compiling"><H2>Issues when compiling</H2>
-
-<P>
-The Makefile uses your C compiler (usually GCC), assuming it's in your PATH.
-Msntauth is known to compile properly on Linux, FreeBSD, and Solaris.
-
-<P>
-When compiling under Solaris, link to the NSL and socket libraries.
-In the Makefile, enable the alternative CFLAGS line for Solaris.
-Ensure /usr/ccs/bin is in your PATH.
-In Smbencrypt.c, '#include <sys/vfs.h>' only gets included when
-compiled with Solaris.
-
-<P>
-For Digital Unix/Tru64, review the INSTALL line in the makefile.
-The install-bsd command is used to place files in their target location.
-
-<A NAME="configuration"><H2>Configuration file</H2>
-
-<P>
-Msntauth uses a configuration file, usually
-/usr/local/squid/etc/msntauth.conf.
-To change this, edit the following line in confload.c -
-
-<PRE>
-  #define CONFIGFILE   "/usr/local/squid/etc/msntauth.conf"
-</PRE>
-
-<P>
-An example configuration file is provided -
-
-<PRE>
-# Sample MSNT authenticator configuration file
-# Antonino Iannella, Stellar-X Pty Ltd
-# Tue Aug 26 17:26:59 GMT+9 2003
-
-# NT domain hosts. Best to put the hostnames in /etc/hosts.
-server myPDC           myBDC          myNTdomain
-server otherPDC        otherBDC       otherdomain
-
-# Denied and allowed users. Comment these if not needed.
-denyusers       /usr/local/squid/etc/denyusers
-allowusers      /usr/local/squid/etc/allowusers
-</PRE>
-
-<P>
-All comments start with '#'.
-
-<P>
-NT servers are used to query user accounts. The 'server' lines
-are used for this, with the PDC, BDC, and NT domain as parameters.
-Up to 5 servers/domains can be queried. If this is not enough,
-modify the MAXSERVERS define in confload.c.
-At least one server must be specified, or msntauth will not start.
-Server names must be resolvable by the system. If not, msntauth
-reports an error. If you can't ping it, you might have a host
-resolution problem.
-
-<P>
-The name you specify is used in the NetBIOS protocol when
-communicating with the target server.
-The name must be resolvable by the local system, and it must be a 
-name that the target server uses.
-You cannot simply invent a hostname.
-You cannot use it IP address.
-
-<P>
-When a user provides a username/password, each of these
-servers will be queried to authenticate the username.
-It stops after a user has been successfully authenticated,
-so it makes sense to specify the most commonly queried
-server first. Make sure the servers can be reached and
-are active, or else msntauth will report failures.
-
-<P>
-The 'denyusers' and 'allowusers' lines give the absolute path
-to files of user accounts. They can be used to deny or allow
-access to the proxy. Remove these directives if you
-do not need these features.
-
-<A NAME="denying"><H2>Denying users</H2>
-
-<P>
-Users who are not allowed to access the web proxy can be added to
-the denied user list. This list is read around every minute, or when
-the msntauth process receives a SIGHUP signal.
-
-<P>
-The denied user file is set using the 'denyusers' directive
-in msntauth.conf.  The denied user file
-contains a list of usernames, one per line.
-If the file does not exist, no users are denied.
-The file must be readable by the web proxy user.
-
-<P>
-Msntauth will send syslog messages if a user was denied,
-at LOG_USER facility. Check your syslog messages for clues.
-
-<A NAME="allowing"><H2>Allowing users</H2>
-
-<P>
-Similar to denying users, you can allow users to access the proxy
-by username. This is useful if only a number of people are
-allowed to use a proxy.
-
-<P>
-The allowed user file is set using the 'allowusers' directive
-in msntauth.conf.
-If the file does not exist or if empty, all users are allowed.
-
-<P>
-You could make use of the SHOWMBRS tool in Microsoft Technet.
-This gives you a list of users which are in a particular
-NT Domain Group. This list can be made into the allowed users
-file using sed or awk.
-
-<P>
-Some other rules -
-
-<OL>
-<LI> The operation of the denied user file is independent of the
-allowed user file. The former file is checked first.
-<LI> You can use none, one, or both files.
-<LI> If a username appears in the denied user file, they will
-be denied, even if they are in the allowed user file.
-<LI> If a username is not in either file, they will be denied,
-because they have not been allowed.
-<LI> If the allowed user file is in use and is empty, all
-users will be allowed.
-</OL>
-
-<A NAME="squid"><H2>Squid.conf changes</H2>
-
-<P>
-Refer to Squid documentation for the required changes to squid.conf.
-You will need to set the following lines to enable authentication for
-your access list -
-
-<PRE>
-  acl <I>yourACL</I> proxy_auth REQUIRED
-  http_access allow password
-  http_access allow <I>yourACL</I>
-  http_access deny all
-</PRE>
-
-<P>
-You will also need to review the following directives. The number of
-msntauth children spawned is set with authenticate_children.
-The number of children needed is site-dependent, so some
-experimentation may be required to find the best number.
-There should be no visible delay in performance with Squid once
-msntauth is in use. As an example, a firm with 1500 users and a T1
-internet connection required a value of 30.
-
-<PRE>
-  proxy_auth_realm enterprise web gateway
-  authenticate_program /usr/local/squid/bin/msntauth
-  authenticate_ttl 5
-  authenticate_children 20
-</PRE>
-
-<A NAME="testing"><H2>Testing</H2>
-
-<P>
-I strongly urge that Msntauth is tested prior to being used in a 
-production environment. It may behave differently on different platforms.
-To test it, run it from the command line. Enter username and password
-pairs separated by a space.
-
-<P>
-It should behave in the following way -
-<PRE>
- - Press ENTER to get an OK or ERR message.
- - Make sure pressing CTRL-D behaves the same as a carriage return.
- - Make sure pressing CTRL-C aborts the program.
- - Test that entering no details does not result in an OK or ERR message.
- - Test that entering an invalid username and password results in
-   an ERR message. Note that if NT guest user access is allowed on
-   the PDC, an OK message may be returned instead of ERR.
- - Test that entering an valid username and password results in an OK message.
-   Try usernames which are and aren't in the denied/allowed user files,
-   if they're in use.
- - Test that entering a guest username and password returns the correct response.
-</PRE>
-
-<P>
-If the above didn't work as expected, you may need to modify the main()
-function in msntauth.c. Inform the Squid maintainers of any problems.
-
-<P>
-Usernames cannot have whitespace in them, but passwords can.
-
-<P>
-As of version 2.0.3, the msntauth version can be found in the executable.
-Type this to retrieve it -
-
-<PRE>
-  strings msntauth | grep -i msntauth
-</PRE>
-
-<A NAME="contact"><H2>Support details</H2>
-
-<P>
-Refer to the Squid website at http://www.squid-cache.org.
-Submit problems or fixes using their Bugzilla facility.
-
-<A NAME="unknown"><H2>Unknown username issue</H2>
-
-<P>
-For an unknown username, Msntauth returns OK.
-This is because the PDC returns guest access for unknown users,
-even if guest access is disabled.
-This problem was reported by Mr Vadim Popov (vap@iilsr.minsk.by).
-
-<P>
-The tested environment consisted of PDC on Windows NT 4, SP 6.
-Squid 2.3 and Msntauth was tested on SuSe, RedHat, and Debian Linux.
-A fix was provided in case you have this problem.
-Apply the provided patch before compiling, using
-
-<PRE>
-  patch smblib.c < smblib.c.patch
-</PRE>
-
-<A NAME="changes"><H2>Revision history</H2>
-
-<P>
-The following sequence of changes have been made to improve msntauth.
-
-<UL>
-<LI>Added many patches from Duane Wessels to stop compilation errors
-<LI>Improved the main() function yet again
-<LI>Created a more informative Makefile
-<LI>Added an 'allowed users' feature to complement the 'denied users' feature
-<LI>Stopped the use of alarm() which was causing problems under Solaris
-<LI>Added more syslog messages for authentication problems
-<LI>Added the use of a configuration file, instead of hard-coding NT server details
-<LI>Allowed for querying multiple NT servers and domains (this was a hot issue)
-<LI>Changed README into an HTML document to improve readability
-<LI>Removed denied/allowed username substring search limitation
-<LI>Fixed a bug which occurred when reading denied/allowed usernames
-<LI>Allows whitespace in passwords
-<LI>To check user list changes, doesn't use an alarm every minute.
-<LI>Fixed a sigaction compilation error, causing problems on FreeBSD and HPUX
-<LI>Removed a problem of finding a valid username as a substring in the denied user list.
-<LI>Support email address change from antonino@usa.net to antonino@rager.com.au.
-<LI>Msntauth was successfully tested on Tru64.
-<LI>PDC and BDC hostnames are now checked if they are resolvable.
-<LI>Smbencrypt.c does not have to be checked for Solaris systems any more.
-<LI>Imbedded version information in the executable.
-<LI>Version 2.0.3 and later now supported by the Squid team.
-</UL>
-
-<P>
-A future improvement may be to cache accepted usernames and passwords,
-to reduce network authentication traffic, and improve the Squid response time.
-
-</BODY>
-</HTML>
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/required.m4 squid-3.5.1/helpers/basic_auth/MSNT/required.m4
--- squid-3.5.0.4/helpers/basic_auth/MSNT/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/required.m4	1969-12-31 16:00:00.000000000 -0800
@@ -1,11 +0,0 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-BUILD_HELPER="MSNT"
-
-# DONT build this helper on Windows
-AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER=""])
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/usersfile.cc squid-3.5.1/helpers/basic_auth/MSNT/usersfile.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/usersfile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/usersfile.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,206 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-/*
- * usersfile.c
- * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
- * Released under GPL, see COPYING-2.0 for details.
- *
- * These routines are to allow users attempting to use the proxy which
- * have been explicitly allowed by the system administrator.
- * The code originated from denyusers.c.
- */
-
-#include "squid.h"
-#include "util.h"
-
-#include <cctype>
-#include <cerrno>
-#include <cstring>
-#include <ctime>
-#include <syslog.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <sys/param.h>
-#include <fcntl.h>
-
-#include "usersfile.h"
-
-#define NAMELEN     50      /* Maximum username length */
-
-static int
-name_cmp(const void *a, const void *b)
-{
-    const char * const *A = static_cast<const char * const *>(a);
-    const char * const *B = static_cast<const char * const *>(b);
-    return strcasecmp(*A, *B);
-}
-
-static void
-free_names(usersfile * uf)
-{
-    int i;
-    for (i = 0; i < uf->Inuse; ++i) {
-        if (uf->names[i])
-            free(uf->names[i]);
-        uf->names[i] = NULL;
-    }
-    uf->Inuse = 0;
-}
-
-/*
- * Reads a file of usernames and stuffs them into an array
- * of strings.
- * Returns 0 if the user list was successfully loaded,
- * and 1 in case of error.
- */
-
-int
-Read_usersfile(const char *path, usersfile * uf)
-{
-    FILE *fp;
-    struct stat FileBuf;
-    char buf[1024];
-
-    free_names(uf);
-
-    if (NULL == path) {
-        path = uf->path;
-    } else {
-        if (uf->path)
-            free(uf->path);
-        uf->path = xstrdup(path);
-    }
-
-    /* Open the users file. Report any errors. */
-    fp = fopen(path, "r");
-    if (NULL == fp) {
-        uf->LMT = 0;
-        if (errno == ENOENT)
-            return 0;
-        syslog(LOG_ERR, "%s: %s", path, strerror(errno));
-        return 1;
-    }
-    /* Stat the file. If it does not exist, save the size as zero.
-     * Clear the allowed user string. Return. */
-    if (fstat(fileno(fp), &FileBuf) < 0) {
-        syslog(LOG_ERR, "%s: %s", path, strerror(errno));
-        fclose(fp);
-        return 1;
-    }
-    /* If it exists, save the modification time and size */
-    uf->LMT = FileBuf.st_mtime;
-
-    /* Handle the special case of a zero length file */
-    if (FileBuf.st_size == 0) {
-        fclose(fp);
-        return 0;
-    }
-
-    /*
-     * Read the file into memory
-     * XXX assumes one username per input line
-     */
-    while (fgets(buf, 1024, fp) != NULL) {
-        /* ensure no names longer than our limit */
-        buf[NAMELEN] = '\0';
-        /* skip bad input lines */
-        if (NULL == strtok(buf, "\r\n"))
-            continue;
-        /* grow the list if necessary */
-        if (0 == uf->Alloc) {
-            uf->Alloc = 256;
-            uf->names = static_cast<char**>(calloc(uf->Alloc, sizeof(*uf->names)));
-        } else if (uf->Inuse == uf->Alloc) {
-            uf->Alloc = uf->Alloc << 1;
-            uf->names = static_cast<char**>(realloc(uf->names, uf->Alloc * sizeof(*uf->names)));
-            /* zero out the newly allocated memory */
-            memset(&uf->names[uf->Alloc >> 1],
-                   '\0',
-                   (uf->Alloc >> 1) * sizeof(*uf->names));
-        }
-        uf->names[uf->Inuse] = xstrdup(buf);
-        ++uf->Inuse;
-    }
-    fclose(fp);
-    fp = NULL;
-
-    /* sort the names for searching */
-    qsort(uf->names, uf->Inuse, sizeof(*uf->names), name_cmp);
-
-    return 0;
-}
-
-/*
- * Check to see if the username provided by Squid appears in the
- * user list. Returns 0 if the user was not found, and 1 if they were.
- */
-
-int
-Check_userlist(usersfile * uf, char *User)
-{
-    void *p;
-
-    /* Empty users are always in the list */
-    if (User[0] == '\0')
-        return 1;
-
-    /* If allowed user list is empty, allow all users.
-     * If no users are supposed to be using the proxy, stop squid instead. */
-    if (0 == uf->Inuse)
-        return 1;
-
-    /* Check if username string is found in the allowed user list.
-     * If so, allow. If not, deny. Reconstruct the username
-     * to have whitespace, to avoid finding wrong string subsets. */
-
-    p = bsearch(&User,
-                uf->names,
-                uf->Inuse,
-                sizeof(*uf->names),
-                name_cmp);
-    if (NULL == p) {
-        return 0;
-    }
-    return 1;
-}
-
-/*
- * Checks if there has been a change in a users file.
- * If the modification time has changed, then reload the user list.
- */
-void
-Check_forfilechange(usersfile * uf)
-{
-    struct stat ChkBuf;     /* Stat data buffer */
-
-    /* Stat the allowed users file. If it cannot be accessed, return. */
-
-    if (uf->path == NULL)
-        return;
-
-    if (stat(uf->path, &ChkBuf) < 0) {
-        if (errno == ENOENT) {
-            uf->LMT = 0;
-            free_names(uf);
-        } else {        /* Report error when accessing file */
-            syslog(LOG_ERR, "%s: %s", uf->path, strerror(errno));
-        }
-        return;
-    }
-    /* return if no change */
-    if (ChkBuf.st_mtime == uf->LMT)
-        return;
-
-    /*
-     * The file changed, so re-read it.
-     */
-    syslog(LOG_INFO, "Check_forfilechange: Reloading user list '%s'.", uf->path);
-    Read_usersfile(NULL, uf);
-}
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/usersfile.h squid-3.5.1/helpers/basic_auth/MSNT/usersfile.h
--- squid-3.5.0.4/helpers/basic_auth/MSNT/usersfile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/usersfile.h	1969-12-31 16:00:00.000000000 -0800
@@ -1,20 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-typedef struct {
-    char *path;
-    char **names;
-    int Alloc;
-    int Inuse;
-    time_t LMT;
-} usersfile;
-
-int Read_usersfile(const char *path, usersfile * uf);
-int Check_userlist(usersfile * uf, char *User);
-void Check_forfilechange(usersfile * uf);
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/valid.cc squid-3.5.1/helpers/basic_auth/MSNT/valid.cc
--- squid-3.5.0.4/helpers/basic_auth/MSNT/valid.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/valid.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,56 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-#if HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#if HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-#if HAVE_SYSLOG_H
-#include <syslog.h>
-#endif
-#include "smblib/smblib.h"
-#include "valid.h"
-
-int
-Valid_User(char *USERNAME, char *PASSWORD, char *SERVER, char *BACKUP, char *DOMAIN)
-{
-    const char *supportedDialects[] = {"PC NETWORK PROGRAM 1.0",
-                                       "MICROSOFT NETWORKS 1.03",
-                                       "MICROSOFT NETWORKS 3.0",
-                                       "LANMAN1.0",
-                                       "LM1.2X002",
-                                       "Samba",
-                                       "NT LM 0.12",
-                                       "NT LANMAN 1.0",
-                                       NULL
-                                      };
-    SMB_Handle_Type con;
-
-    SMB_Init();
-    con = SMB_Connect_Server(NULL, SERVER, DOMAIN);
-    if (con == NULL) {      /* Error ... */
-        con = SMB_Connect_Server(NULL, BACKUP, DOMAIN);
-        if (con == NULL) {
-            return (NTV_SERVER_ERROR);
-        }
-    }
-    if (SMB_Negotiate(con, supportedDialects) < 0) {    /* An error */
-        SMB_Discon(con, 0);
-        return (NTV_PROTOCOL_ERROR);
-    }
-    if (SMB_Logon_Server(con, USERNAME, PASSWORD, NULL, 0) < 0) {
-        SMB_Discon(con, 0);
-        return (NTV_LOGON_ERROR);
-    }
-    SMB_Discon(con, 0);
-    return (NTV_NO_ERROR);
-}
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT/valid.h squid-3.5.1/helpers/basic_auth/MSNT/valid.h
--- squid-3.5.0.4/helpers/basic_auth/MSNT/valid.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT/valid.h	1969-12-31 16:00:00.000000000 -0800
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#ifndef _VALID_H_
-#define _VALID_H_
-/* SMB User verification function */
-
-#define NTV_NO_ERROR 0
-#define NTV_SERVER_ERROR 1
-#define NTV_PROTOCOL_ERROR 2
-#define NTV_LOGON_ERROR 3
-
-int Valid_User(char *USERNAME, char *PASSWORD, char *SERVER, char *BACKUP, char *DOMAIN);
-
-#endif
-
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.8 squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.8
--- squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.8	2014-12-20 21:52:20.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.8	2015-01-13 05:43:22.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_MSNT_MULTI_DOMAIN_AUTH 1"
-.TH BASIC_MSNT_MULTI_DOMAIN_AUTH 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH BASIC_MSNT_MULTI_DOMAIN_AUTH 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -184,7 +184,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in
--- squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -58,7 +58,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/Makefile.am squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/Makefile.in squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/Makefile.in	2014-12-20 21:13:37.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/Makefile.in	2015-01-13 04:53:13.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/required.m4 squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/required.m4
--- squid-3.5.0.4/helpers/basic_auth/MSNT-multi-domain/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/MSNT-multi-domain/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/basic_ncsa_auth.8 squid-3.5.1/helpers/basic_auth/NCSA/basic_ncsa_auth.8
--- squid-3.5.0.4/helpers/basic_auth/NCSA/basic_ncsa_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/basic_ncsa_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -57,7 +57,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/basic_ncsa_auth.cc squid-3.5.1/helpers/basic_auth/NCSA/basic_ncsa_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/NCSA/basic_ncsa_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/basic_ncsa_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/crypt_md5.cc squid-3.5.1/helpers/basic_auth/NCSA/crypt_md5.cc
--- squid-3.5.0.4/helpers/basic_auth/NCSA/crypt_md5.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/crypt_md5.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/crypt_md5.h squid-3.5.1/helpers/basic_auth/NCSA/crypt_md5.h
--- squid-3.5.0.4/helpers/basic_auth/NCSA/crypt_md5.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/crypt_md5.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/Makefile.am squid-3.5.1/helpers/basic_auth/NCSA/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/NCSA/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/Makefile.in squid-3.5.1/helpers/basic_auth/NCSA/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/NCSA/Makefile.in	2014-12-20 21:13:40.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/Makefile.in	2015-01-13 04:53:14.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NCSA/required.m4 squid-3.5.1/helpers/basic_auth/NCSA/required.m4
--- squid-3.5.0.4/helpers/basic_auth/NCSA/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NCSA/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/basic_nis_auth.cc squid-3.5.1/helpers/basic_auth/NIS/basic_nis_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/NIS/basic_nis_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/basic_nis_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/Makefile.am squid-3.5.1/helpers/basic_auth/NIS/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/NIS/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/Makefile.in squid-3.5.1/helpers/basic_auth/NIS/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/NIS/Makefile.in	2014-12-20 21:13:41.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/Makefile.in	2015-01-13 04:53:14.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/nis_support.cc squid-3.5.1/helpers/basic_auth/NIS/nis_support.cc
--- squid-3.5.0.4/helpers/basic_auth/NIS/nis_support.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/nis_support.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/nis_support.h squid-3.5.1/helpers/basic_auth/NIS/nis_support.h
--- squid-3.5.0.4/helpers/basic_auth/NIS/nis_support.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/nis_support.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/NIS/required.m4 squid-3.5.1/helpers/basic_auth/NIS/required.m4
--- squid-3.5.0.4/helpers/basic_auth/NIS/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/NIS/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/PAM/basic_pam_auth.8 squid-3.5.1/helpers/basic_auth/PAM/basic_pam_auth.8
--- squid-3.5.0.4/helpers/basic_auth/PAM/basic_pam_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/PAM/basic_pam_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -81,7 +81,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/PAM/basic_pam_auth.cc squid-3.5.1/helpers/basic_auth/PAM/basic_pam_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/PAM/basic_pam_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/PAM/basic_pam_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/PAM/Makefile.am squid-3.5.1/helpers/basic_auth/PAM/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/PAM/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/PAM/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/PAM/Makefile.in squid-3.5.1/helpers/basic_auth/PAM/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/PAM/Makefile.in	2014-12-20 21:13:42.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/PAM/Makefile.in	2015-01-13 04:53:15.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/PAM/required.m4 squid-3.5.1/helpers/basic_auth/PAM/required.m4
--- squid-3.5.0.4/helpers/basic_auth/PAM/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/PAM/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/POP3/basic_pop3_auth.8 squid-3.5.1/helpers/basic_auth/POP3/basic_pop3_auth.8
--- squid-3.5.0.4/helpers/basic_auth/POP3/basic_pop3_auth.8	2014-12-20 21:52:24.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/POP3/basic_pop3_auth.8	2015-01-13 05:43:28.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_POP3_AUTH 1"
-.TH BASIC_POP3_AUTH 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH BASIC_POP3_AUTH 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -161,7 +161,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/POP3/basic_pop3_auth.pl.in squid-3.5.1/helpers/basic_auth/POP3/basic_pop3_auth.pl.in
--- squid-3.5.0.4/helpers/basic_auth/POP3/basic_pop3_auth.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/POP3/basic_pop3_auth.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -30,7 +30,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/POP3/Makefile.am squid-3.5.1/helpers/basic_auth/POP3/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/POP3/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/POP3/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/POP3/Makefile.in squid-3.5.1/helpers/basic_auth/POP3/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/POP3/Makefile.in	2014-12-20 21:13:43.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/POP3/Makefile.in	2015-01-13 04:53:15.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/POP3/required.m4 squid-3.5.1/helpers/basic_auth/POP3/required.m4
--- squid-3.5.0.4/helpers/basic_auth/POP3/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/POP3/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/basic_radius_auth.8 squid-3.5.1/helpers/basic_auth/RADIUS/basic_radius_auth.8
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/basic_radius_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/basic_radius_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -96,7 +96,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/basic_radius_auth.cc squid-3.5.1/helpers/basic_auth/RADIUS/basic_radius_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/basic_radius_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/basic_radius_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/Makefile.am squid-3.5.1/helpers/basic_auth/RADIUS/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/Makefile.in squid-3.5.1/helpers/basic_auth/RADIUS/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/Makefile.in	2014-12-20 21:13:44.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/Makefile.in	2015-01-13 04:53:16.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/radius.h squid-3.5.1/helpers/basic_auth/RADIUS/radius.h
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/radius.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/radius.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/radius-util.cc squid-3.5.1/helpers/basic_auth/RADIUS/radius-util.cc
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/radius-util.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/radius-util.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/radius-util.h squid-3.5.1/helpers/basic_auth/RADIUS/radius-util.h
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/radius-util.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/radius-util.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/RADIUS/required.m4 squid-3.5.1/helpers/basic_auth/RADIUS/required.m4
--- squid-3.5.0.4/helpers/basic_auth/RADIUS/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/RADIUS/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.8 squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.8
--- squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -80,7 +80,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.cc squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.pam squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.pam
--- squid-3.5.0.4/helpers/basic_auth/SASL/basic_sasl_auth.pam	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/basic_sasl_auth.pam	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #%PAM-1.0
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/Makefile.am squid-3.5.1/helpers/basic_auth/SASL/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/SASL/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/Makefile.in squid-3.5.1/helpers/basic_auth/SASL/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/SASL/Makefile.in	2014-12-20 21:13:45.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/Makefile.in	2015-01-13 04:53:17.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SASL/required.m4 squid-3.5.1/helpers/basic_auth/SASL/required.m4
--- squid-3.5.0.4/helpers/basic_auth/SASL/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SASL/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB/basic_smb_auth.cc squid-3.5.1/helpers/basic_auth/SMB/basic_smb_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/SMB/basic_smb_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB/basic_smb_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB/basic_smb_auth.sh squid-3.5.1/helpers/basic_auth/SMB/basic_smb_auth.sh
--- squid-3.5.0.4/helpers/basic_auth/SMB/basic_smb_auth.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB/basic_smb_auth.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB/Makefile.am squid-3.5.1/helpers/basic_auth/SMB/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/SMB/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB/Makefile.in squid-3.5.1/helpers/basic_auth/SMB/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/SMB/Makefile.in	2014-12-20 21:13:46.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB/Makefile.in	2015-01-13 04:53:17.000000000 -0800
@@ -103,7 +103,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -111,6 +110,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB/required.m4 squid-3.5.1/helpers/basic_auth/SMB/required.m4
--- squid-3.5.0.4/helpers/basic_auth/SMB/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/Makefile.am squid-3.5.1/helpers/basic_auth/SMB_LM/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/Makefile.am	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,31 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+include $(top_srcdir)/src/Common.am
+
+libexec_PROGRAMS = basic_smb_lm_auth
+
+basic_smb_lm_auth_SOURCES = \
+	msntauth.cc \
+	msntauth.h \
+	valid.cc \
+	valid.h
+
+EXTRA_DIST = \
+	msntauth-v2.0.lsm \
+	README.html \
+	required.m4
+
+LDADD = \
+	$(top_builddir)/lib/smblib/libsmblib.la \
+	$(top_builddir)/lib/rfcnb/librfcnb.la \
+	$(top_builddir)/lib/libmiscencoding.la \
+	$(COMPAT_LIB) \
+	$(XTRA_LIBS)
+
+## we need our local files too (but avoid -I. at all costs)
+AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/lib
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/Makefile.in squid-3.5.1/helpers/basic_auth/SMB_LM/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/Makefile.in	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/Makefile.in	2015-01-13 04:53:18.000000000 -0800
@@ -0,0 +1,1216 @@
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+DIST_COMMON = $(top_srcdir)/src/Common.am $(srcdir)/Makefile.in \
+	$(srcdir)/Makefile.am $(top_srcdir)/cfgaux/depcomp \
+	$(top_srcdir)/cfgaux/test-driver
+check_PROGRAMS =
+TESTS =
+@ENABLE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
+libexec_PROGRAMS = basic_smb_lm_auth$(EXEEXT)
+subdir = helpers/basic_auth/SMB_LM
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude/ax_with_prog.m4 \
+	$(top_srcdir)/acinclude/init.m4 \
+	$(top_srcdir)/acinclude/squid-util.m4 \
+	$(top_srcdir)/acinclude/compiler-flags.m4 \
+	$(top_srcdir)/acinclude/os-deps.m4 \
+	$(top_srcdir)/acinclude/krb5.m4 $(top_srcdir)/acinclude/pam.m4 \
+	$(top_srcdir)/acinclude/pkg.m4 \
+	$(top_srcdir)/acinclude/lib-checks.m4 \
+	$(top_srcdir)/acinclude/ax_cxx_compile_stdcxx_11.m4 \
+	$(top_srcdir)/acinclude/ax_cxx_0x_types.m4 \
+	$(top_srcdir)/helpers/basic_auth/modules.m4 \
+	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/POP3/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
+	$(top_srcdir)/helpers/digest_auth/modules.m4 \
+	$(top_srcdir)/helpers/digest_auth/LDAP/required.m4 \
+	$(top_srcdir)/helpers/digest_auth/eDirectory/required.m4 \
+	$(top_srcdir)/helpers/digest_auth/file/required.m4 \
+	$(top_srcdir)/helpers/negotiate_auth/modules.m4 \
+	$(top_srcdir)/helpers/negotiate_auth/SSPI/required.m4 \
+	$(top_srcdir)/helpers/negotiate_auth/kerberos/required.m4 \
+	$(top_srcdir)/helpers/negotiate_auth/wrapper/required.m4 \
+	$(top_srcdir)/helpers/ntlm_auth/modules.m4 \
+	$(top_srcdir)/helpers/ntlm_auth/fake/required.m4 \
+	$(top_srcdir)/helpers/ntlm_auth/SSPI/required.m4 \
+	$(top_srcdir)/helpers/ntlm_auth/smb_lm/required.m4 \
+	$(top_srcdir)/helpers/log_daemon/modules.m4 \
+	$(top_srcdir)/helpers/log_daemon/DB/required.m4 \
+	$(top_srcdir)/helpers/log_daemon/file/required.m4 \
+	$(top_srcdir)/helpers/external_acl/modules.m4 \
+	$(top_srcdir)/helpers/external_acl/AD_group/required.m4 \
+	$(top_srcdir)/helpers/external_acl/LDAP_group/required.m4 \
+	$(top_srcdir)/helpers/external_acl/LM_group/required.m4 \
+	$(top_srcdir)/helpers/external_acl/delayer/required.m4 \
+	$(top_srcdir)/helpers/external_acl/SQL_session/required.m4 \
+	$(top_srcdir)/helpers/external_acl/eDirectory_userip/required.m4 \
+	$(top_srcdir)/helpers/external_acl/file_userip/required.m4 \
+	$(top_srcdir)/helpers/external_acl/kerberos_ldap_group/required.m4 \
+	$(top_srcdir)/helpers/external_acl/session/required.m4 \
+	$(top_srcdir)/helpers/external_acl/time_quota/required.m4 \
+	$(top_srcdir)/helpers/external_acl/unix_group/required.m4 \
+	$(top_srcdir)/helpers/external_acl/wbinfo_group/required.m4 \
+	$(top_srcdir)/helpers/url_rewrite/modules.m4 \
+	$(top_srcdir)/helpers/url_rewrite/fake/required.m4 \
+	$(top_srcdir)/helpers/storeid_rewrite/modules.m4 \
+	$(top_srcdir)/helpers/storeid_rewrite/file/required.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/include/autoconf.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__installdirs = "$(DESTDIR)$(libexecdir)"
+PROGRAMS = $(libexec_PROGRAMS)
+am_basic_smb_lm_auth_OBJECTS = msntauth.$(OBJEXT) valid.$(OBJEXT)
+basic_smb_lm_auth_OBJECTS = $(am_basic_smb_lm_auth_OBJECTS)
+basic_smb_lm_auth_LDADD = $(LDADD)
+@ENABLE_XPROF_STATS_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/lib/profiler/libprofiler.la
+am__DEPENDENCIES_2 = $(top_builddir)/compat/libcompat-squid.la \
+	$(am__DEPENDENCIES_1)
+am__DEPENDENCIES_3 =
+basic_smb_lm_auth_DEPENDENCIES =  \
+	$(top_builddir)/lib/smblib/libsmblib.la \
+	$(top_builddir)/lib/rfcnb/librfcnb.la \
+	$(top_builddir)/lib/libmiscencoding.la $(am__DEPENDENCIES_2) \
+	$(am__DEPENDENCIES_3)
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
+DEFAULT_INCLUDES = 
+depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_@AM_V@)
+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
+am__v_CXX_0 = @echo "  CXX     " $@;
+am__v_CXX_1 = 
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
+am__v_CXXLD_1 = 
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
+CCLD = $(CC)
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
+SOURCES = $(basic_smb_lm_auth_SOURCES)
+DIST_SOURCES = $(basic_smb_lm_auth_SOURCES)
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
+ETAGS = etags
+CTAGS = ctags
+am__tty_colors_dummy = \
+  mgn= red= grn= lgn= blu= brg= std=; \
+  am__color_tests=no
+am__tty_colors = { \
+  $(am__tty_colors_dummy); \
+  if test "X$(AM_COLOR_TESTS)" = Xno; then \
+    am__color_tests=no; \
+  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
+    am__color_tests=yes; \
+  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
+    am__color_tests=yes; \
+  fi; \
+  if test $$am__color_tests = yes; then \
+    red='[0;31m'; \
+    grn='[0;32m'; \
+    lgn='[1;32m'; \
+    blu='[1;34m'; \
+    mgn='[0;35m'; \
+    brg='[1m'; \
+    std='[m'; \
+  fi; \
+}
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__recheck_rx = ^[ 	]*:recheck:[ 	]*
+am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
+am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
+# A command that, given a newline-separated list of test names on the
+# standard input, print the name of the tests that are to be re-run
+# upon "make recheck".
+am__list_recheck_tests = $(AWK) '{ \
+  recheck = 1; \
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
+    { \
+      if (rc < 0) \
+        { \
+          if ((getline line2 < ($$0 ".log")) < 0) \
+	    recheck = 0; \
+          break; \
+        } \
+      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
+        { \
+          recheck = 0; \
+          break; \
+        } \
+      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
+        { \
+          break; \
+        } \
+    }; \
+  if (recheck) \
+    print $$0; \
+  close ($$0 ".trs"); \
+  close ($$0 ".log"); \
+}'
+# A command that, given a newline-separated list of test names on the
+# standard input, create the global log from their .trs and .log files.
+am__create_global_log = $(AWK) ' \
+function fatal(msg) \
+{ \
+  print "fatal: making $@: " msg | "cat >&2"; \
+  exit 1; \
+} \
+function rst_section(header) \
+{ \
+  print header; \
+  len = length(header); \
+  for (i = 1; i <= len; i = i + 1) \
+    printf "="; \
+  printf "\n\n"; \
+} \
+{ \
+  copy_in_global_log = 1; \
+  global_test_result = "RUN"; \
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
+    { \
+      if (rc < 0) \
+         fatal("failed to read from " $$0 ".trs"); \
+      if (line ~ /$(am__global_test_result_rx)/) \
+        { \
+          sub("$(am__global_test_result_rx)", "", line); \
+          sub("[ 	]*$$", "", line); \
+          global_test_result = line; \
+        } \
+      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
+        copy_in_global_log = 0; \
+    }; \
+  if (copy_in_global_log) \
+    { \
+      rst_section(global_test_result ": " $$0); \
+      while ((rc = (getline line < ($$0 ".log"))) != 0) \
+      { \
+        if (rc < 0) \
+          fatal("failed to read from " $$0 ".log"); \
+        print line; \
+      }; \
+      printf "\n"; \
+    }; \
+  close ($$0 ".trs"); \
+  close ($$0 ".log"); \
+}'
+# Restructured Text title.
+am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
+# Solaris 10 'make', and several other traditional 'make' implementations,
+# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
+# by disabling -e (using the XSI extension "set +e") if it's set.
+am__sh_e_setup = case $$- in *e*) set +e;; esac
+# Default flags passed to test drivers.
+am__common_driver_flags = \
+  --color-tests "$$am__color_tests" \
+  --enable-hard-errors "$$am__enable_hard_errors" \
+  --expect-failure "$$am__expect_failure"
+# To be inserted before the command running the test.  Creates the
+# directory for the log if needed.  Stores in $dir the directory
+# containing $f, in $tst the test, in $log the log.  Executes the
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
+# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
+# will run the test scripts (or their associated LOG_COMPILER, if
+# thy have one).
+am__check_pre = \
+$(am__sh_e_setup);					\
+$(am__vpath_adj_setup) $(am__vpath_adj)			\
+$(am__tty_colors);					\
+srcdir=$(srcdir); export srcdir;			\
+case "$@" in						\
+  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
+    *) am__odir=.;; 					\
+esac;							\
+test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
+  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
+if test -f "./$$f"; then dir=./;			\
+elif test -f "$$f"; then dir=;				\
+else dir="$(srcdir)/"; fi;				\
+tst=$$dir$$f; log='$@'; 				\
+if test -n '$(DISABLE_HARD_ERRORS)'; then		\
+  am__enable_hard_errors=no; 				\
+else							\
+  am__enable_hard_errors=yes; 				\
+fi; 							\
+case " $(XFAIL_TESTS) " in				\
+  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
+    am__expect_failure=yes;;				\
+  *)							\
+    am__expect_failure=no;;				\
+esac; 							\
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
+# A shell command to get the names of the tests scripts with any registered
+# extension removed (i.e., equivalently, the names of the test logs, with
+# the '.log' extension removed).  The result is saved in the shell variable
+# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
+# since that might cause problem with VPATH rewrites for suffix-less tests.
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
+am__set_TESTS_bases = \
+  bases='$(TEST_LOGS)'; \
+  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
+  bases=`echo $$bases`
+RECHECK_LOGS = $(TEST_LOGS)
+AM_RECURSIVE_TARGETS = check recheck
+TEST_SUITE_LOG = test-suite.log
+TEST_EXTENSIONS = @EXEEXT@ .test
+am__test_logs1 = $(TESTS:=.log)
+am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
+TEST_LOGS = $(am__test_logs2:.test.log=.log)
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/cfgaux/test-driver
+TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
+	$(TEST_LOG_FLAGS)
+am__set_b = \
+  case '$@' in \
+    */*) \
+      case '$*' in \
+        */*) b='$*';; \
+          *) b=`echo '$@' | sed 's/\.log$$//'`; \
+       esac;; \
+    *) \
+      b='$*';; \
+  esac
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ADAPTATION_LIBS = @ADAPTATION_LIBS@
+ALLOCA = @ALLOCA@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+ARGZ_H = @ARGZ_H@
+AR_R = @AR_R@
+AUTH_LIBS_TO_BUILD = @AUTH_LIBS_TO_BUILD@
+AUTH_MODULES = @AUTH_MODULES@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
+BUILDCXX = @BUILDCXX@
+BUILDCXXFLAGS = @BUILDCXXFLAGS@
+BZR = @BZR@
+CACHE_EFFECTIVE_USER = @CACHE_EFFECTIVE_USER@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CGIEXT = @CGIEXT@
+CHMOD = @CHMOD@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CPPUNITCONFIG = @CPPUNITCONFIG@
+CRYPTLIB = @CRYPTLIB@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFAULT_HOSTS = @DEFAULT_HOSTS@
+DEFAULT_LOG_DIR = @DEFAULT_LOG_DIR@
+DEFAULT_PID_FILE = @DEFAULT_PID_FILE@
+DEFAULT_SWAP_DIR = @DEFAULT_SWAP_DIR@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
+DISK_LIBS = @DISK_LIBS@
+DISK_LINKOBJS = @DISK_LINKOBJS@
+DISK_MODULES = @DISK_MODULES@
+DISK_OS_LIBS = @DISK_OS_LIBS@
+DISK_PROGRAMS = @DISK_PROGRAMS@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECAP_LIBS = @ECAP_LIBS@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EPOLL_LIBS = @EPOLL_LIBS@
+EUILIB = @EUILIB@
+EXEEXT = @EXEEXT@
+EXPATLIB = @EXPATLIB@
+EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
+EXT_LIBECAP_CFLAGS = @EXT_LIBECAP_CFLAGS@
+EXT_LIBECAP_LIBS = @EXT_LIBECAP_LIBS@
+FALSE = @FALSE@
+FGREP = @FGREP@
+GREP = @GREP@
+HAVE_CXX11 = @HAVE_CXX11@
+ICAP_LIBS = @ICAP_LIBS@
+INCLTDL = @INCLTDL@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+KRB5INCS = @KRB5INCS@
+KRB5LIBS = @KRB5LIBS@
+LBERLIB = @LBERLIB@
+LD = @LD@
+LDAPLIB = @LDAPLIB@
+LDFLAGS = @LDFLAGS@
+LIBADD_DL = @LIBADD_DL@
+LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
+LIBADD_DLOPEN = @LIBADD_DLOPEN@
+LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
+LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
+LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
+LIBLTDL = @LIBLTDL@
+LIBOBJS = @LIBOBJS@
+LIBOPENSSL_CFLAGS = @LIBOPENSSL_CFLAGS@
+LIBOPENSSL_LIBS = @LIBOPENSSL_LIBS@
+LIBS = @LIBS@
+LIBSASL = @LIBSASL@
+LIBTOOL = @LIBTOOL@
+LIB_DB = @LIB_DB@
+LIB_KRB5_CFLAGS = @LIB_KRB5_CFLAGS@
+LIB_KRB5_LIBS = @LIB_KRB5_LIBS@
+LIPO = @LIPO@
+LN = @LN@
+LN_S = @LN_S@
+LOG_DAEMON_HELPERS = @LOG_DAEMON_HELPERS@
+LTDLDEPS = @LTDLDEPS@
+LTDLINCL = @LTDLINCL@
+LTDLOPEN = @LTDLOPEN@
+LTLIBOBJS = @LTLIBOBJS@
+LT_CONFIG_H = @LT_CONFIG_H@
+LT_DLLOADERS = @LT_DLLOADERS@
+LT_DLPREOPEN = @LT_DLPREOPEN@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MINGW_LIBS = @MINGW_LIBS@
+MKDIR = @MKDIR@
+MKDIR_P = @MKDIR_P@
+MV = @MV@
+NEGOTIATE_AUTH_HELPERS = @NEGOTIATE_AUTH_HELPERS@
+NETTLELIB = @NETTLELIB@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PERL = @PERL@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+PO2HTML = @PO2HTML@
+PO2TEXT = @PO2TEXT@
+POD2MAN = @POD2MAN@
+RANLIB = @RANLIB@
+REGEXLIB = @REGEXLIB@
+REPL_LIBS = @REPL_LIBS@
+REPL_OBJS = @REPL_OBJS@
+REPL_POLICIES = @REPL_POLICIES@
+RM = @RM@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SH = @SH@
+SHELL = @SHELL@
+SMBCLIENT = @SMBCLIENT@
+SNMPLIB = @SNMPLIB@
+SQUID_CFLAGS = @SQUID_CFLAGS@
+SQUID_CPPUNIT_INC = @SQUID_CPPUNIT_INC@
+SQUID_CPPUNIT_LA = @SQUID_CPPUNIT_LA@
+SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@
+SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
+SSLLIB = @SSLLIB@
+STOREID_REWRITE_HELPERS = @STOREID_REWRITE_HELPERS@
+STORE_LIBS_TO_ADD = @STORE_LIBS_TO_ADD@
+STORE_LIBS_TO_BUILD = @STORE_LIBS_TO_BUILD@
+STORE_TESTS = @STORE_TESTS@
+STRIP = @STRIP@
+TR = @TR@
+TRUE = @TRUE@
+URL_REWRITE_HELPERS = @URL_REWRITE_HELPERS@
+VERSION = @VERSION@
+WBINFO = @WBINFO@
+WIN32_PSAPI = @WIN32_PSAPI@
+XMLLIB = @XMLLIB@
+XTRA_LIBS = @XTRA_LIBS@
+XTRA_OBJS = @XTRA_OBJS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+krb5_config = @krb5_config@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+ltdl_LIBOBJS = @ltdl_LIBOBJS@
+ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+subdirs = @subdirs@
+sys_symbol_underscore = @sys_symbol_underscore@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+AM_CFLAGS = $(SQUID_CFLAGS)
+AM_CXXFLAGS = $(SQUID_CXXFLAGS)
+CLEANFILES = 
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
+	-I$(top_srcdir)/lib -I$(top_srcdir)/src \
+	-I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(KRB5INCS) \
+	$(am__append_1) -I$(srcdir) -I$(top_srcdir)/lib
+@ENABLE_XPROF_STATS_FALSE@LIBPROFILER = 
+@ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
+COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
+subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+basic_smb_lm_auth_SOURCES = \
+	msntauth.cc \
+	msntauth.h \
+	valid.cc \
+	valid.h
+
+EXTRA_DIST = \
+	msntauth-v2.0.lsm \
+	README.html \
+	required.m4
+
+LDADD = \
+	$(top_builddir)/lib/smblib/libsmblib.la \
+	$(top_builddir)/lib/rfcnb/librfcnb.la \
+	$(top_builddir)/lib/libmiscencoding.la \
+	$(COMPAT_LIB) \
+	$(XTRA_LIBS)
+
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/Common.am $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+	        && { if test -f $@; then exit 0; else break; fi; }; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/basic_auth/SMB_LM/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign helpers/basic_auth/SMB_LM/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+$(top_srcdir)/src/Common.am:
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+clean-checkPROGRAMS:
+	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
+	echo " rm -f" $$list; \
+	rm -f $$list || exit $$?; \
+	test -n "$(EXEEXT)" || exit 0; \
+	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+	echo " rm -f" $$list; \
+	rm -f $$list
+install-libexecPROGRAMS: $(libexec_PROGRAMS)
+	@$(NORMAL_INSTALL)
+	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
+	fi; \
+	for p in $$list; do echo "$$p $$p"; done | \
+	sed 's/$(EXEEXT)$$//' | \
+	while read p p1; do if test -f $$p \
+	 || test -f $$p1 \
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
+	done | \
+	sed -e 'p;s,.*/,,;n;h' \
+	    -e 's|.*|.|' \
+	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+	sed 'N;N;N;s,\n, ,g' | \
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
+	    else { print "f", $$3 "/" $$4, $$1; } } \
+	  END { for (d in files) print "f", d, files[d] }' | \
+	while read type dir files; do \
+	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+	    test -z "$$files" || { \
+	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+	    } \
+	; done
+
+uninstall-libexecPROGRAMS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+	files=`for p in $$list; do echo "$$p"; done | \
+	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+	      -e 's/$$/$(EXEEXT)/' \
+	`; \
+	test -n "$$list" || exit 0; \
+	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
+
+clean-libexecPROGRAMS:
+	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+	echo " rm -f" $$list; \
+	rm -f $$list || exit $$?; \
+	test -n "$(EXEEXT)" || exit 0; \
+	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+	echo " rm -f" $$list; \
+	rm -f $$list
+
+basic_smb_lm_auth$(EXEEXT): $(basic_smb_lm_auth_OBJECTS) $(basic_smb_lm_auth_DEPENDENCIES) $(EXTRA_basic_smb_lm_auth_DEPENDENCIES) 
+	@rm -f basic_smb_lm_auth$(EXEEXT)
+	$(AM_V_CXXLD)$(CXXLINK) $(basic_smb_lm_auth_OBJECTS) $(basic_smb_lm_auth_LDADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msntauth.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valid.Po@am__quote@
+
+.cc.o:
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
+
+.cc.obj:
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.cc.lo:
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	set x; \
+	here=`pwd`; \
+	$(am__define_uniq_tagged_files); \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
+ctags: ctags-am
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-am
+
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+# Recover from deleted '.trs' file; this should ensure that
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
+# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
+# to avoid problems with "make -n".
+.log.trs:
+	rm -f $< $@
+	$(MAKE) $(AM_MAKEFLAGS) $<
+
+# Leading 'am--fnord' is there to ensure the list of targets does not
+# expand to empty, as could happen e.g. with make check TESTS=''.
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
+am--force-recheck:
+	@:
+
+$(TEST_SUITE_LOG): $(TEST_LOGS)
+	@$(am__set_TESTS_bases); \
+	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
+	redo_bases=`for i in $$bases; do \
+	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
+	            done`; \
+	if test -n "$$redo_bases"; then \
+	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
+	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
+	  if $(am__make_dryrun); then :; else \
+	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
+	  fi; \
+	fi; \
+	if test -n "$$am__remaking_logs"; then \
+	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
+	       "recursion detected" >&2; \
+	else \
+	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
+	fi; \
+	if $(am__make_dryrun); then :; else \
+	  st=0;  \
+	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
+	  for i in $$redo_bases; do \
+	    test -f $$i.trs && test -r $$i.trs \
+	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
+	    test -f $$i.log && test -r $$i.log \
+	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
+	  done; \
+	  test $$st -eq 0 || exit 1; \
+	fi
+	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
+	ws='[ 	]'; \
+	results=`for b in $$bases; do echo $$b.trs; done`; \
+	test -n "$$results" || results=/dev/null; \
+	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
+	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
+	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
+	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
+	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
+	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
+	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
+	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
+	  success=true; \
+	else \
+	  success=false; \
+	fi; \
+	br='==================='; br=$$br$$br$$br$$br; \
+	result_count () \
+	{ \
+	    if test x"$$1" = x"--maybe-color"; then \
+	      maybe_colorize=yes; \
+	    elif test x"$$1" = x"--no-color"; then \
+	      maybe_colorize=no; \
+	    else \
+	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
+	    fi; \
+	    shift; \
+	    desc=$$1 count=$$2; \
+	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
+	      color_start=$$3 color_end=$$std; \
+	    else \
+	      color_start= color_end=; \
+	    fi; \
+	    echo "$${color_start}# $$desc $$count$${color_end}"; \
+	}; \
+	create_testsuite_report () \
+	{ \
+	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
+	  result_count $$1 "PASS: " $$pass  "$$grn"; \
+	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
+	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
+	  result_count $$1 "FAIL: " $$fail  "$$red"; \
+	  result_count $$1 "XPASS:" $$xpass "$$red"; \
+	  result_count $$1 "ERROR:" $$error "$$mgn"; \
+	}; \
+	{								\
+	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
+	    $(am__rst_title);						\
+	  create_testsuite_report --no-color;				\
+	  echo;								\
+	  echo ".. contents:: :depth: 2";				\
+	  echo;								\
+	  for b in $$bases; do echo $$b; done				\
+	    | $(am__create_global_log);					\
+	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
+	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
+	if $$success; then						\
+	  col="$$grn";							\
+	 else								\
+	  col="$$red";							\
+	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
+	fi;								\
+	echo "$${col}$$br$${std}"; 					\
+	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
+	echo "$${col}$$br$${std}"; 					\
+	create_testsuite_report --maybe-color;				\
+	echo "$$col$$br$$std";						\
+	if $$success; then :; else					\
+	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
+	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
+	  fi;								\
+	  echo "$$col$$br$$std";					\
+	fi;								\
+	$$success || exit 1
+
+check-TESTS:
+	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
+	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
+	@set +e; $(am__set_TESTS_bases); \
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
+	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
+	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
+	exit $$?;
+recheck: all $(check_PROGRAMS)
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
+	@set +e; $(am__set_TESTS_bases); \
+	bases=`for i in $$bases; do echo $$i; done \
+	         | $(am__list_recheck_tests)` || exit 1; \
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
+	log_list=`echo $$log_list`; \
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
+	        am__force_recheck=am--force-recheck \
+	        TEST_LOGS="$$log_list"; \
+	exit $$?
+.test.log:
+	@p='$<'; \
+	$(am__set_b); \
+	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
+	--log-file $$b.log --trs-file $$b.trs \
+	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
+@am__EXEEXT_TRUE@.test$(EXEEXT).log:
+@am__EXEEXT_TRUE@	@p='$<'; \
+@am__EXEEXT_TRUE@	$(am__set_b); \
+@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
+@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
+@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
+@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
+check: check-am
+all-am: Makefile $(PROGRAMS)
+installdirs:
+	for dir in "$(DESTDIR)$(libexecdir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
+mostlyclean-generic:
+	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
+	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
+	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
+	clean-libtool mostlyclean-am
+
+distclean: distclean-am
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-libexecPROGRAMS
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+	mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-libexecPROGRAMS
+
+.MAKE: check-am install-am install-strip
+
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
+	clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
+	clean-libtool cscopelist-am ctags ctags-am distclean \
+	distclean-compile distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am \
+	install-libexecPROGRAMS install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	recheck tags tags-am uninstall uninstall-am \
+	uninstall-libexecPROGRAMS
+
+
+$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth.cc squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth.cc
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,167 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+/*
+ * MSNT - Microsoft Windows NT domain squid authenticator module
+ * Version 2.0 by Stellar-X Pty Ltd, Antonino Iannella
+ * Sun Sep  2 14:39:53 CST 2001
+ *
+ * Modified to act as a Squid authenticator module.
+ * Removed all Pike stuff.
+ * Returns OK for a successful authentication, or ERR upon error.
+ *
+ * Uses code from -
+ * Andrew Tridgell 1997
+ * Richard Sharpe 1996
+ * Bill Welliver 1999
+ * Duane Wessels 2000 (wessels@squid-cache.org)
+ *
+ * Released under GNU Public License
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+#include "squid.h"
+#include "rfc1738.h"
+#include "util.h"
+
+#include <csignal>
+#include <cstring>
+#include <iostream>
+#include <string>
+#include <vector> //todo: turn into multimap
+#include <syslog.h>
+
+#include "msntauth.h"
+#include "valid.h"
+
+static char msntauth_version[] = "Msntauth v3.0.0 (C) 2 Sep 2001 Stellar-X Antonino Iannella.\nModified by the Squid HTTP Proxy team 2002-2014";
+
+struct domaincontroller {
+    std::string domain;
+    std::string server;
+};
+typedef std::vector<domaincontroller> domaincontrollers_t;
+domaincontrollers_t domaincontrollers;
+
+bool
+validate_user(char *username, char *password)
+{
+    for (domaincontrollers_t::iterator dc = domaincontrollers.begin(); dc != domaincontrollers.end(); ++dc) {
+        //std::cerr << "testing against " << dc->server << std::endl;
+        const int rv = Valid_User(username, password, dc->server.c_str(), NULL, dc->domain.c_str());
+        //std::cerr << "check result: " << rv << std::endl;
+        if (rv == NTV_NO_ERROR)
+            return true;
+    }
+    return false;
+}
+
+static char instructions[] = "Usage instructions: basic_nsnt_auth <domainname>/<domaincontroller> [<domainname>/<domaincontroller> ...]";
+void
+display_usage_instructions()
+{
+    using std::endl;
+    std::cerr << msntauth_version << endl << instructions << endl << endl;
+}
+
+// arguments: domain/server_name [domain/server_name ...]
+int
+main(int argc, char **argv)
+{
+    char username[256];
+    char password[256];
+    char wstr[256];
+    int err = 0;
+
+    openlog("basic_smb_lm_auth", LOG_PID, LOG_USER);
+    setbuf(stdout, NULL);
+
+    for (int j = 1; j < argc; ++j) {
+        std::string arg = argv[j];
+        size_t pos=arg.find('/');
+        if (arg.find('/',pos+1) != std::string::npos) {
+            std::cerr << "Error: can't understand domain controller specification '"
+                      << arg << "'. Ignoring" << std::endl;
+        }
+        domaincontroller dc;
+        dc.domain = arg.substr(0,pos);
+        dc.server = arg.substr(pos+1);
+        if (dc.domain.length() == 0 || dc.server.length() == 0) {
+            std::cerr << "Error: invalid domain specification in '" << arg <<
+                      "'. Ignoring." << std::endl;
+            exit(1);
+        }
+        domaincontrollers.push_back(dc);
+    }
+    if (domaincontrollers.empty()) {
+        display_usage_instructions();
+        std::cerr << "Error: no domain controllers specified" << std::endl;
+        exit(1);
+    }
+
+    while (1) {
+        int n;
+        /* Read whole line from standard input. Terminate on break. */
+        memset(wstr, '\0', sizeof(wstr));
+        if (fgets(wstr, 255, stdin) == NULL)
+            break;
+        /* ignore this line if we didn't get the end-of-line marker */
+        if (NULL == strchr(wstr, '\n')) {
+            err = 1;
+            continue;
+        }
+        if (err) {
+            syslog(LOG_WARNING, "oversized message");
+            puts("ERR");
+            err = 0;
+            continue;
+        }
+
+        /*
+         * extract username and password.
+         */
+        username[0] = '\0';
+        password[0] = '\0';
+        n = sscanf(wstr, "%s %[^\n]", username, password);
+        if (2 != n) {
+            puts("ERR");
+            continue;
+        }
+        /* Check for invalid or blank entries */
+        if ((username[0] == '\0') || (password[0] == '\0')) {
+            puts("ERR");
+            continue;
+        }
+
+        rfc1738_unescape(username);
+        rfc1738_unescape(password);
+
+        if (validate_user(username, password)) {
+            puts("OK");
+        } else {
+            syslog(LOG_INFO, "'%s' login failed", username);
+            puts("ERR");
+        }
+        err = 0;
+    }
+
+    return 0;
+}
+
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth.h squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth.h
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth.h	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth.h	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#ifndef _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
+#define _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H
+
+extern int QueryServers(char *, char *);
+extern void Check_forallowchange(void);
+
+#endif /* _SQUID_HELPERS_BASIC_AUTH_MSNT_MSNTAUTH_H */
+
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth-v2.0.lsm squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth-v2.0.lsm
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/msntauth-v2.0.lsm	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/msntauth-v2.0.lsm	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,13 @@
+Begin3
+Title:         msntauth 
+Version:       2.0 
+Entered-date:  01SEP01 
+Description:   Squid web proxy NT domain authentication module 
+Keywords:      Squid WWW proxy SMB NT domain authentication module source
+Author:         antonino@rager.com.au (Antonino Iannella)
+Maintained-by:  antonino@rager.com.au (Antonino Iannella)
+Primary-site:   sunsite.unc.edu /pub/Linux/system/network/misc
+		msntauth-v2.0.tgz
+Original-site:  http://members.tripod.com/stellarx
+Copying-policy: GPL
+End
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/README.html squid-3.5.1/helpers/basic_auth/SMB_LM/README.html
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/README.html	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/README.html	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,151 @@
+<HTML>
+<HEAD>
+<TITLE>MSNTAUTH readme</TITLE>
+</HEAD>
+<BODY BGCOLOR="#FFFFFF">
+
+<!--
+If you require this document in text form, download the 
+HTML-text package from http://members.tripod.com/stellarx.
+-->
+
+<H1>
+MSNT Auth v3.0.0<BR>
+Squid web proxy NT authentication module<BR>
+Modified by the Squid HTTP Proxy team<BR>
+Original release by Antonino Iannella, Stellar-X Pty Ltd<BR>
+</H1>
+
+<H2>Contents</H2>
+
+<UL>
+<LI> <A HREF="#introduction">Introduction</A>
+<LI> <A HREF="#installation">Installation</A>
+<LI> <A HREF="#configuration">Configuration</A>
+<LI> <A HREF="#squid">Squid.conf changes</A>
+<LI> <A HREF="#testing">Testing</A>
+<LI> <A HREF="#contact">Support details</A>
+</UL>
+
+<A NAME="introduction"><H2>Introduction</H2>
+
+<P>
+This is an authentication module for the Squid proxy server
+to use an NT domain server.
+
+<P>
+It originates from the Samba and SMB packages by Andrew Tridgell
+and Richard Sharpe. It is sourced from the Pike
+authentication module by William Welliver (hwellive@intersil.com),
+and the SMB 1.0.1 libraries.
+Releases up to version 2.0.3 were created by Antonino Iannella
+(antonino@rager.com.au, http://stellarx.tripod.com).
+The module is now distributed with Squid, and is maintained by the
+Squid proxy team as an Open Source effort.
+Msntauth is released under the GNU General Public License.
+
+<P>
+<i>basic_msnt_auth</i> follows the standard Squid basic authentication helper protocol.
+See <a href="http://wiki.squid-cache.org/Features/AddonHelpers#Basic_Scheme"
+>http://wiki.squid-cache.org/Features/AddonHelpers#Basic_Scheme</a> for details.
+Problems are logged to syslog.
+
+<P>
+Msntauth works in environments with NT domain controllers on
+Windows (TM) NT 4, 2000, and Samba. It only uses the ancient <i>Lanman</i> protocol,
+the authenticating systems must be configured to accept it.
+
+<A NAME="installation"><H2>Installation</H2>
+
+<P>
+Msntauth will be compiled when you compile Squid, using
+their autoconf system.
+Refer to Squid documentation for details.
+If the build is suitable, you can skip this section.
+
+<A NAME="configuration"><H2>Configuration</H2>
+
+<P>
+As of version 3.0.0, a configuration file is no longer needed.
+The specification of the domains and domain controllers to use is
+passed as a list of arguments on the command line.
+
+The syntax is:
+<PRE>
+basic_msnt_auth domain1/domaincontroller1 [domain2/domaincontroller2 ...]
+</PRE>
+An arbitrary number of domain controllers can be specified, for any number of daomains.
+Domain controllers will be attempted in the same order they are configured, until
+any of them successfully authenticates the user passed by squid. If all domain
+controllers fail to authenticate the user, then access is denied.
+Domain controllers can be specified by their NetBios name.
+
+<P>
+<B>WARNING!</B> this means that a wrong password will be attempted a number of times.
+Watch out for domain lock-out policies!
+
+<A NAME="squid"><H2>Squid.conf changes</H2>
+
+<P>
+Refer to Squid documentation for the required changes to squid.conf.
+You will need to set the following lines to enable authentication for
+your access list -
+
+<PRE>
+  acl <I>yourACL</I> proxy_auth REQUIRED
+  http_access allow password
+  http_access allow <I>yourACL</I>
+  http_access deny all
+</PRE>
+
+<P>
+You will also need to review the following directives. The number of
+msntauth children spawned is set with authenticate_children.
+The number of children needed is site-dependent, so some
+experimentation may be required to find the best number.
+There should be no visible delay in performance with Squid once
+msntauth is in use.
+
+Please see <A href="http://www.squid-cache.org/Doc/config/auth_param/"
+>http://www.squid-cache.org/Doc/config/auth_param/</A> or your <TT>squid.conf.default</TT>
+file to check how to configure squid to make use of this helper.
+
+<A NAME="testing"><H2>Testing</H2>
+
+<P>
+I strongly urge that Msntauth is tested prior to being used in a 
+production environment. It may behave differently on different platforms.
+To test it, run it from the command line, and enter username and password
+pairs separated by a space.
+
+<P>
+It should behave in the following way -
+<PRE>
+ - Press ENTER to get an OK or ERR message.
+ - Make sure pressing CTRL-D behaves the same as a carriage return.
+ - Make sure pressing CTRL-C aborts the program.
+ - Test that entering no details does not result in an OK or ERR message.
+ - Test that entering an invalid username and password results in
+   an ERR message. Note that if NT guest user access is allowed on
+   the PDC, an OK message may be returned instead of ERR.
+ - Test that entering an valid username and password results in an OK message.
+   Try usernames which are and aren't in the denied/allowed user files,
+   if they're in use.
+ - Test that entering a guest username and password returns the correct response.
+</PRE>
+
+<P>
+If the above didn't work as expected, you may need to modify the main()
+function in msntauth.c. Inform the Squid maintainers of any problems.
+
+<P>
+Usernames and passwords are expected to be URL-encoded (see RFC 1738 for details)
+
+<A NAME="contact"><H2>Support details</H2>
+
+<P>
+Refer to the Squid website at http://www.squid-cache.org.
+You can submit problems or fixes using the Squid project's Bugzilla database.
+
+</BODY>
+</HTML>
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/required.m4 squid-3.5.1/helpers/basic_auth/SMB_LM/required.m4
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/required.m4	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,11 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+BUILD_HELPER="SMB_LM"
+
+# DONT build this helper on Windows
+AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER=""])
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/valid.cc squid-3.5.1/helpers/basic_auth/SMB_LM/valid.cc
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/valid.cc	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/valid.cc	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,54 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+#if HAVE_SYSLOG_H
+#include <syslog.h>
+#endif
+#include "smblib/smblib.h"
+#include "valid.h"
+
+// BACKUP is unused
+int
+Valid_User(char *USERNAME, char *PASSWORD, const char *SERVER, char *BACKUP, const char *DOMAIN)
+{
+    const char *supportedDialects[] = {"PC NETWORK PROGRAM 1.0",
+                                       "MICROSOFT NETWORKS 1.03",
+                                       "MICROSOFT NETWORKS 3.0",
+                                       "LANMAN1.0",
+                                       "LM1.2X002",
+                                       "Samba",
+                                       "NT LM 0.12",
+                                       "NT LANMAN 1.0",
+                                       NULL
+                                      };
+    SMB_Handle_Type con;
+
+    SMB_Init();
+    con = SMB_Connect_Server(NULL, SERVER, DOMAIN);
+    if (con == NULL) {
+        return (NTV_SERVER_ERROR);
+    }
+    if (SMB_Negotiate(con, supportedDialects) < 0) {    /* An error */
+        SMB_Discon(con, 0);
+        return (NTV_PROTOCOL_ERROR);
+    }
+    if (SMB_Logon_Server(con, USERNAME, PASSWORD, NULL, 0) < 0) {
+        SMB_Discon(con, 0);
+        return (NTV_LOGON_ERROR);
+    }
+    SMB_Discon(con, 0);
+    return (NTV_NO_ERROR);
+}
+
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SMB_LM/valid.h squid-3.5.1/helpers/basic_auth/SMB_LM/valid.h
--- squid-3.5.0.4/helpers/basic_auth/SMB_LM/valid.h	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SMB_LM/valid.h	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#ifndef _VALID_H_
+#define _VALID_H_
+/* SMB User verification function */
+
+#define NTV_NO_ERROR 0
+#define NTV_SERVER_ERROR 1
+#define NTV_PROTOCOL_ERROR 2
+#define NTV_LOGON_ERROR 3
+
+int Valid_User(char *USERNAME, char *PASSWORD, const char *SERVER, char *BACKUP, const char *DOMAIN);
+
+#endif
+
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/basic_sspi_auth.8 squid-3.5.1/helpers/basic_auth/SSPI/basic_sspi_auth.8
--- squid-3.5.0.4/helpers/basic_auth/SSPI/basic_sspi_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/basic_sspi_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -134,7 +134,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/basic_sspi_auth.cc squid-3.5.1/helpers/basic_auth/SSPI/basic_sspi_auth.cc
--- squid-3.5.0.4/helpers/basic_auth/SSPI/basic_sspi_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/basic_sspi_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/Makefile.am squid-3.5.1/helpers/basic_auth/SSPI/Makefile.am
--- squid-3.5.0.4/helpers/basic_auth/SSPI/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/Makefile.in squid-3.5.1/helpers/basic_auth/SSPI/Makefile.in
--- squid-3.5.0.4/helpers/basic_auth/SSPI/Makefile.in	2014-12-20 21:13:47.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/Makefile.in	2015-01-13 04:53:18.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/required.m4 squid-3.5.1/helpers/basic_auth/SSPI/required.m4
--- squid-3.5.0.4/helpers/basic_auth/SSPI/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/valid.cc squid-3.5.1/helpers/basic_auth/SSPI/valid.cc
--- squid-3.5.0.4/helpers/basic_auth/SSPI/valid.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/valid.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/basic_auth/SSPI/valid.h squid-3.5.1/helpers/basic_auth/SSPI/valid.h
--- squid-3.5.0.4/helpers/basic_auth/SSPI/valid.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/basic_auth/SSPI/valid.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -91,7 +91,5 @@
 }
 #endif /* __GNUC__ */
 
-int Valid_User(char *,char *, char *);
-
 #endif
 
diff -u -r -N squid-3.5.0.4/helpers/defines.h squid-3.5.1/helpers/defines.h
--- squid-3.5.0.4/helpers/defines.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/defines.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/digest_common.h squid-3.5.1/helpers/digest_auth/eDirectory/digest_common.h
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/digest_common.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/digest_common.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/digest_pw_auth.cc squid-3.5.1/helpers/digest_auth/eDirectory/digest_pw_auth.cc
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/digest_pw_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/digest_pw_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/edir_ldapext.cc squid-3.5.1/helpers/digest_auth/eDirectory/edir_ldapext.cc
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/edir_ldapext.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/edir_ldapext.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/edir_ldapext.h squid-3.5.1/helpers/digest_auth/eDirectory/edir_ldapext.h
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/edir_ldapext.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/edir_ldapext.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/ldap_backend.cc squid-3.5.1/helpers/digest_auth/eDirectory/ldap_backend.cc
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/ldap_backend.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/ldap_backend.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/ldap_backend.h squid-3.5.1/helpers/digest_auth/eDirectory/ldap_backend.h
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/ldap_backend.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/ldap_backend.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/Makefile.am squid-3.5.1/helpers/digest_auth/eDirectory/Makefile.am
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/Makefile.in squid-3.5.1/helpers/digest_auth/eDirectory/Makefile.in
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/Makefile.in	2014-12-20 21:13:51.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/Makefile.in	2015-01-13 04:53:22.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/eDirectory/required.m4 squid-3.5.1/helpers/digest_auth/eDirectory/required.m4
--- squid-3.5.0.4/helpers/digest_auth/eDirectory/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/eDirectory/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/digest_common.h squid-3.5.1/helpers/digest_auth/file/digest_common.h
--- squid-3.5.0.4/helpers/digest_auth/file/digest_common.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/digest_common.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/digest_file_auth.8 squid-3.5.1/helpers/digest_auth/file/digest_file_auth.8
--- squid-3.5.0.4/helpers/digest_auth/file/digest_file_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/digest_file_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -71,7 +71,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/digest_file_auth.cc squid-3.5.1/helpers/digest_auth/file/digest_file_auth.cc
--- squid-3.5.0.4/helpers/digest_auth/file/digest_file_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/digest_file_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/Makefile.am squid-3.5.1/helpers/digest_auth/file/Makefile.am
--- squid-3.5.0.4/helpers/digest_auth/file/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/Makefile.in squid-3.5.1/helpers/digest_auth/file/Makefile.in
--- squid-3.5.0.4/helpers/digest_auth/file/Makefile.in	2014-12-20 21:13:52.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/Makefile.in	2015-01-13 04:53:22.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/required.m4 squid-3.5.1/helpers/digest_auth/file/required.m4
--- squid-3.5.0.4/helpers/digest_auth/file/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/text_backend.cc squid-3.5.1/helpers/digest_auth/file/text_backend.cc
--- squid-3.5.0.4/helpers/digest_auth/file/text_backend.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/text_backend.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/file/text_backend.h squid-3.5.1/helpers/digest_auth/file/text_backend.h
--- squid-3.5.0.4/helpers/digest_auth/file/text_backend.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/file/text_backend.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/digest_common.h squid-3.5.1/helpers/digest_auth/LDAP/digest_common.h
--- squid-3.5.0.4/helpers/digest_auth/LDAP/digest_common.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/digest_common.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/digest_pw_auth.cc squid-3.5.1/helpers/digest_auth/LDAP/digest_pw_auth.cc
--- squid-3.5.0.4/helpers/digest_auth/LDAP/digest_pw_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/digest_pw_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/ldap_backend.cc squid-3.5.1/helpers/digest_auth/LDAP/ldap_backend.cc
--- squid-3.5.0.4/helpers/digest_auth/LDAP/ldap_backend.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/ldap_backend.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/ldap_backend.h squid-3.5.1/helpers/digest_auth/LDAP/ldap_backend.h
--- squid-3.5.0.4/helpers/digest_auth/LDAP/ldap_backend.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/ldap_backend.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/Makefile.am squid-3.5.1/helpers/digest_auth/LDAP/Makefile.am
--- squid-3.5.0.4/helpers/digest_auth/LDAP/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/Makefile.in squid-3.5.1/helpers/digest_auth/LDAP/Makefile.in
--- squid-3.5.0.4/helpers/digest_auth/LDAP/Makefile.in	2014-12-20 21:13:50.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/Makefile.in	2015-01-13 04:53:21.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/LDAP/required.m4 squid-3.5.1/helpers/digest_auth/LDAP/required.m4
--- squid-3.5.0.4/helpers/digest_auth/LDAP/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/LDAP/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/Makefile.am squid-3.5.1/helpers/digest_auth/Makefile.am
--- squid-3.5.0.4/helpers/digest_auth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/Makefile.in squid-3.5.1/helpers/digest_auth/Makefile.in
--- squid-3.5.0.4/helpers/digest_auth/Makefile.in	2014-12-20 21:13:50.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/Makefile.in	2015-01-13 04:53:21.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/digest_auth/modules.m4 squid-3.5.1/helpers/digest_auth/modules.m4
--- squid-3.5.0.4/helpers/digest_auth/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/digest_auth/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/AD_group/ext_ad_group_acl.8 squid-3.5.1/helpers/external_acl/AD_group/ext_ad_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/AD_group/ext_ad_group_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/AD_group/ext_ad_group_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -237,7 +237,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/AD_group/ext_ad_group_acl.cc squid-3.5.1/helpers/external_acl/AD_group/ext_ad_group_acl.cc
--- squid-3.5.0.4/helpers/external_acl/AD_group/ext_ad_group_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/AD_group/ext_ad_group_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/AD_group/Makefile.am squid-3.5.1/helpers/external_acl/AD_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/AD_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/AD_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/AD_group/Makefile.in squid-3.5.1/helpers/external_acl/AD_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/AD_group/Makefile.in	2014-12-20 21:13:53.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/AD_group/Makefile.in	2015-01-13 04:53:23.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/AD_group/required.m4 squid-3.5.1/helpers/external_acl/AD_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/AD_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/AD_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/delayer/ext_delayer_acl.8 squid-3.5.1/helpers/external_acl/delayer/ext_delayer_acl.8
--- squid-3.5.0.4/helpers/external_acl/delayer/ext_delayer_acl.8	2014-12-20 21:52:32.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/delayer/ext_delayer_acl.8	2015-01-13 05:43:44.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_DELAYER_ACL 1"
-.TH EXT_DELAYER_ACL 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH EXT_DELAYER_ACL 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -198,7 +198,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/delayer/ext_delayer_acl.pl.in squid-3.5.1/helpers/external_acl/delayer/ext_delayer_acl.pl.in
--- squid-3.5.0.4/helpers/external_acl/delayer/ext_delayer_acl.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/delayer/ext_delayer_acl.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -74,7 +74,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/delayer/Makefile.am squid-3.5.1/helpers/external_acl/delayer/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/delayer/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/delayer/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/delayer/Makefile.in squid-3.5.1/helpers/external_acl/delayer/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/delayer/Makefile.in	2014-12-20 21:13:57.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/delayer/Makefile.in	2015-01-13 04:53:25.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/delayer/required.m4 squid-3.5.1/helpers/external_acl/delayer/required.m4
--- squid-3.5.0.4/helpers/external_acl/delayer/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/delayer/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8 squid-3.5.1/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8
--- squid-3.5.0.4/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -192,7 +192,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc squid-3.5.1/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc
--- squid-3.5.0.4/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/eDirectory_userip/Makefile.am squid-3.5.1/helpers/external_acl/eDirectory_userip/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/eDirectory_userip/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/eDirectory_userip/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/eDirectory_userip/Makefile.in squid-3.5.1/helpers/external_acl/eDirectory_userip/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/eDirectory_userip/Makefile.in	2014-12-20 21:13:58.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/eDirectory_userip/Makefile.in	2015-01-13 04:53:26.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/eDirectory_userip/required.m4 squid-3.5.1/helpers/external_acl/eDirectory_userip/required.m4
--- squid-3.5.0.4/helpers/external_acl/eDirectory_userip/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/eDirectory_userip/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/example.conf squid-3.5.1/helpers/external_acl/file_userip/example.conf
--- squid-3.5.0.4/helpers/external_acl/file_userip/example.conf	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/example.conf	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/ext_file_userip_acl.8 squid-3.5.1/helpers/external_acl/file_userip/ext_file_userip_acl.8
--- squid-3.5.0.4/helpers/external_acl/file_userip/ext_file_userip_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/ext_file_userip_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -80,7 +80,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/ext_file_userip_acl.cc squid-3.5.1/helpers/external_acl/file_userip/ext_file_userip_acl.cc
--- squid-3.5.0.4/helpers/external_acl/file_userip/ext_file_userip_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/ext_file_userip_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/Makefile.am squid-3.5.1/helpers/external_acl/file_userip/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/file_userip/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/Makefile.in squid-3.5.1/helpers/external_acl/file_userip/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/file_userip/Makefile.in	2014-12-20 21:13:59.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/Makefile.in	2015-01-13 04:53:26.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/file_userip/required.m4 squid-3.5.1/helpers/external_acl/file_userip/required.m4
--- squid-3.5.0.4/helpers/external_acl/file_userip/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/file_userip/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/cert_tool squid-3.5.1/helpers/external_acl/kerberos_ldap_group/cert_tool
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/cert_tool	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/cert_tool	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 squid-3.5.1/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -224,7 +224,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/Makefile.am squid-3.5.1/helpers/external_acl/kerberos_ldap_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/Makefile.in squid-3.5.1/helpers/external_acl/kerberos_ldap_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/Makefile.in	2014-12-20 21:14:00.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/Makefile.in	2015-01-13 04:53:27.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/required.m4 squid-3.5.1/helpers/external_acl/kerberos_ldap_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_group.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_group.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_group.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_group.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support.h squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support.h
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_krb5.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_krb5.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_krb5.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_krb5.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_ldap.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_ldap.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_ldap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_ldap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_log.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_log.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_log.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_log.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_lserver.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_lserver.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_lserver.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_lserver.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_member.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_member.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_member.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_member.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_netbios.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_netbios.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_netbios.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_netbios.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_resolv.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_resolv.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_resolv.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_resolv.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_sasl.cc squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_sasl.cc
--- squid-3.5.0.4/helpers/external_acl/kerberos_ldap_group/support_sasl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/kerberos_ldap_group/support_sasl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/ChangeLog squid-3.5.1/helpers/external_acl/LDAP_group/ChangeLog
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/ChangeLog	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/ChangeLog	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 squid-3.5.1/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -242,7 +242,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc squid-3.5.1/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/Makefile.am squid-3.5.1/helpers/external_acl/LDAP_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/Makefile.in squid-3.5.1/helpers/external_acl/LDAP_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/Makefile.in	2014-12-20 21:13:54.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/Makefile.in	2015-01-13 04:53:23.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LDAP_group/required.m4 squid-3.5.1/helpers/external_acl/LDAP_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/LDAP_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LDAP_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LM_group/ext_lm_group_acl.8 squid-3.5.1/helpers/external_acl/LM_group/ext_lm_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/LM_group/ext_lm_group_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LM_group/ext_lm_group_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -169,7 +169,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LM_group/ext_lm_group_acl.cc squid-3.5.1/helpers/external_acl/LM_group/ext_lm_group_acl.cc
--- squid-3.5.0.4/helpers/external_acl/LM_group/ext_lm_group_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LM_group/ext_lm_group_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LM_group/Makefile.am squid-3.5.1/helpers/external_acl/LM_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/LM_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LM_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LM_group/Makefile.in squid-3.5.1/helpers/external_acl/LM_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/LM_group/Makefile.in	2014-12-20 21:13:55.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LM_group/Makefile.in	2015-01-13 04:53:24.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/LM_group/required.m4 squid-3.5.1/helpers/external_acl/LM_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/LM_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/LM_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/Makefile.am squid-3.5.1/helpers/external_acl/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/Makefile.in squid-3.5.1/helpers/external_acl/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/Makefile.in	2014-12-20 21:13:56.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/Makefile.in	2015-01-13 04:53:24.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/modules.m4 squid-3.5.1/helpers/external_acl/modules.m4
--- squid-3.5.0.4/helpers/external_acl/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/session/ext_session_acl.8 squid-3.5.1/helpers/external_acl/session/ext_session_acl.8
--- squid-3.5.0.4/helpers/external_acl/session/ext_session_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/session/ext_session_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -99,7 +99,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/session/ext_session_acl.cc squid-3.5.1/helpers/external_acl/session/ext_session_acl.cc
--- squid-3.5.0.4/helpers/external_acl/session/ext_session_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/session/ext_session_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/session/Makefile.am squid-3.5.1/helpers/external_acl/session/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/session/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/session/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/session/Makefile.in squid-3.5.1/helpers/external_acl/session/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/session/Makefile.in	2014-12-20 21:14:01.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/session/Makefile.in	2015-01-13 04:53:28.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/session/required.m4 squid-3.5.1/helpers/external_acl/session/required.m4
--- squid-3.5.0.4/helpers/external_acl/session/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/session/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/SQL_session/ext_sql_session_acl.8 squid-3.5.1/helpers/external_acl/SQL_session/ext_sql_session_acl.8
--- squid-3.5.0.4/helpers/external_acl/SQL_session/ext_sql_session_acl.8	2014-12-20 21:52:38.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/SQL_session/ext_sql_session_acl.8	2015-01-13 05:43:55.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_SQL_SESSION_ACL 1"
-.TH EXT_SQL_SESSION_ACL 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH EXT_SQL_SESSION_ACL 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -198,7 +198,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in squid-3.5.1/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in
--- squid-3.5.0.4/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -80,7 +80,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/SQL_session/Makefile.am squid-3.5.1/helpers/external_acl/SQL_session/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/SQL_session/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/SQL_session/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/SQL_session/Makefile.in squid-3.5.1/helpers/external_acl/SQL_session/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/SQL_session/Makefile.in	2014-12-20 21:13:57.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/SQL_session/Makefile.in	2015-01-13 04:53:25.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/SQL_session/required.m4 squid-3.5.1/helpers/external_acl/SQL_session/required.m4
--- squid-3.5.0.4/helpers/external_acl/SQL_session/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/SQL_session/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/time_quota/ext_time_quota_acl.8 squid-3.5.1/helpers/external_acl/time_quota/ext_time_quota_acl.8
--- squid-3.5.0.4/helpers/external_acl/time_quota/ext_time_quota_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/time_quota/ext_time_quota_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -217,7 +217,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/time_quota/ext_time_quota_acl.cc squid-3.5.1/helpers/external_acl/time_quota/ext_time_quota_acl.cc
--- squid-3.5.0.4/helpers/external_acl/time_quota/ext_time_quota_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/time_quota/ext_time_quota_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/time_quota/Makefile.am squid-3.5.1/helpers/external_acl/time_quota/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/time_quota/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/time_quota/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/time_quota/Makefile.in squid-3.5.1/helpers/external_acl/time_quota/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/time_quota/Makefile.in	2014-12-20 21:14:02.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/time_quota/Makefile.in	2015-01-13 04:53:28.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/time_quota/required.m4 squid-3.5.1/helpers/external_acl/time_quota/required.m4
--- squid-3.5.0.4/helpers/external_acl/time_quota/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/time_quota/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/unix_group/check_group.cc squid-3.5.1/helpers/external_acl/unix_group/check_group.cc
--- squid-3.5.0.4/helpers/external_acl/unix_group/check_group.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/unix_group/check_group.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/unix_group/ext_unix_group_acl.8 squid-3.5.1/helpers/external_acl/unix_group/ext_unix_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/unix_group/ext_unix_group_acl.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/unix_group/ext_unix_group_acl.8	2015-01-13 04:52:01.000000000 -0800
@@ -72,7 +72,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/unix_group/Makefile.am squid-3.5.1/helpers/external_acl/unix_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/unix_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/unix_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/unix_group/Makefile.in squid-3.5.1/helpers/external_acl/unix_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/unix_group/Makefile.in	2014-12-20 21:14:03.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/unix_group/Makefile.in	2015-01-13 04:53:29.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/unix_group/required.m4 squid-3.5.1/helpers/external_acl/unix_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/unix_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/unix_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8 squid-3.5.1/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8
--- squid-3.5.0.4/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2014-12-20 21:52:41.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2015-01-13 05:43:59.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_WBINFO_GROUP_ACL 1"
-.TH EXT_WBINFO_GROUP_ACL 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH EXT_WBINFO_GROUP_ACL 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -190,7 +190,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in squid-3.5.1/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in
--- squid-3.5.0.4/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -62,7 +62,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/wbinfo_group/Makefile.am squid-3.5.1/helpers/external_acl/wbinfo_group/Makefile.am
--- squid-3.5.0.4/helpers/external_acl/wbinfo_group/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/wbinfo_group/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/external_acl/wbinfo_group/Makefile.in squid-3.5.1/helpers/external_acl/wbinfo_group/Makefile.in
--- squid-3.5.0.4/helpers/external_acl/wbinfo_group/Makefile.in	2014-12-20 21:14:04.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/wbinfo_group/Makefile.in	2015-01-13 04:53:29.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/external_acl/wbinfo_group/required.m4 squid-3.5.1/helpers/external_acl/wbinfo_group/required.m4
--- squid-3.5.0.4/helpers/external_acl/wbinfo_group/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/external_acl/wbinfo_group/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/doc/date_day_column.sql squid-3.5.1/helpers/log_daemon/DB/doc/date_day_column.sql
--- squid-3.5.0.4/helpers/log_daemon/DB/doc/date_day_column.sql	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/doc/date_day_column.sql	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
--- Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+-- Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 --
 -- Squid software is distributed under GPLv2+ license and includes
 -- contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/doc/views.sql squid-3.5.1/helpers/log_daemon/DB/doc/views.sql
--- squid-3.5.0.4/helpers/log_daemon/DB/doc/views.sql	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/doc/views.sql	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
--- Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+-- Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 --
 -- Squid software is distributed under GPLv2+ license and includes
 -- contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/log_db_daemon.8 squid-3.5.1/helpers/log_daemon/DB/log_db_daemon.8
--- squid-3.5.0.4/helpers/log_daemon/DB/log_db_daemon.8	2014-12-20 21:52:43.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/log_db_daemon.8	2015-01-13 05:44:02.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "LOG_DB_DAEMON 1"
-.TH LOG_DB_DAEMON 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH LOG_DB_DAEMON 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -418,7 +418,7 @@
 .SH "COPYRIGHT AND LICENSE"
 .IX Header "COPYRIGHT AND LICENSE"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/log_db_daemon.pl.in squid-3.5.1/helpers/log_daemon/DB/log_db_daemon.pl.in
--- squid-3.5.0.4/helpers/log_daemon/DB/log_db_daemon.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/log_db_daemon.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -448,7 +448,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/Makefile.am squid-3.5.1/helpers/log_daemon/DB/Makefile.am
--- squid-3.5.0.4/helpers/log_daemon/DB/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/Makefile.in squid-3.5.1/helpers/log_daemon/DB/Makefile.in
--- squid-3.5.0.4/helpers/log_daemon/DB/Makefile.in	2014-12-20 21:14:04.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/Makefile.in	2015-01-13 04:53:30.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/DB/required.m4 squid-3.5.1/helpers/log_daemon/DB/required.m4
--- squid-3.5.0.4/helpers/log_daemon/DB/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/DB/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/file/log_file_daemon.cc squid-3.5.1/helpers/log_daemon/file/log_file_daemon.cc
--- squid-3.5.0.4/helpers/log_daemon/file/log_file_daemon.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/file/log_file_daemon.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/file/Makefile.am squid-3.5.1/helpers/log_daemon/file/Makefile.am
--- squid-3.5.0.4/helpers/log_daemon/file/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/file/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/file/Makefile.in squid-3.5.1/helpers/log_daemon/file/Makefile.in
--- squid-3.5.0.4/helpers/log_daemon/file/Makefile.in	2014-12-20 21:14:06.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/file/Makefile.in	2015-01-13 04:53:31.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/file/required.m4 squid-3.5.1/helpers/log_daemon/file/required.m4
--- squid-3.5.0.4/helpers/log_daemon/file/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/file/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/Makefile.am squid-3.5.1/helpers/log_daemon/Makefile.am
--- squid-3.5.0.4/helpers/log_daemon/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/Makefile.in squid-3.5.1/helpers/log_daemon/Makefile.in
--- squid-3.5.0.4/helpers/log_daemon/Makefile.in	2014-12-20 21:14:05.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/Makefile.in	2015-01-13 04:53:30.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/log_daemon/modules.m4 squid-3.5.1/helpers/log_daemon/modules.m4
--- squid-3.5.0.4/helpers/log_daemon/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/log_daemon/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/Makefile.am squid-3.5.1/helpers/Makefile.am
--- squid-3.5.0.4/helpers/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/Makefile.in squid-3.5.1/helpers/Makefile.in
--- squid-3.5.0.4/helpers/Makefile.in	2014-12-20 21:13:35.000000000 -0800
+++ squid-3.5.1/helpers/Makefile.in	2015-01-13 04:53:11.000000000 -0800
@@ -96,7 +96,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -104,6 +103,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/Makefile.am squid-3.5.1/helpers/negotiate_auth/kerberos/Makefile.am
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/Makefile.in squid-3.5.1/helpers/negotiate_auth/kerberos/Makefile.in
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/Makefile.in	2014-12-20 21:14:08.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/Makefile.in	2015-01-13 04:53:32.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -36,8 +36,6 @@
  */
 
 #include "squid.h"
-#include "compat/getaddrinfo.h"
-#include "compat/getnameinfo.h"
 #include "rfc1738.h"
 
 #if HAVE_GSSAPI
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos.h squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos.h
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -36,8 +36,6 @@
  */
 
 #include "squid.h"
-#include "compat/getaddrinfo.h"
-#include "compat/getnameinfo.h"
 #include "rfc1738.h"
 
 #include "negotiate_kerberos.h"
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/kerberos/required.m4 squid-3.5.1/helpers/negotiate_auth/kerberos/required.m4
--- squid-3.5.0.4/helpers/negotiate_auth/kerberos/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/kerberos/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/Makefile.am squid-3.5.1/helpers/negotiate_auth/Makefile.am
--- squid-3.5.0.4/helpers/negotiate_auth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/Makefile.in squid-3.5.1/helpers/negotiate_auth/Makefile.in
--- squid-3.5.0.4/helpers/negotiate_auth/Makefile.in	2014-12-20 21:14:06.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/Makefile.in	2015-01-13 04:53:31.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/modules.m4 squid-3.5.1/helpers/negotiate_auth/modules.m4
--- squid-3.5.0.4/helpers/negotiate_auth/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/SSPI/Makefile.am squid-3.5.1/helpers/negotiate_auth/SSPI/Makefile.am
--- squid-3.5.0.4/helpers/negotiate_auth/SSPI/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/SSPI/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/SSPI/Makefile.in squid-3.5.1/helpers/negotiate_auth/SSPI/Makefile.in
--- squid-3.5.0.4/helpers/negotiate_auth/SSPI/Makefile.in	2014-12-20 21:14:07.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/SSPI/Makefile.in	2015-01-13 04:53:32.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc squid-3.5.1/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc
--- squid-3.5.0.4/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/SSPI/required.m4 squid-3.5.1/helpers/negotiate_auth/SSPI/required.m4
--- squid-3.5.0.4/helpers/negotiate_auth/SSPI/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/SSPI/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/wrapper/Makefile.am squid-3.5.1/helpers/negotiate_auth/wrapper/Makefile.am
--- squid-3.5.0.4/helpers/negotiate_auth/wrapper/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/wrapper/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/wrapper/Makefile.in squid-3.5.1/helpers/negotiate_auth/wrapper/Makefile.in
--- squid-3.5.0.4/helpers/negotiate_auth/wrapper/Makefile.in	2014-12-20 21:14:09.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/wrapper/Makefile.in	2015-01-13 04:53:33.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc squid-3.5.1/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc
--- squid-3.5.0.4/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/negotiate_auth/wrapper/required.m4 squid-3.5.1/helpers/negotiate_auth/wrapper/required.m4
--- squid-3.5.0.4/helpers/negotiate_auth/wrapper/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/negotiate_auth/wrapper/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/fake/Makefile.am squid-3.5.1/helpers/ntlm_auth/fake/Makefile.am
--- squid-3.5.0.4/helpers/ntlm_auth/fake/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/fake/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/fake/Makefile.in squid-3.5.1/helpers/ntlm_auth/fake/Makefile.in
--- squid-3.5.0.4/helpers/ntlm_auth/fake/Makefile.in	2014-12-20 21:14:12.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/fake/Makefile.in	2015-01-13 04:53:35.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/fake/ntlm_fake_auth.cc squid-3.5.1/helpers/ntlm_auth/fake/ntlm_fake_auth.cc
--- squid-3.5.0.4/helpers/ntlm_auth/fake/ntlm_fake_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/fake/ntlm_fake_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in squid-3.5.1/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in
--- squid-3.5.0.4/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!@PERL@
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/fake/required.m4 squid-3.5.1/helpers/ntlm_auth/fake/required.m4
--- squid-3.5.0.4/helpers/ntlm_auth/fake/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/fake/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/Makefile.am squid-3.5.1/helpers/ntlm_auth/Makefile.am
--- squid-3.5.0.4/helpers/ntlm_auth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/Makefile.in squid-3.5.1/helpers/ntlm_auth/Makefile.in
--- squid-3.5.0.4/helpers/ntlm_auth/Makefile.in	2014-12-20 21:14:10.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/Makefile.in	2015-01-13 04:53:33.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/modules.m4 squid-3.5.1/helpers/ntlm_auth/modules.m4
--- squid-3.5.0.4/helpers/ntlm_auth/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/smb_lm/Makefile.am squid-3.5.1/helpers/ntlm_auth/smb_lm/Makefile.am
--- squid-3.5.0.4/helpers/ntlm_auth/smb_lm/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/smb_lm/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/smb_lm/Makefile.in squid-3.5.1/helpers/ntlm_auth/smb_lm/Makefile.in
--- squid-3.5.0.4/helpers/ntlm_auth/smb_lm/Makefile.in	2014-12-20 21:14:12.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/smb_lm/Makefile.in	2015-01-13 04:53:35.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc squid-3.5.1/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc
--- squid-3.5.0.4/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/smb_lm/required.m4 squid-3.5.1/helpers/ntlm_auth/smb_lm/required.m4
--- squid-3.5.0.4/helpers/ntlm_auth/smb_lm/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/smb_lm/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/SSPI/Makefile.am squid-3.5.1/helpers/ntlm_auth/SSPI/Makefile.am
--- squid-3.5.0.4/helpers/ntlm_auth/SSPI/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/SSPI/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/SSPI/Makefile.in squid-3.5.1/helpers/ntlm_auth/SSPI/Makefile.in
--- squid-3.5.0.4/helpers/ntlm_auth/SSPI/Makefile.in	2014-12-20 21:14:11.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/SSPI/Makefile.in	2015-01-13 04:53:34.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 squid-3.5.1/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8
--- squid-3.5.0.4/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8	2015-01-13 04:52:01.000000000 -0800
@@ -101,7 +101,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc squid-3.5.1/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc
--- squid-3.5.0.4/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ntlm_auth/SSPI/required.m4 squid-3.5.1/helpers/ntlm_auth/SSPI/required.m4
--- squid-3.5.0.4/helpers/ntlm_auth/SSPI/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ntlm_auth/SSPI/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ssl/cert_valid.pl squid-3.5.1/helpers/ssl/cert_valid.pl
--- squid-3.5.0.4/helpers/ssl/cert_valid.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ssl/cert_valid.pl	2015-01-13 04:52:01.000000000 -0800
@@ -43,7 +43,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ssl/Makefile.am squid-3.5.1/helpers/ssl/Makefile.am
--- squid-3.5.0.4/helpers/ssl/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/ssl/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/ssl/Makefile.in squid-3.5.1/helpers/ssl/Makefile.in
--- squid-3.5.0.4/helpers/ssl/Makefile.in	2014-12-20 21:14:13.000000000 -0800
+++ squid-3.5.1/helpers/ssl/Makefile.in	2015-01-13 04:53:36.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/file/Makefile.am squid-3.5.1/helpers/storeid_rewrite/file/Makefile.am
--- squid-3.5.0.4/helpers/storeid_rewrite/file/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/file/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/file/Makefile.in squid-3.5.1/helpers/storeid_rewrite/file/Makefile.in
--- squid-3.5.0.4/helpers/storeid_rewrite/file/Makefile.in	2014-12-20 21:14:14.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/file/Makefile.in	2015-01-13 04:53:36.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/file/required.m4 squid-3.5.1/helpers/storeid_rewrite/file/required.m4
--- squid-3.5.0.4/helpers/storeid_rewrite/file/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/file/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/file/storeid_file_rewrite.8 squid-3.5.1/helpers/storeid_rewrite/file/storeid_file_rewrite.8
--- squid-3.5.0.4/helpers/storeid_rewrite/file/storeid_file_rewrite.8	2014-12-20 21:52:54.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/file/storeid_file_rewrite.8	2015-01-13 05:44:19.000000000 -0800
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "STOREID_FILE_REWRITE 1"
-.TH STOREID_FILE_REWRITE 1 "2014-12-20" "perl v5.20.1" "User Contributed Perl Documentation"
+.TH STOREID_FILE_REWRITE 1 "2015-01-13" "perl v5.20.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -175,7 +175,7 @@
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
 .Vb 5
-\& * Copyright (C) 1996\-2014 The Squid Software Foundation and contributors
+\& * Copyright (C) 1996\-2015 The Squid Software Foundation and contributors
 \& *
 \& * Squid software is distributed under GPLv2+ license and includes
 \& * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in squid-3.5.1/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in
--- squid-3.5.0.4/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in	2015-01-13 04:52:01.000000000 -0800
@@ -44,7 +44,7 @@
 
 =head1 COPYRIGHT
 
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/Makefile.am squid-3.5.1/helpers/storeid_rewrite/Makefile.am
--- squid-3.5.0.4/helpers/storeid_rewrite/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/Makefile.in squid-3.5.1/helpers/storeid_rewrite/Makefile.in
--- squid-3.5.0.4/helpers/storeid_rewrite/Makefile.in	2014-12-20 21:14:14.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/Makefile.in	2015-01-13 04:53:36.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/storeid_rewrite/modules.m4 squid-3.5.1/helpers/storeid_rewrite/modules.m4
--- squid-3.5.0.4/helpers/storeid_rewrite/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/storeid_rewrite/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/fake/fake.cc squid-3.5.1/helpers/url_rewrite/fake/fake.cc
--- squid-3.5.0.4/helpers/url_rewrite/fake/fake.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/fake/fake.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/fake/Makefile.am squid-3.5.1/helpers/url_rewrite/fake/Makefile.am
--- squid-3.5.0.4/helpers/url_rewrite/fake/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/fake/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/fake/Makefile.in squid-3.5.1/helpers/url_rewrite/fake/Makefile.in
--- squid-3.5.0.4/helpers/url_rewrite/fake/Makefile.in	2014-12-20 21:14:15.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/fake/Makefile.in	2015-01-13 04:53:37.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/fake/required.m4 squid-3.5.1/helpers/url_rewrite/fake/required.m4
--- squid-3.5.0.4/helpers/url_rewrite/fake/required.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/fake/required.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/fake/url_fake_rewrite.sh squid-3.5.1/helpers/url_rewrite/fake/url_fake_rewrite.sh
--- squid-3.5.0.4/helpers/url_rewrite/fake/url_fake_rewrite.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/fake/url_fake_rewrite.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/Makefile.am squid-3.5.1/helpers/url_rewrite/Makefile.am
--- squid-3.5.0.4/helpers/url_rewrite/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/Makefile.in squid-3.5.1/helpers/url_rewrite/Makefile.in
--- squid-3.5.0.4/helpers/url_rewrite/Makefile.in	2014-12-20 21:14:15.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/Makefile.in	2015-01-13 04:53:37.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/helpers/url_rewrite/modules.m4 squid-3.5.1/helpers/url_rewrite/modules.m4
--- squid-3.5.0.4/helpers/url_rewrite/modules.m4	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/helpers/url_rewrite/modules.m4	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/icons/icon.list squid-3.5.1/icons/icon.list
--- squid-3.5.0.4/icons/icon.list	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/icons/icon.list	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/icons/Makefile.am squid-3.5.1/icons/Makefile.am
--- squid-3.5.0.4/icons/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/icons/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/icons/Makefile.in squid-3.5.1/icons/Makefile.in
--- squid-3.5.0.4/icons/Makefile.in	2014-12-20 21:14:16.000000000 -0800
+++ squid-3.5.1/icons/Makefile.in	2015-01-13 04:53:38.000000000 -0800
@@ -96,7 +96,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -104,6 +103,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/include/asn1.h squid-3.5.1/include/asn1.h
--- squid-3.5.0.4/include/asn1.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/asn1.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/autoconf.h.in squid-3.5.1/include/autoconf.h.in
--- squid-3.5.0.4/include/autoconf.h.in	2014-12-20 21:12:48.000000000 -0800
+++ squid-3.5.1/include/autoconf.h.in	2015-01-13 04:52:39.000000000 -0800
@@ -162,6 +162,22 @@
    you don't. */
 #undef HAVE_DECL_CYGWIN_CONV_PATH
 
+/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETADDRINFO
+
+/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETNAMEINFO
+
+/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
+   don't. */
+#undef HAVE_DECL_INET_NTOP
+
+/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
+   don't. */
+#undef HAVE_DECL_INET_PTON
+
 /* Define to 1 if you have the declaration of `krb5_kt_free_entry', and to 0
    if you don't. */
 #undef HAVE_DECL_KRB5_KT_FREE_ENTRY
@@ -245,15 +261,9 @@
 /* Define if struct statfs has field f_frsize (Linux 2.6 or later) */
 #undef HAVE_F_FRSIZE_IN_STATFS
 
-/* Define to 1 if you have the `getaddrinfo' function. */
-#undef HAVE_GETADDRINFO
-
 /* Define to 1 if you have the `getdtablesize' function. */
 #undef HAVE_GETDTABLESIZE
 
-/* Define to 1 if you have the `getnameinfo' function. */
-#undef HAVE_GETNAMEINFO
-
 /* Define to 1 if you have the <getopt.h> header file. */
 #undef HAVE_GETOPT_H
 
@@ -336,12 +346,6 @@
 /* Define to 1 if you have the `htole32' function. */
 #undef HAVE_HTOLE32
 
-/* Define to 1 if you have the `inet_ntop' function. */
-#undef HAVE_INET_NTOP
-
-/* Define to 1 if you have the `inet_pton' function. */
-#undef HAVE_INET_PTON
-
 /* Define to 1 if you have the `initgroups' function. */
 #undef HAVE_INITGROUPS
 
@@ -972,6 +976,9 @@
 /* Define to 1 if you have the <sys/file.h> header file. */
 #undef HAVE_SYS_FILE_H
 
+/* Define to 1 if you have the <sys/ioccom.h> header file. */
+#undef HAVE_SYS_IOCCOM_H
+
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #undef HAVE_SYS_IOCTL_H
 
@@ -1419,6 +1426,9 @@
 /* Use Winsock select() for the IO loop */
 #undef USE_SELECT_WIN32
 
+/* Workaround IPFilter minor_t breakage */
+#undef USE_SOLARIS_IPFILTER_MINOR_T_HACK
+
 /* Solaris Kerberos support is available */
 #undef USE_SOLARIS_KRB5
 
diff -u -r -N squid-3.5.0.4/include/base64.h squid-3.5.1/include/base64.h
--- squid-3.5.0.4/include/base64.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/base64.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/cache_snmp.h squid-3.5.1/include/cache_snmp.h
--- squid-3.5.0.4/include/cache_snmp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/cache_snmp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/CbDataList.h squid-3.5.1/include/CbDataList.h
--- squid-3.5.0.4/include/CbDataList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/CbDataList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/charset.h squid-3.5.1/include/charset.h
--- squid-3.5.0.4/include/charset.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/charset.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/getfullhostname.h squid-3.5.1/include/getfullhostname.h
--- squid-3.5.0.4/include/getfullhostname.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/getfullhostname.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/hash.h squid-3.5.1/include/hash.h
--- squid-3.5.0.4/include/hash.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/hash.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/heap.h squid-3.5.1/include/heap.h
--- squid-3.5.0.4/include/heap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/heap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/html_quote.h squid-3.5.1/include/html_quote.h
--- squid-3.5.0.4/include/html_quote.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/html_quote.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/leakcheck.h squid-3.5.1/include/leakcheck.h
--- squid-3.5.0.4/include/leakcheck.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/leakcheck.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/md5.h squid-3.5.1/include/md5.h
--- squid-3.5.0.4/include/md5.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/md5.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/memMeter.h squid-3.5.1/include/memMeter.h
--- squid-3.5.0.4/include/memMeter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/memMeter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/MemPoolChunked.h squid-3.5.1/include/MemPoolChunked.h
--- squid-3.5.0.4/include/MemPoolChunked.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/MemPoolChunked.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/MemPool.h squid-3.5.1/include/MemPool.h
--- squid-3.5.0.4/include/MemPool.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/MemPool.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/MemPoolMalloc.h squid-3.5.1/include/MemPoolMalloc.h
--- squid-3.5.0.4/include/MemPoolMalloc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/MemPoolMalloc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/parse.h squid-3.5.1/include/parse.h
--- squid-3.5.0.4/include/parse.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/parse.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/radix.h squid-3.5.1/include/radix.h
--- squid-3.5.0.4/include/radix.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/radix.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/Range.h squid-3.5.1/include/Range.h
--- squid-3.5.0.4/include/Range.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/Range.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc1035.h squid-3.5.1/include/rfc1035.h
--- squid-3.5.0.4/include/rfc1035.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc1035.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc1123.h squid-3.5.1/include/rfc1123.h
--- squid-3.5.0.4/include/rfc1123.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc1123.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc1738.h squid-3.5.1/include/rfc1738.h
--- squid-3.5.0.4/include/rfc1738.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc1738.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc2181.h squid-3.5.1/include/rfc2181.h
--- squid-3.5.0.4/include/rfc2181.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc2181.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc2617.h squid-3.5.1/include/rfc2617.h
--- squid-3.5.0.4/include/rfc2617.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc2617.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc2671.h squid-3.5.1/include/rfc2671.h
--- squid-3.5.0.4/include/rfc2671.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc2671.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/rfc3596.h squid-3.5.1/include/rfc3596.h
--- squid-3.5.0.4/include/rfc3596.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/rfc3596.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_api_error.h squid-3.5.1/include/snmp_api_error.h
--- squid-3.5.0.4/include/snmp_api_error.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_api_error.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_api.h squid-3.5.1/include/snmp_api.h
--- squid-3.5.0.4/include/snmp_api.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_api.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_api_util.h squid-3.5.1/include/snmp_api_util.h
--- squid-3.5.0.4/include/snmp_api_util.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_api_util.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_client.h squid-3.5.1/include/snmp_client.h
--- squid-3.5.0.4/include/snmp_client.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_client.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_coexist.h squid-3.5.1/include/snmp_coexist.h
--- squid-3.5.0.4/include/snmp_coexist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_coexist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_debug.h squid-3.5.1/include/snmp_debug.h
--- squid-3.5.0.4/include/snmp_debug.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_debug.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_error.h squid-3.5.1/include/snmp_error.h
--- squid-3.5.0.4/include/snmp_error.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_error.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp.h squid-3.5.1/include/snmp.h
--- squid-3.5.0.4/include/snmp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_impl.h squid-3.5.1/include/snmp_impl.h
--- squid-3.5.0.4/include/snmp_impl.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_impl.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp-internal.h squid-3.5.1/include/snmp-internal.h
--- squid-3.5.0.4/include/snmp-internal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp-internal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp-mib.h squid-3.5.1/include/snmp-mib.h
--- squid-3.5.0.4/include/snmp-mib.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp-mib.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_msg.h squid-3.5.1/include/snmp_msg.h
--- squid-3.5.0.4/include/snmp_msg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_msg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_pdu.h squid-3.5.1/include/snmp_pdu.h
--- squid-3.5.0.4/include/snmp_pdu.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_pdu.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_session.h squid-3.5.1/include/snmp_session.h
--- squid-3.5.0.4/include/snmp_session.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_session.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_util.h squid-3.5.1/include/snmp_util.h
--- squid-3.5.0.4/include/snmp_util.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_util.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/snmp_vars.h squid-3.5.1/include/snmp_vars.h
--- squid-3.5.0.4/include/snmp_vars.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/snmp_vars.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/splay.h squid-3.5.1/include/splay.h
--- squid-3.5.0.4/include/splay.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/splay.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/squid.h squid-3.5.1/include/squid.h
--- squid-3.5.0.4/include/squid.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/squid.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/SquidNew.h squid-3.5.1/include/SquidNew.h
--- squid-3.5.0.4/include/SquidNew.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/SquidNew.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/sspwin32.h squid-3.5.1/include/sspwin32.h
--- squid-3.5.0.4/include/sspwin32.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/sspwin32.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/unitTestMain.h squid-3.5.1/include/unitTestMain.h
--- squid-3.5.0.4/include/unitTestMain.h	1969-12-31 16:00:00.000000000 -0800
+++ squid-3.5.1/include/unitTestMain.h	2015-01-13 04:52:01.000000000 -0800
@@ -0,0 +1,50 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#ifndef SQUID_INCLUDE_UNITTESTMAIN_H
+#define SQUID_INCLUDE_UNITTESTMAIN_H
+
+#include <cppunit/BriefTestProgressListener.h>
+#include <cppunit/TextTestProgressListener.h>
+#include <cppunit/CompilerOutputter.h>
+#include <cppunit/extensions/TestFactoryRegistry.h>
+#include <cppunit/TestResult.h>
+#include <cppunit/TestResultCollector.h>
+#include <cppunit/TestRunner.h>
+
+int
+main( int argc, char* argv[] )
+{
+    // Create the event manager and test controller
+    CPPUNIT_NS::TestResult controller;
+
+    // Add a listener that colllects test result
+    CPPUNIT_NS::TestResultCollector result;
+    controller.addListener( &result );
+
+    // Add a listener that print dots as test run.
+    // use BriefTestProgressListener to get names of each test
+    // even when they pass.
+//    CPPUNIT_NS::BriefTestProgressListener progress;
+    CPPUNIT_NS::TextTestProgressListener progress;
+    controller.addListener( &progress );
+
+    // Add the top suite to the test runner
+    CPPUNIT_NS::TestRunner runner;
+    runner.addTest( CPPUNIT_NS::TestFactoryRegistry::getRegistry().makeTest() );
+    runner.run( controller );
+
+    // Print test in a compiler compatible format.
+    CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
+    outputter.write();
+
+    return result.wasSuccessful() ? 0 : 1;
+}
+
+#endif /* SQUID_INCLUDE_UNITTESTMAIN_H */
+
diff -u -r -N squid-3.5.0.4/include/util.h squid-3.5.1/include/util.h
--- squid-3.5.0.4/include/util.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/util.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/uudecode.h squid-3.5.1/include/uudecode.h
--- squid-3.5.0.4/include/uudecode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/uudecode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/include/version.h squid-3.5.1/include/version.h
--- squid-3.5.0.4/include/version.h	2014-12-20 21:15:32.000000000 -0800
+++ squid-3.5.1/include/version.h	2015-01-13 04:54:26.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -7,7 +7,7 @@
  */
 
 #ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1419138697
+#define SQUID_RELEASE_TIME 1421153513
 #endif
 
 /*
diff -u -r -N squid-3.5.0.4/include/xusleep.h squid-3.5.1/include/xusleep.h
--- squid-3.5.0.4/include/xusleep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/include/xusleep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/base64.c squid-3.5.1/lib/base64.c
--- squid-3.5.0.4/lib/base64.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/base64.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/charset.c squid-3.5.1/lib/charset.c
--- squid-3.5.0.4/lib/charset.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/charset.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/dirent.c squid-3.5.1/lib/dirent.c
--- squid-3.5.0.4/lib/dirent.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/dirent.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/encrypt.c squid-3.5.1/lib/encrypt.c
--- squid-3.5.0.4/lib/encrypt.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/encrypt.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/getfullhostname.c squid-3.5.1/lib/getfullhostname.c
--- squid-3.5.0.4/lib/getfullhostname.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/getfullhostname.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/getopt.c squid-3.5.1/lib/getopt.c
--- squid-3.5.0.4/lib/getopt.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/getopt.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/hash.cc squid-3.5.1/lib/hash.cc
--- squid-3.5.0.4/lib/hash.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/hash.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/heap.c squid-3.5.1/lib/heap.c
--- squid-3.5.0.4/lib/heap.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/heap.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/html_quote.c squid-3.5.1/lib/html_quote.c
--- squid-3.5.0.4/lib/html_quote.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/html_quote.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/iso3307.c squid-3.5.1/lib/iso3307.c
--- squid-3.5.0.4/lib/iso3307.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/iso3307.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/Makefile.am squid-3.5.1/lib/libTrie/Makefile.am
--- squid-3.5.0.4/lib/libTrie/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/Makefile.in squid-3.5.1/lib/libTrie/Makefile.in
--- squid-3.5.0.4/lib/libTrie/Makefile.in	2014-12-20 21:14:18.000000000 -0800
+++ squid-3.5.1/lib/libTrie/Makefile.in	2015-01-13 04:53:39.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/libTrie/test/Makefile.am squid-3.5.1/lib/libTrie/test/Makefile.am
--- squid-3.5.0.4/lib/libTrie/test/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/test/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/test/Makefile.in squid-3.5.1/lib/libTrie/test/Makefile.in
--- squid-3.5.0.4/lib/libTrie/test/Makefile.in	2014-12-20 21:14:19.000000000 -0800
+++ squid-3.5.1/lib/libTrie/test/Makefile.in	2015-01-13 04:53:40.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/libTrie/test/trie.cc squid-3.5.1/lib/libTrie/test/trie.cc
--- squid-3.5.0.4/lib/libTrie/test/trie.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/test/trie.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/Trie.cc squid-3.5.1/lib/libTrie/Trie.cc
--- squid-3.5.0.4/lib/libTrie/Trie.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/Trie.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/TrieCharTransform.h squid-3.5.1/lib/libTrie/TrieCharTransform.h
--- squid-3.5.0.4/lib/libTrie/TrieCharTransform.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/TrieCharTransform.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/Trie.h squid-3.5.1/lib/libTrie/Trie.h
--- squid-3.5.0.4/lib/libTrie/Trie.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/Trie.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/TrieNode.cc squid-3.5.1/lib/libTrie/TrieNode.cc
--- squid-3.5.0.4/lib/libTrie/TrieNode.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/TrieNode.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/libTrie/TrieNode.h squid-3.5.1/lib/libTrie/TrieNode.h
--- squid-3.5.0.4/lib/libTrie/TrieNode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/libTrie/TrieNode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/Makefile.am squid-3.5.1/lib/Makefile.am
--- squid-3.5.0.4/lib/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -7,6 +7,8 @@
 
 include $(top_srcdir)/src/Common.am
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 DIST_SUBDIRS = ntlmauth profiler rfcnb smblib libTrie snmplib
 SUBDIRS=
 EXTRA_DIST=
@@ -82,24 +84,33 @@
 	util.c \
 	xusleep.c
 
-TESTS += tests/testAll
+TESTS += tests/testRFC1035 tests/testRFC1738
 
-check_PROGRAMS += tests/testAll
+check_PROGRAMS += tests/testRFC1035 tests/testRFC1738
 
-tests_testAll_SOURCES= \
+tests_testRFC1035_SOURCES= \
 	tests/testRFC1035.h \
-	tests/testRFC1035.cc \
+	tests/testRFC1035.cc
+
+tests_testRFC1035_LDADD= \
+	$(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS) \
+	$(top_builddir)/lib/libmiscencoding.la \
+	$(top_builddir)/lib/libmiscutil.la \
+	$(COMPAT_LIB)
+
+tests_testRFC1035_LDFLAGS = $(LIBADD_DL)
+
+tests_testRFC1738_SOURCES= \
 	tests/testRFC1738.h \
-	tests/testRFC1738.cc \
-	tests/testMain.cc
+	tests/testRFC1738.cc
 
-tests_testAll_LDADD= \
+tests_testRFC1738_LDADD= \
 	$(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS) \
 	$(top_builddir)/lib/libmiscencoding.la \
 	$(top_builddir)/lib/libmiscutil.la \
 	$(COMPAT_LIB)
 
-tests_testAll_LDFLAGS = $(LIBADD_DL)
+tests_testRFC1738_LDFLAGS = $(LIBADD_DL)
 
 
 ## Special Universal .h dependency test script
diff -u -r -N squid-3.5.0.4/lib/Makefile.in squid-3.5.1/lib/Makefile.in
--- squid-3.5.0.4/lib/Makefile.in	2014-12-20 21:14:17.000000000 -0800
+++ squid-3.5.1/lib/Makefile.in	2015-01-13 04:53:38.000000000 -0800
@@ -81,8 +81,9 @@
 DIST_COMMON = $(top_srcdir)/src/Common.am $(srcdir)/Makefile.in \
 	$(srcdir)/Makefile.am $(top_srcdir)/cfgaux/depcomp \
 	$(top_srcdir)/cfgaux/test-driver
-check_PROGRAMS = tests/testAll$(EXEEXT)
-TESTS = tests/testAll$(EXEEXT) testHeaders
+check_PROGRAMS = tests/testRFC1035$(EXEEXT) tests/testRFC1738$(EXEEXT)
+TESTS = tests/testRFC1035$(EXEEXT) tests/testRFC1738$(EXEEXT) \
+	testHeaders
 @ENABLE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
 @USE_ESI_TRUE@am__append_2 = libTrie
 @ENABLE_SNMP_TRUE@am__append_3 = snmplib
@@ -112,7 +113,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -120,6 +120,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -185,21 +186,29 @@
 @ENABLE_WIN32SPECIFIC_TRUE@am_libsspwin32_la_OBJECTS = sspwin32.lo
 libsspwin32_la_OBJECTS = $(am_libsspwin32_la_OBJECTS)
 @ENABLE_WIN32SPECIFIC_TRUE@am_libsspwin32_la_rpath =
-am_tests_testAll_OBJECTS = testRFC1035.$(OBJEXT) testRFC1738.$(OBJEXT) \
-	testMain.$(OBJEXT)
-tests_testAll_OBJECTS = $(am_tests_testAll_OBJECTS)
+am__dirstamp = $(am__leading_dot)dirstamp
+am_tests_testRFC1035_OBJECTS = tests/testRFC1035.$(OBJEXT)
+tests_testRFC1035_OBJECTS = $(am_tests_testRFC1035_OBJECTS)
 am__DEPENDENCIES_1 =
 @ENABLE_XPROF_STATS_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/lib/profiler/libprofiler.la
 am__DEPENDENCIES_3 = $(top_builddir)/compat/libcompat-squid.la \
 	$(am__DEPENDENCIES_2)
-tests_testAll_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+tests_testRFC1035_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1) $(top_builddir)/lib/libmiscencoding.la \
 	$(top_builddir)/lib/libmiscutil.la $(am__DEPENDENCIES_3)
-tests_testAll_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+tests_testRFC1035_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testAll_LDFLAGS) $(LDFLAGS) \
-	-o $@
-am__dirstamp = $(am__leading_dot)dirstamp
+	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testRFC1035_LDFLAGS) \
+	$(LDFLAGS) -o $@
+am_tests_testRFC1738_OBJECTS = tests/testRFC1738.$(OBJEXT)
+tests_testRFC1738_OBJECTS = $(am_tests_testRFC1738_OBJECTS)
+tests_testRFC1738_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1) $(top_builddir)/lib/libmiscencoding.la \
+	$(top_builddir)/lib/libmiscutil.la $(am__DEPENDENCIES_3)
+tests_testRFC1738_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testRFC1738_LDFLAGS) \
+	$(LDFLAGS) -o $@
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 am__v_P_0 = false
@@ -255,11 +264,12 @@
 SOURCES = $(libmisccontainers_la_SOURCES) \
 	$(libmiscencoding_la_SOURCES) $(libmiscutil_la_SOURCES) \
 	$(EXTRA_libmiscutil_la_SOURCES) $(libsspwin32_la_SOURCES) \
-	$(tests_testAll_SOURCES)
+	$(tests_testRFC1035_SOURCES) $(tests_testRFC1738_SOURCES)
 DIST_SOURCES = $(libmisccontainers_la_SOURCES) \
 	$(libmiscencoding_la_SOURCES) $(libmiscutil_la_SOURCES) \
 	$(EXTRA_libmiscutil_la_SOURCES) \
-	$(am__libsspwin32_la_SOURCES_DIST) $(tests_testAll_SOURCES)
+	$(am__libsspwin32_la_SOURCES_DIST) \
+	$(tests_testRFC1035_SOURCES) $(tests_testRFC1738_SOURCES)
 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 	ctags-recursive dvi-recursive html-recursive info-recursive \
 	install-data-recursive install-dvi-recursive \
@@ -765,6 +775,7 @@
 @ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
 COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
 subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+AUTOMAKE_OPTIONS = subdir-objects
 DIST_SUBDIRS = ntlmauth profiler rfcnb smblib libTrie snmplib
 SUBDIRS = $(am__append_2) $(am__append_3) $(am__append_4) \
 	$(am__append_6) $(am__append_8)
@@ -811,20 +822,28 @@
 	util.c \
 	xusleep.c
 
-tests_testAll_SOURCES = \
+tests_testRFC1035_SOURCES = \
 	tests/testRFC1035.h \
-	tests/testRFC1035.cc \
+	tests/testRFC1035.cc
+
+tests_testRFC1035_LDADD = \
+	$(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS) \
+	$(top_builddir)/lib/libmiscencoding.la \
+	$(top_builddir)/lib/libmiscutil.la \
+	$(COMPAT_LIB)
+
+tests_testRFC1035_LDFLAGS = $(LIBADD_DL)
+tests_testRFC1738_SOURCES = \
 	tests/testRFC1738.h \
-	tests/testRFC1738.cc \
-	tests/testMain.cc
+	tests/testRFC1738.cc
 
-tests_testAll_LDADD = \
+tests_testRFC1738_LDADD = \
 	$(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS) \
 	$(top_builddir)/lib/libmiscencoding.la \
 	$(top_builddir)/lib/libmiscutil.la \
 	$(COMPAT_LIB)
 
-tests_testAll_LDFLAGS = $(LIBADD_DL)
+tests_testRFC1738_LDFLAGS = $(LIBADD_DL)
 all: all-recursive
 
 .SUFFIXES:
@@ -895,13 +914,25 @@
 tests/$(am__dirstamp):
 	@$(MKDIR_P) tests
 	@: > tests/$(am__dirstamp)
-
-tests/testAll$(EXEEXT): $(tests_testAll_OBJECTS) $(tests_testAll_DEPENDENCIES) $(EXTRA_tests_testAll_DEPENDENCIES) tests/$(am__dirstamp)
-	@rm -f tests/testAll$(EXEEXT)
-	$(AM_V_CXXLD)$(tests_testAll_LINK) $(tests_testAll_OBJECTS) $(tests_testAll_LDADD) $(LIBS)
+tests/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) tests/$(DEPDIR)
+	@: > tests/$(DEPDIR)/$(am__dirstamp)
+tests/testRFC1035.$(OBJEXT): tests/$(am__dirstamp) \
+	tests/$(DEPDIR)/$(am__dirstamp)
+
+tests/testRFC1035$(EXEEXT): $(tests_testRFC1035_OBJECTS) $(tests_testRFC1035_DEPENDENCIES) $(EXTRA_tests_testRFC1035_DEPENDENCIES) tests/$(am__dirstamp)
+	@rm -f tests/testRFC1035$(EXEEXT)
+	$(AM_V_CXXLD)$(tests_testRFC1035_LINK) $(tests_testRFC1035_OBJECTS) $(tests_testRFC1035_LDADD) $(LIBS)
+tests/testRFC1738.$(OBJEXT): tests/$(am__dirstamp) \
+	tests/$(DEPDIR)/$(am__dirstamp)
+
+tests/testRFC1738$(EXEEXT): $(tests_testRFC1738_OBJECTS) $(tests_testRFC1738_DEPENDENCIES) $(EXTRA_tests_testRFC1738_DEPENDENCIES) tests/$(am__dirstamp)
+	@rm -f tests/testRFC1738$(EXEEXT)
+	$(AM_V_CXXLD)$(tests_testRFC1738_LINK) $(tests_testRFC1738_OBJECTS) $(tests_testRFC1738_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
+	-rm -f tests/*.$(OBJEXT)
 
 distclean-compile:
 	-rm -f *.tab.c
@@ -930,97 +961,60 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc3596.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sspwin32.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_memaccount.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRFC1035.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRFC1738.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uudecode.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xusleep.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testRFC1035.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testRFC1738.Po@am__quote@
 
 .c.o:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .c.lo:
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 .cc.o:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cc.obj:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cc.lo:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
-testRFC1035.o: tests/testRFC1035.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testRFC1035.o -MD -MP -MF $(DEPDIR)/testRFC1035.Tpo -c -o testRFC1035.o `test -f 'tests/testRFC1035.cc' || echo '$(srcdir)/'`tests/testRFC1035.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testRFC1035.Tpo $(DEPDIR)/testRFC1035.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testRFC1035.cc' object='testRFC1035.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testRFC1035.o `test -f 'tests/testRFC1035.cc' || echo '$(srcdir)/'`tests/testRFC1035.cc
-
-testRFC1035.obj: tests/testRFC1035.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testRFC1035.obj -MD -MP -MF $(DEPDIR)/testRFC1035.Tpo -c -o testRFC1035.obj `if test -f 'tests/testRFC1035.cc'; then $(CYGPATH_W) 'tests/testRFC1035.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testRFC1035.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testRFC1035.Tpo $(DEPDIR)/testRFC1035.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testRFC1035.cc' object='testRFC1035.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testRFC1035.obj `if test -f 'tests/testRFC1035.cc'; then $(CYGPATH_W) 'tests/testRFC1035.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testRFC1035.cc'; fi`
-
-testRFC1738.o: tests/testRFC1738.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testRFC1738.o -MD -MP -MF $(DEPDIR)/testRFC1738.Tpo -c -o testRFC1738.o `test -f 'tests/testRFC1738.cc' || echo '$(srcdir)/'`tests/testRFC1738.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testRFC1738.Tpo $(DEPDIR)/testRFC1738.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testRFC1738.cc' object='testRFC1738.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testRFC1738.o `test -f 'tests/testRFC1738.cc' || echo '$(srcdir)/'`tests/testRFC1738.cc
-
-testRFC1738.obj: tests/testRFC1738.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testRFC1738.obj -MD -MP -MF $(DEPDIR)/testRFC1738.Tpo -c -o testRFC1738.obj `if test -f 'tests/testRFC1738.cc'; then $(CYGPATH_W) 'tests/testRFC1738.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testRFC1738.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testRFC1738.Tpo $(DEPDIR)/testRFC1738.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testRFC1738.cc' object='testRFC1738.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testRFC1738.obj `if test -f 'tests/testRFC1738.cc'; then $(CYGPATH_W) 'tests/testRFC1738.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testRFC1738.cc'; fi`
-
-testMain.o: tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f 'tests/testMain.cc' || echo '$(srcdir)/'`tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f 'tests/testMain.cc' || echo '$(srcdir)/'`tests/testMain.cc
-
-testMain.obj: tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f 'tests/testMain.cc'; then $(CYGPATH_W) 'tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f 'tests/testMain.cc'; then $(CYGPATH_W) 'tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/tests/testMain.cc'; fi`
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
@@ -1268,9 +1262,16 @@
 	        am__force_recheck=am--force-recheck \
 	        TEST_LOGS="$$log_list"; \
 	exit $$?
-tests/testAll.log: tests/testAll$(EXEEXT)
-	@p='tests/testAll$(EXEEXT)'; \
-	b='tests/testAll'; \
+tests/testRFC1035.log: tests/testRFC1035$(EXEEXT)
+	@p='tests/testRFC1035$(EXEEXT)'; \
+	b='tests/testRFC1035'; \
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+	--log-file $$b.log --trs-file $$b.trs \
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
+tests/testRFC1738.log: tests/testRFC1738$(EXEEXT)
+	@p='tests/testRFC1738$(EXEEXT)'; \
+	b='tests/testRFC1738'; \
 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 	--log-file $$b.log --trs-file $$b.trs \
 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
@@ -1378,6 +1379,7 @@
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+	-rm -f tests/$(DEPDIR)/$(am__dirstamp)
 	-rm -f tests/$(am__dirstamp)
 
 maintainer-clean-generic:
@@ -1389,7 +1391,7 @@
 	clean-noinstLTLIBRARIES mostlyclean-am
 
 distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) tests/$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -1435,7 +1437,7 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) tests/$(DEPDIR)
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
diff -u -r -N squid-3.5.0.4/lib/md5.c squid-3.5.1/lib/md5.c
--- squid-3.5.0.4/lib/md5.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/md5.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/MemPool.cc squid-3.5.1/lib/MemPool.cc
--- squid-3.5.0.4/lib/MemPool.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/MemPool.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/MemPoolChunked.cc squid-3.5.1/lib/MemPoolChunked.cc
--- squid-3.5.0.4/lib/MemPoolChunked.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/MemPoolChunked.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/MemPoolMalloc.cc squid-3.5.1/lib/MemPoolMalloc.cc
--- squid-3.5.0.4/lib/MemPoolMalloc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/MemPoolMalloc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/Makefile.am squid-3.5.1/lib/ntlmauth/Makefile.am
--- squid-3.5.0.4/lib/ntlmauth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/Makefile.in squid-3.5.1/lib/ntlmauth/Makefile.in
--- squid-3.5.0.4/lib/ntlmauth/Makefile.in	2014-12-20 21:14:20.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/Makefile.in	2015-01-13 04:53:40.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/ntlmauth.cc squid-3.5.1/lib/ntlmauth/ntlmauth.cc
--- squid-3.5.0.4/lib/ntlmauth/ntlmauth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/ntlmauth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/ntlmauth.h squid-3.5.1/lib/ntlmauth/ntlmauth.h
--- squid-3.5.0.4/lib/ntlmauth/ntlmauth.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/ntlmauth.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/support_bits.cci squid-3.5.1/lib/ntlmauth/support_bits.cci
--- squid-3.5.0.4/lib/ntlmauth/support_bits.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/support_bits.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/ntlmauth/support_endian.h squid-3.5.1/lib/ntlmauth/support_endian.h
--- squid-3.5.0.4/lib/ntlmauth/support_endian.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/ntlmauth/support_endian.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/profiler/get_tick.h squid-3.5.1/lib/profiler/get_tick.h
--- squid-3.5.0.4/lib/profiler/get_tick.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/profiler/get_tick.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/profiler/Makefile.am squid-3.5.1/lib/profiler/Makefile.am
--- squid-3.5.0.4/lib/profiler/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/profiler/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/profiler/Makefile.in squid-3.5.1/lib/profiler/Makefile.in
--- squid-3.5.0.4/lib/profiler/Makefile.in	2014-12-20 21:14:22.000000000 -0800
+++ squid-3.5.1/lib/profiler/Makefile.in	2015-01-13 04:53:41.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/profiler/Profiler.cc squid-3.5.1/lib/profiler/Profiler.cc
--- squid-3.5.0.4/lib/profiler/Profiler.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/profiler/Profiler.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/profiler/Profiler.h squid-3.5.1/lib/profiler/Profiler.h
--- squid-3.5.0.4/lib/profiler/Profiler.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/profiler/Profiler.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/profiler/xprof_type.h squid-3.5.1/lib/profiler/xprof_type.h
--- squid-3.5.0.4/lib/profiler/xprof_type.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/profiler/xprof_type.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/radix.c squid-3.5.1/lib/radix.c
--- squid-3.5.0.4/lib/radix.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/radix.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc1035.c squid-3.5.1/lib/rfc1035.c
--- squid-3.5.0.4/lib/rfc1035.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc1035.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc1123.c squid-3.5.1/lib/rfc1123.c
--- squid-3.5.0.4/lib/rfc1123.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc1123.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc1738.c squid-3.5.1/lib/rfc1738.c
--- squid-3.5.0.4/lib/rfc1738.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc1738.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc2617.c squid-3.5.1/lib/rfc2617.c
--- squid-3.5.0.4/lib/rfc2617.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc2617.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc2671.c squid-3.5.1/lib/rfc2671.c
--- squid-3.5.0.4/lib/rfc2671.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc2671.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfc3596.c squid-3.5.1/lib/rfc3596.c
--- squid-3.5.0.4/lib/rfc3596.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfc3596.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -7,7 +7,6 @@
  */
 
 #include "squid.h"
-#include "compat/inet_pton.h"
 #include "util.h"
 
 #if HAVE_UNISTD_H
diff -u -r -N squid-3.5.0.4/lib/rfcnb/byteorder.h squid-3.5.1/lib/rfcnb/byteorder.h
--- squid-3.5.0.4/lib/rfcnb/byteorder.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/byteorder.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/Makefile.am squid-3.5.1/lib/rfcnb/Makefile.am
--- squid-3.5.0.4/lib/rfcnb/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/Makefile.in squid-3.5.1/lib/rfcnb/Makefile.in
--- squid-3.5.0.4/lib/rfcnb/Makefile.in	2014-12-20 21:14:22.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/Makefile.in	2015-01-13 04:53:42.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-common.h squid-3.5.1/lib/rfcnb/rfcnb-common.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb-common.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-common.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-error.h squid-3.5.1/lib/rfcnb/rfcnb-error.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb-error.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-error.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb.h squid-3.5.1/lib/rfcnb/rfcnb.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-io.c squid-3.5.1/lib/rfcnb/rfcnb-io.c
--- squid-3.5.0.4/lib/rfcnb/rfcnb-io.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-io.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-io.h squid-3.5.1/lib/rfcnb/rfcnb-io.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb-io.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-io.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-priv.h squid-3.5.1/lib/rfcnb/rfcnb-priv.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb-priv.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-priv.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-util.c squid-3.5.1/lib/rfcnb/rfcnb-util.c
--- squid-3.5.0.4/lib/rfcnb/rfcnb-util.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-util.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/rfcnb-util.h squid-3.5.1/lib/rfcnb/rfcnb-util.h
--- squid-3.5.0.4/lib/rfcnb/rfcnb-util.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/rfcnb-util.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/session.c squid-3.5.1/lib/rfcnb/session.c
--- squid-3.5.0.4/lib/rfcnb/session.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/session.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/rfcnb/std-includes.h squid-3.5.1/lib/rfcnb/std-includes.h
--- squid-3.5.0.4/lib/rfcnb/std-includes.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/rfcnb/std-includes.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/Makefile.am squid-3.5.1/lib/smblib/Makefile.am
--- squid-3.5.0.4/lib/smblib/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/Makefile.in squid-3.5.1/lib/smblib/Makefile.in
--- squid-3.5.0.4/lib/smblib/Makefile.in	2014-12-20 21:14:23.000000000 -0800
+++ squid-3.5.1/lib/smblib/Makefile.in	2015-01-13 04:53:42.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/smblib/md4.c squid-3.5.1/lib/smblib/md4.c
--- squid-3.5.0.4/lib/smblib/md4.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/md4.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/md4.h squid-3.5.1/lib/smblib/md4.h
--- squid-3.5.0.4/lib/smblib/md4.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/md4.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smbdes.c squid-3.5.1/lib/smblib/smbdes.c
--- squid-3.5.0.4/lib/smblib/smbdes.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smbdes.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smbdes.h squid-3.5.1/lib/smblib/smbdes.h
--- squid-3.5.0.4/lib/smblib/smbdes.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smbdes.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smbencrypt.c squid-3.5.1/lib/smblib/smbencrypt.c
--- squid-3.5.0.4/lib/smblib/smbencrypt.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smbencrypt.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smbencrypt.h squid-3.5.1/lib/smblib/smbencrypt.h
--- squid-3.5.0.4/lib/smblib/smbencrypt.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smbencrypt.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smblib.c squid-3.5.1/lib/smblib/smblib.c
--- squid-3.5.0.4/lib/smblib/smblib.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smblib.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -99,7 +99,7 @@
 /* or anything else ...                                                  */
 
 SMB_Handle_Type SMB_Connect_Server(SMB_Handle_Type Con_Handle,
-                                   char *server, const char *NTdomain)
+                                   const char *server, const char *NTdomain)
 
 {
     SMB_Handle_Type con;
diff -u -r -N squid-3.5.0.4/lib/smblib/smblib-common.h squid-3.5.1/lib/smblib/smblib-common.h
--- squid-3.5.0.4/lib/smblib/smblib-common.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smblib-common.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smblib.h squid-3.5.1/lib/smblib/smblib.h
--- squid-3.5.0.4/lib/smblib/smblib.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smblib.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -50,7 +50,7 @@
 /* Connect to a server, but do not do a tree con etc ... */
 
 SMB_Handle_Type SMB_Connect_Server(SMB_Handle_Type Con_Handle,
-                                   char *server,
+                                   const char *server,
                                    const char *NTdomain);
 
 /* Connect to a server and give us back a handle. If Con == NULL, create */
diff -u -r -N squid-3.5.0.4/lib/smblib/smblib-priv.h squid-3.5.1/lib/smblib/smblib-priv.h
--- squid-3.5.0.4/lib/smblib/smblib-priv.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smblib-priv.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/smblib-util.c squid-3.5.1/lib/smblib/smblib-util.c
--- squid-3.5.0.4/lib/smblib/smblib-util.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/smblib-util.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/smblib/std-defines.h squid-3.5.1/lib/smblib/std-defines.h
--- squid-3.5.0.4/lib/smblib/std-defines.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/smblib/std-defines.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/asn1.c squid-3.5.1/lib/snmplib/asn1.c
--- squid-3.5.0.4/lib/snmplib/asn1.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/asn1.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/coexistance.c squid-3.5.1/lib/snmplib/coexistance.c
--- squid-3.5.0.4/lib/snmplib/coexistance.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/coexistance.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/Makefile.am squid-3.5.1/lib/snmplib/Makefile.am
--- squid-3.5.0.4/lib/snmplib/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/Makefile.in squid-3.5.1/lib/snmplib/Makefile.in
--- squid-3.5.0.4/lib/snmplib/Makefile.in	2014-12-20 21:14:24.000000000 -0800
+++ squid-3.5.1/lib/snmplib/Makefile.in	2015-01-13 04:53:43.000000000 -0800
@@ -96,7 +96,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -104,6 +103,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/lib/snmplib/mib.c squid-3.5.1/lib/snmplib/mib.c
--- squid-3.5.0.4/lib/snmplib/mib.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/mib.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/parse.c squid-3.5.1/lib/snmplib/parse.c
--- squid-3.5.0.4/lib/snmplib/parse.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/parse.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_api.c squid-3.5.1/lib/snmplib/snmp_api.c
--- squid-3.5.0.4/lib/snmplib/snmp_api.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_api.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_api_error.c squid-3.5.1/lib/snmplib/snmp_api_error.c
--- squid-3.5.0.4/lib/snmplib/snmp_api_error.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_api_error.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_error.c squid-3.5.1/lib/snmplib/snmp_error.c
--- squid-3.5.0.4/lib/snmplib/snmp_error.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_error.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmplib_debug.c squid-3.5.1/lib/snmplib/snmplib_debug.c
--- squid-3.5.0.4/lib/snmplib/snmplib_debug.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmplib_debug.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_msg.c squid-3.5.1/lib/snmplib/snmp_msg.c
--- squid-3.5.0.4/lib/snmplib/snmp_msg.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_msg.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_pdu.c squid-3.5.1/lib/snmplib/snmp_pdu.c
--- squid-3.5.0.4/lib/snmplib/snmp_pdu.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_pdu.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/snmplib/snmp_vars.c squid-3.5.1/lib/snmplib/snmp_vars.c
--- squid-3.5.0.4/lib/snmplib/snmp_vars.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/snmplib/snmp_vars.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/Splay.cc squid-3.5.1/lib/Splay.cc
--- squid-3.5.0.4/lib/Splay.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/Splay.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/sspwin32.cc squid-3.5.1/lib/sspwin32.cc
--- squid-3.5.0.4/lib/sspwin32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/sspwin32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/stub_memaccount.c squid-3.5.1/lib/stub_memaccount.c
--- squid-3.5.0.4/lib/stub_memaccount.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/stub_memaccount.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/tests/testMain.cc squid-3.5.1/lib/tests/testMain.cc
--- squid-3.5.0.4/lib/tests/testMain.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/tests/testMain.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,43 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-
-#include <cppunit/BriefTestProgressListener.h>
-#include <cppunit/CompilerOutputter.h>
-#include <cppunit/extensions/TestFactoryRegistry.h>
-#include <cppunit/TestResult.h>
-#include <cppunit/TestResultCollector.h>
-#include <cppunit/TestRunner.h>
-
-int
-main( int argc, char* argv[] )
-{
-    // Create the event manager and test controller
-    CPPUNIT_NS::TestResult controller;
-
-    // Add a listener that colllects test result
-    CPPUNIT_NS::TestResultCollector result;
-    controller.addListener( &result );
-
-    // Add a listener that print dots as test run.
-    CPPUNIT_NS::BriefTestProgressListener progress;
-    controller.addListener( &progress );
-
-    // Add the top suite to the test runner
-    CPPUNIT_NS::TestRunner runner;
-    runner.addTest( CPPUNIT_NS::TestFactoryRegistry::getRegistry().makeTest() );
-    runner.run( controller );
-
-    // Print test in a compiler compatible format.
-    CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
-    outputter.write();
-
-    return result.wasSuccessful() ? 0 : 1;
-}
-
diff -u -r -N squid-3.5.0.4/lib/tests/testRFC1035.cc squid-3.5.1/lib/tests/testRFC1035.cc
--- squid-3.5.0.4/lib/tests/testRFC1035.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/tests/testRFC1035.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,7 @@
 
 #include "squid.h"
 #include "testRFC1035.h"
+#include "unitTestMain.h"
 
 #include <cassert>
 
diff -u -r -N squid-3.5.0.4/lib/tests/testRFC1035.h squid-3.5.1/lib/tests/testRFC1035.h
--- squid-3.5.0.4/lib/tests/testRFC1035.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/tests/testRFC1035.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/tests/testRFC1738.cc squid-3.5.1/lib/tests/testRFC1738.cc
--- squid-3.5.0.4/lib/tests/testRFC1738.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/tests/testRFC1738.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,7 @@
 
 #include "squid.h"
 #include "testRFC1738.h"
+#include "unitTestMain.h"
 
 #include <cassert>
 
diff -u -r -N squid-3.5.0.4/lib/tests/testRFC1738.h squid-3.5.1/lib/tests/testRFC1738.h
--- squid-3.5.0.4/lib/tests/testRFC1738.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/tests/testRFC1738.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/util.c squid-3.5.1/lib/util.c
--- squid-3.5.0.4/lib/util.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/util.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/uudecode.c squid-3.5.1/lib/uudecode.c
--- squid-3.5.0.4/lib/uudecode.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/uudecode.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/lib/xusleep.c squid-3.5.1/lib/xusleep.c
--- squid-3.5.0.4/lib/xusleep.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/lib/xusleep.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/Makefile.am squid-3.5.1/Makefile.am
--- squid-3.5.0.4/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/Makefile.in squid-3.5.1/Makefile.in
--- squid-3.5.0.4/Makefile.in	2014-12-20 21:13:31.000000000 -0800
+++ squid-3.5.1/Makefile.in	2015-01-13 04:53:09.000000000 -0800
@@ -103,7 +103,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -111,6 +110,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/README squid-3.5.1/README
--- squid-3.5.0.4/README	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/README	2015-01-13 04:52:01.000000000 -0800
@@ -2,7 +2,7 @@
 SQUID Web Proxy Cache                         http://www.squid-cache.org/
 -------------------------------------------------------------------------
 
-Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 
 Squid software is distributed under GPLv2+ license and includes 
 contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/RELEASENOTES.html squid-3.5.1/RELEASENOTES.html
--- squid-3.5.0.4/RELEASENOTES.html	2014-12-20 21:53:55.000000000 -0800
+++ squid-3.5.1/RELEASENOTES.html	2015-01-13 05:45:58.000000000 -0800
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.5.0.4 release notes</TITLE>
+ <TITLE>Squid 3.5.1 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.5.0.4 release notes</H1>
+<H1>Squid 3.5.1 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -32,6 +32,7 @@
 <LI><A NAME="toc2.5">2.5</A> <A HREF="#ss2.5">Helper support for concurrency channels</A>
 <LI><A NAME="toc2.6">2.6</A> <A HREF="#ss2.6">Native FTP Relay</A>
 <LI><A NAME="toc2.7">2.7</A> <A HREF="#ss2.7">Receive PROXY protocol, Versions 1 &amp; 2</A>
+<LI><A NAME="toc2.8">2.8</A> <A HREF="#ss2.8">Basic authentication MSNT helper changes</A>
 </UL>
 <P>
 <H2><A NAME="toc3">3.</A> <A HREF="#s3">Changes to squid.conf since Squid-3.4</A></H2>
@@ -62,7 +63,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.5.0.4 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.5.1 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.5/">http://www.squid-cache.org/Versions/v3/3.5/</A> or the
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -120,6 +121,7 @@
 <LI>Helper support for concurrency channels</LI>
 <LI>Native FTP Relay</LI>
 <LI>Receive PROXY protocol, Versions 1 &amp; 2</LI>
+<LI>Basic authentication MSNT helper changes</LI>
 </UL>
 </P>
 <P>Most user-facing changes are reflected in squid.conf (see below).</P>
@@ -187,7 +189,7 @@
 </H2>
 
 <P>Details at 
-<A HREF=""></A>"http://www.squid-cache.org/Versions/v3/3.5/manuals/squidclient.html">.</P>
+<A HREF="http://www.squid-cache.org/Versions/v3/3.5/manuals/squidclient.html">http://www.squid-cache.org/Versions/v3/3.5/manuals/squidclient.html</A>.</P>
 
 <P>The <EM>squidclient</EM> has begun the process of upgrading to support
 protocols other than HTTP.</P>
@@ -356,6 +358,24 @@
 Use of <EM>require-proxy-header</EM> on <EM>https_port</EM> and <EM>ftp_port</EM> is not supported.</P>
 
 
+<H2><A NAME="ss2.8">2.8</A> <A HREF="#toc2.8">Basic authentication MSNT helper changes</A>
+</H2>
+
+<P>The authentication helper previously known as <EM>basic_msnt_auth</EM> has
+been deprecated and renamed to <EM>basic_smb_lm_auth</EM> to reflect that
+it only performs SMB LanMan protocol(s) instead of modern MS authentication
+protocols.</P>
+
+<P>The <EM>basic_smb_lm_auth</EM> helper has been remodelled and no longer uses
+configuration files. The Doman Controller servers are now configured via
+command line parameters and user credentials are looked up in each DC in the
+order configured until one matches or all have confirmed a non-match.</P>
+
+<P>The <EM>MSNT-multi-domain</EM> helper provides the same functionality and
+is also deprecated. It will be removed in the Squid-3.6 series.</P>
+
+
+
 <H2><A NAME="s3">3.</A> <A HREF="#toc3">Changes to squid.conf since Squid-3.4</A></H2>
 
 <P>There have been changes to Squid's configuration file since Squid-3.4.</P>
@@ -736,7 +756,7 @@
 
 <H2><A NAME="s6">6.</A> <A HREF="#toc6">Copyright</A></H2>
 
-<P>Copyright (C) 1996-2014 The Squid Software Foundation and contributors</P>
+<P>Copyright (C) 1996-2015 The Squid Software Foundation and contributors</P>
 <P>Squid software is distributed under GPLv2+ license and includes
 contributions from numerous individuals and organizations.
 Please see the COPYING and CONTRIBUTORS files for details.</P>
diff -u -r -N squid-3.5.0.4/scripts/access-log-matrix.pl squid-3.5.1/scripts/access-log-matrix.pl
--- squid-3.5.0.4/scripts/access-log-matrix.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/access-log-matrix.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/AnnounceCache.pl squid-3.5.1/scripts/AnnounceCache.pl
--- squid-3.5.0.4/scripts/AnnounceCache.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/AnnounceCache.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/cache-compare.pl squid-3.5.1/scripts/cache-compare.pl
--- squid-3.5.0.4/scripts/cache-compare.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/cache-compare.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/cachetrace.pl squid-3.5.1/scripts/cachetrace.pl
--- squid-3.5.0.4/scripts/cachetrace.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/cachetrace.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/calc-must-ids.pl squid-3.5.1/scripts/calc-must-ids.pl
--- squid-3.5.0.4/scripts/calc-must-ids.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/calc-must-ids.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/calc-must-ids.sh squid-3.5.1/scripts/calc-must-ids.sh
--- squid-3.5.0.4/scripts/calc-must-ids.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/calc-must-ids.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/check_cache.pl squid-3.5.1/scripts/check_cache.pl
--- squid-3.5.0.4/scripts/check_cache.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/check_cache.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/convert.configure.to.os2 squid-3.5.1/scripts/convert.configure.to.os2
--- squid-3.5.0.4/scripts/convert.configure.to.os2	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/convert.configure.to.os2	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/fileno-to-pathname.pl squid-3.5.1/scripts/fileno-to-pathname.pl
--- squid-3.5.0.4/scripts/fileno-to-pathname.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/fileno-to-pathname.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/find-alive.pl squid-3.5.1/scripts/find-alive.pl
--- squid-3.5.0.4/scripts/find-alive.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/find-alive.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/flag_truncs.pl squid-3.5.1/scripts/flag_truncs.pl
--- squid-3.5.0.4/scripts/flag_truncs.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/flag_truncs.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/icpserver.pl squid-3.5.1/scripts/icpserver.pl
--- squid-3.5.0.4/scripts/icpserver.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/icpserver.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/icp-test.pl squid-3.5.1/scripts/icp-test.pl
--- squid-3.5.0.4/scripts/icp-test.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/icp-test.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/Makefile.am squid-3.5.1/scripts/Makefile.am
--- squid-3.5.0.4/scripts/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/Makefile.in squid-3.5.1/scripts/Makefile.in
--- squid-3.5.0.4/scripts/Makefile.in	2014-12-20 21:14:24.000000000 -0800
+++ squid-3.5.1/scripts/Makefile.in	2015-01-13 04:53:43.000000000 -0800
@@ -96,7 +96,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -104,6 +103,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/scripts/remove-cfg.sh squid-3.5.1/scripts/remove-cfg.sh
--- squid-3.5.0.4/scripts/remove-cfg.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/remove-cfg.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/tcp-banger.pl squid-3.5.1/scripts/tcp-banger.pl
--- squid-3.5.0.4/scripts/tcp-banger.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/tcp-banger.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/trace-job.pl squid-3.5.1/scripts/trace-job.pl
--- squid-3.5.0.4/scripts/trace-job.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/trace-job.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/trace-master.pl squid-3.5.1/scripts/trace-master.pl
--- squid-3.5.0.4/scripts/trace-master.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/trace-master.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/udp-banger.pl squid-3.5.1/scripts/udp-banger.pl
--- squid-3.5.0.4/scripts/udp-banger.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/udp-banger.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/scripts/upgrade-1.0-store.pl squid-3.5.1/scripts/upgrade-1.0-store.pl
--- squid-3.5.0.4/scripts/upgrade-1.0-store.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/scripts/upgrade-1.0-store.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AccessLogEntry.cc squid-3.5.1/src/AccessLogEntry.cc
--- squid-3.5.0.4/src/AccessLogEntry.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AccessLogEntry.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AccessLogEntry.h squid-3.5.1/src/AccessLogEntry.h
--- squid-3.5.0.4/src/AccessLogEntry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AccessLogEntry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AclAddress.cc squid-3.5.1/src/acl/AclAddress.cc
--- squid-3.5.0.4/src/acl/AclAddress.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AclAddress.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AclAddress.h squid-3.5.1/src/acl/AclAddress.h
--- squid-3.5.0.4/src/acl/AclAddress.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AclAddress.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Acl.cc squid-3.5.1/src/acl/Acl.cc
--- squid-3.5.0.4/src/acl/Acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -55,8 +55,10 @@
     }
 
     /*Regex code needs to parse -i file*/
-    if ( isSet(ACL_F_REGEX_CASE))
+    if ( isSet(ACL_F_REGEX_CASE)) {
         ConfigParser::TokenPutBack("-i");
+        makeUnSet('i');
+    }
 }
 
 const char *
diff -u -r -N squid-3.5.0.4/src/acl/AclDenyInfoList.h squid-3.5.1/src/acl/AclDenyInfoList.h
--- squid-3.5.0.4/src/acl/AclDenyInfoList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AclDenyInfoList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Acl.h squid-3.5.1/src/acl/Acl.h
--- squid-3.5.0.4/src/acl/Acl.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Acl.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -41,6 +41,7 @@
     ACLFlags() : flags_(0) {}
     bool supported(const ACLFlag f) const; ///< True if the given flag supported
     void makeSet(const ACLFlag f) { flags_ |= flagToInt(f); } ///< Set the given flag
+    void makeUnSet(const ACLFlag f) { flags_ &= ~flagToInt(f); } ///< Unset the given flag
     /// Return true if the given flag is set
     bool isSet(const ACLFlag f) const { return flags_ & flagToInt(f);}
     /// Parse optional flags given in the form -[A..Z|a..z]
diff -u -r -N squid-3.5.0.4/src/acl/AclNameList.h squid-3.5.1/src/acl/AclNameList.h
--- squid-3.5.0.4/src/acl/AclNameList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AclNameList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AclSizeLimit.h squid-3.5.1/src/acl/AclSizeLimit.h
--- squid-3.5.0.4/src/acl/AclSizeLimit.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AclSizeLimit.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AdaptationService.cc squid-3.5.1/src/acl/AdaptationService.cc
--- squid-3.5.0.4/src/acl/AdaptationService.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AdaptationService.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AdaptationServiceData.cc squid-3.5.1/src/acl/AdaptationServiceData.cc
--- squid-3.5.0.4/src/acl/AdaptationServiceData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AdaptationServiceData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AdaptationServiceData.h squid-3.5.1/src/acl/AdaptationServiceData.h
--- squid-3.5.0.4/src/acl/AdaptationServiceData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AdaptationServiceData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AdaptationService.h squid-3.5.1/src/acl/AdaptationService.h
--- squid-3.5.0.4/src/acl/AdaptationService.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AdaptationService.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AllOf.cc squid-3.5.1/src/acl/AllOf.cc
--- squid-3.5.0.4/src/acl/AllOf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AllOf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AllOf.h squid-3.5.1/src/acl/AllOf.h
--- squid-3.5.0.4/src/acl/AllOf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AllOf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AnyOf.cc squid-3.5.1/src/acl/AnyOf.cc
--- squid-3.5.0.4/src/acl/AnyOf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AnyOf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AnyOf.h squid-3.5.1/src/acl/AnyOf.h
--- squid-3.5.0.4/src/acl/AnyOf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AnyOf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Arp.cc squid-3.5.1/src/acl/Arp.cc
--- squid-3.5.0.4/src/acl/Arp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Arp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Arp.h squid-3.5.1/src/acl/Arp.h
--- squid-3.5.0.4/src/acl/Arp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Arp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Asn.cc squid-3.5.1/src/acl/Asn.cc
--- squid-3.5.0.4/src/acl/Asn.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Asn.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Asn.h squid-3.5.1/src/acl/Asn.h
--- squid-3.5.0.4/src/acl/Asn.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Asn.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AtStep.cc squid-3.5.1/src/acl/AtStep.cc
--- squid-3.5.0.4/src/acl/AtStep.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AtStep.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AtStepData.cc squid-3.5.1/src/acl/AtStepData.cc
--- squid-3.5.0.4/src/acl/AtStepData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AtStepData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AtStepData.h squid-3.5.1/src/acl/AtStepData.h
--- squid-3.5.0.4/src/acl/AtStepData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AtStepData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/AtStep.h squid-3.5.1/src/acl/AtStep.h
--- squid-3.5.0.4/src/acl/AtStep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/AtStep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/BoolOps.cc squid-3.5.1/src/acl/BoolOps.cc
--- squid-3.5.0.4/src/acl/BoolOps.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/BoolOps.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/BoolOps.h squid-3.5.1/src/acl/BoolOps.h
--- squid-3.5.0.4/src/acl/BoolOps.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/BoolOps.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Browser.cc squid-3.5.1/src/acl/Browser.cc
--- squid-3.5.0.4/src/acl/Browser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Browser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Browser.h squid-3.5.1/src/acl/Browser.h
--- squid-3.5.0.4/src/acl/Browser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Browser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Certificate.cc squid-3.5.1/src/acl/Certificate.cc
--- squid-3.5.0.4/src/acl/Certificate.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Certificate.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/CertificateData.cc squid-3.5.1/src/acl/CertificateData.cc
--- squid-3.5.0.4/src/acl/CertificateData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/CertificateData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/CertificateData.h squid-3.5.1/src/acl/CertificateData.h
--- squid-3.5.0.4/src/acl/CertificateData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/CertificateData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Certificate.h squid-3.5.1/src/acl/Certificate.h
--- squid-3.5.0.4/src/acl/Certificate.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Certificate.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Checklist.cc squid-3.5.1/src/acl/Checklist.cc
--- squid-3.5.0.4/src/acl/Checklist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Checklist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Checklist.h squid-3.5.1/src/acl/Checklist.h
--- squid-3.5.0.4/src/acl/Checklist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Checklist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Data.h squid-3.5.1/src/acl/Data.h
--- squid-3.5.0.4/src/acl/Data.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Data.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DestinationAsn.h squid-3.5.1/src/acl/DestinationAsn.h
--- squid-3.5.0.4/src/acl/DestinationAsn.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DestinationAsn.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DestinationDomain.cc squid-3.5.1/src/acl/DestinationDomain.cc
--- squid-3.5.0.4/src/acl/DestinationDomain.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DestinationDomain.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DestinationDomain.h squid-3.5.1/src/acl/DestinationDomain.h
--- squid-3.5.0.4/src/acl/DestinationDomain.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DestinationDomain.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DestinationIp.cc squid-3.5.1/src/acl/DestinationIp.cc
--- squid-3.5.0.4/src/acl/DestinationIp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DestinationIp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DestinationIp.h squid-3.5.1/src/acl/DestinationIp.h
--- squid-3.5.0.4/src/acl/DestinationIp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DestinationIp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DomainData.cc squid-3.5.1/src/acl/DomainData.cc
--- squid-3.5.0.4/src/acl/DomainData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DomainData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/DomainData.h squid-3.5.1/src/acl/DomainData.h
--- squid-3.5.0.4/src/acl/DomainData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/DomainData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Eui64.cc squid-3.5.1/src/acl/Eui64.cc
--- squid-3.5.0.4/src/acl/Eui64.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Eui64.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Eui64.h squid-3.5.1/src/acl/Eui64.h
--- squid-3.5.0.4/src/acl/Eui64.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Eui64.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ExtUser.cc squid-3.5.1/src/acl/ExtUser.cc
--- squid-3.5.0.4/src/acl/ExtUser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ExtUser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ExtUser.h squid-3.5.1/src/acl/ExtUser.h
--- squid-3.5.0.4/src/acl/ExtUser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ExtUser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/FilledChecklist.cc squid-3.5.1/src/acl/FilledChecklist.cc
--- squid-3.5.0.4/src/acl/FilledChecklist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/FilledChecklist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/FilledChecklist.h squid-3.5.1/src/acl/FilledChecklist.h
--- squid-3.5.0.4/src/acl/FilledChecklist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/FilledChecklist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/forward.h squid-3.5.1/src/acl/forward.h
--- squid-3.5.0.4/src/acl/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Gadgets.cc squid-3.5.1/src/acl/Gadgets.cc
--- squid-3.5.0.4/src/acl/Gadgets.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Gadgets.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Gadgets.h squid-3.5.1/src/acl/Gadgets.h
--- squid-3.5.0.4/src/acl/Gadgets.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Gadgets.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HierCode.cc squid-3.5.1/src/acl/HierCode.cc
--- squid-3.5.0.4/src/acl/HierCode.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HierCode.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HierCodeData.cc squid-3.5.1/src/acl/HierCodeData.cc
--- squid-3.5.0.4/src/acl/HierCodeData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HierCodeData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HierCodeData.h squid-3.5.1/src/acl/HierCodeData.h
--- squid-3.5.0.4/src/acl/HierCodeData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HierCodeData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HierCode.h squid-3.5.1/src/acl/HierCode.h
--- squid-3.5.0.4/src/acl/HierCode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HierCode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpHeaderData.cc squid-3.5.1/src/acl/HttpHeaderData.cc
--- squid-3.5.0.4/src/acl/HttpHeaderData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpHeaderData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpHeaderData.h squid-3.5.1/src/acl/HttpHeaderData.h
--- squid-3.5.0.4/src/acl/HttpHeaderData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpHeaderData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpRepHeader.cc squid-3.5.1/src/acl/HttpRepHeader.cc
--- squid-3.5.0.4/src/acl/HttpRepHeader.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpRepHeader.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpRepHeader.h squid-3.5.1/src/acl/HttpRepHeader.h
--- squid-3.5.0.4/src/acl/HttpRepHeader.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpRepHeader.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpReqHeader.cc squid-3.5.1/src/acl/HttpReqHeader.cc
--- squid-3.5.0.4/src/acl/HttpReqHeader.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpReqHeader.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpReqHeader.h squid-3.5.1/src/acl/HttpReqHeader.h
--- squid-3.5.0.4/src/acl/HttpReqHeader.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpReqHeader.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpStatus.cc squid-3.5.1/src/acl/HttpStatus.cc
--- squid-3.5.0.4/src/acl/HttpStatus.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpStatus.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/HttpStatus.h squid-3.5.1/src/acl/HttpStatus.h
--- squid-3.5.0.4/src/acl/HttpStatus.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/HttpStatus.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/InnerNode.cc squid-3.5.1/src/acl/InnerNode.cc
--- squid-3.5.0.4/src/acl/InnerNode.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/InnerNode.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/InnerNode.h squid-3.5.1/src/acl/InnerNode.h
--- squid-3.5.0.4/src/acl/InnerNode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/InnerNode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/IntRange.cc squid-3.5.1/src/acl/IntRange.cc
--- squid-3.5.0.4/src/acl/IntRange.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/IntRange.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/IntRange.h squid-3.5.1/src/acl/IntRange.h
--- squid-3.5.0.4/src/acl/IntRange.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/IntRange.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Ip.cc squid-3.5.1/src/acl/Ip.cc
--- squid-3.5.0.4/src/acl/Ip.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Ip.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Ip.h squid-3.5.1/src/acl/Ip.h
--- squid-3.5.0.4/src/acl/Ip.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Ip.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/LocalIp.cc squid-3.5.1/src/acl/LocalIp.cc
--- squid-3.5.0.4/src/acl/LocalIp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/LocalIp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/LocalIp.h squid-3.5.1/src/acl/LocalIp.h
--- squid-3.5.0.4/src/acl/LocalIp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/LocalIp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/LocalPort.cc squid-3.5.1/src/acl/LocalPort.cc
--- squid-3.5.0.4/src/acl/LocalPort.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/LocalPort.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/LocalPort.h squid-3.5.1/src/acl/LocalPort.h
--- squid-3.5.0.4/src/acl/LocalPort.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/LocalPort.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Makefile.am squid-3.5.1/src/acl/Makefile.am
--- squid-3.5.0.4/src/acl/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Makefile.in squid-3.5.1/src/acl/Makefile.in
--- squid-3.5.0.4/src/acl/Makefile.in	2014-12-20 21:14:31.000000000 -0800
+++ squid-3.5.1/src/acl/Makefile.in	2015-01-13 04:53:48.000000000 -0800
@@ -107,7 +107,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -115,6 +114,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/acl/MaxConnection.cc squid-3.5.1/src/acl/MaxConnection.cc
--- squid-3.5.0.4/src/acl/MaxConnection.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MaxConnection.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/MaxConnection.h squid-3.5.1/src/acl/MaxConnection.h
--- squid-3.5.0.4/src/acl/MaxConnection.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MaxConnection.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Method.cc squid-3.5.1/src/acl/Method.cc
--- squid-3.5.0.4/src/acl/Method.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Method.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/MethodData.cc squid-3.5.1/src/acl/MethodData.cc
--- squid-3.5.0.4/src/acl/MethodData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MethodData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/MethodData.h squid-3.5.1/src/acl/MethodData.h
--- squid-3.5.0.4/src/acl/MethodData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MethodData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Method.h squid-3.5.1/src/acl/Method.h
--- squid-3.5.0.4/src/acl/Method.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Method.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/MyPortName.cc squid-3.5.1/src/acl/MyPortName.cc
--- squid-3.5.0.4/src/acl/MyPortName.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MyPortName.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/MyPortName.h squid-3.5.1/src/acl/MyPortName.h
--- squid-3.5.0.4/src/acl/MyPortName.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/MyPortName.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Note.cc squid-3.5.1/src/acl/Note.cc
--- squid-3.5.0.4/src/acl/Note.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Note.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/NoteData.cc squid-3.5.1/src/acl/NoteData.cc
--- squid-3.5.0.4/src/acl/NoteData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/NoteData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/NoteData.h squid-3.5.1/src/acl/NoteData.h
--- squid-3.5.0.4/src/acl/NoteData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/NoteData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Note.h squid-3.5.1/src/acl/Note.h
--- squid-3.5.0.4/src/acl/Note.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Note.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/PeerName.cc squid-3.5.1/src/acl/PeerName.cc
--- squid-3.5.0.4/src/acl/PeerName.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/PeerName.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/PeerName.h squid-3.5.1/src/acl/PeerName.h
--- squid-3.5.0.4/src/acl/PeerName.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/PeerName.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Protocol.cc squid-3.5.1/src/acl/Protocol.cc
--- squid-3.5.0.4/src/acl/Protocol.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Protocol.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ProtocolData.cc squid-3.5.1/src/acl/ProtocolData.cc
--- squid-3.5.0.4/src/acl/ProtocolData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ProtocolData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ProtocolData.h squid-3.5.1/src/acl/ProtocolData.h
--- squid-3.5.0.4/src/acl/ProtocolData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ProtocolData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Protocol.h squid-3.5.1/src/acl/Protocol.h
--- squid-3.5.0.4/src/acl/Protocol.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Protocol.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Random.cc squid-3.5.1/src/acl/Random.cc
--- squid-3.5.0.4/src/acl/Random.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Random.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Random.h squid-3.5.1/src/acl/Random.h
--- squid-3.5.0.4/src/acl/Random.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Random.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Referer.cc squid-3.5.1/src/acl/Referer.cc
--- squid-3.5.0.4/src/acl/Referer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Referer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Referer.h squid-3.5.1/src/acl/Referer.h
--- squid-3.5.0.4/src/acl/Referer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Referer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/RegexData.cc squid-3.5.1/src/acl/RegexData.cc
--- squid-3.5.0.4/src/acl/RegexData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/RegexData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/RegexData.h squid-3.5.1/src/acl/RegexData.h
--- squid-3.5.0.4/src/acl/RegexData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/RegexData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ReplyHeaderStrategy.h squid-3.5.1/src/acl/ReplyHeaderStrategy.h
--- squid-3.5.0.4/src/acl/ReplyHeaderStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ReplyHeaderStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ReplyMimeType.cc squid-3.5.1/src/acl/ReplyMimeType.cc
--- squid-3.5.0.4/src/acl/ReplyMimeType.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ReplyMimeType.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ReplyMimeType.h squid-3.5.1/src/acl/ReplyMimeType.h
--- squid-3.5.0.4/src/acl/ReplyMimeType.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ReplyMimeType.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/RequestHeaderStrategy.h squid-3.5.1/src/acl/RequestHeaderStrategy.h
--- squid-3.5.0.4/src/acl/RequestHeaderStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/RequestHeaderStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/RequestMimeType.cc squid-3.5.1/src/acl/RequestMimeType.cc
--- squid-3.5.0.4/src/acl/RequestMimeType.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/RequestMimeType.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/RequestMimeType.h squid-3.5.1/src/acl/RequestMimeType.h
--- squid-3.5.0.4/src/acl/RequestMimeType.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/RequestMimeType.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ServerCertificate.cc squid-3.5.1/src/acl/ServerCertificate.cc
--- squid-3.5.0.4/src/acl/ServerCertificate.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ServerCertificate.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/ServerCertificate.h squid-3.5.1/src/acl/ServerCertificate.h
--- squid-3.5.0.4/src/acl/ServerCertificate.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/ServerCertificate.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SourceAsn.h squid-3.5.1/src/acl/SourceAsn.h
--- squid-3.5.0.4/src/acl/SourceAsn.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SourceAsn.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SourceDomain.cc squid-3.5.1/src/acl/SourceDomain.cc
--- squid-3.5.0.4/src/acl/SourceDomain.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SourceDomain.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SourceDomain.h squid-3.5.1/src/acl/SourceDomain.h
--- squid-3.5.0.4/src/acl/SourceDomain.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SourceDomain.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SourceIp.cc squid-3.5.1/src/acl/SourceIp.cc
--- squid-3.5.0.4/src/acl/SourceIp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SourceIp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SourceIp.h squid-3.5.1/src/acl/SourceIp.h
--- squid-3.5.0.4/src/acl/SourceIp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SourceIp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SslError.cc squid-3.5.1/src/acl/SslError.cc
--- squid-3.5.0.4/src/acl/SslError.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SslError.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SslErrorData.cc squid-3.5.1/src/acl/SslErrorData.cc
--- squid-3.5.0.4/src/acl/SslErrorData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SslErrorData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SslErrorData.h squid-3.5.1/src/acl/SslErrorData.h
--- squid-3.5.0.4/src/acl/SslErrorData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SslErrorData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/SslError.h squid-3.5.1/src/acl/SslError.h
--- squid-3.5.0.4/src/acl/SslError.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/SslError.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Strategised.cc squid-3.5.1/src/acl/Strategised.cc
--- squid-3.5.0.4/src/acl/Strategised.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Strategised.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Strategised.h squid-3.5.1/src/acl/Strategised.h
--- squid-3.5.0.4/src/acl/Strategised.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Strategised.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Strategy.h squid-3.5.1/src/acl/Strategy.h
--- squid-3.5.0.4/src/acl/Strategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Strategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/StringData.cc squid-3.5.1/src/acl/StringData.cc
--- squid-3.5.0.4/src/acl/StringData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/StringData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/StringData.h squid-3.5.1/src/acl/StringData.h
--- squid-3.5.0.4/src/acl/StringData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/StringData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Tag.cc squid-3.5.1/src/acl/Tag.cc
--- squid-3.5.0.4/src/acl/Tag.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Tag.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Tag.h squid-3.5.1/src/acl/Tag.h
--- squid-3.5.0.4/src/acl/Tag.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Tag.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Time.cc squid-3.5.1/src/acl/Time.cc
--- squid-3.5.0.4/src/acl/Time.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Time.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/TimeData.cc squid-3.5.1/src/acl/TimeData.cc
--- squid-3.5.0.4/src/acl/TimeData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/TimeData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/TimeData.h squid-3.5.1/src/acl/TimeData.h
--- squid-3.5.0.4/src/acl/TimeData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/TimeData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Time.h squid-3.5.1/src/acl/Time.h
--- squid-3.5.0.4/src/acl/Time.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Time.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Tree.cc squid-3.5.1/src/acl/Tree.cc
--- squid-3.5.0.4/src/acl/Tree.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Tree.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Tree.h squid-3.5.1/src/acl/Tree.h
--- squid-3.5.0.4/src/acl/Tree.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Tree.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Url.cc squid-3.5.1/src/acl/Url.cc
--- squid-3.5.0.4/src/acl/Url.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Url.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/Url.h squid-3.5.1/src/acl/Url.h
--- squid-3.5.0.4/src/acl/Url.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/Url.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlLogin.cc squid-3.5.1/src/acl/UrlLogin.cc
--- squid-3.5.0.4/src/acl/UrlLogin.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlLogin.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlLogin.h squid-3.5.1/src/acl/UrlLogin.h
--- squid-3.5.0.4/src/acl/UrlLogin.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlLogin.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlPath.cc squid-3.5.1/src/acl/UrlPath.cc
--- squid-3.5.0.4/src/acl/UrlPath.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlPath.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlPath.h squid-3.5.1/src/acl/UrlPath.h
--- squid-3.5.0.4/src/acl/UrlPath.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlPath.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlPort.cc squid-3.5.1/src/acl/UrlPort.cc
--- squid-3.5.0.4/src/acl/UrlPort.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlPort.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UrlPort.h squid-3.5.1/src/acl/UrlPort.h
--- squid-3.5.0.4/src/acl/UrlPort.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UrlPort.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/acl/UserData.cc squid-3.5.1/src/acl/UserData.cc
--- squid-3.5.0.4/src/acl/UserData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UserData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -81,6 +81,11 @@
 {
     SBufList sl;
 
+    if (flags.required) {
+        sl.push_back(SBuf("REQUIRED"));
+        return sl;
+    }
+
     if (flags.case_insensitive)
         sl.push_back(SBuf("-i"));
 
@@ -88,9 +93,7 @@
      * a SBufList this way costs Sum(1,N) iterations. For instance
      * a 1000-elements list will be filled in 499500 iterations.
      */
-    if (flags.required)
-        sl.push_back(SBuf("REQUIRED"));
-    else if (names)
+    if (names)
         names->walk(aclDumpUserListWalkee, &sl);
 
     return sl;
diff -u -r -N squid-3.5.0.4/src/acl/UserData.h squid-3.5.1/src/acl/UserData.h
--- squid-3.5.0.4/src/acl/UserData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/acl/UserData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AclRegs.cc squid-3.5.1/src/AclRegs.cc
--- squid-3.5.0.4/src/AclRegs.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AclRegs.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/AccessCheck.cc squid-3.5.1/src/adaptation/AccessCheck.cc
--- squid-3.5.0.4/src/adaptation/AccessCheck.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/AccessCheck.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/AccessCheck.h squid-3.5.1/src/adaptation/AccessCheck.h
--- squid-3.5.0.4/src/adaptation/AccessCheck.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/AccessCheck.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/AccessRule.cc squid-3.5.1/src/adaptation/AccessRule.cc
--- squid-3.5.0.4/src/adaptation/AccessRule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/AccessRule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/AccessRule.h squid-3.5.1/src/adaptation/AccessRule.h
--- squid-3.5.0.4/src/adaptation/AccessRule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/AccessRule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Answer.cc squid-3.5.1/src/adaptation/Answer.cc
--- squid-3.5.0.4/src/adaptation/Answer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Answer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Answer.h squid-3.5.1/src/adaptation/Answer.h
--- squid-3.5.0.4/src/adaptation/Answer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Answer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Config.cc squid-3.5.1/src/adaptation/Config.cc
--- squid-3.5.0.4/src/adaptation/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Config.h squid-3.5.1/src/adaptation/Config.h
--- squid-3.5.0.4/src/adaptation/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/DynamicGroupCfg.cc squid-3.5.1/src/adaptation/DynamicGroupCfg.cc
--- squid-3.5.0.4/src/adaptation/DynamicGroupCfg.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/DynamicGroupCfg.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/DynamicGroupCfg.h squid-3.5.1/src/adaptation/DynamicGroupCfg.h
--- squid-3.5.0.4/src/adaptation/DynamicGroupCfg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/DynamicGroupCfg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Config.cc squid-3.5.1/src/adaptation/ecap/Config.cc
--- squid-3.5.0.4/src/adaptation/ecap/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Config.h squid-3.5.1/src/adaptation/ecap/Config.h
--- squid-3.5.0.4/src/adaptation/ecap/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Host.cc squid-3.5.1/src/adaptation/ecap/Host.cc
--- squid-3.5.0.4/src/adaptation/ecap/Host.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Host.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Host.h squid-3.5.1/src/adaptation/ecap/Host.h
--- squid-3.5.0.4/src/adaptation/ecap/Host.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Host.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Makefile.am squid-3.5.1/src/adaptation/ecap/Makefile.am
--- squid-3.5.0.4/src/adaptation/ecap/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Makefile.in squid-3.5.1/src/adaptation/ecap/Makefile.in
--- squid-3.5.0.4/src/adaptation/ecap/Makefile.in	2014-12-20 21:14:34.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Makefile.in	2015-01-13 04:53:50.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/MessageRep.cc squid-3.5.1/src/adaptation/ecap/MessageRep.cc
--- squid-3.5.0.4/src/adaptation/ecap/MessageRep.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/MessageRep.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/MessageRep.h squid-3.5.1/src/adaptation/ecap/MessageRep.h
--- squid-3.5.0.4/src/adaptation/ecap/MessageRep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/MessageRep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/Registry.h squid-3.5.1/src/adaptation/ecap/Registry.h
--- squid-3.5.0.4/src/adaptation/ecap/Registry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/Registry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/ServiceRep.cc squid-3.5.1/src/adaptation/ecap/ServiceRep.cc
--- squid-3.5.0.4/src/adaptation/ecap/ServiceRep.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/ServiceRep.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/ServiceRep.h squid-3.5.1/src/adaptation/ecap/ServiceRep.h
--- squid-3.5.0.4/src/adaptation/ecap/ServiceRep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/ServiceRep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/XactionRep.cc squid-3.5.1/src/adaptation/ecap/XactionRep.cc
--- squid-3.5.0.4/src/adaptation/ecap/XactionRep.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/XactionRep.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ecap/XactionRep.h squid-3.5.1/src/adaptation/ecap/XactionRep.h
--- squid-3.5.0.4/src/adaptation/ecap/XactionRep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ecap/XactionRep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Elements.cc squid-3.5.1/src/adaptation/Elements.cc
--- squid-3.5.0.4/src/adaptation/Elements.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Elements.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Elements.h squid-3.5.1/src/adaptation/Elements.h
--- squid-3.5.0.4/src/adaptation/Elements.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Elements.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/forward.h squid-3.5.1/src/adaptation/forward.h
--- squid-3.5.0.4/src/adaptation/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/History.cc squid-3.5.1/src/adaptation/History.cc
--- squid-3.5.0.4/src/adaptation/History.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/History.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/History.h squid-3.5.1/src/adaptation/History.h
--- squid-3.5.0.4/src/adaptation/History.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/History.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Client.cc squid-3.5.1/src/adaptation/icap/Client.cc
--- squid-3.5.0.4/src/adaptation/icap/Client.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Client.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Client.h squid-3.5.1/src/adaptation/icap/Client.h
--- squid-3.5.0.4/src/adaptation/icap/Client.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Client.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Config.cc squid-3.5.1/src/adaptation/icap/Config.cc
--- squid-3.5.0.4/src/adaptation/icap/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Config.h squid-3.5.1/src/adaptation/icap/Config.h
--- squid-3.5.0.4/src/adaptation/icap/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Elements.cc squid-3.5.1/src/adaptation/icap/Elements.cc
--- squid-3.5.0.4/src/adaptation/icap/Elements.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Elements.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Elements.h squid-3.5.1/src/adaptation/icap/Elements.h
--- squid-3.5.0.4/src/adaptation/icap/Elements.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Elements.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/History.cc squid-3.5.1/src/adaptation/icap/History.cc
--- squid-3.5.0.4/src/adaptation/icap/History.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/History.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/History.h squid-3.5.1/src/adaptation/icap/History.h
--- squid-3.5.0.4/src/adaptation/icap/History.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/History.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/icap_log.cc squid-3.5.1/src/adaptation/icap/icap_log.cc
--- squid-3.5.0.4/src/adaptation/icap/icap_log.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/icap_log.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/icap_log.h squid-3.5.1/src/adaptation/icap/icap_log.h
--- squid-3.5.0.4/src/adaptation/icap/icap_log.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/icap_log.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/InOut.h squid-3.5.1/src/adaptation/icap/InOut.h
--- squid-3.5.0.4/src/adaptation/icap/InOut.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/InOut.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Launcher.cc squid-3.5.1/src/adaptation/icap/Launcher.cc
--- squid-3.5.0.4/src/adaptation/icap/Launcher.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Launcher.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Launcher.h squid-3.5.1/src/adaptation/icap/Launcher.h
--- squid-3.5.0.4/src/adaptation/icap/Launcher.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Launcher.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Makefile.am squid-3.5.1/src/adaptation/icap/Makefile.am
--- squid-3.5.0.4/src/adaptation/icap/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Makefile.in squid-3.5.1/src/adaptation/icap/Makefile.in
--- squid-3.5.0.4/src/adaptation/icap/Makefile.in	2014-12-20 21:14:35.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Makefile.in	2015-01-13 04:53:50.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/ModXact.cc squid-3.5.1/src/adaptation/icap/ModXact.cc
--- squid-3.5.0.4/src/adaptation/icap/ModXact.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/ModXact.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/ModXact.h squid-3.5.1/src/adaptation/icap/ModXact.h
--- squid-3.5.0.4/src/adaptation/icap/ModXact.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/ModXact.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Options.cc squid-3.5.1/src/adaptation/icap/Options.cc
--- squid-3.5.0.4/src/adaptation/icap/Options.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Options.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Options.h squid-3.5.1/src/adaptation/icap/Options.h
--- squid-3.5.0.4/src/adaptation/icap/Options.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Options.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/OptXact.cc squid-3.5.1/src/adaptation/icap/OptXact.cc
--- squid-3.5.0.4/src/adaptation/icap/OptXact.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/OptXact.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/OptXact.h squid-3.5.1/src/adaptation/icap/OptXact.h
--- squid-3.5.0.4/src/adaptation/icap/OptXact.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/OptXact.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/ServiceRep.cc squid-3.5.1/src/adaptation/icap/ServiceRep.cc
--- squid-3.5.0.4/src/adaptation/icap/ServiceRep.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/ServiceRep.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/ServiceRep.h squid-3.5.1/src/adaptation/icap/ServiceRep.h
--- squid-3.5.0.4/src/adaptation/icap/ServiceRep.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/ServiceRep.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Xaction.cc squid-3.5.1/src/adaptation/icap/Xaction.cc
--- squid-3.5.0.4/src/adaptation/icap/Xaction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Xaction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/icap/Xaction.h squid-3.5.1/src/adaptation/icap/Xaction.h
--- squid-3.5.0.4/src/adaptation/icap/Xaction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/icap/Xaction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Initiate.cc squid-3.5.1/src/adaptation/Initiate.cc
--- squid-3.5.0.4/src/adaptation/Initiate.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Initiate.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Initiate.h squid-3.5.1/src/adaptation/Initiate.h
--- squid-3.5.0.4/src/adaptation/Initiate.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Initiate.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Initiator.cc squid-3.5.1/src/adaptation/Initiator.cc
--- squid-3.5.0.4/src/adaptation/Initiator.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Initiator.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Initiator.h squid-3.5.1/src/adaptation/Initiator.h
--- squid-3.5.0.4/src/adaptation/Initiator.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Initiator.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Iterator.cc squid-3.5.1/src/adaptation/Iterator.cc
--- squid-3.5.0.4/src/adaptation/Iterator.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Iterator.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Iterator.h squid-3.5.1/src/adaptation/Iterator.h
--- squid-3.5.0.4/src/adaptation/Iterator.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Iterator.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Makefile.am squid-3.5.1/src/adaptation/Makefile.am
--- squid-3.5.0.4/src/adaptation/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Makefile.in squid-3.5.1/src/adaptation/Makefile.in
--- squid-3.5.0.4/src/adaptation/Makefile.in	2014-12-20 21:14:32.000000000 -0800
+++ squid-3.5.1/src/adaptation/Makefile.in	2015-01-13 04:53:49.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/adaptation/Message.cc squid-3.5.1/src/adaptation/Message.cc
--- squid-3.5.0.4/src/adaptation/Message.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Message.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Message.h squid-3.5.1/src/adaptation/Message.h
--- squid-3.5.0.4/src/adaptation/Message.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Message.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Service.cc squid-3.5.1/src/adaptation/Service.cc
--- squid-3.5.0.4/src/adaptation/Service.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Service.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceConfig.cc squid-3.5.1/src/adaptation/ServiceConfig.cc
--- squid-3.5.0.4/src/adaptation/ServiceConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceConfig.h squid-3.5.1/src/adaptation/ServiceConfig.h
--- squid-3.5.0.4/src/adaptation/ServiceConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceFilter.cc squid-3.5.1/src/adaptation/ServiceFilter.cc
--- squid-3.5.0.4/src/adaptation/ServiceFilter.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceFilter.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceFilter.h squid-3.5.1/src/adaptation/ServiceFilter.h
--- squid-3.5.0.4/src/adaptation/ServiceFilter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceFilter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceGroups.cc squid-3.5.1/src/adaptation/ServiceGroups.cc
--- squid-3.5.0.4/src/adaptation/ServiceGroups.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceGroups.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/ServiceGroups.h squid-3.5.1/src/adaptation/ServiceGroups.h
--- squid-3.5.0.4/src/adaptation/ServiceGroups.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/ServiceGroups.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/adaptation/Service.h squid-3.5.1/src/adaptation/Service.h
--- squid-3.5.0.4/src/adaptation/Service.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/adaptation/Service.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/forward.h squid-3.5.1/src/anyp/forward.h
--- squid-3.5.0.4/src/anyp/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/Makefile.am squid-3.5.1/src/anyp/Makefile.am
--- squid-3.5.0.4/src/anyp/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/Makefile.in squid-3.5.1/src/anyp/Makefile.in
--- squid-3.5.0.4/src/anyp/Makefile.in	2014-12-20 21:14:36.000000000 -0800
+++ squid-3.5.1/src/anyp/Makefile.in	2015-01-13 04:53:51.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/anyp/PortCfg.cc squid-3.5.1/src/anyp/PortCfg.cc
--- squid-3.5.0.4/src/anyp/PortCfg.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/PortCfg.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/PortCfg.h squid-3.5.1/src/anyp/PortCfg.h
--- squid-3.5.0.4/src/anyp/PortCfg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/PortCfg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/ProtocolType.h squid-3.5.1/src/anyp/ProtocolType.h
--- squid-3.5.0.4/src/anyp/ProtocolType.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/ProtocolType.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/ProtocolVersion.h squid-3.5.1/src/anyp/ProtocolVersion.h
--- squid-3.5.0.4/src/anyp/ProtocolVersion.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/ProtocolVersion.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/TrafficMode.h squid-3.5.1/src/anyp/TrafficMode.h
--- squid-3.5.0.4/src/anyp/TrafficMode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/TrafficMode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/UriScheme.cc squid-3.5.1/src/anyp/UriScheme.cc
--- squid-3.5.0.4/src/anyp/UriScheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/UriScheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/anyp/UriScheme.h squid-3.5.1/src/anyp/UriScheme.h
--- squid-3.5.0.4/src/anyp/UriScheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/anyp/UriScheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AsyncEngine.cc squid-3.5.1/src/AsyncEngine.cc
--- squid-3.5.0.4/src/AsyncEngine.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AsyncEngine.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AsyncEngine.h squid-3.5.1/src/AsyncEngine.h
--- squid-3.5.0.4/src/AsyncEngine.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AsyncEngine.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Acl.cc squid-3.5.1/src/auth/Acl.cc
--- squid-3.5.0.4/src/auth/Acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Acl.h squid-3.5.1/src/auth/Acl.h
--- squid-3.5.0.4/src/auth/Acl.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Acl.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/AclMaxUserIp.cc squid-3.5.1/src/auth/AclMaxUserIp.cc
--- squid-3.5.0.4/src/auth/AclMaxUserIp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/AclMaxUserIp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/AclMaxUserIp.h squid-3.5.1/src/auth/AclMaxUserIp.h
--- squid-3.5.0.4/src/auth/AclMaxUserIp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/AclMaxUserIp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/AclProxyAuth.cc squid-3.5.1/src/auth/AclProxyAuth.cc
--- squid-3.5.0.4/src/auth/AclProxyAuth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/AclProxyAuth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/AclProxyAuth.h squid-3.5.1/src/auth/AclProxyAuth.h
--- squid-3.5.0.4/src/auth/AclProxyAuth.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/AclProxyAuth.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/AuthAclState.h squid-3.5.1/src/auth/AuthAclState.h
--- squid-3.5.0.4/src/auth/AuthAclState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/AuthAclState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/Config.cc squid-3.5.1/src/auth/basic/Config.cc
--- squid-3.5.0.4/src/auth/basic/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/Config.h squid-3.5.1/src/auth/basic/Config.h
--- squid-3.5.0.4/src/auth/basic/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/Makefile.am squid-3.5.1/src/auth/basic/Makefile.am
--- squid-3.5.0.4/src/auth/basic/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/Makefile.in squid-3.5.1/src/auth/basic/Makefile.in
--- squid-3.5.0.4/src/auth/basic/Makefile.in	2014-12-20 21:14:38.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Makefile.in	2015-01-13 04:53:53.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/auth/basic/Scheme.cc squid-3.5.1/src/auth/basic/Scheme.cc
--- squid-3.5.0.4/src/auth/basic/Scheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Scheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/Scheme.h squid-3.5.1/src/auth/basic/Scheme.h
--- squid-3.5.0.4/src/auth/basic/Scheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/Scheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/User.cc squid-3.5.1/src/auth/basic/User.cc
--- squid-3.5.0.4/src/auth/basic/User.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/User.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/User.h squid-3.5.1/src/auth/basic/User.h
--- squid-3.5.0.4/src/auth/basic/User.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/User.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/UserRequest.cc squid-3.5.1/src/auth/basic/UserRequest.cc
--- squid-3.5.0.4/src/auth/basic/UserRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/UserRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/basic/UserRequest.h squid-3.5.1/src/auth/basic/UserRequest.h
--- squid-3.5.0.4/src/auth/basic/UserRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/basic/UserRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Config.cc squid-3.5.1/src/auth/Config.cc
--- squid-3.5.0.4/src/auth/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Config.h squid-3.5.1/src/auth/Config.h
--- squid-3.5.0.4/src/auth/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/CredentialState.h squid-3.5.1/src/auth/CredentialState.h
--- squid-3.5.0.4/src/auth/CredentialState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/CredentialState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/Config.cc squid-3.5.1/src/auth/digest/Config.cc
--- squid-3.5.0.4/src/auth/digest/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/Config.h squid-3.5.1/src/auth/digest/Config.h
--- squid-3.5.0.4/src/auth/digest/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/Makefile.am squid-3.5.1/src/auth/digest/Makefile.am
--- squid-3.5.0.4/src/auth/digest/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/Makefile.in squid-3.5.1/src/auth/digest/Makefile.in
--- squid-3.5.0.4/src/auth/digest/Makefile.in	2014-12-20 21:14:39.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Makefile.in	2015-01-13 04:53:54.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/auth/digest/Scheme.cc squid-3.5.1/src/auth/digest/Scheme.cc
--- squid-3.5.0.4/src/auth/digest/Scheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Scheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/Scheme.h squid-3.5.1/src/auth/digest/Scheme.h
--- squid-3.5.0.4/src/auth/digest/Scheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/Scheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/User.cc squid-3.5.1/src/auth/digest/User.cc
--- squid-3.5.0.4/src/auth/digest/User.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/User.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/User.h squid-3.5.1/src/auth/digest/User.h
--- squid-3.5.0.4/src/auth/digest/User.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/User.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/UserRequest.cc squid-3.5.1/src/auth/digest/UserRequest.cc
--- squid-3.5.0.4/src/auth/digest/UserRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/UserRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/digest/UserRequest.h squid-3.5.1/src/auth/digest/UserRequest.h
--- squid-3.5.0.4/src/auth/digest/UserRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/digest/UserRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Gadgets.cc squid-3.5.1/src/auth/Gadgets.cc
--- squid-3.5.0.4/src/auth/Gadgets.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Gadgets.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Gadgets.h squid-3.5.1/src/auth/Gadgets.h
--- squid-3.5.0.4/src/auth/Gadgets.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Gadgets.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Makefile.am squid-3.5.1/src/auth/Makefile.am
--- squid-3.5.0.4/src/auth/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Makefile.in squid-3.5.1/src/auth/Makefile.in
--- squid-3.5.0.4/src/auth/Makefile.in	2014-12-20 21:14:37.000000000 -0800
+++ squid-3.5.1/src/auth/Makefile.in	2015-01-13 04:53:52.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Config.cc squid-3.5.1/src/auth/negotiate/Config.cc
--- squid-3.5.0.4/src/auth/negotiate/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Config.h squid-3.5.1/src/auth/negotiate/Config.h
--- squid-3.5.0.4/src/auth/negotiate/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Makefile.am squid-3.5.1/src/auth/negotiate/Makefile.am
--- squid-3.5.0.4/src/auth/negotiate/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Makefile.in squid-3.5.1/src/auth/negotiate/Makefile.in
--- squid-3.5.0.4/src/auth/negotiate/Makefile.in	2014-12-20 21:14:40.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Makefile.in	2015-01-13 04:53:55.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Scheme.cc squid-3.5.1/src/auth/negotiate/Scheme.cc
--- squid-3.5.0.4/src/auth/negotiate/Scheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Scheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/Scheme.h squid-3.5.1/src/auth/negotiate/Scheme.h
--- squid-3.5.0.4/src/auth/negotiate/Scheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/Scheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/User.cc squid-3.5.1/src/auth/negotiate/User.cc
--- squid-3.5.0.4/src/auth/negotiate/User.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/User.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/User.h squid-3.5.1/src/auth/negotiate/User.h
--- squid-3.5.0.4/src/auth/negotiate/User.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/User.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/UserRequest.cc squid-3.5.1/src/auth/negotiate/UserRequest.cc
--- squid-3.5.0.4/src/auth/negotiate/UserRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/UserRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/negotiate/UserRequest.h squid-3.5.1/src/auth/negotiate/UserRequest.h
--- squid-3.5.0.4/src/auth/negotiate/UserRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/negotiate/UserRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Config.cc squid-3.5.1/src/auth/ntlm/Config.cc
--- squid-3.5.0.4/src/auth/ntlm/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Config.h squid-3.5.1/src/auth/ntlm/Config.h
--- squid-3.5.0.4/src/auth/ntlm/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Makefile.am squid-3.5.1/src/auth/ntlm/Makefile.am
--- squid-3.5.0.4/src/auth/ntlm/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Makefile.in squid-3.5.1/src/auth/ntlm/Makefile.in
--- squid-3.5.0.4/src/auth/ntlm/Makefile.in	2014-12-20 21:14:41.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Makefile.in	2015-01-13 04:53:56.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Scheme.cc squid-3.5.1/src/auth/ntlm/Scheme.cc
--- squid-3.5.0.4/src/auth/ntlm/Scheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Scheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/Scheme.h squid-3.5.1/src/auth/ntlm/Scheme.h
--- squid-3.5.0.4/src/auth/ntlm/Scheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/Scheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/User.cc squid-3.5.1/src/auth/ntlm/User.cc
--- squid-3.5.0.4/src/auth/ntlm/User.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/User.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/User.h squid-3.5.1/src/auth/ntlm/User.h
--- squid-3.5.0.4/src/auth/ntlm/User.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/User.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/UserRequest.cc squid-3.5.1/src/auth/ntlm/UserRequest.cc
--- squid-3.5.0.4/src/auth/ntlm/UserRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/UserRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/ntlm/UserRequest.h squid-3.5.1/src/auth/ntlm/UserRequest.h
--- squid-3.5.0.4/src/auth/ntlm/UserRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/ntlm/UserRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/QueueNode.h squid-3.5.1/src/auth/QueueNode.h
--- squid-3.5.0.4/src/auth/QueueNode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/QueueNode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Scheme.cc squid-3.5.1/src/auth/Scheme.cc
--- squid-3.5.0.4/src/auth/Scheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Scheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Scheme.h squid-3.5.1/src/auth/Scheme.h
--- squid-3.5.0.4/src/auth/Scheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Scheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/State.cc squid-3.5.1/src/auth/State.cc
--- squid-3.5.0.4/src/auth/State.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/State.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/State.h squid-3.5.1/src/auth/State.h
--- squid-3.5.0.4/src/auth/State.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/State.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/Type.h squid-3.5.1/src/auth/Type.h
--- squid-3.5.0.4/src/auth/Type.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/Type.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/User.cc squid-3.5.1/src/auth/User.cc
--- squid-3.5.0.4/src/auth/User.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/User.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/User.h squid-3.5.1/src/auth/User.h
--- squid-3.5.0.4/src/auth/User.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/User.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/UserRequest.cc squid-3.5.1/src/auth/UserRequest.cc
--- squid-3.5.0.4/src/auth/UserRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/UserRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/auth/UserRequest.h squid-3.5.1/src/auth/UserRequest.h
--- squid-3.5.0.4/src/auth/UserRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/auth/UserRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AuthReg.cc squid-3.5.1/src/AuthReg.cc
--- squid-3.5.0.4/src/AuthReg.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AuthReg.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/AuthReg.h squid-3.5.1/src/AuthReg.h
--- squid-3.5.0.4/src/AuthReg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/AuthReg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncCall.cc squid-3.5.1/src/base/AsyncCall.cc
--- squid-3.5.0.4/src/base/AsyncCall.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncCall.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncCall.h squid-3.5.1/src/base/AsyncCall.h
--- squid-3.5.0.4/src/base/AsyncCall.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncCall.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncCallQueue.cc squid-3.5.1/src/base/AsyncCallQueue.cc
--- squid-3.5.0.4/src/base/AsyncCallQueue.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncCallQueue.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncCallQueue.h squid-3.5.1/src/base/AsyncCallQueue.h
--- squid-3.5.0.4/src/base/AsyncCallQueue.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncCallQueue.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncCbdataCalls.h squid-3.5.1/src/base/AsyncCbdataCalls.h
--- squid-3.5.0.4/src/base/AsyncCbdataCalls.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncCbdataCalls.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncJobCalls.h squid-3.5.1/src/base/AsyncJobCalls.h
--- squid-3.5.0.4/src/base/AsyncJobCalls.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncJobCalls.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncJob.cc squid-3.5.1/src/base/AsyncJob.cc
--- squid-3.5.0.4/src/base/AsyncJob.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncJob.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/AsyncJob.h squid-3.5.1/src/base/AsyncJob.h
--- squid-3.5.0.4/src/base/AsyncJob.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/AsyncJob.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/CbcPointer.h squid-3.5.1/src/base/CbcPointer.h
--- squid-3.5.0.4/src/base/CbcPointer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/CbcPointer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/CharacterSet.cc squid-3.5.1/src/base/CharacterSet.cc
--- squid-3.5.0.4/src/base/CharacterSet.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/CharacterSet.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/CharacterSet.h squid-3.5.1/src/base/CharacterSet.h
--- squid-3.5.0.4/src/base/CharacterSet.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/CharacterSet.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/InstanceId.h squid-3.5.1/src/base/InstanceId.h
--- squid-3.5.0.4/src/base/InstanceId.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/InstanceId.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/Lock.h squid-3.5.1/src/base/Lock.h
--- squid-3.5.0.4/src/base/Lock.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/Lock.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/LruMap.h squid-3.5.1/src/base/LruMap.h
--- squid-3.5.0.4/src/base/LruMap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/LruMap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/Makefile.am squid-3.5.1/src/base/Makefile.am
--- squid-3.5.0.4/src/base/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -43,7 +43,6 @@
 	testCharacterSet.h \
 	testCharacterSet.cc
 nodist_testCharacterSet_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/tests/stub_MemBuf.cc \
 	$(top_srcdir)/src/tests/stub_cbdata.cc
diff -u -r -N squid-3.5.0.4/src/base/Makefile.in squid-3.5.1/src/base/Makefile.in
--- squid-3.5.0.4/src/base/Makefile.in	2014-12-20 21:14:43.000000000 -0800
+++ squid-3.5.1/src/base/Makefile.in	2015-01-13 04:53:56.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -162,9 +162,8 @@
 am__v_lt_0 = --silent
 am__v_lt_1 = 
 am_testCharacterSet_OBJECTS = testCharacterSet.$(OBJEXT)
-nodist_testCharacterSet_OBJECTS = testMain.$(OBJEXT) \
-	stub_debug.$(OBJEXT) stub_MemBuf.$(OBJEXT) \
-	stub_cbdata.$(OBJEXT)
+nodist_testCharacterSet_OBJECTS = stub_debug.$(OBJEXT) \
+	stub_MemBuf.$(OBJEXT) stub_cbdata.$(OBJEXT)
 testCharacterSet_OBJECTS = $(am_testCharacterSet_OBJECTS) \
 	$(nodist_testCharacterSet_OBJECTS)
 am__DEPENDENCIES_1 =
@@ -724,7 +723,6 @@
 	testCharacterSet.cc
 
 nodist_testCharacterSet_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/tests/stub_MemBuf.cc \
 	$(top_srcdir)/src/tests/stub_cbdata.cc
@@ -817,7 +815,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_cbdata.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_debug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testCharacterSet.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
 
 .cc.o:
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -840,20 +837,6 @@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
-testMain.o: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-
-testMain.obj: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-
 stub_debug.o: $(top_srcdir)/src/tests/stub_debug.cc
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stub_debug.o -MD -MP -MF $(DEPDIR)/stub_debug.Tpo -c -o stub_debug.o `test -f '$(top_srcdir)/src/tests/stub_debug.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/stub_debug.cc
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stub_debug.Tpo $(DEPDIR)/stub_debug.Po
diff -u -r -N squid-3.5.0.4/src/base/RefCount.h squid-3.5.1/src/base/RefCount.h
--- squid-3.5.0.4/src/base/RefCount.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/RefCount.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/RunnersRegistry.cc squid-3.5.1/src/base/RunnersRegistry.cc
--- squid-3.5.0.4/src/base/RunnersRegistry.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/RunnersRegistry.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/RunnersRegistry.h squid-3.5.1/src/base/RunnersRegistry.h
--- squid-3.5.0.4/src/base/RunnersRegistry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/RunnersRegistry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/Subscription.h squid-3.5.1/src/base/Subscription.h
--- squid-3.5.0.4/src/base/Subscription.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/Subscription.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/testCharacterSet.cc squid-3.5.1/src/base/testCharacterSet.cc
--- squid-3.5.0.4/src/base/testCharacterSet.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/testCharacterSet.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,6 +9,7 @@
 #include "squid.h"
 #include "base/CharacterSet.h"
 #include "testCharacterSet.h"
+#include "unitTestMain.h"
 
 #include <string>
 
diff -u -r -N squid-3.5.0.4/src/base/testCharacterSet.h squid-3.5.1/src/base/testCharacterSet.h
--- squid-3.5.0.4/src/base/testCharacterSet.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/testCharacterSet.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/TextException.cc squid-3.5.1/src/base/TextException.cc
--- squid-3.5.0.4/src/base/TextException.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/TextException.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/TextException.h squid-3.5.1/src/base/TextException.h
--- squid-3.5.0.4/src/base/TextException.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/TextException.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/base/TidyPointer.h squid-3.5.1/src/base/TidyPointer.h
--- squid-3.5.0.4/src/base/TidyPointer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/base/TidyPointer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/BodyPipe.cc squid-3.5.1/src/BodyPipe.cc
--- squid-3.5.0.4/src/BodyPipe.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/BodyPipe.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/BodyPipe.h squid-3.5.1/src/BodyPipe.h
--- squid-3.5.0.4/src/BodyPipe.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/BodyPipe.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cache_cf.cc squid-3.5.1/src/cache_cf.cc
--- squid-3.5.0.4/src/cache_cf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cache_cf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -1254,6 +1254,7 @@
         entry->append(i->rawContent(), i->length());
         entry->append(" ",1);
     }
+    entry->append("\n",1);
 }
 
 static void
diff -u -r -N squid-3.5.0.4/src/cache_cf.h squid-3.5.1/src/cache_cf.h
--- squid-3.5.0.4/src/cache_cf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cache_cf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CacheDigest.cc squid-3.5.1/src/CacheDigest.cc
--- squid-3.5.0.4/src/CacheDigest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CacheDigest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CacheDigest.h squid-3.5.1/src/CacheDigest.h
--- squid-3.5.0.4/src/CacheDigest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CacheDigest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cache_manager.cc squid-3.5.1/src/cache_manager.cc
--- squid-3.5.0.4/src/cache_manager.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cache_manager.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CacheManager.h squid-3.5.1/src/CacheManager.h
--- squid-3.5.0.4/src/CacheManager.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CacheManager.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CachePeerDomainList.h squid-3.5.1/src/CachePeerDomainList.h
--- squid-3.5.0.4/src/CachePeerDomainList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CachePeerDomainList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CachePeer.h squid-3.5.1/src/CachePeer.h
--- squid-3.5.0.4/src/CachePeer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CachePeer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/carp.cc squid-3.5.1/src/carp.cc
--- squid-3.5.0.4/src/carp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/carp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/carp.h squid-3.5.1/src/carp.h
--- squid-3.5.0.4/src/carp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/carp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cbdata.cc squid-3.5.1/src/cbdata.cc
--- squid-3.5.0.4/src/cbdata.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cbdata.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cbdata.h squid-3.5.1/src/cbdata.h
--- squid-3.5.0.4/src/cbdata.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cbdata.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cf.data.depend squid-3.5.1/src/cf.data.depend
--- squid-3.5.0.4/src/cf.data.depend	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cf.data.depend	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,12 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+#
 # type			dependencies
+#
 access_log		acl	logformat
 acl			external_acl_type auth_param
 acl_access		acl
diff -u -r -N squid-3.5.0.4/src/cf.data.pre squid-3.5.1/src/cf.data.pre
--- squid-3.5.0.4/src/cf.data.pre	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cf.data.pre	2015-01-13 04:52:01.000000000 -0800
@@ -1,30 +1,9 @@
-#
-# SQUID Web Proxy Cache		http://www.squid-cache.org/
-# ----------------------------------------------------------
-#
-#  Squid is the result of efforts by numerous individuals from
-#  the Internet community; see the CONTRIBUTORS file for full
-#  details.   Many organizations have provided support for Squid's
-#  development; see the SPONSORS file for full details.  Squid is
-#  Copyrighted (C) 2000 by the Regents of the University of
-#  California; see the COPYRIGHT file for full details.  Squid
-#  incorporates software developed and/or copyrighted by other
-#  sources; see the CREDITS file for full details.
-#
-#  This program is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
-#
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
 
 COMMENT_START
 	WELCOME TO @SQUID@
diff -u -r -N squid-3.5.0.4/src/cf_gen.cc squid-3.5.1/src/cf_gen.cc
--- squid-3.5.0.4/src/cf_gen.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cf_gen.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/cf_gen_defines squid-3.5.1/src/cf_gen_defines
--- squid-3.5.0.4/src/cf_gen_defines	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/cf_gen_defines	2015-01-13 04:52:01.000000000 -0800
@@ -1,8 +1,22 @@
 #!/usr/bin/awk -f 
+
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 BEGIN {
-	print "/* Generated automatically from cf.data.pre"
-	print " * DO NOT EDIT"
-	print "*/"
+	print "/* Generated automatically from cf.data.pre DO NOT EDIT */"
+	print "/*"
+	print " * Copyright (C) 1996-2015 The Squid Software Foundation and contributors"
+	print " *"
+	print " * Squid software is distributed under GPLv2+ license and includes"
+	print " * contributions from numerous individuals and organizations."
+	print " * Please see the COPYING and CONTRIBUTORS files for details."
+	print " */"
+	print ""
 	print "#include \"autoconf.h\""
 	print "static struct { const char *name; const char *enable; int defined;} defines[] = {"
 	define["_SQUID_WINDOWS_"]="MS Windows"
diff -u -r -N squid-3.5.0.4/src/ChunkedCodingParser.cc squid-3.5.1/src/ChunkedCodingParser.cc
--- squid-3.5.0.4/src/ChunkedCodingParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ChunkedCodingParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ChunkedCodingParser.h squid-3.5.1/src/ChunkedCodingParser.h
--- squid-3.5.0.4/src/ChunkedCodingParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ChunkedCodingParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_db.cc squid-3.5.1/src/client_db.cc
--- squid-3.5.0.4/src/client_db.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_db.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_db.h squid-3.5.1/src/client_db.h
--- squid-3.5.0.4/src/client_db.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_db.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ClientDelayConfig.cc squid-3.5.1/src/ClientDelayConfig.cc
--- squid-3.5.0.4/src/ClientDelayConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ClientDelayConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ClientDelayConfig.h squid-3.5.1/src/ClientDelayConfig.h
--- squid-3.5.0.4/src/ClientDelayConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ClientDelayConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ClientInfo.h squid-3.5.1/src/ClientInfo.h
--- squid-3.5.0.4/src/ClientInfo.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ClientInfo.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ClientRequestContext.h squid-3.5.1/src/ClientRequestContext.h
--- squid-3.5.0.4/src/ClientRequestContext.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ClientRequestContext.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/Client.cc squid-3.5.1/src/clients/Client.cc
--- squid-3.5.0.4/src/clients/Client.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/Client.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/Client.h squid-3.5.1/src/clients/Client.h
--- squid-3.5.0.4/src/clients/Client.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/Client.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/forward.h squid-3.5.1/src/clients/forward.h
--- squid-3.5.0.4/src/clients/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/FtpClient.cc squid-3.5.1/src/clients/FtpClient.cc
--- squid-3.5.0.4/src/clients/FtpClient.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/FtpClient.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/FtpClient.h squid-3.5.1/src/clients/FtpClient.h
--- squid-3.5.0.4/src/clients/FtpClient.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/FtpClient.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/FtpGateway.cc squid-3.5.1/src/clients/FtpGateway.cc
--- squid-3.5.0.4/src/clients/FtpGateway.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/FtpGateway.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/FtpRelay.cc squid-3.5.1/src/clients/FtpRelay.cc
--- squid-3.5.0.4/src/clients/FtpRelay.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/FtpRelay.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/Makefile.am squid-3.5.1/src/clients/Makefile.am
--- squid-3.5.0.4/src/clients/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clients/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clients/Makefile.in squid-3.5.1/src/clients/Makefile.in
--- squid-3.5.0.4/src/clients/Makefile.in	2014-12-20 21:14:44.000000000 -0800
+++ squid-3.5.1/src/clients/Makefile.in	2015-01-13 04:53:57.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/client_side.cc squid-3.5.1/src/client_side.cc
--- squid-3.5.0.4/src/client_side.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_side.h squid-3.5.1/src/client_side.h
--- squid-3.5.0.4/src/client_side.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_side_reply.cc squid-3.5.1/src/client_side_reply.cc
--- squid-3.5.0.4/src/client_side_reply.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side_reply.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_side_reply.h squid-3.5.1/src/client_side_reply.h
--- squid-3.5.0.4/src/client_side_reply.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side_reply.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_side_request.cc squid-3.5.1/src/client_side_request.cc
--- squid-3.5.0.4/src/client_side_request.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side_request.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -28,7 +28,6 @@
 #include "clientStream.h"
 #include "comm/Connection.h"
 #include "comm/Write.h"
-#include "compat/inet_pton.h"
 #include "err_detail_type.h"
 #include "errorpage.h"
 #include "fd.h"
diff -u -r -N squid-3.5.0.4/src/client_side_request.cci squid-3.5.1/src/client_side_request.cci
--- squid-3.5.0.4/src/client_side_request.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side_request.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/client_side_request.h squid-3.5.1/src/client_side_request.h
--- squid-3.5.0.4/src/client_side_request.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/client_side_request.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clientStream.cc squid-3.5.1/src/clientStream.cc
--- squid-3.5.0.4/src/clientStream.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clientStream.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clientStreamForward.h squid-3.5.1/src/clientStreamForward.h
--- squid-3.5.0.4/src/clientStreamForward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clientStreamForward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/clientStream.h squid-3.5.1/src/clientStream.h
--- squid-3.5.0.4/src/clientStream.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/clientStream.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CollapsedForwarding.cc squid-3.5.1/src/CollapsedForwarding.cc
--- squid-3.5.0.4/src/CollapsedForwarding.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CollapsedForwarding.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CollapsedForwarding.h squid-3.5.1/src/CollapsedForwarding.h
--- squid-3.5.0.4/src/CollapsedForwarding.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CollapsedForwarding.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/AcceptLimiter.cc squid-3.5.1/src/comm/AcceptLimiter.cc
--- squid-3.5.0.4/src/comm/AcceptLimiter.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/AcceptLimiter.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/AcceptLimiter.h squid-3.5.1/src/comm/AcceptLimiter.h
--- squid-3.5.0.4/src/comm/AcceptLimiter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/AcceptLimiter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/comm_internal.h squid-3.5.1/src/comm/comm_internal.h
--- squid-3.5.0.4/src/comm/comm_internal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/comm_internal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Connection.cc squid-3.5.1/src/comm/Connection.cc
--- squid-3.5.0.4/src/comm/Connection.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Connection.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Connection.h squid-3.5.1/src/comm/Connection.h
--- squid-3.5.0.4/src/comm/Connection.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Connection.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ConnOpener.cc squid-3.5.1/src/comm/ConnOpener.cc
--- squid-3.5.0.4/src/comm/ConnOpener.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ConnOpener.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ConnOpener.h squid-3.5.1/src/comm/ConnOpener.h
--- squid-3.5.0.4/src/comm/ConnOpener.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ConnOpener.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Flag.h squid-3.5.1/src/comm/Flag.h
--- squid-3.5.0.4/src/comm/Flag.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Flag.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/forward.h squid-3.5.1/src/comm/forward.h
--- squid-3.5.0.4/src/comm/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/IoCallback.cc squid-3.5.1/src/comm/IoCallback.cc
--- squid-3.5.0.4/src/comm/IoCallback.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/IoCallback.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/IoCallback.h squid-3.5.1/src/comm/IoCallback.h
--- squid-3.5.0.4/src/comm/IoCallback.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/IoCallback.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Loops.h squid-3.5.1/src/comm/Loops.h
--- squid-3.5.0.4/src/comm/Loops.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Loops.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Makefile.am squid-3.5.1/src/comm/Makefile.am
--- squid-3.5.0.4/src/comm/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Makefile.in squid-3.5.1/src/comm/Makefile.in
--- squid-3.5.0.4/src/comm/Makefile.in	2014-12-20 21:14:45.000000000 -0800
+++ squid-3.5.1/src/comm/Makefile.in	2015-01-13 04:53:58.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/comm/ModDevPoll.cc squid-3.5.1/src/comm/ModDevPoll.cc
--- squid-3.5.0.4/src/comm/ModDevPoll.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModDevPoll.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ModEpoll.cc squid-3.5.1/src/comm/ModEpoll.cc
--- squid-3.5.0.4/src/comm/ModEpoll.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModEpoll.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ModKqueue.cc squid-3.5.1/src/comm/ModKqueue.cc
--- squid-3.5.0.4/src/comm/ModKqueue.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModKqueue.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ModPoll.cc squid-3.5.1/src/comm/ModPoll.cc
--- squid-3.5.0.4/src/comm/ModPoll.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModPoll.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ModSelect.cc squid-3.5.1/src/comm/ModSelect.cc
--- squid-3.5.0.4/src/comm/ModSelect.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModSelect.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/ModSelectWin32.cc squid-3.5.1/src/comm/ModSelectWin32.cc
--- squid-3.5.0.4/src/comm/ModSelectWin32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/ModSelectWin32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Read.cc squid-3.5.1/src/comm/Read.cc
--- squid-3.5.0.4/src/comm/Read.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Read.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Read.h squid-3.5.1/src/comm/Read.h
--- squid-3.5.0.4/src/comm/Read.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Read.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/TcpAcceptor.cc squid-3.5.1/src/comm/TcpAcceptor.cc
--- squid-3.5.0.4/src/comm/TcpAcceptor.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/TcpAcceptor.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/TcpAcceptor.h squid-3.5.1/src/comm/TcpAcceptor.h
--- squid-3.5.0.4/src/comm/TcpAcceptor.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/TcpAcceptor.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/UdpOpenDialer.h squid-3.5.1/src/comm/UdpOpenDialer.h
--- squid-3.5.0.4/src/comm/UdpOpenDialer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/UdpOpenDialer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Write.cc squid-3.5.1/src/comm/Write.cc
--- squid-3.5.0.4/src/comm/Write.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Write.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm/Write.h squid-3.5.1/src/comm/Write.h
--- squid-3.5.0.4/src/comm/Write.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm/Write.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CommCalls.cc squid-3.5.1/src/CommCalls.cc
--- squid-3.5.0.4/src/CommCalls.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CommCalls.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CommCalls.h squid-3.5.1/src/CommCalls.h
--- squid-3.5.0.4/src/CommCalls.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CommCalls.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/comm.cc squid-3.5.1/src/comm.cc
--- squid-3.5.0.4/src/comm.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -819,7 +819,7 @@
 void
 commStartSslClose(const FdeCbParams &params)
 {
-    assert(&fd_table[params.fd].ssl);
+    assert(fd_table[params.fd].ssl != NULL);
     ssl_shutdown_method(fd_table[params.fd].ssl);
 }
 #endif
diff -u -r -N squid-3.5.0.4/src/comm.h squid-3.5.1/src/comm.h
--- squid-3.5.0.4/src/comm.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/comm.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Common.am squid-3.5.1/src/Common.am
--- squid-3.5.0.4/src/Common.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Common.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CommonPool.h squid-3.5.1/src/CommonPool.h
--- squid-3.5.0.4/src/CommonPool.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CommonPool.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CommRead.h squid-3.5.1/src/CommRead.h
--- squid-3.5.0.4/src/CommRead.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CommRead.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CompletionDispatcher.cc squid-3.5.1/src/CompletionDispatcher.cc
--- squid-3.5.0.4/src/CompletionDispatcher.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CompletionDispatcher.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CompletionDispatcher.h squid-3.5.1/src/CompletionDispatcher.h
--- squid-3.5.0.4/src/CompletionDispatcher.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CompletionDispatcher.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CompositePoolNode.h squid-3.5.1/src/CompositePoolNode.h
--- squid-3.5.0.4/src/CompositePoolNode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CompositePoolNode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ConfigOption.cc squid-3.5.1/src/ConfigOption.cc
--- squid-3.5.0.4/src/ConfigOption.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ConfigOption.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ConfigOption.h squid-3.5.1/src/ConfigOption.h
--- squid-3.5.0.4/src/ConfigOption.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ConfigOption.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ConfigParser.cc squid-3.5.1/src/ConfigParser.cc
--- squid-3.5.0.4/src/ConfigParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ConfigParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ConfigParser.h squid-3.5.1/src/ConfigParser.h
--- squid-3.5.0.4/src/ConfigParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ConfigParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinity.cc squid-3.5.1/src/CpuAffinity.cc
--- squid-3.5.0.4/src/CpuAffinity.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinity.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinity.h squid-3.5.1/src/CpuAffinity.h
--- squid-3.5.0.4/src/CpuAffinity.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinity.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinityMap.cc squid-3.5.1/src/CpuAffinityMap.cc
--- squid-3.5.0.4/src/CpuAffinityMap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinityMap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinityMap.h squid-3.5.1/src/CpuAffinityMap.h
--- squid-3.5.0.4/src/CpuAffinityMap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinityMap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinitySet.cc squid-3.5.1/src/CpuAffinitySet.cc
--- squid-3.5.0.4/src/CpuAffinitySet.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinitySet.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/CpuAffinitySet.h squid-3.5.1/src/CpuAffinitySet.h
--- squid-3.5.0.4/src/CpuAffinitySet.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/CpuAffinitySet.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/debug.cc squid-3.5.1/src/debug.cc
--- squid-3.5.0.4/src/debug.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/debug.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Debug.h squid-3.5.1/src/Debug.h
--- squid-3.5.0.4/src/Debug.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Debug.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/defines.h squid-3.5.1/src/defines.h
--- squid-3.5.0.4/src/defines.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/defines.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayBucket.cc squid-3.5.1/src/DelayBucket.cc
--- squid-3.5.0.4/src/DelayBucket.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayBucket.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayBucket.h squid-3.5.1/src/DelayBucket.h
--- squid-3.5.0.4/src/DelayBucket.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayBucket.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayConfig.cc squid-3.5.1/src/DelayConfig.cc
--- squid-3.5.0.4/src/DelayConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayConfig.h squid-3.5.1/src/DelayConfig.h
--- squid-3.5.0.4/src/DelayConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayId.cc squid-3.5.1/src/DelayId.cc
--- squid-3.5.0.4/src/DelayId.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayId.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayIdComposite.h squid-3.5.1/src/DelayIdComposite.h
--- squid-3.5.0.4/src/DelayIdComposite.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayIdComposite.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayId.h squid-3.5.1/src/DelayId.h
--- squid-3.5.0.4/src/DelayId.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayId.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayPool.cc squid-3.5.1/src/DelayPool.cc
--- squid-3.5.0.4/src/DelayPool.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayPool.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayPool.h squid-3.5.1/src/DelayPool.h
--- squid-3.5.0.4/src/DelayPool.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayPool.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/delay_pools.cc squid-3.5.1/src/delay_pools.cc
--- squid-3.5.0.4/src/delay_pools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/delay_pools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayPools.h squid-3.5.1/src/DelayPools.h
--- squid-3.5.0.4/src/DelayPools.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayPools.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelaySpec.cc squid-3.5.1/src/DelaySpec.cc
--- squid-3.5.0.4/src/DelaySpec.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelaySpec.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelaySpec.h squid-3.5.1/src/DelaySpec.h
--- squid-3.5.0.4/src/DelaySpec.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelaySpec.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayTagged.cc squid-3.5.1/src/DelayTagged.cc
--- squid-3.5.0.4/src/DelayTagged.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayTagged.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayTagged.h squid-3.5.1/src/DelayTagged.h
--- squid-3.5.0.4/src/DelayTagged.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayTagged.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayUser.cc squid-3.5.1/src/DelayUser.cc
--- squid-3.5.0.4/src/DelayUser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayUser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayUser.h squid-3.5.1/src/DelayUser.h
--- squid-3.5.0.4/src/DelayUser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayUser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayVector.cc squid-3.5.1/src/DelayVector.cc
--- squid-3.5.0.4/src/DelayVector.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayVector.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DelayVector.h squid-3.5.1/src/DelayVector.h
--- squid-3.5.0.4/src/DelayVector.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DelayVector.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DescriptorSet.cc squid-3.5.1/src/DescriptorSet.cc
--- squid-3.5.0.4/src/DescriptorSet.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DescriptorSet.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DescriptorSet.h squid-3.5.1/src/DescriptorSet.h
--- squid-3.5.0.4/src/DescriptorSet.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DescriptorSet.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/disk.cc squid-3.5.1/src/disk.cc
--- squid-3.5.0.4/src/disk.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/disk.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/disk.h squid-3.5.1/src/disk.h
--- squid-3.5.0.4/src/disk.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/disk.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskFile.cc squid-3.5.1/src/DiskIO/AIO/AIODiskFile.cc
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskFile.h squid-3.5.1/src/DiskIO/AIO/AIODiskFile.h
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOModule.cc squid-3.5.1/src/DiskIO/AIO/AIODiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOModule.h squid-3.5.1/src/DiskIO/AIO/AIODiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOStrategy.cc squid-3.5.1/src/DiskIO/AIO/AIODiskIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOStrategy.h squid-3.5.1/src/DiskIO/AIO/AIODiskIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/AIO/AIODiskIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/AIODiskIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/aio_win32.cc squid-3.5.1/src/DiskIO/AIO/aio_win32.cc
--- squid-3.5.0.4/src/DiskIO/AIO/aio_win32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/aio_win32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/aio_win32.h squid-3.5.1/src/DiskIO/AIO/aio_win32.h
--- squid-3.5.0.4/src/DiskIO/AIO/aio_win32.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/aio_win32.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/AIO/async_io.h squid-3.5.1/src/DiskIO/AIO/async_io.h
--- squid-3.5.0.4/src/DiskIO/AIO/async_io.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/AIO/async_io.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.cc squid-3.5.1/src/DiskIO/Blocking/BlockingDiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingDiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.h squid-3.5.1/src/DiskIO/Blocking/BlockingDiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingDiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingFile.cc squid-3.5.1/src/DiskIO/Blocking/BlockingFile.cc
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingFile.h squid-3.5.1/src/DiskIO/Blocking/BlockingFile.h
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingIOStrategy.cc squid-3.5.1/src/DiskIO/Blocking/BlockingIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Blocking/BlockingIOStrategy.h squid-3.5.1/src/DiskIO/Blocking/BlockingIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/Blocking/BlockingIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Blocking/BlockingIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/diomsg.h squid-3.5.1/src/DiskIO/DiskDaemon/diomsg.h
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/diomsg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/diomsg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdAction.cc squid-3.5.1/src/DiskIO/DiskDaemon/DiskdAction.cc
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdAction.h squid-3.5.1/src/DiskIO/DiskDaemon/DiskdAction.h
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc squid-3.5.1/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h squid-3.5.1/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/diskd.cc squid-3.5.1/src/DiskIO/DiskDaemon/diskd.cc
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/diskd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/diskd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdFile.cc squid-3.5.1/src/DiskIO/DiskDaemon/DiskdFile.cc
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdFile.h squid-3.5.1/src/DiskIO/DiskDaemon/DiskdFile.h
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc squid-3.5.1/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.h squid-3.5.1/src/DiskIO/DiskDaemon/DiskdIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskDaemon/DiskdIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskFile.h squid-3.5.1/src/DiskIO/DiskFile.h
--- squid-3.5.0.4/src/DiskIO/DiskFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskIOModule.cc squid-3.5.1/src/DiskIO/DiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/DiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskIOModule.h squid-3.5.1/src/DiskIO/DiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/DiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskIOStrategy.h squid-3.5.1/src/DiskIO/DiskIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/DiskIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/aiops.cc squid-3.5.1/src/DiskIO/DiskThreads/aiops.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/aiops.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/aiops.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/aiops_win32.cc squid-3.5.1/src/DiskIO/DiskThreads/aiops_win32.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/aiops_win32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/aiops_win32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/async_io.cc squid-3.5.1/src/DiskIO/DiskThreads/async_io.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/async_io.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/async_io.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/CommIO.cc squid-3.5.1/src/DiskIO/DiskThreads/CommIO.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/CommIO.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/CommIO.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/CommIO.h squid-3.5.1/src/DiskIO/DiskThreads/CommIO.h
--- squid-3.5.0.4/src/DiskIO/DiskThreads/CommIO.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/CommIO.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreads.h squid-3.5.1/src/DiskIO/DiskThreads/DiskThreads.h
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreads.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreads.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IORequestor.h squid-3.5.1/src/DiskIO/IORequestor.h
--- squid-3.5.0.4/src/DiskIO/IORequestor.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IORequestor.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc squid-3.5.1/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoDiskIOModule.h squid-3.5.1/src/DiskIO/IpcIo/IpcIoDiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoDiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoDiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoFile.cc squid-3.5.1/src/DiskIO/IpcIo/IpcIoFile.cc
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoFile.h squid-3.5.1/src/DiskIO/IpcIo/IpcIoFile.h
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoIOStrategy.cc squid-3.5.1/src/DiskIO/IpcIo/IpcIoIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoIOStrategy.h squid-3.5.1/src/DiskIO/IpcIo/IpcIoIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/IpcIo/IpcIoIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/IpcIo/IpcIoIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedDiskIOModule.cc squid-3.5.1/src/DiskIO/Mmapped/MmappedDiskIOModule.cc
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedDiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedDiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedDiskIOModule.h squid-3.5.1/src/DiskIO/Mmapped/MmappedDiskIOModule.h
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedDiskIOModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedDiskIOModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedFile.cc squid-3.5.1/src/DiskIO/Mmapped/MmappedFile.cc
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedFile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedFile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedFile.h squid-3.5.1/src/DiskIO/Mmapped/MmappedFile.h
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedFile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedFile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedIOStrategy.cc squid-3.5.1/src/DiskIO/Mmapped/MmappedIOStrategy.cc
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedIOStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedIOStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/Mmapped/MmappedIOStrategy.h squid-3.5.1/src/DiskIO/Mmapped/MmappedIOStrategy.h
--- squid-3.5.0.4/src/DiskIO/Mmapped/MmappedIOStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/Mmapped/MmappedIOStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/modules.sh squid-3.5.1/src/DiskIO/modules.sh
--- squid-3.5.0.4/src/DiskIO/modules.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/modules.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/ReadRequest.cc squid-3.5.1/src/DiskIO/ReadRequest.cc
--- squid-3.5.0.4/src/DiskIO/ReadRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/ReadRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/ReadRequest.h squid-3.5.1/src/DiskIO/ReadRequest.h
--- squid-3.5.0.4/src/DiskIO/ReadRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/ReadRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/WriteRequest.cc squid-3.5.1/src/DiskIO/WriteRequest.cc
--- squid-3.5.0.4/src/DiskIO/WriteRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/WriteRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DiskIO/WriteRequest.h squid-3.5.1/src/DiskIO/WriteRequest.h
--- squid-3.5.0.4/src/DiskIO/WriteRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DiskIO/WriteRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/dlink.cc squid-3.5.1/src/dlink.cc
--- squid-3.5.0.4/src/dlink.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/dlink.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/dlink.h squid-3.5.1/src/dlink.h
--- squid-3.5.0.4/src/dlink.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/dlink.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/dns_internal.cc squid-3.5.1/src/dns_internal.cc
--- squid-3.5.0.4/src/dns_internal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/dns_internal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DnsLookupDetails.cc squid-3.5.1/src/DnsLookupDetails.cc
--- squid-3.5.0.4/src/DnsLookupDetails.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DnsLookupDetails.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/DnsLookupDetails.h squid-3.5.1/src/DnsLookupDetails.h
--- squid-3.5.0.4/src/DnsLookupDetails.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/DnsLookupDetails.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/enums.h squid-3.5.1/src/enums.h
--- squid-3.5.0.4/src/enums.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/enums.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/err_detail_type.h squid-3.5.1/src/err_detail_type.h
--- squid-3.5.0.4/src/err_detail_type.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/err_detail_type.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/errorpage.cc squid-3.5.1/src/errorpage.cc
--- squid-3.5.0.4/src/errorpage.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/errorpage.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/errorpage.h squid-3.5.1/src/errorpage.h
--- squid-3.5.0.4/src/errorpage.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/errorpage.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/err_type.h squid-3.5.1/src/err_type.h
--- squid-3.5.0.4/src/err_type.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/err_type.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Assign.cc squid-3.5.1/src/esi/Assign.cc
--- squid-3.5.0.4/src/esi/Assign.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Assign.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Assign.h squid-3.5.1/src/esi/Assign.h
--- squid-3.5.0.4/src/esi/Assign.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Assign.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Attempt.h squid-3.5.1/src/esi/Attempt.h
--- squid-3.5.0.4/src/esi/Attempt.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Attempt.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Context.cc squid-3.5.1/src/esi/Context.cc
--- squid-3.5.0.4/src/esi/Context.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Context.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Context.h squid-3.5.1/src/esi/Context.h
--- squid-3.5.0.4/src/esi/Context.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Context.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/CustomParser.cc squid-3.5.1/src/esi/CustomParser.cc
--- squid-3.5.0.4/src/esi/CustomParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/CustomParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/CustomParser.h squid-3.5.1/src/esi/CustomParser.h
--- squid-3.5.0.4/src/esi/CustomParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/CustomParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Element.h squid-3.5.1/src/esi/Element.h
--- squid-3.5.0.4/src/esi/Element.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Element.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/ElementList.h squid-3.5.1/src/esi/ElementList.h
--- squid-3.5.0.4/src/esi/ElementList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/ElementList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Esi.cc squid-3.5.1/src/esi/Esi.cc
--- squid-3.5.0.4/src/esi/Esi.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Esi.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Esi.h squid-3.5.1/src/esi/Esi.h
--- squid-3.5.0.4/src/esi/Esi.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Esi.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Except.h squid-3.5.1/src/esi/Except.h
--- squid-3.5.0.4/src/esi/Except.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Except.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/ExpatParser.cc squid-3.5.1/src/esi/ExpatParser.cc
--- squid-3.5.0.4/src/esi/ExpatParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/ExpatParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/ExpatParser.h squid-3.5.1/src/esi/ExpatParser.h
--- squid-3.5.0.4/src/esi/ExpatParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/ExpatParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Expression.cc squid-3.5.1/src/esi/Expression.cc
--- squid-3.5.0.4/src/esi/Expression.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Expression.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Expression.h squid-3.5.1/src/esi/Expression.h
--- squid-3.5.0.4/src/esi/Expression.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Expression.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Include.cc squid-3.5.1/src/esi/Include.cc
--- squid-3.5.0.4/src/esi/Include.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Include.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Include.h squid-3.5.1/src/esi/Include.h
--- squid-3.5.0.4/src/esi/Include.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Include.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Libxml2Parser.cc squid-3.5.1/src/esi/Libxml2Parser.cc
--- squid-3.5.0.4/src/esi/Libxml2Parser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Libxml2Parser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Libxml2Parser.h squid-3.5.1/src/esi/Libxml2Parser.h
--- squid-3.5.0.4/src/esi/Libxml2Parser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Libxml2Parser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Literal.h squid-3.5.1/src/esi/Literal.h
--- squid-3.5.0.4/src/esi/Literal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Literal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Makefile.am squid-3.5.1/src/esi/Makefile.am
--- squid-3.5.0.4/src/esi/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Makefile.in squid-3.5.1/src/esi/Makefile.in
--- squid-3.5.0.4/src/esi/Makefile.in	2014-12-20 21:14:46.000000000 -0800
+++ squid-3.5.1/src/esi/Makefile.in	2015-01-13 04:53:59.000000000 -0800
@@ -108,7 +108,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -116,6 +115,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/esi/Module.cc squid-3.5.1/src/esi/Module.cc
--- squid-3.5.0.4/src/esi/Module.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Module.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Module.h squid-3.5.1/src/esi/Module.h
--- squid-3.5.0.4/src/esi/Module.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Module.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Parser.cc squid-3.5.1/src/esi/Parser.cc
--- squid-3.5.0.4/src/esi/Parser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Parser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Parser.h squid-3.5.1/src/esi/Parser.h
--- squid-3.5.0.4/src/esi/Parser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Parser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Segment.cc squid-3.5.1/src/esi/Segment.cc
--- squid-3.5.0.4/src/esi/Segment.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Segment.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Segment.h squid-3.5.1/src/esi/Segment.h
--- squid-3.5.0.4/src/esi/Segment.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Segment.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Sequence.cc squid-3.5.1/src/esi/Sequence.cc
--- squid-3.5.0.4/src/esi/Sequence.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Sequence.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Sequence.h squid-3.5.1/src/esi/Sequence.h
--- squid-3.5.0.4/src/esi/Sequence.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Sequence.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/Var.h squid-3.5.1/src/esi/Var.h
--- squid-3.5.0.4/src/esi/Var.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/Var.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/VarState.cc squid-3.5.1/src/esi/VarState.cc
--- squid-3.5.0.4/src/esi/VarState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/VarState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/esi/VarState.h squid-3.5.1/src/esi/VarState.h
--- squid-3.5.0.4/src/esi/VarState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/esi/VarState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ETag.cc squid-3.5.1/src/ETag.cc
--- squid-3.5.0.4/src/ETag.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ETag.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ETag.h squid-3.5.1/src/ETag.h
--- squid-3.5.0.4/src/ETag.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ETag.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Config.cc squid-3.5.1/src/eui/Config.cc
--- squid-3.5.0.4/src/eui/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Config.h squid-3.5.1/src/eui/Config.h
--- squid-3.5.0.4/src/eui/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Eui48.cc squid-3.5.1/src/eui/Eui48.cc
--- squid-3.5.0.4/src/eui/Eui48.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Eui48.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Eui48.h squid-3.5.1/src/eui/Eui48.h
--- squid-3.5.0.4/src/eui/Eui48.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Eui48.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Eui64.cc squid-3.5.1/src/eui/Eui64.cc
--- squid-3.5.0.4/src/eui/Eui64.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Eui64.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Eui64.h squid-3.5.1/src/eui/Eui64.h
--- squid-3.5.0.4/src/eui/Eui64.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Eui64.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Makefile.am squid-3.5.1/src/eui/Makefile.am
--- squid-3.5.0.4/src/eui/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/eui/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/eui/Makefile.in squid-3.5.1/src/eui/Makefile.in
--- squid-3.5.0.4/src/eui/Makefile.in	2014-12-20 21:14:47.000000000 -0800
+++ squid-3.5.1/src/eui/Makefile.in	2015-01-13 04:53:59.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/event.cc squid-3.5.1/src/event.cc
--- squid-3.5.0.4/src/event.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/event.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/event.h squid-3.5.1/src/event.h
--- squid-3.5.0.4/src/event.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/event.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/EventLoop.cc squid-3.5.1/src/EventLoop.cc
--- squid-3.5.0.4/src/EventLoop.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/EventLoop.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/EventLoop.h squid-3.5.1/src/EventLoop.h
--- squid-3.5.0.4/src/EventLoop.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/EventLoop.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/external_acl.cc squid-3.5.1/src/external_acl.cc
--- squid-3.5.0.4/src/external_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/external_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ExternalACLEntry.cc squid-3.5.1/src/ExternalACLEntry.cc
--- squid-3.5.0.4/src/ExternalACLEntry.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ExternalACLEntry.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ExternalACLEntry.h squid-3.5.1/src/ExternalACLEntry.h
--- squid-3.5.0.4/src/ExternalACLEntry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ExternalACLEntry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ExternalACL.h squid-3.5.1/src/ExternalACL.h
--- squid-3.5.0.4/src/ExternalACL.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ExternalACL.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/FadingCounter.cc squid-3.5.1/src/FadingCounter.cc
--- squid-3.5.0.4/src/FadingCounter.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/FadingCounter.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/FadingCounter.h squid-3.5.1/src/FadingCounter.h
--- squid-3.5.0.4/src/FadingCounter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/FadingCounter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fatal.cc squid-3.5.1/src/fatal.cc
--- squid-3.5.0.4/src/fatal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fatal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fatal.h squid-3.5.1/src/fatal.h
--- squid-3.5.0.4/src/fatal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fatal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fd.cc squid-3.5.1/src/fd.cc
--- squid-3.5.0.4/src/fd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fde.cc squid-3.5.1/src/fde.cc
--- squid-3.5.0.4/src/fde.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fde.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fde.h squid-3.5.1/src/fde.h
--- squid-3.5.0.4/src/fde.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fde.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fd.h squid-3.5.1/src/fd.h
--- squid-3.5.0.4/src/fd.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fd.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/filemap.cc squid-3.5.1/src/filemap.cc
--- squid-3.5.0.4/src/filemap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/filemap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/FileMap.h squid-3.5.1/src/FileMap.h
--- squid-3.5.0.4/src/FileMap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/FileMap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/ByteCode.h squid-3.5.1/src/format/ByteCode.h
--- squid-3.5.0.4/src/format/ByteCode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/ByteCode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Config.cc squid-3.5.1/src/format/Config.cc
--- squid-3.5.0.4/src/format/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Config.h squid-3.5.1/src/format/Config.h
--- squid-3.5.0.4/src/format/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Format.cc squid-3.5.1/src/format/Format.cc
--- squid-3.5.0.4/src/format/Format.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Format.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Format.h squid-3.5.1/src/format/Format.h
--- squid-3.5.0.4/src/format/Format.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Format.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Makefile.am squid-3.5.1/src/format/Makefile.am
--- squid-3.5.0.4/src/format/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Makefile.in squid-3.5.1/src/format/Makefile.in
--- squid-3.5.0.4/src/format/Makefile.in	2014-12-20 21:14:48.000000000 -0800
+++ squid-3.5.1/src/format/Makefile.in	2015-01-13 04:54:00.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/format/Quoting.cc squid-3.5.1/src/format/Quoting.cc
--- squid-3.5.0.4/src/format/Quoting.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Quoting.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Quoting.h squid-3.5.1/src/format/Quoting.h
--- squid-3.5.0.4/src/format/Quoting.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Quoting.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Token.cc squid-3.5.1/src/format/Token.cc
--- squid-3.5.0.4/src/format/Token.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Token.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/Token.h squid-3.5.1/src/format/Token.h
--- squid-3.5.0.4/src/format/Token.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/Token.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/format/TokenTableEntry.h squid-3.5.1/src/format/TokenTableEntry.h
--- squid-3.5.0.4/src/format/TokenTableEntry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/format/TokenTableEntry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fqdncache.cc squid-3.5.1/src/fqdncache.cc
--- squid-3.5.0.4/src/fqdncache.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fqdncache.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fqdncache.h squid-3.5.1/src/fqdncache.h
--- squid-3.5.0.4/src/fqdncache.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fqdncache.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/aufs/StoreFSaufs.cc squid-3.5.1/src/fs/aufs/StoreFSaufs.cc
--- squid-3.5.0.4/src/fs/aufs/StoreFSaufs.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/aufs/StoreFSaufs.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/diskd/StoreFSdiskd.cc squid-3.5.1/src/fs/diskd/StoreFSdiskd.cc
--- squid-3.5.0.4/src/fs/diskd/StoreFSdiskd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/diskd/StoreFSdiskd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/Makefile.am squid-3.5.1/src/fs/Makefile.am
--- squid-3.5.0.4/src/fs/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -7,6 +7,8 @@
 
 include $(top_srcdir)/src/Common.am
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la
 noinst_LTLIBRARIES =  $(STORE_LIBS_TO_BUILD) libfs.la
 
diff -u -r -N squid-3.5.0.4/src/fs/Makefile.in squid-3.5.1/src/fs/Makefile.in
--- squid-3.5.0.4/src/fs/Makefile.in	2014-12-20 21:14:49.000000000 -0800
+++ squid-3.5.1/src/fs/Makefile.in	2015-01-13 04:54:01.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -151,26 +151,28 @@
 CONFIG_CLEAN_VPATH_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libaufs_la_LIBADD =
-am_libaufs_la_OBJECTS = StoreFSaufs.lo
+am__dirstamp = $(am__leading_dot)dirstamp
+am_libaufs_la_OBJECTS = aufs/StoreFSaufs.lo
 libaufs_la_OBJECTS = $(am_libaufs_la_OBJECTS)
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
 am__v_lt_1 = 
 libdiskd_la_LIBADD =
-am_libdiskd_la_OBJECTS = StoreFSdiskd.lo
+am_libdiskd_la_OBJECTS = diskd/StoreFSdiskd.lo
 libdiskd_la_OBJECTS = $(am_libdiskd_la_OBJECTS)
 am__DEPENDENCIES_1 =
 am_libfs_la_OBJECTS = Module.lo
 libfs_la_OBJECTS = $(am_libfs_la_OBJECTS)
 librock_la_LIBADD =
-am_librock_la_OBJECTS = RockDbCell.lo RockIoState.lo RockIoRequests.lo \
-	RockRebuild.lo RockStoreFileSystem.lo RockSwapDir.lo
+am_librock_la_OBJECTS = rock/RockDbCell.lo rock/RockIoState.lo \
+	rock/RockIoRequests.lo rock/RockRebuild.lo \
+	rock/RockStoreFileSystem.lo rock/RockSwapDir.lo
 librock_la_OBJECTS = $(am_librock_la_OBJECTS)
 libufs_la_LIBADD =
-am_libufs_la_OBJECTS = StoreFSufs.lo UFSStoreState.lo UFSSwapDir.lo \
-	UFSStrategy.lo StoreSearchUFS.lo UFSSwapLogParser.lo \
-	RebuildState.lo
+am_libufs_la_OBJECTS = ufs/StoreFSufs.lo ufs/UFSStoreState.lo \
+	ufs/UFSSwapDir.lo ufs/UFSStrategy.lo ufs/StoreSearchUFS.lo \
+	ufs/UFSSwapLogParser.lo ufs/RebuildState.lo
 libufs_la_OBJECTS = $(am_libufs_la_OBJECTS)
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -694,6 +696,7 @@
 @ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
 COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
 subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+AUTOMAKE_OPTIONS = subdir-objects
 EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la
 noinst_LTLIBRARIES = $(STORE_LIBS_TO_BUILD) libfs.la
 
@@ -786,18 +789,68 @@
 	  echo rm -f $${locs}; \
 	  rm -f $${locs}; \
 	}
+aufs/$(am__dirstamp):
+	@$(MKDIR_P) aufs
+	@: > aufs/$(am__dirstamp)
+aufs/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) aufs/$(DEPDIR)
+	@: > aufs/$(DEPDIR)/$(am__dirstamp)
+aufs/StoreFSaufs.lo: aufs/$(am__dirstamp) \
+	aufs/$(DEPDIR)/$(am__dirstamp)
 
 libaufs.la: $(libaufs_la_OBJECTS) $(libaufs_la_DEPENDENCIES) $(EXTRA_libaufs_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(libaufs_la_OBJECTS) $(libaufs_la_LIBADD) $(LIBS)
+diskd/$(am__dirstamp):
+	@$(MKDIR_P) diskd
+	@: > diskd/$(am__dirstamp)
+diskd/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) diskd/$(DEPDIR)
+	@: > diskd/$(DEPDIR)/$(am__dirstamp)
+diskd/StoreFSdiskd.lo: diskd/$(am__dirstamp) \
+	diskd/$(DEPDIR)/$(am__dirstamp)
 
 libdiskd.la: $(libdiskd_la_OBJECTS) $(libdiskd_la_DEPENDENCIES) $(EXTRA_libdiskd_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(libdiskd_la_OBJECTS) $(libdiskd_la_LIBADD) $(LIBS)
 
 libfs.la: $(libfs_la_OBJECTS) $(libfs_la_DEPENDENCIES) $(EXTRA_libfs_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(libfs_la_OBJECTS) $(libfs_la_LIBADD) $(LIBS)
+rock/$(am__dirstamp):
+	@$(MKDIR_P) rock
+	@: > rock/$(am__dirstamp)
+rock/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) rock/$(DEPDIR)
+	@: > rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockDbCell.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockIoState.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockIoRequests.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockRebuild.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockStoreFileSystem.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
+rock/RockSwapDir.lo: rock/$(am__dirstamp) \
+	rock/$(DEPDIR)/$(am__dirstamp)
 
 librock.la: $(librock_la_OBJECTS) $(librock_la_DEPENDENCIES) $(EXTRA_librock_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(librock_la_OBJECTS) $(librock_la_LIBADD) $(LIBS)
+ufs/$(am__dirstamp):
+	@$(MKDIR_P) ufs
+	@: > ufs/$(am__dirstamp)
+ufs/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) ufs/$(DEPDIR)
+	@: > ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/StoreFSufs.lo: ufs/$(am__dirstamp) ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/UFSStoreState.lo: ufs/$(am__dirstamp) \
+	ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/UFSSwapDir.lo: ufs/$(am__dirstamp) ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/UFSStrategy.lo: ufs/$(am__dirstamp) ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/StoreSearchUFS.lo: ufs/$(am__dirstamp) \
+	ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/UFSSwapLogParser.lo: ufs/$(am__dirstamp) \
+	ufs/$(DEPDIR)/$(am__dirstamp)
+ufs/RebuildState.lo: ufs/$(am__dirstamp) ufs/$(DEPDIR)/$(am__dirstamp)
 
 libufs.la: $(libufs_la_OBJECTS) $(libufs_la_DEPENDENCIES) $(EXTRA_libufs_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(libufs_la_OBJECTS) $(libufs_la_LIBADD) $(LIBS)
@@ -813,158 +866,68 @@
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
+	-rm -f aufs/*.$(OBJEXT)
+	-rm -f aufs/*.lo
+	-rm -f diskd/*.$(OBJEXT)
+	-rm -f diskd/*.lo
+	-rm -f rock/*.$(OBJEXT)
+	-rm -f rock/*.lo
+	-rm -f ufs/*.$(OBJEXT)
+	-rm -f ufs/*.lo
 
 distclean-compile:
 	-rm -f *.tab.c
 
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Module.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RebuildState.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockDbCell.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockIoRequests.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockIoState.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockRebuild.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockStoreFileSystem.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RockSwapDir.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StoreFSaufs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StoreFSdiskd.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StoreFSufs.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StoreSearchUFS.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UFSStoreState.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UFSStrategy.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UFSSwapDir.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UFSSwapLogParser.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@aufs/$(DEPDIR)/StoreFSaufs.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@diskd/$(DEPDIR)/StoreFSdiskd.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockDbCell.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockIoRequests.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockIoState.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockRebuild.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockStoreFileSystem.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@rock/$(DEPDIR)/RockSwapDir.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/RebuildState.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/StoreFSufs.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/StoreSearchUFS.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/UFSStoreState.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/UFSStrategy.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/UFSSwapDir.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@ufs/$(DEPDIR)/UFSSwapLogParser.Plo@am__quote@
 
 .cc.o:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cc.obj:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cc.lo:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
-StoreFSaufs.lo: aufs/StoreFSaufs.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSaufs.lo -MD -MP -MF $(DEPDIR)/StoreFSaufs.Tpo -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/StoreFSaufs.Tpo $(DEPDIR)/StoreFSaufs.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='aufs/StoreFSaufs.cc' object='StoreFSaufs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSaufs.lo `test -f 'aufs/StoreFSaufs.cc' || echo '$(srcdir)/'`aufs/StoreFSaufs.cc
-
-StoreFSdiskd.lo: diskd/StoreFSdiskd.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSdiskd.lo -MD -MP -MF $(DEPDIR)/StoreFSdiskd.Tpo -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/StoreFSdiskd.Tpo $(DEPDIR)/StoreFSdiskd.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='diskd/StoreFSdiskd.cc' object='StoreFSdiskd.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSdiskd.lo `test -f 'diskd/StoreFSdiskd.cc' || echo '$(srcdir)/'`diskd/StoreFSdiskd.cc
-
-RockDbCell.lo: rock/RockDbCell.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockDbCell.lo -MD -MP -MF $(DEPDIR)/RockDbCell.Tpo -c -o RockDbCell.lo `test -f 'rock/RockDbCell.cc' || echo '$(srcdir)/'`rock/RockDbCell.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockDbCell.Tpo $(DEPDIR)/RockDbCell.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockDbCell.cc' object='RockDbCell.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockDbCell.lo `test -f 'rock/RockDbCell.cc' || echo '$(srcdir)/'`rock/RockDbCell.cc
-
-RockIoState.lo: rock/RockIoState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockIoState.lo -MD -MP -MF $(DEPDIR)/RockIoState.Tpo -c -o RockIoState.lo `test -f 'rock/RockIoState.cc' || echo '$(srcdir)/'`rock/RockIoState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockIoState.Tpo $(DEPDIR)/RockIoState.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockIoState.cc' object='RockIoState.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockIoState.lo `test -f 'rock/RockIoState.cc' || echo '$(srcdir)/'`rock/RockIoState.cc
-
-RockIoRequests.lo: rock/RockIoRequests.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockIoRequests.lo -MD -MP -MF $(DEPDIR)/RockIoRequests.Tpo -c -o RockIoRequests.lo `test -f 'rock/RockIoRequests.cc' || echo '$(srcdir)/'`rock/RockIoRequests.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockIoRequests.Tpo $(DEPDIR)/RockIoRequests.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockIoRequests.cc' object='RockIoRequests.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockIoRequests.lo `test -f 'rock/RockIoRequests.cc' || echo '$(srcdir)/'`rock/RockIoRequests.cc
-
-RockRebuild.lo: rock/RockRebuild.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockRebuild.lo -MD -MP -MF $(DEPDIR)/RockRebuild.Tpo -c -o RockRebuild.lo `test -f 'rock/RockRebuild.cc' || echo '$(srcdir)/'`rock/RockRebuild.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockRebuild.Tpo $(DEPDIR)/RockRebuild.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockRebuild.cc' object='RockRebuild.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockRebuild.lo `test -f 'rock/RockRebuild.cc' || echo '$(srcdir)/'`rock/RockRebuild.cc
-
-RockStoreFileSystem.lo: rock/RockStoreFileSystem.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockStoreFileSystem.lo -MD -MP -MF $(DEPDIR)/RockStoreFileSystem.Tpo -c -o RockStoreFileSystem.lo `test -f 'rock/RockStoreFileSystem.cc' || echo '$(srcdir)/'`rock/RockStoreFileSystem.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockStoreFileSystem.Tpo $(DEPDIR)/RockStoreFileSystem.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockStoreFileSystem.cc' object='RockStoreFileSystem.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockStoreFileSystem.lo `test -f 'rock/RockStoreFileSystem.cc' || echo '$(srcdir)/'`rock/RockStoreFileSystem.cc
-
-RockSwapDir.lo: rock/RockSwapDir.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RockSwapDir.lo -MD -MP -MF $(DEPDIR)/RockSwapDir.Tpo -c -o RockSwapDir.lo `test -f 'rock/RockSwapDir.cc' || echo '$(srcdir)/'`rock/RockSwapDir.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RockSwapDir.Tpo $(DEPDIR)/RockSwapDir.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='rock/RockSwapDir.cc' object='RockSwapDir.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RockSwapDir.lo `test -f 'rock/RockSwapDir.cc' || echo '$(srcdir)/'`rock/RockSwapDir.cc
-
-StoreFSufs.lo: ufs/StoreFSufs.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreFSufs.lo -MD -MP -MF $(DEPDIR)/StoreFSufs.Tpo -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/StoreFSufs.Tpo $(DEPDIR)/StoreFSufs.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/StoreFSufs.cc' object='StoreFSufs.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreFSufs.lo `test -f 'ufs/StoreFSufs.cc' || echo '$(srcdir)/'`ufs/StoreFSufs.cc
-
-UFSStoreState.lo: ufs/UFSStoreState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UFSStoreState.lo -MD -MP -MF $(DEPDIR)/UFSStoreState.Tpo -c -o UFSStoreState.lo `test -f 'ufs/UFSStoreState.cc' || echo '$(srcdir)/'`ufs/UFSStoreState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/UFSStoreState.Tpo $(DEPDIR)/UFSStoreState.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/UFSStoreState.cc' object='UFSStoreState.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UFSStoreState.lo `test -f 'ufs/UFSStoreState.cc' || echo '$(srcdir)/'`ufs/UFSStoreState.cc
-
-UFSSwapDir.lo: ufs/UFSSwapDir.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UFSSwapDir.lo -MD -MP -MF $(DEPDIR)/UFSSwapDir.Tpo -c -o UFSSwapDir.lo `test -f 'ufs/UFSSwapDir.cc' || echo '$(srcdir)/'`ufs/UFSSwapDir.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/UFSSwapDir.Tpo $(DEPDIR)/UFSSwapDir.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/UFSSwapDir.cc' object='UFSSwapDir.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UFSSwapDir.lo `test -f 'ufs/UFSSwapDir.cc' || echo '$(srcdir)/'`ufs/UFSSwapDir.cc
-
-UFSStrategy.lo: ufs/UFSStrategy.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UFSStrategy.lo -MD -MP -MF $(DEPDIR)/UFSStrategy.Tpo -c -o UFSStrategy.lo `test -f 'ufs/UFSStrategy.cc' || echo '$(srcdir)/'`ufs/UFSStrategy.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/UFSStrategy.Tpo $(DEPDIR)/UFSStrategy.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/UFSStrategy.cc' object='UFSStrategy.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UFSStrategy.lo `test -f 'ufs/UFSStrategy.cc' || echo '$(srcdir)/'`ufs/UFSStrategy.cc
-
-StoreSearchUFS.lo: ufs/StoreSearchUFS.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StoreSearchUFS.lo -MD -MP -MF $(DEPDIR)/StoreSearchUFS.Tpo -c -o StoreSearchUFS.lo `test -f 'ufs/StoreSearchUFS.cc' || echo '$(srcdir)/'`ufs/StoreSearchUFS.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/StoreSearchUFS.Tpo $(DEPDIR)/StoreSearchUFS.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/StoreSearchUFS.cc' object='StoreSearchUFS.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StoreSearchUFS.lo `test -f 'ufs/StoreSearchUFS.cc' || echo '$(srcdir)/'`ufs/StoreSearchUFS.cc
-
-UFSSwapLogParser.lo: ufs/UFSSwapLogParser.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT UFSSwapLogParser.lo -MD -MP -MF $(DEPDIR)/UFSSwapLogParser.Tpo -c -o UFSSwapLogParser.lo `test -f 'ufs/UFSSwapLogParser.cc' || echo '$(srcdir)/'`ufs/UFSSwapLogParser.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/UFSSwapLogParser.Tpo $(DEPDIR)/UFSSwapLogParser.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/UFSSwapLogParser.cc' object='UFSSwapLogParser.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o UFSSwapLogParser.lo `test -f 'ufs/UFSSwapLogParser.cc' || echo '$(srcdir)/'`ufs/UFSSwapLogParser.cc
-
-RebuildState.lo: ufs/RebuildState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RebuildState.lo -MD -MP -MF $(DEPDIR)/RebuildState.Tpo -c -o RebuildState.lo `test -f 'ufs/RebuildState.cc' || echo '$(srcdir)/'`ufs/RebuildState.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/RebuildState.Tpo $(DEPDIR)/RebuildState.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ufs/RebuildState.cc' object='RebuildState.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RebuildState.lo `test -f 'ufs/RebuildState.cc' || echo '$(srcdir)/'`ufs/RebuildState.cc
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
 clean-libtool:
 	-rm -rf .libs _libs
+	-rm -rf aufs/.libs aufs/_libs
+	-rm -rf diskd/.libs diskd/_libs
+	-rm -rf rock/.libs rock/_libs
+	-rm -rf ufs/.libs ufs/_libs
 
 ID: $(am__tagged_files)
 	$(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -1247,6 +1210,14 @@
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+	-rm -f aufs/$(DEPDIR)/$(am__dirstamp)
+	-rm -f aufs/$(am__dirstamp)
+	-rm -f diskd/$(DEPDIR)/$(am__dirstamp)
+	-rm -f diskd/$(am__dirstamp)
+	-rm -f rock/$(DEPDIR)/$(am__dirstamp)
+	-rm -f rock/$(am__dirstamp)
+	-rm -f ufs/$(DEPDIR)/$(am__dirstamp)
+	-rm -f ufs/$(am__dirstamp)
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
@@ -1257,7 +1228,7 @@
 	clean-noinstLTLIBRARIES mostlyclean-am
 
 distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) aufs/$(DEPDIR) diskd/$(DEPDIR) rock/$(DEPDIR) ufs/$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -1303,7 +1274,7 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) aufs/$(DEPDIR) diskd/$(DEPDIR) rock/$(DEPDIR) ufs/$(DEPDIR)
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
diff -u -r -N squid-3.5.0.4/src/fs/Module.cc squid-3.5.1/src/fs/Module.cc
--- squid-3.5.0.4/src/fs/Module.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/Module.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/Module.h squid-3.5.1/src/fs/Module.h
--- squid-3.5.0.4/src/fs/Module.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/Module.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockDbCell.cc squid-3.5.1/src/fs/rock/RockDbCell.cc
--- squid-3.5.0.4/src/fs/rock/RockDbCell.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockDbCell.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockDbCell.h squid-3.5.1/src/fs/rock/RockDbCell.h
--- squid-3.5.0.4/src/fs/rock/RockDbCell.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockDbCell.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockForward.h squid-3.5.1/src/fs/rock/RockForward.h
--- squid-3.5.0.4/src/fs/rock/RockForward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockForward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockIoRequests.cc squid-3.5.1/src/fs/rock/RockIoRequests.cc
--- squid-3.5.0.4/src/fs/rock/RockIoRequests.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockIoRequests.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockIoRequests.h squid-3.5.1/src/fs/rock/RockIoRequests.h
--- squid-3.5.0.4/src/fs/rock/RockIoRequests.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockIoRequests.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockIoState.cc squid-3.5.1/src/fs/rock/RockIoState.cc
--- squid-3.5.0.4/src/fs/rock/RockIoState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockIoState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockIoState.h squid-3.5.1/src/fs/rock/RockIoState.h
--- squid-3.5.0.4/src/fs/rock/RockIoState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockIoState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockRebuild.cc squid-3.5.1/src/fs/rock/RockRebuild.cc
--- squid-3.5.0.4/src/fs/rock/RockRebuild.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockRebuild.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockRebuild.h squid-3.5.1/src/fs/rock/RockRebuild.h
--- squid-3.5.0.4/src/fs/rock/RockRebuild.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockRebuild.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockStoreFileSystem.cc squid-3.5.1/src/fs/rock/RockStoreFileSystem.cc
--- squid-3.5.0.4/src/fs/rock/RockStoreFileSystem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockStoreFileSystem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockStoreFileSystem.h squid-3.5.1/src/fs/rock/RockStoreFileSystem.h
--- squid-3.5.0.4/src/fs/rock/RockStoreFileSystem.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockStoreFileSystem.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockSwapDir.cc squid-3.5.1/src/fs/rock/RockSwapDir.cc
--- squid-3.5.0.4/src/fs/rock/RockSwapDir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockSwapDir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/rock/RockSwapDir.h squid-3.5.1/src/fs/rock/RockSwapDir.h
--- squid-3.5.0.4/src/fs/rock/RockSwapDir.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/rock/RockSwapDir.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/RebuildState.cc squid-3.5.1/src/fs/ufs/RebuildState.cc
--- squid-3.5.0.4/src/fs/ufs/RebuildState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/RebuildState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/RebuildState.h squid-3.5.1/src/fs/ufs/RebuildState.h
--- squid-3.5.0.4/src/fs/ufs/RebuildState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/RebuildState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/StoreFSufs.cc squid-3.5.1/src/fs/ufs/StoreFSufs.cc
--- squid-3.5.0.4/src/fs/ufs/StoreFSufs.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/StoreFSufs.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/StoreFSufs.h squid-3.5.1/src/fs/ufs/StoreFSufs.h
--- squid-3.5.0.4/src/fs/ufs/StoreFSufs.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/StoreFSufs.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/StoreSearchUFS.cc squid-3.5.1/src/fs/ufs/StoreSearchUFS.cc
--- squid-3.5.0.4/src/fs/ufs/StoreSearchUFS.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/StoreSearchUFS.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/StoreSearchUFS.h squid-3.5.1/src/fs/ufs/StoreSearchUFS.h
--- squid-3.5.0.4/src/fs/ufs/StoreSearchUFS.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/StoreSearchUFS.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSStoreState.cc squid-3.5.1/src/fs/ufs/UFSStoreState.cc
--- squid-3.5.0.4/src/fs/ufs/UFSStoreState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSStoreState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSStoreState.h squid-3.5.1/src/fs/ufs/UFSStoreState.h
--- squid-3.5.0.4/src/fs/ufs/UFSStoreState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSStoreState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSStrategy.cc squid-3.5.1/src/fs/ufs/UFSStrategy.cc
--- squid-3.5.0.4/src/fs/ufs/UFSStrategy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSStrategy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSStrategy.h squid-3.5.1/src/fs/ufs/UFSStrategy.h
--- squid-3.5.0.4/src/fs/ufs/UFSStrategy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSStrategy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSSwapDir.cc squid-3.5.1/src/fs/ufs/UFSSwapDir.cc
--- squid-3.5.0.4/src/fs/ufs/UFSSwapDir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSSwapDir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSSwapDir.h squid-3.5.1/src/fs/ufs/UFSSwapDir.h
--- squid-3.5.0.4/src/fs/ufs/UFSSwapDir.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSSwapDir.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSSwapLogParser.cc squid-3.5.1/src/fs/ufs/UFSSwapLogParser.cc
--- squid-3.5.0.4/src/fs/ufs/UFSSwapLogParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSSwapLogParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/fs/ufs/UFSSwapLogParser.h squid-3.5.1/src/fs/ufs/UFSSwapLogParser.h
--- squid-3.5.0.4/src/fs/ufs/UFSSwapLogParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/fs/ufs/UFSSwapLogParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ftp/Elements.cc squid-3.5.1/src/ftp/Elements.cc
--- squid-3.5.0.4/src/ftp/Elements.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ftp/Elements.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ftp/Elements.h squid-3.5.1/src/ftp/Elements.h
--- squid-3.5.0.4/src/ftp/Elements.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ftp/Elements.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ftp/Makefile.am squid-3.5.1/src/ftp/Makefile.am
--- squid-3.5.0.4/src/ftp/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ftp/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ftp/Makefile.in squid-3.5.1/src/ftp/Makefile.in
--- squid-3.5.0.4/src/ftp/Makefile.in	2014-12-20 21:14:51.000000000 -0800
+++ squid-3.5.1/src/ftp/Makefile.in	2015-01-13 04:54:02.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/ftp/Parsing.cc squid-3.5.1/src/ftp/Parsing.cc
--- squid-3.5.0.4/src/ftp/Parsing.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ftp/Parsing.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ftp/Parsing.h squid-3.5.1/src/ftp/Parsing.h
--- squid-3.5.0.4/src/ftp/Parsing.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ftp/Parsing.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/FwdState.cc squid-3.5.1/src/FwdState.cc
--- squid-3.5.0.4/src/FwdState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/FwdState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/FwdState.h squid-3.5.1/src/FwdState.h
--- squid-3.5.0.4/src/FwdState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/FwdState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Generic.h squid-3.5.1/src/Generic.h
--- squid-3.5.0.4/src/Generic.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Generic.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/globals.h squid-3.5.1/src/globals.h
--- squid-3.5.0.4/src/globals.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/globals.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/gopher.cc squid-3.5.1/src/gopher.cc
--- squid-3.5.0.4/src/gopher.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/gopher.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/gopher.h squid-3.5.1/src/gopher.h
--- squid-3.5.0.4/src/gopher.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/gopher.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/ChildConfig.cc squid-3.5.1/src/helper/ChildConfig.cc
--- squid-3.5.0.4/src/helper/ChildConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/ChildConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/ChildConfig.h squid-3.5.1/src/helper/ChildConfig.h
--- squid-3.5.0.4/src/helper/ChildConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/ChildConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/forward.h squid-3.5.1/src/helper/forward.h
--- squid-3.5.0.4/src/helper/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/Makefile.am squid-3.5.1/src/helper/Makefile.am
--- squid-3.5.0.4/src/helper/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/Makefile.in squid-3.5.1/src/helper/Makefile.in
--- squid-3.5.0.4/src/helper/Makefile.in	2014-12-20 21:14:52.000000000 -0800
+++ squid-3.5.1/src/helper/Makefile.in	2015-01-13 04:54:02.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/helper/Reply.cc squid-3.5.1/src/helper/Reply.cc
--- squid-3.5.0.4/src/helper/Reply.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/Reply.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/Reply.h squid-3.5.1/src/helper/Reply.h
--- squid-3.5.0.4/src/helper/Reply.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/Reply.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/Request.h squid-3.5.1/src/helper/Request.h
--- squid-3.5.0.4/src/helper/Request.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/Request.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper/ResultCode.h squid-3.5.1/src/helper/ResultCode.h
--- squid-3.5.0.4/src/helper/ResultCode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper/ResultCode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper.cc squid-3.5.1/src/helper.cc
--- squid-3.5.0.4/src/helper.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/helper.h squid-3.5.1/src/helper.h
--- squid-3.5.0.4/src/helper.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/helper.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HierarchyLogEntry.h squid-3.5.1/src/HierarchyLogEntry.h
--- squid-3.5.0.4/src/HierarchyLogEntry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HierarchyLogEntry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/hier_code.h squid-3.5.1/src/hier_code.h
--- squid-3.5.0.4/src/hier_code.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/hier_code.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/htcp.cc squid-3.5.1/src/htcp.cc
--- squid-3.5.0.4/src/htcp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/htcp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/htcp.h squid-3.5.1/src/htcp.h
--- squid-3.5.0.4/src/htcp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/htcp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/Makefile.am squid-3.5.1/src/http/Makefile.am
--- squid-3.5.0.4/src/http/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/Makefile.in squid-3.5.1/src/http/Makefile.in
--- squid-3.5.0.4/src/http/Makefile.in	2014-12-20 21:14:53.000000000 -0800
+++ squid-3.5.1/src/http/Makefile.in	2015-01-13 04:54:03.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/http/MethodType.h squid-3.5.1/src/http/MethodType.h
--- squid-3.5.0.4/src/http/MethodType.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/MethodType.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/ProtocolVersion.h squid-3.5.1/src/http/ProtocolVersion.h
--- squid-3.5.0.4/src/http/ProtocolVersion.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/ProtocolVersion.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/StatusCode.cc squid-3.5.1/src/http/StatusCode.cc
--- squid-3.5.0.4/src/http/StatusCode.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/StatusCode.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/StatusCode.h squid-3.5.1/src/http/StatusCode.h
--- squid-3.5.0.4/src/http/StatusCode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/StatusCode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/StatusLine.cc squid-3.5.1/src/http/StatusLine.cc
--- squid-3.5.0.4/src/http/StatusLine.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/StatusLine.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http/StatusLine.h squid-3.5.1/src/http/StatusLine.h
--- squid-3.5.0.4/src/http/StatusLine.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http/StatusLine.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpBody.cc squid-3.5.1/src/HttpBody.cc
--- squid-3.5.0.4/src/HttpBody.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpBody.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpBody.h squid-3.5.1/src/HttpBody.h
--- squid-3.5.0.4/src/HttpBody.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpBody.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http.cc squid-3.5.1/src/http.cc
--- squid-3.5.0.4/src/http.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpControlMsg.h squid-3.5.1/src/HttpControlMsg.h
--- squid-3.5.0.4/src/HttpControlMsg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpControlMsg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/http.h squid-3.5.1/src/http.h
--- squid-3.5.0.4/src/http.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/http.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrCc.cc squid-3.5.1/src/HttpHdrCc.cc
--- squid-3.5.0.4/src/HttpHdrCc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrCc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrCc.cci squid-3.5.1/src/HttpHdrCc.cci
--- squid-3.5.0.4/src/HttpHdrCc.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrCc.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrCc.h squid-3.5.1/src/HttpHdrCc.h
--- squid-3.5.0.4/src/HttpHdrCc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrCc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrContRange.cc squid-3.5.1/src/HttpHdrContRange.cc
--- squid-3.5.0.4/src/HttpHdrContRange.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrContRange.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrContRange.h squid-3.5.1/src/HttpHdrContRange.h
--- squid-3.5.0.4/src/HttpHdrContRange.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrContRange.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrRange.cc squid-3.5.1/src/HttpHdrRange.cc
--- squid-3.5.0.4/src/HttpHdrRange.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrRange.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrSc.cc squid-3.5.1/src/HttpHdrSc.cc
--- squid-3.5.0.4/src/HttpHdrSc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrSc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrSc.h squid-3.5.1/src/HttpHdrSc.h
--- squid-3.5.0.4/src/HttpHdrSc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrSc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrScTarget.cc squid-3.5.1/src/HttpHdrScTarget.cc
--- squid-3.5.0.4/src/HttpHdrScTarget.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrScTarget.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHdrScTarget.h squid-3.5.1/src/HttpHdrScTarget.h
--- squid-3.5.0.4/src/HttpHdrScTarget.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHdrScTarget.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeader.cc squid-3.5.1/src/HttpHeader.cc
--- squid-3.5.0.4/src/HttpHeader.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeader.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderFieldInfo.h squid-3.5.1/src/HttpHeaderFieldInfo.h
--- squid-3.5.0.4/src/HttpHeaderFieldInfo.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderFieldInfo.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderFieldStat.h squid-3.5.1/src/HttpHeaderFieldStat.h
--- squid-3.5.0.4/src/HttpHeaderFieldStat.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderFieldStat.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeader.h squid-3.5.1/src/HttpHeader.h
--- squid-3.5.0.4/src/HttpHeader.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeader.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderMask.h squid-3.5.1/src/HttpHeaderMask.h
--- squid-3.5.0.4/src/HttpHeaderMask.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderMask.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderRange.h squid-3.5.1/src/HttpHeaderRange.h
--- squid-3.5.0.4/src/HttpHeaderRange.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderRange.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderStat.h squid-3.5.1/src/HttpHeaderStat.h
--- squid-3.5.0.4/src/HttpHeaderStat.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderStat.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderTools.cc squid-3.5.1/src/HttpHeaderTools.cc
--- squid-3.5.0.4/src/HttpHeaderTools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderTools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpHeaderTools.h squid-3.5.1/src/HttpHeaderTools.h
--- squid-3.5.0.4/src/HttpHeaderTools.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpHeaderTools.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpMsg.cc squid-3.5.1/src/HttpMsg.cc
--- squid-3.5.0.4/src/HttpMsg.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpMsg.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpMsg.h squid-3.5.1/src/HttpMsg.h
--- squid-3.5.0.4/src/HttpMsg.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpMsg.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpParser.cc squid-3.5.1/src/HttpParser.cc
--- squid-3.5.0.4/src/HttpParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpParser.h squid-3.5.1/src/HttpParser.h
--- squid-3.5.0.4/src/HttpParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpReply.cc squid-3.5.1/src/HttpReply.cc
--- squid-3.5.0.4/src/HttpReply.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpReply.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpReply.h squid-3.5.1/src/HttpReply.h
--- squid-3.5.0.4/src/HttpReply.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpReply.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpRequest.cc squid-3.5.1/src/HttpRequest.cc
--- squid-3.5.0.4/src/HttpRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpRequest.h squid-3.5.1/src/HttpRequest.h
--- squid-3.5.0.4/src/HttpRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpRequestMethod.cc squid-3.5.1/src/HttpRequestMethod.cc
--- squid-3.5.0.4/src/HttpRequestMethod.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpRequestMethod.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpRequestMethod.h squid-3.5.1/src/HttpRequestMethod.h
--- squid-3.5.0.4/src/HttpRequestMethod.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpRequestMethod.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/HttpStateFlags.h squid-3.5.1/src/HttpStateFlags.h
--- squid-3.5.0.4/src/HttpStateFlags.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/HttpStateFlags.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp4.cc squid-3.5.1/src/icmp/Icmp4.cc
--- squid-3.5.0.4/src/icmp/Icmp4.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp4.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp4.h squid-3.5.1/src/icmp/Icmp4.h
--- squid-3.5.0.4/src/icmp/Icmp4.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp4.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp6.cc squid-3.5.1/src/icmp/Icmp6.cc
--- squid-3.5.0.4/src/icmp/Icmp6.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp6.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp6.h squid-3.5.1/src/icmp/Icmp6.h
--- squid-3.5.0.4/src/icmp/Icmp6.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp6.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp.cc squid-3.5.1/src/icmp/Icmp.cc
--- squid-3.5.0.4/src/icmp/Icmp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/IcmpConfig.h squid-3.5.1/src/icmp/IcmpConfig.h
--- squid-3.5.0.4/src/icmp/IcmpConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/IcmpConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Icmp.h squid-3.5.1/src/icmp/Icmp.h
--- squid-3.5.0.4/src/icmp/Icmp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Icmp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/IcmpPinger.cc squid-3.5.1/src/icmp/IcmpPinger.cc
--- squid-3.5.0.4/src/icmp/IcmpPinger.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/IcmpPinger.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/IcmpPinger.h squid-3.5.1/src/icmp/IcmpPinger.h
--- squid-3.5.0.4/src/icmp/IcmpPinger.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/IcmpPinger.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/IcmpSquid.cc squid-3.5.1/src/icmp/IcmpSquid.cc
--- squid-3.5.0.4/src/icmp/IcmpSquid.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/IcmpSquid.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/IcmpSquid.h squid-3.5.1/src/icmp/IcmpSquid.h
--- squid-3.5.0.4/src/icmp/IcmpSquid.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/IcmpSquid.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/Makefile.am squid-3.5.1/src/icmp/Makefile.am
--- squid-3.5.0.4/src/icmp/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -109,7 +109,6 @@
 	testIcmp.h \
 	testIcmp.cc
 nodist_testIcmp_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/SquidTime.h \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/time.cc \
diff -u -r -N squid-3.5.0.4/src/icmp/Makefile.in squid-3.5.1/src/icmp/Makefile.in
--- squid-3.5.0.4/src/icmp/Makefile.in	2014-12-20 21:14:54.000000000 -0800
+++ squid-3.5.1/src/icmp/Makefile.in	2015-01-13 04:54:04.000000000 -0800
@@ -104,7 +104,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -112,6 +111,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -184,8 +184,8 @@
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 	$(CXXFLAGS) $(pinger_LDFLAGS) $(LDFLAGS) -o $@
 am_testIcmp_OBJECTS = testIcmp.$(OBJEXT)
-nodist_testIcmp_OBJECTS = testMain.$(OBJEXT) stub_debug.$(OBJEXT) \
-	time.$(OBJEXT) test_tools.$(OBJEXT) globals.$(OBJEXT)
+nodist_testIcmp_OBJECTS = stub_debug.$(OBJEXT) time.$(OBJEXT) \
+	test_tools.$(OBJEXT) globals.$(OBJEXT)
 testIcmp_OBJECTS = $(am_testIcmp_OBJECTS) $(nodist_testIcmp_OBJECTS)
 testIcmp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
@@ -787,7 +787,6 @@
 	testIcmp.cc
 
 nodist_testIcmp_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/SquidTime.h \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/time.cc \
@@ -944,7 +943,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_HelperChildConfig.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_debug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testIcmp.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_tools.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
 
@@ -1053,20 +1051,6 @@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stub_HelperChildConfig.obj `if test -f '$(top_srcdir)/src/tests/stub_HelperChildConfig.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/stub_HelperChildConfig.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/stub_HelperChildConfig.cc'; fi`
 
-testMain.o: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-
-testMain.obj: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-
 stub_debug.o: $(top_srcdir)/src/tests/stub_debug.cc
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stub_debug.o -MD -MP -MF $(DEPDIR)/stub_debug.Tpo -c -o stub_debug.o `test -f '$(top_srcdir)/src/tests/stub_debug.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/stub_debug.cc
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stub_debug.Tpo $(DEPDIR)/stub_debug.Po
diff -u -r -N squid-3.5.0.4/src/icmp/net_db.cc squid-3.5.1/src/icmp/net_db.cc
--- squid-3.5.0.4/src/icmp/net_db.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/net_db.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/net_db.h squid-3.5.1/src/icmp/net_db.h
--- squid-3.5.0.4/src/icmp/net_db.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/net_db.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/pinger.cc squid-3.5.1/src/icmp/pinger.cc
--- squid-3.5.0.4/src/icmp/pinger.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/pinger.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icmp/testIcmp.cc squid-3.5.1/src/icmp/testIcmp.cc
--- squid-3.5.0.4/src/icmp/testIcmp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/testIcmp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -13,6 +13,7 @@
 #include <cppunit/TestAssert.h>
 
 #include "testIcmp.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testIcmp );
 
diff -u -r -N squid-3.5.0.4/src/icmp/testIcmp.h squid-3.5.1/src/icmp/testIcmp.h
--- squid-3.5.0.4/src/icmp/testIcmp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icmp/testIcmp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ICP.h squid-3.5.1/src/ICP.h
--- squid-3.5.0.4/src/ICP.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ICP.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icp_opcode.h squid-3.5.1/src/icp_opcode.h
--- squid-3.5.0.4/src/icp_opcode.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icp_opcode.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icp_v2.cc squid-3.5.1/src/icp_v2.cc
--- squid-3.5.0.4/src/icp_v2.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icp_v2.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/icp_v3.cc squid-3.5.1/src/icp_v3.cc
--- squid-3.5.0.4/src/icp_v3.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/icp_v3.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/AclIdent.cc squid-3.5.1/src/ident/AclIdent.cc
--- squid-3.5.0.4/src/ident/AclIdent.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/AclIdent.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/AclIdent.h squid-3.5.1/src/ident/AclIdent.h
--- squid-3.5.0.4/src/ident/AclIdent.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/AclIdent.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/Config.h squid-3.5.1/src/ident/Config.h
--- squid-3.5.0.4/src/ident/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/Ident.cc squid-3.5.1/src/ident/Ident.cc
--- squid-3.5.0.4/src/ident/Ident.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/Ident.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/Ident.h squid-3.5.1/src/ident/Ident.h
--- squid-3.5.0.4/src/ident/Ident.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/Ident.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/Makefile.am squid-3.5.1/src/ident/Makefile.am
--- squid-3.5.0.4/src/ident/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ident/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ident/Makefile.in squid-3.5.1/src/ident/Makefile.in
--- squid-3.5.0.4/src/ident/Makefile.in	2014-12-20 21:14:55.000000000 -0800
+++ squid-3.5.1/src/ident/Makefile.in	2015-01-13 04:54:05.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/int.cc squid-3.5.1/src/int.cc
--- squid-3.5.0.4/src/int.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/int.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/internal.cc squid-3.5.1/src/internal.cc
--- squid-3.5.0.4/src/internal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/internal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/internal.h squid-3.5.1/src/internal.h
--- squid-3.5.0.4/src/internal.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/internal.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/int.h squid-3.5.1/src/int.h
--- squid-3.5.0.4/src/int.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/int.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/IoStats.h squid-3.5.1/src/IoStats.h
--- squid-3.5.0.4/src/IoStats.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/IoStats.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/Address.cc squid-3.5.1/src/ip/Address.cc
--- squid-3.5.0.4/src/ip/Address.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Address.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,8 +9,6 @@
 /* DEBUG: section 14    IP Storage and Handling */
 
 #include "squid.h"
-#include "compat/getaddrinfo.h"
-#include "compat/inet_ntop.h"
 #include "Debug.h"
 #include "ip/Address.h"
 #include "ip/tools.h"
@@ -395,6 +393,20 @@
         return false;
     }
 
+    struct addrinfo *resHead = res; // we need to free the whole list later
+    if (!Ip::EnableIpv6) {
+        // if we are IPv6-disabled, use first-IPv4 instead of first-IP.
+        struct addrinfo *maybeIpv4 = res;
+        while (maybeIpv4) {
+            if (maybeIpv4->ai_family == AF_INET)
+                break;
+            maybeIpv4 = maybeIpv4->ai_next;
+        }
+        if (maybeIpv4 != NULL)
+            res = maybeIpv4;
+        // else IPv6-only host, let the caller deal with first-IP anyway.
+    }
+
     /*
      *  NP: =(sockaddr_*) may alter the port. we don't want that.
      *      all we have been given as input was an IPA.
@@ -404,7 +416,7 @@
     port(portSaved);
 
     /* free the memory getaddrinfo() dynamically allocated. */
-    freeaddrinfo(res);
+    freeaddrinfo(resHead);
     return true;
 }
 
diff -u -r -N squid-3.5.0.4/src/ip/Address.h squid-3.5.1/src/ip/Address.h
--- squid-3.5.0.4/src/ip/Address.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Address.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/forward.h squid-3.5.1/src/ip/forward.h
--- squid-3.5.0.4/src/ip/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/Intercept.cc squid-3.5.1/src/ip/Intercept.cc
--- squid-3.5.0.4/src/ip/Intercept.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Intercept.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,9 @@
 
 /* DEBUG: section 89    NAT / IP Interception */
 
+// Enable hack to workaround Solaris 10 IPFilter breakage
+#define BUILDING_SQUID_IP_INTERCEPT_CC 1
+
 #include "squid.h"
 #include "comm/Connection.h"
 #include "fde.h"
@@ -18,9 +21,19 @@
 
 #if IPF_TRANSPARENT
 
+#if !defined(IPFILTER_VERSION)
+#define IPFILTER_VERSION        5000004
+#endif
+
+#if HAVE_SYS_IOCCOM_H
+#include <sys/ioccom.h>
+#endif
 #if HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
+#if HAVE_NETINET_IP6_H
+#include <netinet/ip6.h>
+#endif
 #if HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>
 #endif
@@ -32,6 +45,9 @@
 #elif HAVE_NETINET_IPL_H
 #include <netinet/ipl.h>
 #endif
+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK
+#undef minor_t
+#endif
 #if HAVE_IP_FIL_COMPAT_H
 #include <ip_fil_compat.h>
 #elif HAVE_NETINET_IP_FIL_COMPAT_H
diff -u -r -N squid-3.5.0.4/src/ip/Intercept.h squid-3.5.1/src/ip/Intercept.h
--- squid-3.5.0.4/src/ip/Intercept.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Intercept.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/Makefile.am squid-3.5.1/src/ip/Makefile.am
--- squid-3.5.0.4/src/ip/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -31,8 +31,7 @@
 	testAddress.h
 nodist_testIpAddress_SOURCES= \
 	$(top_srcdir)/src/tests/stub_debug.cc \
-	$(top_srcdir)/src/tests/stub_tools.cc \
-	$(top_srcdir)/src/tests/testMain.cc
+	$(top_srcdir)/src/tests/stub_tools.cc
 testIpAddress_LDADD= \
 	libip.la \
 	../base/libbase.la \
diff -u -r -N squid-3.5.0.4/src/ip/Makefile.in squid-3.5.1/src/ip/Makefile.in
--- squid-3.5.0.4/src/ip/Makefile.in	2014-12-20 21:14:56.000000000 -0800
+++ squid-3.5.1/src/ip/Makefile.in	2015-01-13 04:54:06.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -161,7 +161,7 @@
 am__v_lt_1 = 
 am_testIpAddress_OBJECTS = testAddress.$(OBJEXT)
 nodist_testIpAddress_OBJECTS = stub_debug.$(OBJEXT) \
-	stub_tools.$(OBJEXT) testMain.$(OBJEXT)
+	stub_tools.$(OBJEXT)
 testIpAddress_OBJECTS = $(am_testIpAddress_OBJECTS) \
 	$(nodist_testIpAddress_OBJECTS)
 am__DEPENDENCIES_1 =
@@ -714,8 +714,7 @@
 
 nodist_testIpAddress_SOURCES = \
 	$(top_srcdir)/src/tests/stub_debug.cc \
-	$(top_srcdir)/src/tests/stub_tools.cc \
-	$(top_srcdir)/src/tests/testMain.cc
+	$(top_srcdir)/src/tests/stub_tools.cc
 
 testIpAddress_LDADD = \
 	libip.la \
@@ -801,7 +800,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_debug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_tools.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testAddress.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Plo@am__quote@
 
 .cc.o:
@@ -853,20 +851,6 @@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o stub_tools.obj `if test -f '$(top_srcdir)/src/tests/stub_tools.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/stub_tools.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/stub_tools.cc'; fi`
 
-testMain.o: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-
-testMain.obj: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
diff -u -r -N squid-3.5.0.4/src/ip/Qos.cci squid-3.5.1/src/ip/Qos.cci
--- squid-3.5.0.4/src/ip/Qos.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/Qos.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/QosConfig.cc squid-3.5.1/src/ip/QosConfig.cc
--- squid-3.5.0.4/src/ip/QosConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/QosConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/QosConfig.h squid-3.5.1/src/ip/QosConfig.h
--- squid-3.5.0.4/src/ip/QosConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/QosConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/testAddress.cc squid-3.5.1/src/ip/testAddress.cc
--- squid-3.5.0.4/src/ip/testAddress.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/testAddress.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,6 +10,7 @@
 #include "ip/Address.h"
 #include "ip/tools.h"
 #include "testAddress.h"
+#include "unitTestMain.h"
 
 #include <cstring>
 #include <stdexcept>
diff -u -r -N squid-3.5.0.4/src/ip/testAddress.h squid-3.5.1/src/ip/testAddress.h
--- squid-3.5.0.4/src/ip/testAddress.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/testAddress.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/tools.cc squid-3.5.1/src/ip/tools.cc
--- squid-3.5.0.4/src/ip/tools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/tools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ip/tools.h squid-3.5.1/src/ip/tools.h
--- squid-3.5.0.4/src/ip/tools.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ip/tools.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/AtomicWord.cc squid-3.5.1/src/ipc/AtomicWord.cc
--- squid-3.5.0.4/src/ipc/AtomicWord.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/AtomicWord.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/AtomicWord.h squid-3.5.1/src/ipc/AtomicWord.h
--- squid-3.5.0.4/src/ipc/AtomicWord.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/AtomicWord.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Coordinator.cc squid-3.5.1/src/ipc/Coordinator.cc
--- squid-3.5.0.4/src/ipc/Coordinator.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Coordinator.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Coordinator.h squid-3.5.1/src/ipc/Coordinator.h
--- squid-3.5.0.4/src/ipc/Coordinator.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Coordinator.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/FdNotes.cc squid-3.5.1/src/ipc/FdNotes.cc
--- squid-3.5.0.4/src/ipc/FdNotes.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/FdNotes.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/FdNotes.h squid-3.5.1/src/ipc/FdNotes.h
--- squid-3.5.0.4/src/ipc/FdNotes.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/FdNotes.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Forwarder.cc squid-3.5.1/src/ipc/Forwarder.cc
--- squid-3.5.0.4/src/ipc/Forwarder.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Forwarder.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Forwarder.h squid-3.5.1/src/ipc/Forwarder.h
--- squid-3.5.0.4/src/ipc/Forwarder.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Forwarder.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/forward.h squid-3.5.1/src/ipc/forward.h
--- squid-3.5.0.4/src/ipc/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Inquirer.cc squid-3.5.1/src/ipc/Inquirer.cc
--- squid-3.5.0.4/src/ipc/Inquirer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Inquirer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Inquirer.h squid-3.5.1/src/ipc/Inquirer.h
--- squid-3.5.0.4/src/ipc/Inquirer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Inquirer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Kid.cc squid-3.5.1/src/ipc/Kid.cc
--- squid-3.5.0.4/src/ipc/Kid.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Kid.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Kid.h squid-3.5.1/src/ipc/Kid.h
--- squid-3.5.0.4/src/ipc/Kid.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Kid.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Kids.cc squid-3.5.1/src/ipc/Kids.cc
--- squid-3.5.0.4/src/ipc/Kids.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Kids.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Kids.h squid-3.5.1/src/ipc/Kids.h
--- squid-3.5.0.4/src/ipc/Kids.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Kids.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Makefile.am squid-3.5.1/src/ipc/Makefile.am
--- squid-3.5.0.4/src/ipc/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -8,6 +8,8 @@
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 noinst_LTLIBRARIES = libipc.la
 
 libipc_la_SOURCES = \
diff -u -r -N squid-3.5.0.4/src/ipc/Makefile.in squid-3.5.1/src/ipc/Makefile.in
--- squid-3.5.0.4/src/ipc/Makefile.in	2014-12-20 21:14:58.000000000 -0800
+++ squid-3.5.1/src/ipc/Makefile.in	2015-01-13 04:54:07.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -152,12 +152,13 @@
 CONFIG_CLEAN_VPATH_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libipc_la_LIBADD =
+am__dirstamp = $(am__leading_dot)dirstamp
 am_libipc_la_OBJECTS = AtomicWord.lo FdNotes.lo Kid.lo Kids.lo \
 	MemMap.lo Queue.lo ReadWriteLock.lo StartListening.lo \
 	StoreMap.lo StrandCoord.lo StrandSearch.lo SharedListen.lo \
 	TypedMsgHdr.lo Coordinator.lo UdsOp.lo Port.lo Strand.lo \
-	Forwarder.lo Inquirer.lo Page.lo PagePool.lo Pages.lo \
-	PageStack.lo Segment.lo
+	Forwarder.lo Inquirer.lo mem/Page.lo mem/PagePool.lo \
+	mem/Pages.lo mem/PageStack.lo mem/Segment.lo
 libipc_la_OBJECTS = $(am_libipc_la_OBJECTS)
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -683,6 +684,7 @@
 @ENABLE_XPROF_STATS_TRUE@LIBPROFILER = $(top_builddir)/lib/profiler/libprofiler.la
 COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
 subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+AUTOMAKE_OPTIONS = subdir-objects
 noinst_LTLIBRARIES = libipc.la
 libipc_la_SOURCES = \
 	AtomicWord.cc \
@@ -788,6 +790,17 @@
 	  echo rm -f $${locs}; \
 	  rm -f $${locs}; \
 	}
+mem/$(am__dirstamp):
+	@$(MKDIR_P) mem
+	@: > mem/$(am__dirstamp)
+mem/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) mem/$(DEPDIR)
+	@: > mem/$(DEPDIR)/$(am__dirstamp)
+mem/Page.lo: mem/$(am__dirstamp) mem/$(DEPDIR)/$(am__dirstamp)
+mem/PagePool.lo: mem/$(am__dirstamp) mem/$(DEPDIR)/$(am__dirstamp)
+mem/Pages.lo: mem/$(am__dirstamp) mem/$(DEPDIR)/$(am__dirstamp)
+mem/PageStack.lo: mem/$(am__dirstamp) mem/$(DEPDIR)/$(am__dirstamp)
+mem/Segment.lo: mem/$(am__dirstamp) mem/$(DEPDIR)/$(am__dirstamp)
 
 libipc.la: $(libipc_la_OBJECTS) $(libipc_la_DEPENDENCIES) $(EXTRA_libipc_la_DEPENDENCIES) 
 	$(AM_V_CXXLD)$(CXXLINK)  $(libipc_la_OBJECTS) $(libipc_la_LIBADD) $(LIBS)
@@ -803,6 +816,8 @@
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
+	-rm -f mem/*.$(OBJEXT)
+	-rm -f mem/*.lo
 
 distclean-compile:
 	-rm -f *.tab.c
@@ -815,14 +830,9 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Kid.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Kids.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemMap.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Page.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PagePool.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PageStack.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pages.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Port.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Queue.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ReadWriteLock.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Segment.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SharedListen.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StartListening.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StoreMap.Plo@am__quote@
@@ -831,68 +841,42 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StrandSearch.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TypedMsgHdr.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UdsOp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/Page.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/PagePool.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/PageStack.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/Pages.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@mem/$(DEPDIR)/Segment.Plo@am__quote@
 
 .cc.o:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cc.obj:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cc.lo:
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
-Page.lo: mem/Page.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Page.lo -MD -MP -MF $(DEPDIR)/Page.Tpo -c -o Page.lo `test -f 'mem/Page.cc' || echo '$(srcdir)/'`mem/Page.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Page.Tpo $(DEPDIR)/Page.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='mem/Page.cc' object='Page.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Page.lo `test -f 'mem/Page.cc' || echo '$(srcdir)/'`mem/Page.cc
-
-PagePool.lo: mem/PagePool.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PagePool.lo -MD -MP -MF $(DEPDIR)/PagePool.Tpo -c -o PagePool.lo `test -f 'mem/PagePool.cc' || echo '$(srcdir)/'`mem/PagePool.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/PagePool.Tpo $(DEPDIR)/PagePool.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='mem/PagePool.cc' object='PagePool.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PagePool.lo `test -f 'mem/PagePool.cc' || echo '$(srcdir)/'`mem/PagePool.cc
-
-Pages.lo: mem/Pages.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Pages.lo -MD -MP -MF $(DEPDIR)/Pages.Tpo -c -o Pages.lo `test -f 'mem/Pages.cc' || echo '$(srcdir)/'`mem/Pages.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Pages.Tpo $(DEPDIR)/Pages.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='mem/Pages.cc' object='Pages.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Pages.lo `test -f 'mem/Pages.cc' || echo '$(srcdir)/'`mem/Pages.cc
-
-PageStack.lo: mem/PageStack.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PageStack.lo -MD -MP -MF $(DEPDIR)/PageStack.Tpo -c -o PageStack.lo `test -f 'mem/PageStack.cc' || echo '$(srcdir)/'`mem/PageStack.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/PageStack.Tpo $(DEPDIR)/PageStack.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='mem/PageStack.cc' object='PageStack.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PageStack.lo `test -f 'mem/PageStack.cc' || echo '$(srcdir)/'`mem/PageStack.cc
-
-Segment.lo: mem/Segment.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Segment.lo -MD -MP -MF $(DEPDIR)/Segment.Tpo -c -o Segment.lo `test -f 'mem/Segment.cc' || echo '$(srcdir)/'`mem/Segment.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Segment.Tpo $(DEPDIR)/Segment.Plo
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='mem/Segment.cc' object='Segment.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Segment.lo `test -f 'mem/Segment.cc' || echo '$(srcdir)/'`mem/Segment.cc
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
 clean-libtool:
 	-rm -rf .libs _libs
+	-rm -rf mem/.libs mem/_libs
 
 ID: $(am__tagged_files)
 	$(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -1175,6 +1159,8 @@
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+	-rm -f mem/$(DEPDIR)/$(am__dirstamp)
+	-rm -f mem/$(am__dirstamp)
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
@@ -1185,7 +1171,7 @@
 	clean-noinstLTLIBRARIES mostlyclean-am
 
 distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) mem/$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -1231,7 +1217,7 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
+	-rm -rf ./$(DEPDIR) mem/$(DEPDIR)
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
diff -u -r -N squid-3.5.0.4/src/ipc/mem/FlexibleArray.h squid-3.5.1/src/ipc/mem/FlexibleArray.h
--- squid-3.5.0.4/src/ipc/mem/FlexibleArray.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/FlexibleArray.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Page.cc squid-3.5.1/src/ipc/mem/Page.cc
--- squid-3.5.0.4/src/ipc/mem/Page.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Page.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Page.h squid-3.5.1/src/ipc/mem/Page.h
--- squid-3.5.0.4/src/ipc/mem/Page.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Page.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/PagePool.cc squid-3.5.1/src/ipc/mem/PagePool.cc
--- squid-3.5.0.4/src/ipc/mem/PagePool.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/PagePool.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/PagePool.h squid-3.5.1/src/ipc/mem/PagePool.h
--- squid-3.5.0.4/src/ipc/mem/PagePool.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/PagePool.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Pages.cc squid-3.5.1/src/ipc/mem/Pages.cc
--- squid-3.5.0.4/src/ipc/mem/Pages.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Pages.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Pages.h squid-3.5.1/src/ipc/mem/Pages.h
--- squid-3.5.0.4/src/ipc/mem/Pages.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Pages.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/PageStack.cc squid-3.5.1/src/ipc/mem/PageStack.cc
--- squid-3.5.0.4/src/ipc/mem/PageStack.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/PageStack.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/PageStack.h squid-3.5.1/src/ipc/mem/PageStack.h
--- squid-3.5.0.4/src/ipc/mem/PageStack.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/PageStack.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Pointer.h squid-3.5.1/src/ipc/mem/Pointer.h
--- squid-3.5.0.4/src/ipc/mem/Pointer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Pointer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Segment.cc squid-3.5.1/src/ipc/mem/Segment.cc
--- squid-3.5.0.4/src/ipc/mem/Segment.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Segment.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/mem/Segment.h squid-3.5.1/src/ipc/mem/Segment.h
--- squid-3.5.0.4/src/ipc/mem/Segment.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/mem/Segment.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/MemMap.cc squid-3.5.1/src/ipc/MemMap.cc
--- squid-3.5.0.4/src/ipc/MemMap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/MemMap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/MemMap.h squid-3.5.1/src/ipc/MemMap.h
--- squid-3.5.0.4/src/ipc/MemMap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/MemMap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Messages.h squid-3.5.1/src/ipc/Messages.h
--- squid-3.5.0.4/src/ipc/Messages.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Messages.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Port.cc squid-3.5.1/src/ipc/Port.cc
--- squid-3.5.0.4/src/ipc/Port.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Port.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Port.h squid-3.5.1/src/ipc/Port.h
--- squid-3.5.0.4/src/ipc/Port.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Port.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Queue.cc squid-3.5.1/src/ipc/Queue.cc
--- squid-3.5.0.4/src/ipc/Queue.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Queue.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Queue.h squid-3.5.1/src/ipc/Queue.h
--- squid-3.5.0.4/src/ipc/Queue.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Queue.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/ReadWriteLock.cc squid-3.5.1/src/ipc/ReadWriteLock.cc
--- squid-3.5.0.4/src/ipc/ReadWriteLock.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/ReadWriteLock.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/ReadWriteLock.h squid-3.5.1/src/ipc/ReadWriteLock.h
--- squid-3.5.0.4/src/ipc/ReadWriteLock.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/ReadWriteLock.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Request.h squid-3.5.1/src/ipc/Request.h
--- squid-3.5.0.4/src/ipc/Request.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Request.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Response.h squid-3.5.1/src/ipc/Response.h
--- squid-3.5.0.4/src/ipc/Response.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Response.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/SharedListen.cc squid-3.5.1/src/ipc/SharedListen.cc
--- squid-3.5.0.4/src/ipc/SharedListen.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/SharedListen.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/SharedListen.h squid-3.5.1/src/ipc/SharedListen.h
--- squid-3.5.0.4/src/ipc/SharedListen.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/SharedListen.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StartListening.cc squid-3.5.1/src/ipc/StartListening.cc
--- squid-3.5.0.4/src/ipc/StartListening.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StartListening.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StartListening.h squid-3.5.1/src/ipc/StartListening.h
--- squid-3.5.0.4/src/ipc/StartListening.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StartListening.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StoreMap.cc squid-3.5.1/src/ipc/StoreMap.cc
--- squid-3.5.0.4/src/ipc/StoreMap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StoreMap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StoreMap.h squid-3.5.1/src/ipc/StoreMap.h
--- squid-3.5.0.4/src/ipc/StoreMap.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StoreMap.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Strand.cc squid-3.5.1/src/ipc/Strand.cc
--- squid-3.5.0.4/src/ipc/Strand.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Strand.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StrandCoord.cc squid-3.5.1/src/ipc/StrandCoord.cc
--- squid-3.5.0.4/src/ipc/StrandCoord.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StrandCoord.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StrandCoord.h squid-3.5.1/src/ipc/StrandCoord.h
--- squid-3.5.0.4/src/ipc/StrandCoord.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StrandCoord.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StrandCoords.h squid-3.5.1/src/ipc/StrandCoords.h
--- squid-3.5.0.4/src/ipc/StrandCoords.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StrandCoords.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/Strand.h squid-3.5.1/src/ipc/Strand.h
--- squid-3.5.0.4/src/ipc/Strand.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/Strand.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StrandSearch.cc squid-3.5.1/src/ipc/StrandSearch.cc
--- squid-3.5.0.4/src/ipc/StrandSearch.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StrandSearch.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/StrandSearch.h squid-3.5.1/src/ipc/StrandSearch.h
--- squid-3.5.0.4/src/ipc/StrandSearch.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/StrandSearch.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/TypedMsgHdr.cc squid-3.5.1/src/ipc/TypedMsgHdr.cc
--- squid-3.5.0.4/src/ipc/TypedMsgHdr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/TypedMsgHdr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/TypedMsgHdr.h squid-3.5.1/src/ipc/TypedMsgHdr.h
--- squid-3.5.0.4/src/ipc/TypedMsgHdr.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/TypedMsgHdr.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/UdsOp.cc squid-3.5.1/src/ipc/UdsOp.cc
--- squid-3.5.0.4/src/ipc/UdsOp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/UdsOp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc/UdsOp.h squid-3.5.1/src/ipc/UdsOp.h
--- squid-3.5.0.4/src/ipc/UdsOp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc/UdsOp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipcache.cc squid-3.5.1/src/ipcache.cc
--- squid-3.5.0.4/src/ipcache.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipcache.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipcache.h squid-3.5.1/src/ipcache.h
--- squid-3.5.0.4/src/ipcache.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipcache.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc.cc squid-3.5.1/src/ipc.cc
--- squid-3.5.0.4/src/ipc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ipc_win32.cc squid-3.5.1/src/ipc_win32.cc
--- squid-3.5.0.4/src/ipc_win32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ipc_win32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LeakFinder.cc squid-3.5.1/src/LeakFinder.cc
--- squid-3.5.0.4/src/LeakFinder.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LeakFinder.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LeakFinder.h squid-3.5.1/src/LeakFinder.h
--- squid-3.5.0.4/src/LeakFinder.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LeakFinder.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LoadableModule.cc squid-3.5.1/src/LoadableModule.cc
--- squid-3.5.0.4/src/LoadableModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LoadableModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LoadableModule.h squid-3.5.1/src/LoadableModule.h
--- squid-3.5.0.4/src/LoadableModule.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LoadableModule.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LoadableModules.cc squid-3.5.1/src/LoadableModules.cc
--- squid-3.5.0.4/src/LoadableModules.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LoadableModules.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LoadableModules.h squid-3.5.1/src/LoadableModules.h
--- squid-3.5.0.4/src/LoadableModules.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LoadableModules.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/access_log.cc squid-3.5.1/src/log/access_log.cc
--- squid-3.5.0.4/src/log/access_log.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/access_log.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/access_log.h squid-3.5.1/src/log/access_log.h
--- squid-3.5.0.4/src/log/access_log.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/access_log.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/Config.cc squid-3.5.1/src/log/Config.cc
--- squid-3.5.0.4/src/log/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/Config.h squid-3.5.1/src/log/Config.h
--- squid-3.5.0.4/src/log/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/CustomLog.cc squid-3.5.1/src/log/CustomLog.cc
--- squid-3.5.0.4/src/log/CustomLog.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/CustomLog.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/CustomLog.h squid-3.5.1/src/log/CustomLog.h
--- squid-3.5.0.4/src/log/CustomLog.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/CustomLog.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/File.cc squid-3.5.1/src/log/File.cc
--- squid-3.5.0.4/src/log/File.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/File.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/File.h squid-3.5.1/src/log/File.h
--- squid-3.5.0.4/src/log/File.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/File.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatHttpdCombined.cc squid-3.5.1/src/log/FormatHttpdCombined.cc
--- squid-3.5.0.4/src/log/FormatHttpdCombined.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatHttpdCombined.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatHttpdCommon.cc squid-3.5.1/src/log/FormatHttpdCommon.cc
--- squid-3.5.0.4/src/log/FormatHttpdCommon.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatHttpdCommon.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/Formats.h squid-3.5.1/src/log/Formats.h
--- squid-3.5.0.4/src/log/Formats.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/Formats.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatSquidCustom.cc squid-3.5.1/src/log/FormatSquidCustom.cc
--- squid-3.5.0.4/src/log/FormatSquidCustom.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatSquidCustom.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatSquidIcap.cc squid-3.5.1/src/log/FormatSquidIcap.cc
--- squid-3.5.0.4/src/log/FormatSquidIcap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatSquidIcap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatSquidNative.cc squid-3.5.1/src/log/FormatSquidNative.cc
--- squid-3.5.0.4/src/log/FormatSquidNative.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatSquidNative.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatSquidReferer.cc squid-3.5.1/src/log/FormatSquidReferer.cc
--- squid-3.5.0.4/src/log/FormatSquidReferer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatSquidReferer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/FormatSquidUseragent.cc squid-3.5.1/src/log/FormatSquidUseragent.cc
--- squid-3.5.0.4/src/log/FormatSquidUseragent.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/FormatSquidUseragent.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/Makefile.am squid-3.5.1/src/log/Makefile.am
--- squid-3.5.0.4/src/log/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/Makefile.in squid-3.5.1/src/log/Makefile.in
--- squid-3.5.0.4/src/log/Makefile.in	2014-12-20 21:14:59.000000000 -0800
+++ squid-3.5.1/src/log/Makefile.in	2015-01-13 04:54:08.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/log/ModDaemon.cc squid-3.5.1/src/log/ModDaemon.cc
--- squid-3.5.0.4/src/log/ModDaemon.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModDaemon.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModDaemon.h squid-3.5.1/src/log/ModDaemon.h
--- squid-3.5.0.4/src/log/ModDaemon.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModDaemon.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModStdio.cc squid-3.5.1/src/log/ModStdio.cc
--- squid-3.5.0.4/src/log/ModStdio.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModStdio.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModStdio.h squid-3.5.1/src/log/ModStdio.h
--- squid-3.5.0.4/src/log/ModStdio.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModStdio.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModSyslog.cc squid-3.5.1/src/log/ModSyslog.cc
--- squid-3.5.0.4/src/log/ModSyslog.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModSyslog.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModSyslog.h squid-3.5.1/src/log/ModSyslog.h
--- squid-3.5.0.4/src/log/ModSyslog.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModSyslog.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModUdp.cc squid-3.5.1/src/log/ModUdp.cc
--- squid-3.5.0.4/src/log/ModUdp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModUdp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/ModUdp.h squid-3.5.1/src/log/ModUdp.h
--- squid-3.5.0.4/src/log/ModUdp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/ModUdp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/TcpLogger.cc squid-3.5.1/src/log/TcpLogger.cc
--- squid-3.5.0.4/src/log/TcpLogger.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/TcpLogger.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/log/TcpLogger.h squid-3.5.1/src/log/TcpLogger.h
--- squid-3.5.0.4/src/log/TcpLogger.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/log/TcpLogger.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/LogTags.h squid-3.5.1/src/LogTags.h
--- squid-3.5.0.4/src/LogTags.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/LogTags.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/lookup_t.h squid-3.5.1/src/lookup_t.h
--- squid-3.5.0.4/src/lookup_t.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/lookup_t.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/main.cc squid-3.5.1/src/main.cc
--- squid-3.5.0.4/src/main.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/main.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Makefile.am squid-3.5.1/src/Makefile.am
--- squid-3.5.0.4/src/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -1104,7 +1104,6 @@
 #tests_testX_SOURCES=\
 #	tests/testX.h \
 #	tests/testX.cc \
-#	tests/testMain.cc \
 #	X.h \
 #	X.cc
 #nodist_tests_testX_SOURCES=\
@@ -1200,7 +1199,6 @@
 	tests/stub_HttpRequest.cc \
 	tests/testHttpReply.cc \
 	tests/testHttpReply.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	url.cc \
 	wordlist.h \
@@ -1332,7 +1330,6 @@
 	tests/stub_UdsOp.cc \
 	tests/testACLMaxUserIP.cc \
 	tests/testACLMaxUserIP.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	url.cc \
 	URL.h \
@@ -1376,7 +1373,6 @@
 ## involved in writing tests.
 tests_testBoilerplate_SOURCES = \
 	tests/testBoilerplate.cc \
-	tests/testMain.cc \
 	tests/testBoilerplate.h \
 	tests/stub_debug.cc \
 	tests/stub_time.cc
@@ -1409,7 +1405,6 @@
 	String.cc \
 	tests/testCacheManager.cc \
 	tests/testCacheManager.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_store_stats.cc \
@@ -1770,7 +1765,6 @@
 	tests/stub_UdsOp.cc \
 	tests/testDiskIO.cc \
 	tests/testDiskIO.h \
-	tests/testMain.cc \
 	tests/testStoreSupport.cc \
 	tests/testStoreSupport.h \
 	tests/stub_time.cc \
@@ -2001,7 +1995,6 @@
 	tests/CapturingStoreEntry.h \
 	tests/testEvent.cc \
 	tests/testEvent.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_libauth_acls.cc \
@@ -2249,7 +2242,6 @@
 	tests/stub_SwapDir.cc \
 	tests/testEventLoop.cc \
 	tests/testEventLoop.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_libauth_acls.cc \
@@ -2589,7 +2581,6 @@
 	tests/stub_tools.cc \
 	tests/testHttpParser.cc \
 	tests/testHttpParser.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	wordlist.h \
 	wordlist.cc
@@ -2624,7 +2615,6 @@
 	tests/testHttpRequest.cc \
 	tests/testHttpRequestMethod.h \
 	tests/testHttpRequestMethod.cc \
-	tests/testMain.cc \
 	tests/stub_DiskIOModule.cc \
 	tests/stub_libauth.cc \
 	tests/stub_main_cc.cc \
@@ -2973,7 +2963,6 @@
 	Transients.cc \
 	tests/stub_tools.cc \
 	tests/stub_UdsOp.cc \
-	tests/testMain.cc \
 	tests/testStore.cc \
 	tests/testStore.h \
 	tests/testStoreEntryStream.cc \
@@ -3037,7 +3026,6 @@
 	$(SBUF_SOURCE) \
 	SBufDetailedStats.h \
 	tests/stub_SBufDetailedStats.cc \
-	tests/testMain.cc \
 	tests/testString.cc \
 	tests/testString.h \
 	cache_cf.h \
@@ -3085,7 +3073,6 @@
 
 tests_testUfs_SOURCES = \
 	tests/testUfs.cc \
-	tests/testMain.cc \
 	tests/testUfs.h \
 	tests/stub_cache_manager.cc \
 	tests/stub_client_db.cc \
@@ -3361,7 +3348,6 @@
 	Transients.h \
 	Transients.cc \
 	tests/testRock.cc \
-	tests/testMain.cc \
 	tests/testRock.h \
 	tests/testStoreSupport.cc \
 	tests/testStoreSupport.h \
@@ -3627,7 +3613,6 @@
 	tests/testURL.h \
 	tests/testUriScheme.cc \
 	tests/testUriScheme.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	tests/stub_EventLoop.cc \
 	tools.h \
@@ -3695,7 +3680,6 @@
 tests_testSBuf_SOURCES= \
 	tests/testSBuf.h \
 	tests/testSBuf.cc \
-	tests/testMain.cc \
 	tests/SBufFindTest.h \
 	tests/SBufFindTest.cc \
 	$(SBUF_SOURCE) \
@@ -3733,7 +3717,6 @@
 tests_testSBufList_SOURCES= \
 	tests/testSBufList.h \
 	tests/testSBufList.cc \
-	tests/testMain.cc \
 	$(SBUF_SOURCE) \
 	SBufList.h \
 	SBufList.cc \
@@ -3788,7 +3771,6 @@
 	ConfigParser.cc \
 	fatal.h \
 	tests/stub_fatal.cc \
-	tests/testMain.cc \
 	tests/testConfigParser.cc \
 	tests/testConfigParser.h \
 	cache_cf.h \
@@ -3846,7 +3828,6 @@
 	time.cc \
 	tools.h \
 	tests/stub_tools.cc \
-	tests/testMain.cc \
 	tests/testStatHist.cc \
 	tests/testStatHist.h
 nodist_tests_testStatHist_SOURCES = \
diff -u -r -N squid-3.5.0.4/src/Makefile.in squid-3.5.1/src/Makefile.in
--- squid-3.5.0.4/src/Makefile.in	2014-12-20 21:14:30.000000000 -0800
+++ squid-3.5.1/src/Makefile.in	2015-01-13 04:53:47.000000000 -0800
@@ -131,7 +131,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -139,6 +138,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -541,9 +541,9 @@
 	tests/stub_store_stats.$(OBJEXT) \
 	tests/stub_store_swapout.$(OBJEXT) tests/stub_tools.$(OBJEXT) \
 	tests/stub_cache_manager.$(OBJEXT) tests/stub_UdsOp.$(OBJEXT) \
-	tests/testACLMaxUserIP.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/stub_time.$(OBJEXT) url.$(OBJEXT) \
-	tests/stub_mem.$(OBJEXT) MemBuf.$(OBJEXT) wordlist.$(OBJEXT)
+	tests/testACLMaxUserIP.$(OBJEXT) tests/stub_time.$(OBJEXT) \
+	url.$(OBJEXT) tests/stub_mem.$(OBJEXT) MemBuf.$(OBJEXT) \
+	wordlist.$(OBJEXT)
 am__objects_24 = test_tools.$(OBJEXT) globals.$(OBJEXT)
 nodist_tests_testACLMaxUserIP_OBJECTS = $(am__objects_24)
 tests_testACLMaxUserIP_OBJECTS = $(am_tests_testACLMaxUserIP_OBJECTS) \
@@ -563,8 +563,7 @@
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testACLMaxUserIP_LDFLAGS) \
 	$(LDFLAGS) -o $@
 am_tests_testBoilerplate_OBJECTS = tests/testBoilerplate.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/stub_debug.$(OBJEXT) \
-	tests/stub_time.$(OBJEXT)
+	tests/stub_debug.$(OBJEXT) tests/stub_time.$(OBJEXT)
 nodist_tests_testBoilerplate_OBJECTS = tests/stub_cbdata.$(OBJEXT) \
 	tests/stub_MemBuf.$(OBJEXT) $(am__objects_24)
 tests_testBoilerplate_OBJECTS = $(am_tests_testBoilerplate_OBJECTS) \
@@ -577,15 +576,14 @@
 	HttpParser.cc HttpParser.h RequestFlags.h RequestFlags.cc \
 	HttpRequest.cc HttpRequestMethod.cc Mem.h tests/stub_mem.cc \
 	String.cc tests/testCacheManager.cc tests/testCacheManager.h \
-	tests/testMain.cc tests/stub_main_cc.cc \
-	tests/stub_ipc_Forwarder.cc tests/stub_store_stats.cc \
-	tests/stub_EventLoop.cc time.cc BodyPipe.cc cache_manager.cc \
-	cache_cf.h AuthReg.h YesNoNone.h YesNoNone.cc RefreshPattern.h \
-	cache_cf.cc CacheDigest.h tests/stub_CacheDigest.cc carp.h \
-	tests/stub_carp.cc cbdata.cc ChunkedCodingParser.cc \
-	client_db.h client_db.cc client_side.h client_side.cc \
-	client_side_reply.cc client_side_request.cc ClientInfo.h \
-	clientStream.cc tests/stub_CollapsedForwarding.cc \
+	tests/stub_main_cc.cc tests/stub_ipc_Forwarder.cc \
+	tests/stub_store_stats.cc tests/stub_EventLoop.cc time.cc \
+	BodyPipe.cc cache_manager.cc cache_cf.h AuthReg.h YesNoNone.h \
+	YesNoNone.cc RefreshPattern.h cache_cf.cc CacheDigest.h \
+	tests/stub_CacheDigest.cc carp.h tests/stub_carp.cc cbdata.cc \
+	ChunkedCodingParser.cc client_db.h client_db.cc client_side.h \
+	client_side.cc client_side_reply.cc client_side_request.cc \
+	ClientInfo.h clientStream.cc tests/stub_CollapsedForwarding.cc \
 	ConfigOption.cc ConfigParser.cc CpuAffinityMap.cc \
 	CpuAffinityMap.h CpuAffinitySet.cc CpuAffinitySet.h \
 	CommonPool.h CompositePoolNode.h delay_pools.cc DelayId.cc \
@@ -645,8 +643,7 @@
 	debug.$(OBJEXT) HttpParser.$(OBJEXT) RequestFlags.$(OBJEXT) \
 	HttpRequest.$(OBJEXT) HttpRequestMethod.$(OBJEXT) \
 	tests/stub_mem.$(OBJEXT) String.$(OBJEXT) \
-	tests/testCacheManager.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/stub_main_cc.$(OBJEXT) \
+	tests/testCacheManager.$(OBJEXT) tests/stub_main_cc.$(OBJEXT) \
 	tests/stub_ipc_Forwarder.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) \
 	tests/stub_EventLoop.$(OBJEXT) time.$(OBJEXT) \
@@ -711,8 +708,8 @@
 	tests/stub_MemBuf.$(OBJEXT) tests/stub_time.$(OBJEXT) \
 	$(am__objects_13) tests/stub_SBufDetailedStats.$(OBJEXT) \
 	String.$(OBJEXT) ConfigParser.$(OBJEXT) \
-	tests/stub_fatal.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/testConfigParser.$(OBJEXT) tests/stub_cache_cf.$(OBJEXT) \
+	tests/stub_fatal.$(OBJEXT) tests/testConfigParser.$(OBJEXT) \
+	tests/stub_cache_cf.$(OBJEXT) \
 	tests/stub_cache_manager.$(OBJEXT) tests/stub_debug.$(OBJEXT) \
 	tests/stub_HelperChildConfig.$(OBJEXT) \
 	tests/stub_tools.$(OBJEXT) wordlist.$(OBJEXT)
@@ -775,10 +772,9 @@
 	tests/stub_store_client.cc tests/stub_store_stats.cc \
 	store_rebuild.h tests/stub_store_rebuild.cc \
 	tests/stub_UdsOp.cc tests/testDiskIO.cc tests/testDiskIO.h \
-	tests/testMain.cc tests/testStoreSupport.cc \
-	tests/testStoreSupport.h tests/stub_time.cc unlinkd.h \
-	unlinkd.cc url.cc win32.cc wordlist.h wordlist.cc tools.h \
-	tests/stub_tools.cc
+	tests/testStoreSupport.cc tests/testStoreSupport.h \
+	tests/stub_time.cc unlinkd.h unlinkd.cc url.cc win32.cc \
+	wordlist.h wordlist.cc tools.h tests/stub_tools.cc
 am_tests_testDiskIO_OBJECTS = tests/stub_CacheDigest.$(OBJEXT) \
 	cbdata.$(OBJEXT) tests/stub_CollapsedForwarding.$(OBJEXT) \
 	ConfigOption.$(OBJEXT) ConfigParser.$(OBJEXT) $(am__objects_6) \
@@ -824,10 +820,10 @@
 	tests/stub_stat.$(OBJEXT) tests/stub_store_client.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) \
 	tests/stub_store_rebuild.$(OBJEXT) tests/stub_UdsOp.$(OBJEXT) \
-	tests/testDiskIO.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/testStoreSupport.$(OBJEXT) tests/stub_time.$(OBJEXT) \
-	$(am__objects_17) url.$(OBJEXT) $(am__objects_18) \
-	wordlist.$(OBJEXT) tests/stub_tools.$(OBJEXT)
+	tests/testDiskIO.$(OBJEXT) tests/testStoreSupport.$(OBJEXT) \
+	tests/stub_time.$(OBJEXT) $(am__objects_17) url.$(OBJEXT) \
+	$(am__objects_18) wordlist.$(OBJEXT) \
+	tests/stub_tools.$(OBJEXT)
 nodist_tests_testDiskIO_OBJECTS = $(am__objects_24) $(am__objects_22) \
 	SquidMath.$(OBJEXT) swap_log_op.$(OBJEXT)
 tests_testDiskIO_OBJECTS = $(am_tests_testDiskIO_OBJECTS) \
@@ -896,14 +892,13 @@
 	StoreFileSystem.cc StoreIOState.cc tests/stub_StoreMeta.cc \
 	StoreMetaUnpacker.cc StoreSwapLogData.cc String.cc \
 	tests/stub_SwapDir.cc tests/CapturingStoreEntry.h \
-	tests/testEvent.cc tests/testEvent.h tests/testMain.cc \
-	tests/stub_main_cc.cc tests/stub_ipc_Forwarder.cc \
-	tests/stub_libauth_acls.cc tests/stub_libauth.cc \
-	tests/stub_libeui.cc tests/stub_store_stats.cc time.cc tools.h \
-	tools.cc Transients.cc tests/stub_tunnel.cc MemStore.cc \
-	unlinkd.h unlinkd.cc url.cc urn.h urn.cc wccp2.h \
-	tests/stub_wccp2.cc whois.h tests/stub_whois.cc win32.cc \
-	wordlist.h wordlist.cc
+	tests/testEvent.cc tests/testEvent.h tests/stub_main_cc.cc \
+	tests/stub_ipc_Forwarder.cc tests/stub_libauth_acls.cc \
+	tests/stub_libauth.cc tests/stub_libeui.cc \
+	tests/stub_store_stats.cc time.cc tools.h tools.cc \
+	Transients.cc tests/stub_tunnel.cc MemStore.cc unlinkd.h \
+	unlinkd.cc url.cc urn.h urn.cc wccp2.h tests/stub_wccp2.cc \
+	whois.h tests/stub_whois.cc win32.cc wordlist.h wordlist.cc
 am_tests_testEvent_OBJECTS = AccessLogEntry.$(OBJEXT) \
 	BodyPipe.$(OBJEXT) tests/stub_CacheDigest.$(OBJEXT) \
 	YesNoNone.$(OBJEXT) cache_cf.$(OBJEXT) cache_manager.$(OBJEXT) \
@@ -952,7 +947,7 @@
 	tests/stub_StoreMeta.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \
 	StoreSwapLogData.$(OBJEXT) String.$(OBJEXT) \
 	tests/stub_SwapDir.$(OBJEXT) tests/testEvent.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/stub_main_cc.$(OBJEXT) \
+	tests/stub_main_cc.$(OBJEXT) \
 	tests/stub_ipc_Forwarder.$(OBJEXT) \
 	tests/stub_libauth_acls.$(OBJEXT) tests/stub_libauth.$(OBJEXT) \
 	tests/stub_libeui.$(OBJEXT) tests/stub_store_stats.$(OBJEXT) \
@@ -1028,7 +1023,7 @@
 	StoreFileSystem.cc StoreIOState.cc tests/stub_StoreMeta.cc \
 	StoreMetaUnpacker.cc StoreSwapLogData.cc String.cc StrList.h \
 	StrList.cc tests/stub_SwapDir.cc tests/testEventLoop.cc \
-	tests/testEventLoop.h tests/testMain.cc tests/stub_main_cc.cc \
+	tests/testEventLoop.h tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc tests/stub_libauth_acls.cc \
 	tests/stub_libauth.cc tests/stub_libeui.cc \
 	tests/stub_store_stats.cc time.cc tools.h tools.cc \
@@ -1083,7 +1078,7 @@
 	tests/stub_StoreMeta.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \
 	StoreSwapLogData.$(OBJEXT) String.$(OBJEXT) StrList.$(OBJEXT) \
 	tests/stub_SwapDir.$(OBJEXT) tests/testEventLoop.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/stub_main_cc.$(OBJEXT) \
+	tests/stub_main_cc.$(OBJEXT) \
 	tests/stub_ipc_Forwarder.$(OBJEXT) \
 	tests/stub_libauth_acls.$(OBJEXT) tests/stub_libauth.$(OBJEXT) \
 	tests/stub_libeui.$(OBJEXT) tests/stub_store_stats.$(OBJEXT) \
@@ -1111,8 +1106,8 @@
 	tests/stub_HelperChildConfig.$(OBJEXT) \
 	tests/stub_stmem.$(OBJEXT) tests/stub_store.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) tests/stub_tools.$(OBJEXT) \
-	tests/testHttpParser.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/stub_time.$(OBJEXT) wordlist.$(OBJEXT)
+	tests/testHttpParser.$(OBJEXT) tests/stub_time.$(OBJEXT) \
+	wordlist.$(OBJEXT)
 nodist_tests_testHttpParser_OBJECTS = $(am__objects_24)
 tests_testHttpParser_OBJECTS = $(am_tests_testHttpParser_OBJECTS) \
 	$(nodist_tests_testHttpParser_OBJECTS)
@@ -1143,8 +1138,7 @@
 	tests/stub_StatHist.$(OBJEXT) tests/stub_store.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) tests/stub_tools.$(OBJEXT) \
 	tests/stub_HttpRequest.$(OBJEXT) tests/testHttpReply.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/stub_time.$(OBJEXT) \
-	url.$(OBJEXT) wordlist.$(OBJEXT)
+	tests/stub_time.$(OBJEXT) url.$(OBJEXT) wordlist.$(OBJEXT)
 nodist_tests_testHttpReply_OBJECTS = $(am__objects_24)
 tests_testHttpReply_OBJECTS = $(am_tests_testHttpReply_OBJECTS) \
 	$(nodist_tests_testHttpReply_OBJECTS)
@@ -1157,14 +1151,13 @@
 	HttpRequest.cc HttpRequestMethod.cc Mem.h tests/stub_mem.cc \
 	String.cc tests/testHttpRequest.h tests/testHttpRequest.cc \
 	tests/testHttpRequestMethod.h tests/testHttpRequestMethod.cc \
-	tests/testMain.cc tests/stub_DiskIOModule.cc \
-	tests/stub_libauth.cc tests/stub_main_cc.cc \
-	tests/stub_ipc_Forwarder.cc tests/stub_libeui.cc \
-	tests/stub_store_stats.cc tests/stub_EventLoop.cc time.cc \
-	BodyPipe.cc cache_manager.cc cache_cf.h AuthReg.h YesNoNone.h \
-	YesNoNone.cc RefreshPattern.h cache_cf.cc debug.cc \
-	CacheDigest.h tests/stub_CacheDigest.cc carp.h \
-	tests/stub_carp.cc cbdata.cc ChunkedCodingParser.cc \
+	tests/stub_DiskIOModule.cc tests/stub_libauth.cc \
+	tests/stub_main_cc.cc tests/stub_ipc_Forwarder.cc \
+	tests/stub_libeui.cc tests/stub_store_stats.cc \
+	tests/stub_EventLoop.cc time.cc BodyPipe.cc cache_manager.cc \
+	cache_cf.h AuthReg.h YesNoNone.h YesNoNone.cc RefreshPattern.h \
+	cache_cf.cc debug.cc CacheDigest.h tests/stub_CacheDigest.cc \
+	carp.h tests/stub_carp.cc cbdata.cc ChunkedCodingParser.cc \
 	client_db.h client_db.cc client_side.h client_side.cc \
 	client_side_reply.cc client_side_request.cc ClientInfo.h \
 	clientStream.cc tests/stub_CollapsedForwarding.cc \
@@ -1221,7 +1214,7 @@
 	HttpRequest.$(OBJEXT) HttpRequestMethod.$(OBJEXT) \
 	tests/stub_mem.$(OBJEXT) String.$(OBJEXT) \
 	tests/testHttpRequest.$(OBJEXT) \
-	tests/testHttpRequestMethod.$(OBJEXT) tests/testMain.$(OBJEXT) \
+	tests/testHttpRequestMethod.$(OBJEXT) \
 	tests/stub_DiskIOModule.$(OBJEXT) tests/stub_libauth.$(OBJEXT) \
 	tests/stub_main_cc.$(OBJEXT) \
 	tests/stub_ipc_Forwarder.$(OBJEXT) tests/stub_libeui.$(OBJEXT) \
@@ -1310,7 +1303,7 @@
 	SBufExceptions.h SBufExceptions.cc SBufDetailedStats.h \
 	tests/stub_SBufDetailedStats.cc String.cc StrList.h StrList.cc \
 	SwapDir.cc Transients.h Transients.cc tests/testRock.cc \
-	tests/testMain.cc tests/testRock.h tests/testStoreSupport.cc \
+	tests/testRock.h tests/testStoreSupport.cc \
 	tests/testStoreSupport.h log/access_log.h \
 	tests/stub_access_log.cc cache_cf.h YesNoNone.h \
 	tests/stub_cache_cf.cc client_db.h tests/stub_cache_manager.cc \
@@ -1363,7 +1356,7 @@
 	$(am__objects_13) tests/stub_SBufDetailedStats.$(OBJEXT) \
 	String.$(OBJEXT) StrList.$(OBJEXT) SwapDir.$(OBJEXT) \
 	Transients.$(OBJEXT) tests/testRock.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/testStoreSupport.$(OBJEXT) \
+	tests/testStoreSupport.$(OBJEXT) \
 	tests/stub_access_log.$(OBJEXT) tests/stub_cache_cf.$(OBJEXT) \
 	tests/stub_cache_manager.$(OBJEXT) \
 	tests/stub_client_db.$(OBJEXT) \
@@ -1391,8 +1384,8 @@
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testRock_LDFLAGS) \
 	$(LDFLAGS) -o $@
 am_tests_testSBuf_OBJECTS = tests/testSBuf.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/SBufFindTest.$(OBJEXT) \
-	$(am__objects_13) tests/stub_SBufDetailedStats.$(OBJEXT) \
+	tests/SBufFindTest.$(OBJEXT) $(am__objects_13) \
+	tests/stub_SBufDetailedStats.$(OBJEXT) \
 	tests/stub_time.$(OBJEXT) mem.$(OBJEXT) \
 	tests/stub_debug.$(OBJEXT) tests/stub_fatal.$(OBJEXT) \
 	tests/stub_HelperChildConfig.$(OBJEXT) \
@@ -1409,7 +1402,7 @@
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testSBuf_LDFLAGS) \
 	$(LDFLAGS) -o $@
 am_tests_testSBufList_OBJECTS = tests/testSBufList.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) $(am__objects_13) SBufList.$(OBJEXT) \
+	$(am__objects_13) SBufList.$(OBJEXT) \
 	tests/stub_SBufDetailedStats.$(OBJEXT) \
 	tests/stub_time.$(OBJEXT) mem.$(OBJEXT) \
 	tests/stub_MemObject.$(OBJEXT) tests/stub_cbdata.$(OBJEXT) \
@@ -1440,8 +1433,7 @@
 	tests/stub_mime.$(OBJEXT) tests/stub_pconn.$(OBJEXT) \
 	tests/stub_stmem.$(OBJEXT) tests/stub_store.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) time.$(OBJEXT) \
-	tests/stub_tools.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/testStatHist.$(OBJEXT)
+	tests/stub_tools.$(OBJEXT) tests/testStatHist.$(OBJEXT)
 nodist_tests_testStatHist_OBJECTS = $(am__objects_24)
 tests_testStatHist_OBJECTS = $(am_tests_testStatHist_OBJECTS) \
 	$(nodist_tests_testStatHist_OBJECTS)
@@ -1493,14 +1485,14 @@
 	tests/stub_store_client.cc tests/stub_store_stats.cc \
 	store_rebuild.h tests/stub_store_rebuild.cc \
 	tests/stub_store_swapout.cc tools.h Transients.cc \
-	tests/stub_tools.cc tests/stub_UdsOp.cc tests/testMain.cc \
-	tests/testStore.cc tests/testStore.h \
-	tests/testStoreEntryStream.cc tests/testStoreEntryStream.h \
-	tests/testStoreController.cc tests/testStoreController.h \
-	tests/testStoreHashIndex.cc tests/testStoreHashIndex.h \
-	tests/testStoreSupport.cc tests/testStoreSupport.h \
-	tests/TestSwapDir.cc tests/TestSwapDir.h tests/stub_time.cc \
-	url.cc wordlist.h wordlist.cc
+	tests/stub_tools.cc tests/stub_UdsOp.cc tests/testStore.cc \
+	tests/testStore.h tests/testStoreEntryStream.cc \
+	tests/testStoreEntryStream.h tests/testStoreController.cc \
+	tests/testStoreController.h tests/testStoreHashIndex.cc \
+	tests/testStoreHashIndex.h tests/testStoreSupport.cc \
+	tests/testStoreSupport.h tests/TestSwapDir.cc \
+	tests/TestSwapDir.h tests/stub_time.cc url.cc wordlist.h \
+	wordlist.cc
 am_tests_testStore_OBJECTS = tests/stub_CacheDigest.$(OBJEXT) \
 	cbdata.$(OBJEXT) tests/stub_CollapsedForwarding.$(OBJEXT) \
 	ConfigOption.$(OBJEXT) ConfigParser.$(OBJEXT) $(am__objects_6) \
@@ -1545,8 +1537,7 @@
 	tests/stub_store_rebuild.$(OBJEXT) \
 	tests/stub_store_swapout.$(OBJEXT) Transients.$(OBJEXT) \
 	tests/stub_tools.$(OBJEXT) tests/stub_UdsOp.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/testStore.$(OBJEXT) \
-	tests/testStoreEntryStream.$(OBJEXT) \
+	tests/testStore.$(OBJEXT) tests/testStoreEntryStream.$(OBJEXT) \
 	tests/testStoreController.$(OBJEXT) \
 	tests/testStoreHashIndex.$(OBJEXT) \
 	tests/testStoreSupport.$(OBJEXT) tests/TestSwapDir.$(OBJEXT) \
@@ -1562,8 +1553,7 @@
 am_tests_testString_OBJECTS = tests/stub_mem.$(OBJEXT) \
 	MemBuf.$(OBJEXT) String.$(OBJEXT) $(am__objects_13) \
 	tests/stub_SBufDetailedStats.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/testString.$(OBJEXT) \
-	tests/stub_cache_cf.$(OBJEXT) \
+	tests/testString.$(OBJEXT) tests/stub_cache_cf.$(OBJEXT) \
 	tests/stub_cache_manager.$(OBJEXT) tests/stub_debug.$(OBJEXT) \
 	tests/stub_HelperChildConfig.$(OBJEXT) \
 	tests/stub_tools.$(OBJEXT) tests/stub_time.$(OBJEXT) \
@@ -1634,7 +1624,7 @@
 	tests/stub_libauth_acls.cc tests/stub_libauth.cc \
 	tests/stub_main_cc.cc tests/stub_ipc_Forwarder.cc \
 	tests/stub_store_stats.cc tests/testURL.cc tests/testURL.h \
-	tests/testUriScheme.cc tests/testUriScheme.h tests/testMain.cc \
+	tests/testUriScheme.cc tests/testUriScheme.h \
 	tests/stub_time.cc tests/stub_EventLoop.cc tools.h tools.cc \
 	tests/stub_tunnel.cc url.cc urn.h urn.cc wccp2.h \
 	tests/stub_wccp2.cc whois.h tests/stub_whois.cc \
@@ -1693,12 +1683,11 @@
 	tests/stub_main_cc.$(OBJEXT) \
 	tests/stub_ipc_Forwarder.$(OBJEXT) \
 	tests/stub_store_stats.$(OBJEXT) tests/testURL.$(OBJEXT) \
-	tests/testUriScheme.$(OBJEXT) tests/testMain.$(OBJEXT) \
-	tests/stub_time.$(OBJEXT) tests/stub_EventLoop.$(OBJEXT) \
-	tools.$(OBJEXT) tests/stub_tunnel.$(OBJEXT) url.$(OBJEXT) \
-	urn.$(OBJEXT) tests/stub_wccp2.$(OBJEXT) \
-	tests/stub_whois.$(OBJEXT) FadingCounter.$(OBJEXT) \
-	$(am__objects_18) wordlist.$(OBJEXT)
+	tests/testUriScheme.$(OBJEXT) tests/stub_time.$(OBJEXT) \
+	tests/stub_EventLoop.$(OBJEXT) tools.$(OBJEXT) \
+	tests/stub_tunnel.$(OBJEXT) url.$(OBJEXT) urn.$(OBJEXT) \
+	tests/stub_wccp2.$(OBJEXT) tests/stub_whois.$(OBJEXT) \
+	FadingCounter.$(OBJEXT) $(am__objects_18) wordlist.$(OBJEXT)
 nodist_tests_testURL_OBJECTS = $(am__objects_23)
 tests_testURL_OBJECTS = $(am_tests_testURL_OBJECTS) \
 	$(nodist_tests_testURL_OBJECTS)
@@ -1706,9 +1695,9 @@
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 	$(AM_CXXFLAGS) $(CXXFLAGS) $(tests_testURL_LDFLAGS) $(LDFLAGS) \
 	-o $@
-am__tests_testUfs_SOURCES_DIST = tests/testUfs.cc tests/testMain.cc \
-	tests/testUfs.h tests/stub_cache_manager.cc \
-	tests/stub_client_db.cc tests/stub_CollapsedForwarding.cc \
+am__tests_testUfs_SOURCES_DIST = tests/testUfs.cc tests/testUfs.h \
+	tests/stub_cache_manager.cc tests/stub_client_db.cc \
+	tests/stub_CollapsedForwarding.cc \
 	tests/stub_HelperChildConfig.cc tests/stub_icp.cc \
 	tests/stub_ipc.cc tests/stub_ipcache.cc tests/stub_libeui.cc \
 	tests/stub_libicmp.cc tests/stub_MemStore.cc \
@@ -1763,7 +1752,7 @@
 	DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \
 	DiskIO/DiskIOModule.h
 am_tests_testUfs_OBJECTS = tests/testUfs.$(OBJEXT) \
-	tests/testMain.$(OBJEXT) tests/stub_cache_manager.$(OBJEXT) \
+	tests/stub_cache_manager.$(OBJEXT) \
 	tests/stub_client_db.$(OBJEXT) \
 	tests/stub_CollapsedForwarding.$(OBJEXT) \
 	tests/stub_HelperChildConfig.$(OBJEXT) \
@@ -3228,7 +3217,6 @@
 #tests_testX_SOURCES=\
 #	tests/testX.h \
 #	tests/testX.cc \
-#	tests/testMain.cc \
 #	X.h \
 #	X.cc
 #nodist_tests_testX_SOURCES=\
@@ -3323,7 +3311,6 @@
 	tests/stub_HttpRequest.cc \
 	tests/testHttpReply.cc \
 	tests/testHttpReply.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	url.cc \
 	wordlist.h \
@@ -3457,7 +3444,6 @@
 	tests/stub_UdsOp.cc \
 	tests/testACLMaxUserIP.cc \
 	tests/testACLMaxUserIP.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	url.cc \
 	URL.h \
@@ -3499,7 +3485,6 @@
 tests_testACLMaxUserIP_LDFLAGS = $(LIBADD_DL)
 tests_testBoilerplate_SOURCES = \
 	tests/testBoilerplate.cc \
-	tests/testMain.cc \
 	tests/testBoilerplate.h \
 	tests/stub_debug.cc \
 	tests/stub_time.cc
@@ -3534,7 +3519,6 @@
 	String.cc \
 	tests/testCacheManager.cc \
 	tests/testCacheManager.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_store_stats.cc \
@@ -3898,7 +3882,6 @@
 	tests/stub_UdsOp.cc \
 	tests/testDiskIO.cc \
 	tests/testDiskIO.h \
-	tests/testMain.cc \
 	tests/testStoreSupport.cc \
 	tests/testStoreSupport.h \
 	tests/stub_time.cc \
@@ -4130,7 +4113,6 @@
 	tests/CapturingStoreEntry.h \
 	tests/testEvent.cc \
 	tests/testEvent.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_libauth_acls.cc \
@@ -4380,7 +4362,6 @@
 	tests/stub_SwapDir.cc \
 	tests/testEventLoop.cc \
 	tests/testEventLoop.h \
-	tests/testMain.cc \
 	tests/stub_main_cc.cc \
 	tests/stub_ipc_Forwarder.cc \
 	tests/stub_libauth_acls.cc \
@@ -4726,7 +4707,6 @@
 	tests/stub_tools.cc \
 	tests/testHttpParser.cc \
 	tests/testHttpParser.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	wordlist.h \
 	wordlist.cc
@@ -4763,7 +4743,6 @@
 	tests/testHttpRequest.cc \
 	tests/testHttpRequestMethod.h \
 	tests/testHttpRequestMethod.cc \
-	tests/testMain.cc \
 	tests/stub_DiskIOModule.cc \
 	tests/stub_libauth.cc \
 	tests/stub_main_cc.cc \
@@ -5113,7 +5092,6 @@
 	Transients.cc \
 	tests/stub_tools.cc \
 	tests/stub_UdsOp.cc \
-	tests/testMain.cc \
 	tests/testStore.cc \
 	tests/testStore.h \
 	tests/testStoreEntryStream.cc \
@@ -5175,7 +5153,6 @@
 	$(SBUF_SOURCE) \
 	SBufDetailedStats.h \
 	tests/stub_SBufDetailedStats.cc \
-	tests/testMain.cc \
 	tests/testString.cc \
 	tests/testString.h \
 	cache_cf.h \
@@ -5226,7 +5203,6 @@
 
 tests_testUfs_SOURCES = \
 	tests/testUfs.cc \
-	tests/testMain.cc \
 	tests/testUfs.h \
 	tests/stub_cache_manager.cc \
 	tests/stub_client_db.cc \
@@ -5504,7 +5480,6 @@
 	Transients.h \
 	Transients.cc \
 	tests/testRock.cc \
-	tests/testMain.cc \
 	tests/testRock.h \
 	tests/testStoreSupport.cc \
 	tests/testStoreSupport.h \
@@ -5771,7 +5746,6 @@
 	tests/testURL.h \
 	tests/testUriScheme.cc \
 	tests/testUriScheme.h \
-	tests/testMain.cc \
 	tests/stub_time.cc \
 	tests/stub_EventLoop.cc \
 	tools.h \
@@ -5842,7 +5816,6 @@
 tests_testSBuf_SOURCES = \
 	tests/testSBuf.h \
 	tests/testSBuf.cc \
-	tests/testMain.cc \
 	tests/SBufFindTest.h \
 	tests/SBufFindTest.cc \
 	$(SBUF_SOURCE) \
@@ -5881,7 +5854,6 @@
 tests_testSBufList_SOURCES = \
 	tests/testSBufList.h \
 	tests/testSBufList.cc \
-	tests/testMain.cc \
 	$(SBUF_SOURCE) \
 	SBufList.h \
 	SBufList.cc \
@@ -5937,7 +5909,6 @@
 	ConfigParser.cc \
 	fatal.h \
 	tests/stub_fatal.cc \
-	tests/testMain.cc \
 	tests/testConfigParser.cc \
 	tests/testConfigParser.h \
 	cache_cf.h \
@@ -5998,7 +5969,6 @@
 	time.cc \
 	tools.h \
 	tests/stub_tools.cc \
-	tests/testMain.cc \
 	tests/testStatHist.cc \
 	tests/testStatHist.h
 
@@ -6480,8 +6450,6 @@
 	tests/$(DEPDIR)/$(am__dirstamp)
 tests/testACLMaxUserIP.$(OBJEXT): tests/$(am__dirstamp) \
 	tests/$(DEPDIR)/$(am__dirstamp)
-tests/testMain.$(OBJEXT): tests/$(am__dirstamp) \
-	tests/$(DEPDIR)/$(am__dirstamp)
 tests/stub_time.$(OBJEXT): tests/$(am__dirstamp) \
 	tests/$(DEPDIR)/$(am__dirstamp)
 tests/stub_mem.$(OBJEXT): tests/$(am__dirstamp) \
@@ -6990,7 +6958,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testHttpReply.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testHttpRequest.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testHttpRequestMethod.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testMain.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testRefCount.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testRock.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/testSBuf.Po@am__quote@
diff -u -r -N squid-3.5.0.4/src/MasterXaction.cc squid-3.5.1/src/MasterXaction.cc
--- squid-3.5.0.4/src/MasterXaction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MasterXaction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MasterXaction.h squid-3.5.1/src/MasterXaction.h
--- squid-3.5.0.4/src/MasterXaction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MasterXaction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemBlob.cc squid-3.5.1/src/MemBlob.cc
--- squid-3.5.0.4/src/MemBlob.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemBlob.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemBlob.h squid-3.5.1/src/MemBlob.h
--- squid-3.5.0.4/src/MemBlob.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemBlob.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemBuf.cc squid-3.5.1/src/MemBuf.cc
--- squid-3.5.0.4/src/MemBuf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemBuf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemBuf.cci squid-3.5.1/src/MemBuf.cci
--- squid-3.5.0.4/src/MemBuf.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemBuf.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemBuf.h squid-3.5.1/src/MemBuf.h
--- squid-3.5.0.4/src/MemBuf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemBuf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mem.cc squid-3.5.1/src/mem.cc
--- squid-3.5.0.4/src/mem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Mem.h squid-3.5.1/src/Mem.h
--- squid-3.5.0.4/src/Mem.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Mem.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mem_node.cc squid-3.5.1/src/mem_node.cc
--- squid-3.5.0.4/src/mem_node.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mem_node.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mem_node.h squid-3.5.1/src/mem_node.h
--- squid-3.5.0.4/src/mem_node.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mem_node.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemObject.cc squid-3.5.1/src/MemObject.cc
--- squid-3.5.0.4/src/MemObject.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemObject.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemObject.h squid-3.5.1/src/MemObject.h
--- squid-3.5.0.4/src/MemObject.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemObject.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemStore.cc squid-3.5.1/src/MemStore.cc
--- squid-3.5.0.4/src/MemStore.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemStore.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MemStore.h squid-3.5.1/src/MemStore.h
--- squid-3.5.0.4/src/MemStore.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MemStore.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/MessageSizes.h squid-3.5.1/src/MessageSizes.h
--- squid-3.5.0.4/src/MessageSizes.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/MessageSizes.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Action.cc squid-3.5.1/src/mgr/Action.cc
--- squid-3.5.0.4/src/mgr/Action.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Action.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionCreator.h squid-3.5.1/src/mgr/ActionCreator.h
--- squid-3.5.0.4/src/mgr/ActionCreator.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionCreator.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Action.h squid-3.5.1/src/mgr/Action.h
--- squid-3.5.0.4/src/mgr/Action.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Action.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionParams.cc squid-3.5.1/src/mgr/ActionParams.cc
--- squid-3.5.0.4/src/mgr/ActionParams.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionParams.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionParams.h squid-3.5.1/src/mgr/ActionParams.h
--- squid-3.5.0.4/src/mgr/ActionParams.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionParams.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionPasswordList.cc squid-3.5.1/src/mgr/ActionPasswordList.cc
--- squid-3.5.0.4/src/mgr/ActionPasswordList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionPasswordList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionPasswordList.h squid-3.5.1/src/mgr/ActionPasswordList.h
--- squid-3.5.0.4/src/mgr/ActionPasswordList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionPasswordList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionProfile.h squid-3.5.1/src/mgr/ActionProfile.h
--- squid-3.5.0.4/src/mgr/ActionProfile.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionProfile.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionWriter.cc squid-3.5.1/src/mgr/ActionWriter.cc
--- squid-3.5.0.4/src/mgr/ActionWriter.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionWriter.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ActionWriter.h squid-3.5.1/src/mgr/ActionWriter.h
--- squid-3.5.0.4/src/mgr/ActionWriter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ActionWriter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/BasicActions.cc squid-3.5.1/src/mgr/BasicActions.cc
--- squid-3.5.0.4/src/mgr/BasicActions.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/BasicActions.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/BasicActions.h squid-3.5.1/src/mgr/BasicActions.h
--- squid-3.5.0.4/src/mgr/BasicActions.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/BasicActions.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Command.cc squid-3.5.1/src/mgr/Command.cc
--- squid-3.5.0.4/src/mgr/Command.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Command.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Command.h squid-3.5.1/src/mgr/Command.h
--- squid-3.5.0.4/src/mgr/Command.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Command.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/CountersAction.cc squid-3.5.1/src/mgr/CountersAction.cc
--- squid-3.5.0.4/src/mgr/CountersAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/CountersAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/CountersAction.h squid-3.5.1/src/mgr/CountersAction.h
--- squid-3.5.0.4/src/mgr/CountersAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/CountersAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Filler.cc squid-3.5.1/src/mgr/Filler.cc
--- squid-3.5.0.4/src/mgr/Filler.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Filler.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Filler.h squid-3.5.1/src/mgr/Filler.h
--- squid-3.5.0.4/src/mgr/Filler.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Filler.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Forwarder.cc squid-3.5.1/src/mgr/Forwarder.cc
--- squid-3.5.0.4/src/mgr/Forwarder.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Forwarder.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Forwarder.h squid-3.5.1/src/mgr/Forwarder.h
--- squid-3.5.0.4/src/mgr/Forwarder.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Forwarder.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/forward.h squid-3.5.1/src/mgr/forward.h
--- squid-3.5.0.4/src/mgr/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/FunAction.cc squid-3.5.1/src/mgr/FunAction.cc
--- squid-3.5.0.4/src/mgr/FunAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/FunAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/FunAction.h squid-3.5.1/src/mgr/FunAction.h
--- squid-3.5.0.4/src/mgr/FunAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/FunAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/InfoAction.cc squid-3.5.1/src/mgr/InfoAction.cc
--- squid-3.5.0.4/src/mgr/InfoAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/InfoAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/InfoAction.h squid-3.5.1/src/mgr/InfoAction.h
--- squid-3.5.0.4/src/mgr/InfoAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/InfoAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Inquirer.cc squid-3.5.1/src/mgr/Inquirer.cc
--- squid-3.5.0.4/src/mgr/Inquirer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Inquirer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Inquirer.h squid-3.5.1/src/mgr/Inquirer.h
--- squid-3.5.0.4/src/mgr/Inquirer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Inquirer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IntervalAction.cc squid-3.5.1/src/mgr/IntervalAction.cc
--- squid-3.5.0.4/src/mgr/IntervalAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IntervalAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IntervalAction.h squid-3.5.1/src/mgr/IntervalAction.h
--- squid-3.5.0.4/src/mgr/IntervalAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IntervalAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IntParam.cc squid-3.5.1/src/mgr/IntParam.cc
--- squid-3.5.0.4/src/mgr/IntParam.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IntParam.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IntParam.h squid-3.5.1/src/mgr/IntParam.h
--- squid-3.5.0.4/src/mgr/IntParam.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IntParam.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IoAction.cc squid-3.5.1/src/mgr/IoAction.cc
--- squid-3.5.0.4/src/mgr/IoAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IoAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/IoAction.h squid-3.5.1/src/mgr/IoAction.h
--- squid-3.5.0.4/src/mgr/IoAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/IoAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Makefile.am squid-3.5.1/src/mgr/Makefile.am
--- squid-3.5.0.4/src/mgr/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Makefile.in squid-3.5.1/src/mgr/Makefile.in
--- squid-3.5.0.4/src/mgr/Makefile.in	2014-12-20 21:15:00.000000000 -0800
+++ squid-3.5.1/src/mgr/Makefile.in	2015-01-13 04:54:08.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/mgr/QueryParam.h squid-3.5.1/src/mgr/QueryParam.h
--- squid-3.5.0.4/src/mgr/QueryParam.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/QueryParam.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/QueryParams.cc squid-3.5.1/src/mgr/QueryParams.cc
--- squid-3.5.0.4/src/mgr/QueryParams.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/QueryParams.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/QueryParams.h squid-3.5.1/src/mgr/QueryParams.h
--- squid-3.5.0.4/src/mgr/QueryParams.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/QueryParams.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Registration.cc squid-3.5.1/src/mgr/Registration.cc
--- squid-3.5.0.4/src/mgr/Registration.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Registration.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Registration.h squid-3.5.1/src/mgr/Registration.h
--- squid-3.5.0.4/src/mgr/Registration.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Registration.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Request.cc squid-3.5.1/src/mgr/Request.cc
--- squid-3.5.0.4/src/mgr/Request.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Request.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Request.h squid-3.5.1/src/mgr/Request.h
--- squid-3.5.0.4/src/mgr/Request.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Request.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Response.cc squid-3.5.1/src/mgr/Response.cc
--- squid-3.5.0.4/src/mgr/Response.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Response.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/Response.h squid-3.5.1/src/mgr/Response.h
--- squid-3.5.0.4/src/mgr/Response.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/Response.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ServiceTimesAction.cc squid-3.5.1/src/mgr/ServiceTimesAction.cc
--- squid-3.5.0.4/src/mgr/ServiceTimesAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ServiceTimesAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/ServiceTimesAction.h squid-3.5.1/src/mgr/ServiceTimesAction.h
--- squid-3.5.0.4/src/mgr/ServiceTimesAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/ServiceTimesAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StoreIoAction.cc squid-3.5.1/src/mgr/StoreIoAction.cc
--- squid-3.5.0.4/src/mgr/StoreIoAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StoreIoAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StoreIoAction.h squid-3.5.1/src/mgr/StoreIoAction.h
--- squid-3.5.0.4/src/mgr/StoreIoAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StoreIoAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StoreToCommWriter.cc squid-3.5.1/src/mgr/StoreToCommWriter.cc
--- squid-3.5.0.4/src/mgr/StoreToCommWriter.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StoreToCommWriter.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StoreToCommWriter.h squid-3.5.1/src/mgr/StoreToCommWriter.h
--- squid-3.5.0.4/src/mgr/StoreToCommWriter.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StoreToCommWriter.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StringParam.cc squid-3.5.1/src/mgr/StringParam.cc
--- squid-3.5.0.4/src/mgr/StringParam.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StringParam.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mgr/StringParam.h squid-3.5.1/src/mgr/StringParam.h
--- squid-3.5.0.4/src/mgr/StringParam.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mgr/StringParam.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mime.cc squid-3.5.1/src/mime.cc
--- squid-3.5.0.4/src/mime.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mime.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mime.conf.default squid-3.5.1/src/mime.conf.default
--- squid-3.5.0.4/src/mime.conf.default	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mime.conf.default	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mime.h squid-3.5.1/src/mime.h
--- squid-3.5.0.4/src/mime.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mime.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mime_header.cc squid-3.5.1/src/mime_header.cc
--- squid-3.5.0.4/src/mime_header.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mime_header.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mime_header.h squid-3.5.1/src/mime_header.h
--- squid-3.5.0.4/src/mime_header.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mime_header.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mk-globals-c.awk squid-3.5.1/src/mk-globals-c.awk
--- squid-3.5.0.4/src/mk-globals-c.awk	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mk-globals-c.awk	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mk-globals-c.pl squid-3.5.1/src/mk-globals-c.pl
--- squid-3.5.0.4/src/mk-globals-c.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mk-globals-c.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mk-string-arrays.awk squid-3.5.1/src/mk-string-arrays.awk
--- squid-3.5.0.4/src/mk-string-arrays.awk	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mk-string-arrays.awk	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/mk-string-arrays.pl squid-3.5.1/src/mk-string-arrays.pl
--- squid-3.5.0.4/src/mk-string-arrays.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/mk-string-arrays.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/multicast.cc squid-3.5.1/src/multicast.cc
--- squid-3.5.0.4/src/multicast.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/multicast.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/multicast.h squid-3.5.1/src/multicast.h
--- squid-3.5.0.4/src/multicast.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/multicast.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/neighbors.cc squid-3.5.1/src/neighbors.cc
--- squid-3.5.0.4/src/neighbors.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/neighbors.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/neighbors.h squid-3.5.1/src/neighbors.h
--- squid-3.5.0.4/src/neighbors.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/neighbors.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/NeighborTypeDomainList.h squid-3.5.1/src/NeighborTypeDomainList.h
--- squid-3.5.0.4/src/NeighborTypeDomainList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/NeighborTypeDomainList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Notes.cc squid-3.5.1/src/Notes.cc
--- squid-3.5.0.4/src/Notes.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Notes.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Notes.h squid-3.5.1/src/Notes.h
--- squid-3.5.0.4/src/Notes.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Notes.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/NullDelayId.cc squid-3.5.1/src/NullDelayId.cc
--- squid-3.5.0.4/src/NullDelayId.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/NullDelayId.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/NullDelayId.h squid-3.5.1/src/NullDelayId.h
--- squid-3.5.0.4/src/NullDelayId.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/NullDelayId.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/OutOfBoundsException.h squid-3.5.1/src/OutOfBoundsException.h
--- squid-3.5.0.4/src/OutOfBoundsException.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/OutOfBoundsException.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Packer.cc squid-3.5.1/src/Packer.cc
--- squid-3.5.0.4/src/Packer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Packer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Packer.h squid-3.5.1/src/Packer.h
--- squid-3.5.0.4/src/Packer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Packer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/parser/Makefile.am squid-3.5.1/src/parser/Makefile.am
--- squid-3.5.0.4/src/parser/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/parser/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -40,7 +40,6 @@
 	testTokenizer.cc \
 	Tokenizer.h
 nodist_testTokenizer_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/tests/stub_mem.cc \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/tests/stub_time.cc \
diff -u -r -N squid-3.5.0.4/src/parser/Makefile.in squid-3.5.1/src/parser/Makefile.in
--- squid-3.5.0.4/src/parser/Makefile.in	2014-12-20 21:15:01.000000000 -0800
+++ squid-3.5.1/src/parser/Makefile.in	2015-01-13 04:54:09.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
@@ -164,9 +164,8 @@
 	SBufExceptions.$(OBJEXT) String.$(OBJEXT) \
 	TextException.$(OBJEXT)
 am_testTokenizer_OBJECTS = $(am__objects_1) testTokenizer.$(OBJEXT)
-nodist_testTokenizer_OBJECTS = testMain.$(OBJEXT) stub_mem.$(OBJEXT) \
-	stub_debug.$(OBJEXT) stub_time.$(OBJEXT) \
-	stub_SBufDetailedStats.$(OBJEXT)
+nodist_testTokenizer_OBJECTS = stub_mem.$(OBJEXT) stub_debug.$(OBJEXT) \
+	stub_time.$(OBJEXT) stub_SBufDetailedStats.$(OBJEXT)
 testTokenizer_OBJECTS = $(am_testTokenizer_OBJECTS) \
 	$(nodist_testTokenizer_OBJECTS)
 am__DEPENDENCIES_1 =
@@ -723,7 +722,6 @@
 	Tokenizer.h
 
 nodist_testTokenizer_SOURCES = \
-	$(top_srcdir)/src/tests/testMain.cc \
 	$(top_srcdir)/src/tests/stub_mem.cc \
 	$(top_srcdir)/src/tests/stub_debug.cc \
 	$(top_srcdir)/src/tests/stub_time.cc \
@@ -818,7 +816,6 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_debug.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_mem.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub_time.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testMain.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testTokenizer.Po@am__quote@
 
 .cc.o:
@@ -912,20 +909,6 @@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TextException.obj `if test -f '$(top_srcdir)/src/base/TextException.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/base/TextException.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/base/TextException.cc'; fi`
 
-testMain.o: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.o -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.o `test -f '$(top_srcdir)/src/tests/testMain.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/testMain.cc
-
-testMain.obj: $(top_srcdir)/src/tests/testMain.cc
-@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testMain.obj -MD -MP -MF $(DEPDIR)/testMain.Tpo -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/testMain.Tpo $(DEPDIR)/testMain.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$(top_srcdir)/src/tests/testMain.cc' object='testMain.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testMain.obj `if test -f '$(top_srcdir)/src/tests/testMain.cc'; then $(CYGPATH_W) '$(top_srcdir)/src/tests/testMain.cc'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/tests/testMain.cc'; fi`
-
 stub_mem.o: $(top_srcdir)/src/tests/stub_mem.cc
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT stub_mem.o -MD -MP -MF $(DEPDIR)/stub_mem.Tpo -c -o stub_mem.o `test -f '$(top_srcdir)/src/tests/stub_mem.cc' || echo '$(srcdir)/'`$(top_srcdir)/src/tests/stub_mem.cc
 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stub_mem.Tpo $(DEPDIR)/stub_mem.Po
diff -u -r -N squid-3.5.0.4/src/parser/testTokenizer.cc squid-3.5.1/src/parser/testTokenizer.cc
--- squid-3.5.0.4/src/parser/testTokenizer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/parser/testTokenizer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,6 +10,7 @@
 #include "base/CharacterSet.h"
 #include "parser/Tokenizer.h"
 #include "testTokenizer.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testTokenizer );
 
diff -u -r -N squid-3.5.0.4/src/parser/testTokenizer.h squid-3.5.1/src/parser/testTokenizer.h
--- squid-3.5.0.4/src/parser/testTokenizer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/parser/testTokenizer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/parser/Tokenizer.cc squid-3.5.1/src/parser/Tokenizer.cc
--- squid-3.5.0.4/src/parser/Tokenizer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/parser/Tokenizer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/parser/Tokenizer.h squid-3.5.1/src/parser/Tokenizer.h
--- squid-3.5.0.4/src/parser/Tokenizer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/parser/Tokenizer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Parsing.cc squid-3.5.1/src/Parsing.cc
--- squid-3.5.0.4/src/Parsing.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Parsing.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Parsing.h squid-3.5.1/src/Parsing.h
--- squid-3.5.0.4/src/Parsing.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Parsing.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/pconn.cc squid-3.5.1/src/pconn.cc
--- squid-3.5.0.4/src/pconn.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/pconn.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/pconn.h squid-3.5.1/src/pconn.h
--- squid-3.5.0.4/src/pconn.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/pconn.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_digest.cc squid-3.5.1/src/peer_digest.cc
--- squid-3.5.0.4/src/peer_digest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_digest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/PeerDigest.h squid-3.5.1/src/PeerDigest.h
--- squid-3.5.0.4/src/PeerDigest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/PeerDigest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/PeerPoolMgr.cc squid-3.5.1/src/PeerPoolMgr.cc
--- squid-3.5.0.4/src/PeerPoolMgr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/PeerPoolMgr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/PeerPoolMgr.h squid-3.5.1/src/PeerPoolMgr.h
--- squid-3.5.0.4/src/PeerPoolMgr.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/PeerPoolMgr.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_proxy_negotiate_auth.cc squid-3.5.1/src/peer_proxy_negotiate_auth.cc
--- squid-3.5.0.4/src/peer_proxy_negotiate_auth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_proxy_negotiate_auth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_proxy_negotiate_auth.h squid-3.5.1/src/peer_proxy_negotiate_auth.h
--- squid-3.5.0.4/src/peer_proxy_negotiate_auth.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_proxy_negotiate_auth.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_select.cc squid-3.5.1/src/peer_select.cc
--- squid-3.5.0.4/src/peer_select.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_select.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/PeerSelectState.h squid-3.5.1/src/PeerSelectState.h
--- squid-3.5.0.4/src/PeerSelectState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/PeerSelectState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_sourcehash.cc squid-3.5.1/src/peer_sourcehash.cc
--- squid-3.5.0.4/src/peer_sourcehash.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_sourcehash.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_sourcehash.h squid-3.5.1/src/peer_sourcehash.h
--- squid-3.5.0.4/src/peer_sourcehash.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_sourcehash.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_userhash.cc squid-3.5.1/src/peer_userhash.cc
--- squid-3.5.0.4/src/peer_userhash.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_userhash.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/peer_userhash.h squid-3.5.1/src/peer_userhash.h
--- squid-3.5.0.4/src/peer_userhash.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/peer_userhash.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/PingData.h squid-3.5.1/src/PingData.h
--- squid-3.5.0.4/src/PingData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/PingData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ProfStats.cc squid-3.5.1/src/ProfStats.cc
--- squid-3.5.0.4/src/ProfStats.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ProfStats.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/protos.h squid-3.5.1/src/protos.h
--- squid-3.5.0.4/src/protos.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/protos.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/recv-announce.cc squid-3.5.1/src/recv-announce.cc
--- squid-3.5.0.4/src/recv-announce.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/recv-announce.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/redirect.cc squid-3.5.1/src/redirect.cc
--- squid-3.5.0.4/src/redirect.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/redirect.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/redirect.h squid-3.5.1/src/redirect.h
--- squid-3.5.0.4/src/redirect.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/redirect.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/refresh.cc squid-3.5.1/src/refresh.cc
--- squid-3.5.0.4/src/refresh.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/refresh.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/refresh.h squid-3.5.1/src/refresh.h
--- squid-3.5.0.4/src/refresh.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/refresh.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RefreshPattern.h squid-3.5.1/src/RefreshPattern.h
--- squid-3.5.0.4/src/RefreshPattern.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RefreshPattern.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RegexList.cc squid-3.5.1/src/RegexList.cc
--- squid-3.5.0.4/src/RegexList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RegexList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RegexList.h squid-3.5.1/src/RegexList.h
--- squid-3.5.0.4/src/RegexList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RegexList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RemovalPolicy.cc squid-3.5.1/src/RemovalPolicy.cc
--- squid-3.5.0.4/src/RemovalPolicy.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RemovalPolicy.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RemovalPolicy.h squid-3.5.1/src/RemovalPolicy.h
--- squid-3.5.0.4/src/RemovalPolicy.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RemovalPolicy.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/heap/store_heap_replacement.cc squid-3.5.1/src/repl/heap/store_heap_replacement.cc
--- squid-3.5.0.4/src/repl/heap/store_heap_replacement.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl/heap/store_heap_replacement.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/heap/store_heap_replacement.h squid-3.5.1/src/repl/heap/store_heap_replacement.h
--- squid-3.5.0.4/src/repl/heap/store_heap_replacement.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl/heap/store_heap_replacement.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/heap/store_repl_heap.cc squid-3.5.1/src/repl/heap/store_repl_heap.cc
--- squid-3.5.0.4/src/repl/heap/store_repl_heap.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl/heap/store_repl_heap.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/lru/store_repl_lru.cc squid-3.5.1/src/repl/lru/store_repl_lru.cc
--- squid-3.5.0.4/src/repl/lru/store_repl_lru.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl/lru/store_repl_lru.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/Makefile.am squid-3.5.1/src/repl/Makefile.am
--- squid-3.5.0.4/src/repl/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl/Makefile.in squid-3.5.1/src/repl/Makefile.in
--- squid-3.5.0.4/src/repl/Makefile.in	2014-12-20 21:15:02.000000000 -0800
+++ squid-3.5.1/src/repl/Makefile.in	2015-01-13 04:54:10.000000000 -0800
@@ -99,7 +99,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -107,6 +106,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/repl_modules.h squid-3.5.1/src/repl_modules.h
--- squid-3.5.0.4/src/repl_modules.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl_modules.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/repl_modules.sh squid-3.5.1/src/repl_modules.sh
--- squid-3.5.0.4/src/repl_modules.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/repl_modules.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RequestFlags.cc squid-3.5.1/src/RequestFlags.cc
--- squid-3.5.0.4/src/RequestFlags.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RequestFlags.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/RequestFlags.h squid-3.5.1/src/RequestFlags.h
--- squid-3.5.0.4/src/RequestFlags.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/RequestFlags.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufAlgos.h squid-3.5.1/src/SBufAlgos.h
--- squid-3.5.0.4/src/SBufAlgos.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufAlgos.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBuf.cc squid-3.5.1/src/SBuf.cc
--- squid-3.5.0.4/src/SBuf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBuf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufDetailedStats.cc squid-3.5.1/src/SBufDetailedStats.cc
--- squid-3.5.0.4/src/SBufDetailedStats.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufDetailedStats.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufDetailedStats.h squid-3.5.1/src/SBufDetailedStats.h
--- squid-3.5.0.4/src/SBufDetailedStats.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufDetailedStats.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufExceptions.cc squid-3.5.1/src/SBufExceptions.cc
--- squid-3.5.0.4/src/SBufExceptions.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufExceptions.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufExceptions.h squid-3.5.1/src/SBufExceptions.h
--- squid-3.5.0.4/src/SBufExceptions.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufExceptions.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBuf.h squid-3.5.1/src/SBuf.h
--- squid-3.5.0.4/src/SBuf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBuf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufList.cc squid-3.5.1/src/SBufList.cc
--- squid-3.5.0.4/src/SBufList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufList.h squid-3.5.1/src/SBufList.h
--- squid-3.5.0.4/src/SBufList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufStatsAction.cc squid-3.5.1/src/SBufStatsAction.cc
--- squid-3.5.0.4/src/SBufStatsAction.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufStatsAction.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufStatsAction.h squid-3.5.1/src/SBufStatsAction.h
--- squid-3.5.0.4/src/SBufStatsAction.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufStatsAction.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SBufStream.h squid-3.5.1/src/SBufStream.h
--- squid-3.5.0.4/src/SBufStream.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SBufStream.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/send-announce.cc squid-3.5.1/src/send-announce.cc
--- squid-3.5.0.4/src/send-announce.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/send-announce.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/send-announce.h squid-3.5.1/src/send-announce.h
--- squid-3.5.0.4/src/send-announce.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/send-announce.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/forward.h squid-3.5.1/src/servers/forward.h
--- squid-3.5.0.4/src/servers/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/servers/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/FtpServer.cc squid-3.5.1/src/servers/FtpServer.cc
--- squid-3.5.0.4/src/servers/FtpServer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/servers/FtpServer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/FtpServer.h squid-3.5.1/src/servers/FtpServer.h
--- squid-3.5.0.4/src/servers/FtpServer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/servers/FtpServer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/HttpServer.cc squid-3.5.1/src/servers/HttpServer.cc
--- squid-3.5.0.4/src/servers/HttpServer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/servers/HttpServer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/Makefile.am squid-3.5.1/src/servers/Makefile.am
--- squid-3.5.0.4/src/servers/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/servers/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/servers/Makefile.in squid-3.5.1/src/servers/Makefile.in
--- squid-3.5.0.4/src/servers/Makefile.in	2014-12-20 21:15:03.000000000 -0800
+++ squid-3.5.1/src/servers/Makefile.in	2015-01-13 04:54:11.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/snmp/Forwarder.cc squid-3.5.1/src/snmp/Forwarder.cc
--- squid-3.5.0.4/src/snmp/Forwarder.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Forwarder.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Forwarder.h squid-3.5.1/src/snmp/Forwarder.h
--- squid-3.5.0.4/src/snmp/Forwarder.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Forwarder.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/forward.h squid-3.5.1/src/snmp/forward.h
--- squid-3.5.0.4/src/snmp/forward.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/forward.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Inquirer.cc squid-3.5.1/src/snmp/Inquirer.cc
--- squid-3.5.0.4/src/snmp/Inquirer.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Inquirer.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Inquirer.h squid-3.5.1/src/snmp/Inquirer.h
--- squid-3.5.0.4/src/snmp/Inquirer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Inquirer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Makefile.am squid-3.5.1/src/snmp/Makefile.am
--- squid-3.5.0.4/src/snmp/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Makefile.in squid-3.5.1/src/snmp/Makefile.in
--- squid-3.5.0.4/src/snmp/Makefile.in	2014-12-20 21:15:04.000000000 -0800
+++ squid-3.5.1/src/snmp/Makefile.in	2015-01-13 04:54:11.000000000 -0800
@@ -100,7 +100,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -108,6 +107,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/snmp/Pdu.cc squid-3.5.1/src/snmp/Pdu.cc
--- squid-3.5.0.4/src/snmp/Pdu.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Pdu.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Pdu.h squid-3.5.1/src/snmp/Pdu.h
--- squid-3.5.0.4/src/snmp/Pdu.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Pdu.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Request.cc squid-3.5.1/src/snmp/Request.cc
--- squid-3.5.0.4/src/snmp/Request.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Request.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Request.h squid-3.5.1/src/snmp/Request.h
--- squid-3.5.0.4/src/snmp/Request.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Request.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Response.cc squid-3.5.1/src/snmp/Response.cc
--- squid-3.5.0.4/src/snmp/Response.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Response.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Response.h squid-3.5.1/src/snmp/Response.h
--- squid-3.5.0.4/src/snmp/Response.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Response.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Session.cc squid-3.5.1/src/snmp/Session.cc
--- squid-3.5.0.4/src/snmp/Session.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Session.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Session.h squid-3.5.1/src/snmp/Session.h
--- squid-3.5.0.4/src/snmp/Session.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Session.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Var.cc squid-3.5.1/src/snmp/Var.cc
--- squid-3.5.0.4/src/snmp/Var.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Var.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp/Var.h squid-3.5.1/src/snmp/Var.h
--- squid-3.5.0.4/src/snmp/Var.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp/Var.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp_agent.cc squid-3.5.1/src/snmp_agent.cc
--- squid-3.5.0.4/src/snmp_agent.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp_agent.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp_agent.h squid-3.5.1/src/snmp_agent.h
--- squid-3.5.0.4/src/snmp_agent.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp_agent.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp_core.cc squid-3.5.1/src/snmp_core.cc
--- squid-3.5.0.4/src/snmp_core.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp_core.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/snmp_core.h squid-3.5.1/src/snmp_core.h
--- squid-3.5.0.4/src/snmp_core.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/snmp_core.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SnmpRequest.h squid-3.5.1/src/SnmpRequest.h
--- squid-3.5.0.4/src/SnmpRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SnmpRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/squid.8.in squid-3.5.1/src/squid.8.in
--- squid-3.5.0.4/src/squid.8.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/squid.8.in	2015-01-13 04:52:01.000000000 -0800
@@ -240,7 +240,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidConfig.cc squid-3.5.1/src/SquidConfig.cc
--- squid-3.5.0.4/src/SquidConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidConfig.h squid-3.5.1/src/SquidConfig.h
--- squid-3.5.0.4/src/SquidConfig.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidConfig.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidDns.h squid-3.5.1/src/SquidDns.h
--- squid-3.5.0.4/src/SquidDns.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidDns.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidIpc.h squid-3.5.1/src/SquidIpc.h
--- squid-3.5.0.4/src/SquidIpc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidIpc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidList.cc squid-3.5.1/src/SquidList.cc
--- squid-3.5.0.4/src/SquidList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidList.h squid-3.5.1/src/SquidList.h
--- squid-3.5.0.4/src/SquidList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidMath.cc squid-3.5.1/src/SquidMath.cc
--- squid-3.5.0.4/src/SquidMath.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidMath.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidMath.h squid-3.5.1/src/SquidMath.h
--- squid-3.5.0.4/src/SquidMath.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidMath.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidNew.cc squid-3.5.1/src/SquidNew.cc
--- squid-3.5.0.4/src/SquidNew.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidNew.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidString.h squid-3.5.1/src/SquidString.h
--- squid-3.5.0.4/src/SquidString.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidString.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SquidTime.h squid-3.5.1/src/SquidTime.h
--- squid-3.5.0.4/src/SquidTime.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SquidTime.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/bio.cc squid-3.5.1/src/ssl/bio.cc
--- squid-3.5.0.4/src/ssl/bio.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/bio.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/bio.h squid-3.5.1/src/ssl/bio.h
--- squid-3.5.0.4/src/ssl/bio.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/bio.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/certificate_db.cc squid-3.5.1/src/ssl/certificate_db.cc
--- squid-3.5.0.4/src/ssl/certificate_db.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/certificate_db.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -50,7 +50,7 @@
     hFile = CreateFile(TEXT(filename.c_str()), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
     if (hFile == INVALID_HANDLE_VALUE)
 #else
-    fd = open(filename.c_str(), 0);
+    fd = open(filename.c_str(), O_RDWR);
     if (fd == -1)
 #endif
         throw std::runtime_error("Failed to open file " + filename);
@@ -58,7 +58,7 @@
 #if _SQUID_WINDOWS_
     if (!LockFile(hFile, 0, 0, 1, 0))
 #else
-    if (flock(fd, LOCK_EX) != 0)
+    if (lockf(fd, F_LOCK, 0) != 0)
 #endif
         throw std::runtime_error("Failed to get a lock of " + filename);
 }
@@ -73,7 +73,7 @@
     }
 #else
     if (fd != -1) {
-        flock(fd, LOCK_UN);
+        lockf(fd, F_ULOCK, 0);
         close(fd);
         fd = -1;
     }
diff -u -r -N squid-3.5.0.4/src/ssl/certificate_db.h squid-3.5.1/src/ssl/certificate_db.h
--- squid-3.5.0.4/src/ssl/certificate_db.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/certificate_db.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/cert_validate_message.cc squid-3.5.1/src/ssl/cert_validate_message.cc
--- squid-3.5.0.4/src/ssl/cert_validate_message.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/cert_validate_message.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/cert_validate_message.h squid-3.5.1/src/ssl/cert_validate_message.h
--- squid-3.5.0.4/src/ssl/cert_validate_message.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/cert_validate_message.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/Config.cc squid-3.5.1/src/ssl/Config.cc
--- squid-3.5.0.4/src/ssl/Config.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/Config.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/Config.h squid-3.5.1/src/ssl/Config.h
--- squid-3.5.0.4/src/ssl/Config.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/Config.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/context_storage.cc squid-3.5.1/src/ssl/context_storage.cc
--- squid-3.5.0.4/src/ssl/context_storage.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/context_storage.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/context_storage.h squid-3.5.1/src/ssl/context_storage.h
--- squid-3.5.0.4/src/ssl/context_storage.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/context_storage.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/crtd_message.cc squid-3.5.1/src/ssl/crtd_message.cc
--- squid-3.5.0.4/src/ssl/crtd_message.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/crtd_message.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/crtd_message.h squid-3.5.1/src/ssl/crtd_message.h
--- squid-3.5.0.4/src/ssl/crtd_message.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/crtd_message.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ErrorDetail.cc squid-3.5.1/src/ssl/ErrorDetail.cc
--- squid-3.5.0.4/src/ssl/ErrorDetail.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ErrorDetail.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ErrorDetail.h squid-3.5.1/src/ssl/ErrorDetail.h
--- squid-3.5.0.4/src/ssl/ErrorDetail.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ErrorDetail.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ErrorDetailManager.cc squid-3.5.1/src/ssl/ErrorDetailManager.cc
--- squid-3.5.0.4/src/ssl/ErrorDetailManager.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ErrorDetailManager.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ErrorDetailManager.h squid-3.5.1/src/ssl/ErrorDetailManager.h
--- squid-3.5.0.4/src/ssl/ErrorDetailManager.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ErrorDetailManager.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/gadgets.cc squid-3.5.1/src/ssl/gadgets.cc
--- squid-3.5.0.4/src/ssl/gadgets.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/gadgets.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/gadgets.h squid-3.5.1/src/ssl/gadgets.h
--- squid-3.5.0.4/src/ssl/gadgets.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/gadgets.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/helper.cc squid-3.5.1/src/ssl/helper.cc
--- squid-3.5.0.4/src/ssl/helper.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/helper.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/helper.h squid-3.5.1/src/ssl/helper.h
--- squid-3.5.0.4/src/ssl/helper.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/helper.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/Makefile.am squid-3.5.1/src/ssl/Makefile.am
--- squid-3.5.0.4/src/ssl/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/Makefile.in squid-3.5.1/src/ssl/Makefile.in
--- squid-3.5.0.4/src/ssl/Makefile.in	2014-12-20 21:15:05.000000000 -0800
+++ squid-3.5.1/src/ssl/Makefile.in	2015-01-13 04:54:13.000000000 -0800
@@ -103,7 +103,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -111,6 +110,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/src/ssl/PeerConnector.cc squid-3.5.1/src/ssl/PeerConnector.cc
--- squid-3.5.0.4/src/ssl/PeerConnector.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/PeerConnector.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -541,8 +541,14 @@
         // In this case the connection can be saved.
         // If the checklist decision is do not splice a new error will
         // occure in the next SSL_connect call, and we will fail again.
+        // Abort on certificate validation errors to avoid splicing and
+        // thus hiding them.
+        // Abort if no certificate found probably because of malformed or
+        // unsupported server Hello message (TODO: make configurable).
 #if 1
-        if ((request->clientConnectionManager->sslBumpMode == Ssl::bumpPeek  || request->clientConnectionManager->sslBumpMode == Ssl::bumpStare) && srvBio->holdWrite()) {
+        if (!SSL_get_ex_data(ssl, ssl_ex_index_ssl_error_detail) &&
+                SSL_get_peer_certificate(ssl) &&
+                (request->clientConnectionManager->sslBumpMode == Ssl::bumpPeek  || request->clientConnectionManager->sslBumpMode == Ssl::bumpStare) && srvBio->holdWrite()) {
             debugs(81, 3, "Error ("  << ERR_error_string(ssl_lib_error, NULL) <<  ") but, hold write on SSL connection on FD " << fd);
             checkForPeekAndSplice();
             return;
diff -u -r -N squid-3.5.0.4/src/ssl/PeerConnector.h squid-3.5.1/src/ssl/PeerConnector.h
--- squid-3.5.0.4/src/ssl/PeerConnector.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/PeerConnector.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ProxyCerts.h squid-3.5.1/src/ssl/ProxyCerts.h
--- squid-3.5.0.4/src/ssl/ProxyCerts.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ProxyCerts.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ServerBump.cc squid-3.5.1/src/ssl/ServerBump.cc
--- squid-3.5.0.4/src/ssl/ServerBump.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ServerBump.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ServerBump.h squid-3.5.1/src/ssl/ServerBump.h
--- squid-3.5.0.4/src/ssl/ServerBump.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ServerBump.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ssl_crtd.8 squid-3.5.1/src/ssl/ssl_crtd.8
--- squid-3.5.0.4/src/ssl/ssl_crtd.8	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ssl_crtd.8	2015-01-13 04:52:01.000000000 -0800
@@ -149,7 +149,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/ssl_crtd.cc squid-3.5.1/src/ssl/ssl_crtd.cc
--- squid-3.5.0.4/src/ssl/ssl_crtd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/ssl_crtd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/support.cc squid-3.5.1/src/ssl/support.cc
--- squid-3.5.0.4/src/ssl/support.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/support.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ssl/support.h squid-3.5.1/src/ssl/support.h
--- squid-3.5.0.4/src/ssl/support.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ssl/support.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/stat.cc squid-3.5.1/src/stat.cc
--- squid-3.5.0.4/src/stat.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/stat.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StatCounters.cc squid-3.5.1/src/StatCounters.cc
--- squid-3.5.0.4/src/StatCounters.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StatCounters.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StatCounters.h squid-3.5.1/src/StatCounters.h
--- squid-3.5.0.4/src/StatCounters.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StatCounters.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/stat.h squid-3.5.1/src/stat.h
--- squid-3.5.0.4/src/stat.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/stat.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StatHist.cc squid-3.5.1/src/StatHist.cc
--- squid-3.5.0.4/src/StatHist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StatHist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StatHist.h squid-3.5.1/src/StatHist.h
--- squid-3.5.0.4/src/StatHist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StatHist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/stmem.cc squid-3.5.1/src/stmem.cc
--- squid-3.5.0.4/src/stmem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/stmem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/stmem.h squid-3.5.1/src/stmem.h
--- squid-3.5.0.4/src/stmem.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/stmem.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store.cc squid-3.5.1/src/store.cc
--- squid-3.5.0.4/src/store.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_client.cc squid-3.5.1/src/store_client.cc
--- squid-3.5.0.4/src/store_client.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_client.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreClient.h squid-3.5.1/src/StoreClient.h
--- squid-3.5.0.4/src/StoreClient.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreClient.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_digest.cc squid-3.5.1/src/store_digest.cc
--- squid-3.5.0.4/src/store_digest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_digest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_digest.h squid-3.5.1/src/store_digest.h
--- squid-3.5.0.4/src/store_digest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_digest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_dir.cc squid-3.5.1/src/store_dir.cc
--- squid-3.5.0.4/src/store_dir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_dir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreEntryStream.h squid-3.5.1/src/StoreEntryStream.h
--- squid-3.5.0.4/src/StoreEntryStream.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreEntryStream.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreFileSystem.cc squid-3.5.1/src/StoreFileSystem.cc
--- squid-3.5.0.4/src/StoreFileSystem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreFileSystem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreFileSystem.h squid-3.5.1/src/StoreFileSystem.h
--- squid-3.5.0.4/src/StoreFileSystem.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreFileSystem.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Store.h squid-3.5.1/src/Store.h
--- squid-3.5.0.4/src/Store.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Store.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreHashIndex.h squid-3.5.1/src/StoreHashIndex.h
--- squid-3.5.0.4/src/StoreHashIndex.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreHashIndex.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreIOBuffer.h squid-3.5.1/src/StoreIOBuffer.h
--- squid-3.5.0.4/src/StoreIOBuffer.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreIOBuffer.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_io.cc squid-3.5.1/src/store_io.cc
--- squid-3.5.0.4/src/store_io.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_io.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreIOState.cc squid-3.5.1/src/StoreIOState.cc
--- squid-3.5.0.4/src/StoreIOState.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreIOState.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreIOState.h squid-3.5.1/src/StoreIOState.h
--- squid-3.5.0.4/src/StoreIOState.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreIOState.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_key_md5.cc squid-3.5.1/src/store_key_md5.cc
--- squid-3.5.0.4/src/store_key_md5.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_key_md5.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_key_md5.h squid-3.5.1/src/store_key_md5.h
--- squid-3.5.0.4/src/store_key_md5.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_key_md5.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_log.cc squid-3.5.1/src/store_log.cc
--- squid-3.5.0.4/src/store_log.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_log.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_log.h squid-3.5.1/src/store_log.h
--- squid-3.5.0.4/src/store_log.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_log.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMeta.cc squid-3.5.1/src/StoreMeta.cc
--- squid-3.5.0.4/src/StoreMeta.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMeta.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMeta.h squid-3.5.1/src/StoreMeta.h
--- squid-3.5.0.4/src/StoreMeta.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMeta.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaMD5.cc squid-3.5.1/src/StoreMetaMD5.cc
--- squid-3.5.0.4/src/StoreMetaMD5.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaMD5.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaMD5.h squid-3.5.1/src/StoreMetaMD5.h
--- squid-3.5.0.4/src/StoreMetaMD5.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaMD5.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaObjSize.h squid-3.5.1/src/StoreMetaObjSize.h
--- squid-3.5.0.4/src/StoreMetaObjSize.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaObjSize.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaSTD.cc squid-3.5.1/src/StoreMetaSTD.cc
--- squid-3.5.0.4/src/StoreMetaSTD.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaSTD.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaSTD.h squid-3.5.1/src/StoreMetaSTD.h
--- squid-3.5.0.4/src/StoreMetaSTD.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaSTD.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaSTDLFS.cc squid-3.5.1/src/StoreMetaSTDLFS.cc
--- squid-3.5.0.4/src/StoreMetaSTDLFS.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaSTDLFS.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaSTDLFS.h squid-3.5.1/src/StoreMetaSTDLFS.h
--- squid-3.5.0.4/src/StoreMetaSTDLFS.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaSTDLFS.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaUnpacker.cc squid-3.5.1/src/StoreMetaUnpacker.cc
--- squid-3.5.0.4/src/StoreMetaUnpacker.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaUnpacker.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaUnpacker.h squid-3.5.1/src/StoreMetaUnpacker.h
--- squid-3.5.0.4/src/StoreMetaUnpacker.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaUnpacker.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaURL.cc squid-3.5.1/src/StoreMetaURL.cc
--- squid-3.5.0.4/src/StoreMetaURL.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaURL.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaURL.h squid-3.5.1/src/StoreMetaURL.h
--- squid-3.5.0.4/src/StoreMetaURL.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaURL.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaVary.cc squid-3.5.1/src/StoreMetaVary.cc
--- squid-3.5.0.4/src/StoreMetaVary.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaVary.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreMetaVary.h squid-3.5.1/src/StoreMetaVary.h
--- squid-3.5.0.4/src/StoreMetaVary.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreMetaVary.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_rebuild.cc squid-3.5.1/src/store_rebuild.cc
--- squid-3.5.0.4/src/store_rebuild.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_rebuild.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_rebuild.h squid-3.5.1/src/store_rebuild.h
--- squid-3.5.0.4/src/store_rebuild.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_rebuild.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreSearch.h squid-3.5.1/src/StoreSearch.h
--- squid-3.5.0.4/src/StoreSearch.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreSearch.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreStats.cc squid-3.5.1/src/StoreStats.cc
--- squid-3.5.0.4/src/StoreStats.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreStats.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreStats.h squid-3.5.1/src/StoreStats.h
--- squid-3.5.0.4/src/StoreStats.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreStats.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_swapin.cc squid-3.5.1/src/store_swapin.cc
--- squid-3.5.0.4/src/store_swapin.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_swapin.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_swapin.h squid-3.5.1/src/store_swapin.h
--- squid-3.5.0.4/src/store_swapin.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_swapin.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreSwapLogData.cc squid-3.5.1/src/StoreSwapLogData.cc
--- squid-3.5.0.4/src/StoreSwapLogData.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreSwapLogData.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StoreSwapLogData.h squid-3.5.1/src/StoreSwapLogData.h
--- squid-3.5.0.4/src/StoreSwapLogData.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StoreSwapLogData.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_swapmeta.cc squid-3.5.1/src/store_swapmeta.cc
--- squid-3.5.0.4/src/store_swapmeta.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_swapmeta.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/store_swapout.cc squid-3.5.1/src/store_swapout.cc
--- squid-3.5.0.4/src/store_swapout.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/store_swapout.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/String.cc squid-3.5.1/src/String.cc
--- squid-3.5.0.4/src/String.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/String.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/String.cci squid-3.5.1/src/String.cci
--- squid-3.5.0.4/src/String.cci	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/String.cci	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StrList.cc squid-3.5.1/src/StrList.cc
--- squid-3.5.0.4/src/StrList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StrList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/StrList.h squid-3.5.1/src/StrList.h
--- squid-3.5.0.4/src/StrList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/StrList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SwapDir.cc squid-3.5.1/src/SwapDir.cc
--- squid-3.5.0.4/src/SwapDir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SwapDir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/SwapDir.h squid-3.5.1/src/SwapDir.h
--- squid-3.5.0.4/src/SwapDir.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/SwapDir.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/swap_log_op.h squid-3.5.1/src/swap_log_op.h
--- squid-3.5.0.4/src/swap_log_op.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/swap_log_op.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/TestHeaders.am squid-3.5.1/src/TestHeaders.am
--- squid-3.5.0.4/src/TestHeaders.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/TestHeaders.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/CapturingStoreEntry.h squid-3.5.1/src/tests/CapturingStoreEntry.h
--- squid-3.5.0.4/src/tests/CapturingStoreEntry.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/CapturingStoreEntry.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/SBufFindTest.cc squid-3.5.1/src/tests/SBufFindTest.cc
--- squid-3.5.0.4/src/tests/SBufFindTest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/SBufFindTest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/SBufFindTest.h squid-3.5.1/src/tests/SBufFindTest.h
--- squid-3.5.0.4/src/tests/SBufFindTest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/SBufFindTest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_access_log.cc squid-3.5.1/src/tests/stub_access_log.cc
--- squid-3.5.0.4/src/tests/stub_access_log.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_access_log.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_acl.cc squid-3.5.1/src/tests/stub_acl.cc
--- squid-3.5.0.4/src/tests/stub_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_cache_cf.cc squid-3.5.1/src/tests/stub_cache_cf.cc
--- squid-3.5.0.4/src/tests/stub_cache_cf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_cache_cf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_CacheDigest.cc squid-3.5.1/src/tests/stub_CacheDigest.cc
--- squid-3.5.0.4/src/tests/stub_CacheDigest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_CacheDigest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_cache_manager.cc squid-3.5.1/src/tests/stub_cache_manager.cc
--- squid-3.5.0.4/src/tests/stub_cache_manager.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_cache_manager.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_carp.cc squid-3.5.1/src/tests/stub_carp.cc
--- squid-3.5.0.4/src/tests/stub_carp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_carp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_cbdata.cc squid-3.5.1/src/tests/stub_cbdata.cc
--- squid-3.5.0.4/src/tests/stub_cbdata.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_cbdata.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_client_db.cc squid-3.5.1/src/tests/stub_client_db.cc
--- squid-3.5.0.4/src/tests/stub_client_db.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_client_db.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_client_side.cc squid-3.5.1/src/tests/stub_client_side.cc
--- squid-3.5.0.4/src/tests/stub_client_side.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_client_side.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_client_side_request.cc squid-3.5.1/src/tests/stub_client_side_request.cc
--- squid-3.5.0.4/src/tests/stub_client_side_request.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_client_side_request.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_CollapsedForwarding.cc squid-3.5.1/src/tests/stub_CollapsedForwarding.cc
--- squid-3.5.0.4/src/tests/stub_CollapsedForwarding.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_CollapsedForwarding.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_comm.cc squid-3.5.1/src/tests/stub_comm.cc
--- squid-3.5.0.4/src/tests/stub_comm.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_comm.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_CommIO.cc squid-3.5.1/src/tests/stub_CommIO.cc
--- squid-3.5.0.4/src/tests/stub_CommIO.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_CommIO.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_debug.cc squid-3.5.1/src/tests/stub_debug.cc
--- squid-3.5.0.4/src/tests/stub_debug.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_debug.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_DelayId.cc squid-3.5.1/src/tests/stub_DelayId.cc
--- squid-3.5.0.4/src/tests/stub_DelayId.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_DelayId.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_DiskIOModule.cc squid-3.5.1/src/tests/stub_DiskIOModule.cc
--- squid-3.5.0.4/src/tests/stub_DiskIOModule.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_DiskIOModule.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_errorpage.cc squid-3.5.1/src/tests/stub_errorpage.cc
--- squid-3.5.0.4/src/tests/stub_errorpage.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_errorpage.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_ETag.cc squid-3.5.1/src/tests/stub_ETag.cc
--- squid-3.5.0.4/src/tests/stub_ETag.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_ETag.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_event.cc squid-3.5.1/src/tests/stub_event.cc
--- squid-3.5.0.4/src/tests/stub_event.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_event.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_EventLoop.cc squid-3.5.1/src/tests/stub_EventLoop.cc
--- squid-3.5.0.4/src/tests/stub_EventLoop.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_EventLoop.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_external_acl.cc squid-3.5.1/src/tests/stub_external_acl.cc
--- squid-3.5.0.4/src/tests/stub_external_acl.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_external_acl.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_fatal.cc squid-3.5.1/src/tests/stub_fatal.cc
--- squid-3.5.0.4/src/tests/stub_fatal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_fatal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_fd.cc squid-3.5.1/src/tests/stub_fd.cc
--- squid-3.5.0.4/src/tests/stub_fd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_fd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/STUB.h squid-3.5.1/src/tests/STUB.h
--- squid-3.5.0.4/src/tests/STUB.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/STUB.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_helper.cc squid-3.5.1/src/tests/stub_helper.cc
--- squid-3.5.0.4/src/tests/stub_helper.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_helper.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_HelperChildConfig.cc squid-3.5.1/src/tests/stub_HelperChildConfig.cc
--- squid-3.5.0.4/src/tests/stub_HelperChildConfig.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_HelperChildConfig.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_http.cc squid-3.5.1/src/tests/stub_http.cc
--- squid-3.5.0.4/src/tests/stub_http.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_http.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_HttpReply.cc squid-3.5.1/src/tests/stub_HttpReply.cc
--- squid-3.5.0.4/src/tests/stub_HttpReply.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_HttpReply.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_HttpRequest.cc squid-3.5.1/src/tests/stub_HttpRequest.cc
--- squid-3.5.0.4/src/tests/stub_HttpRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_HttpRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_icp.cc squid-3.5.1/src/tests/stub_icp.cc
--- squid-3.5.0.4/src/tests/stub_icp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_icp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_internal.cc squid-3.5.1/src/tests/stub_internal.cc
--- squid-3.5.0.4/src/tests/stub_internal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_internal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_ipcache.cc squid-3.5.1/src/tests/stub_ipcache.cc
--- squid-3.5.0.4/src/tests/stub_ipcache.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_ipcache.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_ipc.cc squid-3.5.1/src/tests/stub_ipc.cc
--- squid-3.5.0.4/src/tests/stub_ipc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_ipc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_ipc_Forwarder.cc squid-3.5.1/src/tests/stub_ipc_Forwarder.cc
--- squid-3.5.0.4/src/tests/stub_ipc_Forwarder.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_ipc_Forwarder.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_ipc_TypedMsgHdr.cc squid-3.5.1/src/tests/stub_ipc_TypedMsgHdr.cc
--- squid-3.5.0.4/src/tests/stub_ipc_TypedMsgHdr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_ipc_TypedMsgHdr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libauth_acls.cc squid-3.5.1/src/tests/stub_libauth_acls.cc
--- squid-3.5.0.4/src/tests/stub_libauth_acls.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libauth_acls.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libauth.cc squid-3.5.1/src/tests/stub_libauth.cc
--- squid-3.5.0.4/src/tests/stub_libauth.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libauth.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libcomm.cc squid-3.5.1/src/tests/stub_libcomm.cc
--- squid-3.5.0.4/src/tests/stub_libcomm.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libcomm.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libeui.cc squid-3.5.1/src/tests/stub_libeui.cc
--- squid-3.5.0.4/src/tests/stub_libeui.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libeui.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libformat.cc squid-3.5.1/src/tests/stub_libformat.cc
--- squid-3.5.0.4/src/tests/stub_libformat.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libformat.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libicmp.cc squid-3.5.1/src/tests/stub_libicmp.cc
--- squid-3.5.0.4/src/tests/stub_libicmp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libicmp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libmgr.cc squid-3.5.1/src/tests/stub_libmgr.cc
--- squid-3.5.0.4/src/tests/stub_libmgr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libmgr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_libsslsquid.cc squid-3.5.1/src/tests/stub_libsslsquid.cc
--- squid-3.5.0.4/src/tests/stub_libsslsquid.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_libsslsquid.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/Stub.list squid-3.5.1/src/tests/Stub.list
--- squid-3.5.0.4/src/tests/Stub.list	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/Stub.list	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 ##
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_main_cc.cc squid-3.5.1/src/tests/stub_main_cc.cc
--- squid-3.5.0.4/src/tests/stub_main_cc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_main_cc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_MemBuf.cc squid-3.5.1/src/tests/stub_MemBuf.cc
--- squid-3.5.0.4/src/tests/stub_MemBuf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_MemBuf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_mem.cc squid-3.5.1/src/tests/stub_mem.cc
--- squid-3.5.0.4/src/tests/stub_mem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_mem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_mem_node.cc squid-3.5.1/src/tests/stub_mem_node.cc
--- squid-3.5.0.4/src/tests/stub_mem_node.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_mem_node.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_MemObject.cc squid-3.5.1/src/tests/stub_MemObject.cc
--- squid-3.5.0.4/src/tests/stub_MemObject.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_MemObject.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_MemStore.cc squid-3.5.1/src/tests/stub_MemStore.cc
--- squid-3.5.0.4/src/tests/stub_MemStore.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_MemStore.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_mime.cc squid-3.5.1/src/tests/stub_mime.cc
--- squid-3.5.0.4/src/tests/stub_mime.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_mime.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_neighbors.cc squid-3.5.1/src/tests/stub_neighbors.cc
--- squid-3.5.0.4/src/tests/stub_neighbors.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_neighbors.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_pconn.cc squid-3.5.1/src/tests/stub_pconn.cc
--- squid-3.5.0.4/src/tests/stub_pconn.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_pconn.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_Port.cc squid-3.5.1/src/tests/stub_Port.cc
--- squid-3.5.0.4/src/tests/stub_Port.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_Port.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_redirect.cc squid-3.5.1/src/tests/stub_redirect.cc
--- squid-3.5.0.4/src/tests/stub_redirect.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_redirect.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_SBuf.cc squid-3.5.1/src/tests/stub_SBuf.cc
--- squid-3.5.0.4/src/tests/stub_SBuf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_SBuf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_SBufDetailedStats.cc squid-3.5.1/src/tests/stub_SBufDetailedStats.cc
--- squid-3.5.0.4/src/tests/stub_SBufDetailedStats.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_SBufDetailedStats.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_stat.cc squid-3.5.1/src/tests/stub_stat.cc
--- squid-3.5.0.4/src/tests/stub_stat.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_stat.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_StatHist.cc squid-3.5.1/src/tests/stub_StatHist.cc
--- squid-3.5.0.4/src/tests/stub_StatHist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_StatHist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_stmem.cc squid-3.5.1/src/tests/stub_stmem.cc
--- squid-3.5.0.4/src/tests/stub_stmem.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_stmem.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store.cc squid-3.5.1/src/tests/stub_store.cc
--- squid-3.5.0.4/src/tests/stub_store.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store_client.cc squid-3.5.1/src/tests/stub_store_client.cc
--- squid-3.5.0.4/src/tests/stub_store_client.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store_client.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store_digest.cc squid-3.5.1/src/tests/stub_store_digest.cc
--- squid-3.5.0.4/src/tests/stub_store_digest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store_digest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_StoreMeta.cc squid-3.5.1/src/tests/stub_StoreMeta.cc
--- squid-3.5.0.4/src/tests/stub_StoreMeta.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_StoreMeta.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store_rebuild.cc squid-3.5.1/src/tests/stub_store_rebuild.cc
--- squid-3.5.0.4/src/tests/stub_store_rebuild.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store_rebuild.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store_stats.cc squid-3.5.1/src/tests/stub_store_stats.cc
--- squid-3.5.0.4/src/tests/stub_store_stats.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store_stats.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_store_swapout.cc squid-3.5.1/src/tests/stub_store_swapout.cc
--- squid-3.5.0.4/src/tests/stub_store_swapout.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_store_swapout.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_SwapDir.cc squid-3.5.1/src/tests/stub_SwapDir.cc
--- squid-3.5.0.4/src/tests/stub_SwapDir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_SwapDir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_time.cc squid-3.5.1/src/tests/stub_time.cc
--- squid-3.5.0.4/src/tests/stub_time.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_time.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_tools.cc squid-3.5.1/src/tests/stub_tools.cc
--- squid-3.5.0.4/src/tests/stub_tools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_tools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_tunnel.cc squid-3.5.1/src/tests/stub_tunnel.cc
--- squid-3.5.0.4/src/tests/stub_tunnel.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_tunnel.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_UdsOp.cc squid-3.5.1/src/tests/stub_UdsOp.cc
--- squid-3.5.0.4/src/tests/stub_UdsOp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_UdsOp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_wccp2.cc squid-3.5.1/src/tests/stub_wccp2.cc
--- squid-3.5.0.4/src/tests/stub_wccp2.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_wccp2.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_whois.cc squid-3.5.1/src/tests/stub_whois.cc
--- squid-3.5.0.4/src/tests/stub_whois.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_whois.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/stub_wordlist.cc squid-3.5.1/src/tests/stub_wordlist.cc
--- squid-3.5.0.4/src/tests/stub_wordlist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/stub_wordlist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testACLMaxUserIP.cc squid-3.5.1/src/tests/testACLMaxUserIP.cc
--- squid-3.5.0.4/src/tests/testACLMaxUserIP.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testACLMaxUserIP.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -13,6 +13,7 @@
 #include "auth/AclMaxUserIp.h"
 #include "ConfigParser.h"
 #include "testACLMaxUserIP.h"
+#include "unitTestMain.h"
 
 #include <stdexcept>
 
diff -u -r -N squid-3.5.0.4/src/tests/testACLMaxUserIP.h squid-3.5.1/src/tests/testACLMaxUserIP.h
--- squid-3.5.0.4/src/tests/testACLMaxUserIP.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testACLMaxUserIP.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testBoilerplate.cc squid-3.5.1/src/tests/testBoilerplate.cc
--- squid-3.5.0.4/src/tests/testBoilerplate.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testBoilerplate.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,7 @@
 
 #include "squid.h"
 #include "testBoilerplate.h"
+#include "unitTestMain.h"
 
 #include <stdexcept>
 
diff -u -r -N squid-3.5.0.4/src/tests/testBoilerplate.h squid-3.5.1/src/tests/testBoilerplate.h
--- squid-3.5.0.4/src/tests/testBoilerplate.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testBoilerplate.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testCacheManager.cc squid-3.5.1/src/tests/testCacheManager.cc
--- squid-3.5.0.4/src/tests/testCacheManager.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testCacheManager.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -12,6 +12,7 @@
 #include "mgr/Action.h"
 #include "Store.h"
 #include "testCacheManager.h"
+#include "unitTestMain.h"
 
 #include <cppunit/TestAssert.h>
 
diff -u -r -N squid-3.5.0.4/src/tests/testCacheManager.h squid-3.5.1/src/tests/testCacheManager.h
--- squid-3.5.0.4/src/tests/testCacheManager.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testCacheManager.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testConfigParser.cc squid-3.5.1/src/tests/testConfigParser.cc
--- squid-3.5.0.4/src/tests/testConfigParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testConfigParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -12,6 +12,7 @@
 #include "Mem.h"
 #include "SquidString.h"
 #include "testConfigParser.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testConfigParser);
 
diff -u -r -N squid-3.5.0.4/src/tests/testConfigParser.h squid-3.5.1/src/tests/testConfigParser.h
--- squid-3.5.0.4/src/tests/testConfigParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testConfigParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testDiskIO.cc squid-3.5.1/src/tests/testDiskIO.cc
--- squid-3.5.0.4/src/tests/testDiskIO.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testDiskIO.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -17,6 +17,7 @@
 #include "SwapDir.h"
 #include "testDiskIO.h"
 #include "testStoreSupport.h"
+#include "unitTestMain.h"
 
 #include <stdexcept>
 
diff -u -r -N squid-3.5.0.4/src/tests/testDiskIO.h squid-3.5.1/src/tests/testDiskIO.h
--- squid-3.5.0.4/src/tests/testDiskIO.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testDiskIO.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testEvent.cc squid-3.5.1/src/tests/testEvent.cc
--- squid-3.5.0.4/src/tests/testEvent.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testEvent.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -16,6 +16,7 @@
 #include "Mem.h"
 #include "stat.h"
 #include "testEvent.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testEvent );
 
diff -u -r -N squid-3.5.0.4/src/tests/testEvent.h squid-3.5.1/src/tests/testEvent.h
--- squid-3.5.0.4/src/tests/testEvent.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testEvent.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testEventLoop.cc squid-3.5.1/src/tests/testEventLoop.cc
--- squid-3.5.0.4/src/tests/testEventLoop.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testEventLoop.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -16,6 +16,7 @@
 #include "SquidTime.h"
 #include "stat.h"
 #include "testEventLoop.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testEventLoop );
 
diff -u -r -N squid-3.5.0.4/src/tests/testEventLoop.h squid-3.5.1/src/tests/testEventLoop.h
--- squid-3.5.0.4/src/tests/testEventLoop.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testEventLoop.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testHttpParser.cc squid-3.5.1/src/tests/testHttpParser.cc
--- squid-3.5.0.4/src/tests/testHttpParser.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpParser.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -15,6 +15,7 @@
 #include "MemBuf.h"
 #include "SquidConfig.h"
 #include "testHttpParser.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpParser );
 
diff -u -r -N squid-3.5.0.4/src/tests/testHttpParser.h squid-3.5.1/src/tests/testHttpParser.h
--- squid-3.5.0.4/src/tests/testHttpParser.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpParser.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/test_http_range.cc squid-3.5.1/src/tests/test_http_range.cc
--- squid-3.5.0.4/src/tests/test_http_range.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/test_http_range.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testHttpReply.cc squid-3.5.1/src/tests/testHttpReply.cc
--- squid-3.5.0.4/src/tests/testHttpReply.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpReply.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -15,6 +15,7 @@
 #include "mime_header.h"
 #include "SquidConfig.h"
 #include "testHttpReply.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpReply );
 
diff -u -r -N squid-3.5.0.4/src/tests/testHttpReply.h squid-3.5.1/src/tests/testHttpReply.h
--- squid-3.5.0.4/src/tests/testHttpReply.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpReply.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testHttpRequest.cc squid-3.5.1/src/tests/testHttpRequest.cc
--- squid-3.5.0.4/src/tests/testHttpRequest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpRequest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -15,6 +15,7 @@
 #include "Mem.h"
 #include "mime_header.h"
 #include "testHttpRequest.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpRequest );
 
diff -u -r -N squid-3.5.0.4/src/tests/testHttpRequest.h squid-3.5.1/src/tests/testHttpRequest.h
--- squid-3.5.0.4/src/tests/testHttpRequest.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpRequest.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testHttpRequestMethod.cc squid-3.5.1/src/tests/testHttpRequestMethod.cc
--- squid-3.5.0.4/src/tests/testHttpRequestMethod.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpRequestMethod.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testHttpRequestMethod.h squid-3.5.1/src/tests/testHttpRequestMethod.h
--- squid-3.5.0.4/src/tests/testHttpRequestMethod.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testHttpRequestMethod.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testMain.cc squid-3.5.1/src/tests/testMain.cc
--- squid-3.5.0.4/src/tests/testMain.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testMain.cc	1969-12-31 16:00:00.000000000 -0800
@@ -1,46 +0,0 @@
-/*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-
-#include <cppunit/BriefTestProgressListener.h>
-#include <cppunit/TextTestProgressListener.h>
-#include <cppunit/CompilerOutputter.h>
-#include <cppunit/extensions/TestFactoryRegistry.h>
-#include <cppunit/TestResult.h>
-#include <cppunit/TestResultCollector.h>
-#include <cppunit/TestRunner.h>
-
-int
-main( int argc, char* argv[] )
-{
-    // Create the event manager and test controller
-    CPPUNIT_NS::TestResult controller;
-
-    // Add a listener that colllects test result
-    CPPUNIT_NS::TestResultCollector result;
-    controller.addListener( &result );
-
-    // Add a listener that print dots as test run.
-    // use BriefTestProgressListener to get names of each test
-    // even when they pass.
-    CPPUNIT_NS::TextTestProgressListener progress;
-    controller.addListener( &progress );
-
-    // Add the top suite to the test runner
-    CPPUNIT_NS::TestRunner runner;
-    runner.addTest( CPPUNIT_NS::TestFactoryRegistry::getRegistry().makeTest() );
-    runner.run( controller );
-
-    // Print test in a compiler compatible format.
-    CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
-    outputter.write();
-
-    return result.wasSuccessful() ? 0 : 1;
-}
-
diff -u -r -N squid-3.5.0.4/src/tests/testRefCount.cc squid-3.5.1/src/tests/testRefCount.cc
--- squid-3.5.0.4/src/tests/testRefCount.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testRefCount.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testRock.cc squid-3.5.1/src/tests/testRock.cc
--- squid-3.5.0.4/src/tests/testRock.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testRock.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -23,6 +23,7 @@
 #include "SwapDir.h"
 #include "testRock.h"
 #include "testStoreSupport.h"
+#include "unitTestMain.h"
 
 #include <stdexcept>
 #if HAVE_SYS_STAT_H
diff -u -r -N squid-3.5.0.4/src/tests/testRock.h squid-3.5.1/src/tests/testRock.h
--- squid-3.5.0.4/src/tests/testRock.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testRock.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testSBuf.cc squid-3.5.1/src/tests/testSBuf.cc
--- squid-3.5.0.4/src/tests/testSBuf.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testSBuf.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -14,6 +14,7 @@
 #include "SBufStream.h"
 #include "SquidString.h"
 #include "testSBuf.h"
+#include "unitTestMain.h"
 
 #include <iostream>
 #include <stdexcept>
diff -u -r -N squid-3.5.0.4/src/tests/testSBuf.h squid-3.5.1/src/tests/testSBuf.h
--- squid-3.5.0.4/src/tests/testSBuf.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testSBuf.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testSBufList.cc squid-3.5.1/src/tests/testSBufList.cc
--- squid-3.5.0.4/src/tests/testSBufList.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testSBufList.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,6 +10,7 @@
 #include "SBufAlgos.h"
 #include "SBufList.h"
 #include "testSBufList.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testSBufList );
 
diff -u -r -N squid-3.5.0.4/src/tests/testSBufList.h squid-3.5.1/src/tests/testSBufList.h
--- squid-3.5.0.4/src/tests/testSBufList.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testSBufList.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStatHist.cc squid-3.5.1/src/tests/testStatHist.cc
--- squid-3.5.0.4/src/tests/testStatHist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStatHist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,6 +9,7 @@
 #include "squid.h"
 #include "StatHist.h"
 #include "testStatHist.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION(testStatHist);
 
diff -u -r -N squid-3.5.0.4/src/tests/testStatHist.h squid-3.5.1/src/tests/testStatHist.h
--- squid-3.5.0.4/src/tests/testStatHist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStatHist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStore.cc squid-3.5.1/src/tests/testStore.cc
--- squid-3.5.0.4/src/tests/testStore.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStore.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,6 +9,7 @@
 #include "squid.h"
 #include "Store.h"
 #include "testStore.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testStore );
 
diff -u -r -N squid-3.5.0.4/src/tests/testStoreController.cc squid-3.5.1/src/tests/testStoreController.cc
--- squid-3.5.0.4/src/tests/testStoreController.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreController.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreController.h squid-3.5.1/src/tests/testStoreController.h
--- squid-3.5.0.4/src/tests/testStoreController.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreController.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreEntryStream.cc squid-3.5.1/src/tests/testStoreEntryStream.cc
--- squid-3.5.0.4/src/tests/testStoreEntryStream.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreEntryStream.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreEntryStream.h squid-3.5.1/src/tests/testStoreEntryStream.h
--- squid-3.5.0.4/src/tests/testStoreEntryStream.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreEntryStream.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStore.h squid-3.5.1/src/tests/testStore.h
--- squid-3.5.0.4/src/tests/testStore.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStore.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreHashIndex.cc squid-3.5.1/src/tests/testStoreHashIndex.cc
--- squid-3.5.0.4/src/tests/testStoreHashIndex.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreHashIndex.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreHashIndex.h squid-3.5.1/src/tests/testStoreHashIndex.h
--- squid-3.5.0.4/src/tests/testStoreHashIndex.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreHashIndex.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreSupport.cc squid-3.5.1/src/tests/testStoreSupport.cc
--- squid-3.5.0.4/src/tests/testStoreSupport.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreSupport.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testStoreSupport.h squid-3.5.1/src/tests/testStoreSupport.h
--- squid-3.5.0.4/src/tests/testStoreSupport.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testStoreSupport.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testString.cc squid-3.5.1/src/tests/testString.cc
--- squid-3.5.0.4/src/tests/testString.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testString.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -11,6 +11,7 @@
 #include "Mem.h"
 #include "SquidString.h"
 #include "testString.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );
 
diff -u -r -N squid-3.5.0.4/src/tests/testString.h squid-3.5.1/src/tests/testString.h
--- squid-3.5.0.4/src/tests/testString.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testString.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/TestSwapDir.cc squid-3.5.1/src/tests/TestSwapDir.cc
--- squid-3.5.0.4/src/tests/TestSwapDir.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/TestSwapDir.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/TestSwapDir.h squid-3.5.1/src/tests/TestSwapDir.h
--- squid-3.5.0.4/src/tests/TestSwapDir.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/TestSwapDir.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testUfs.cc squid-3.5.1/src/tests/testUfs.cc
--- squid-3.5.0.4/src/tests/testUfs.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testUfs.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -20,6 +20,7 @@
 #include "SwapDir.h"
 #include "testStoreSupport.h"
 #include "testUfs.h"
+#include "unitTestMain.h"
 
 #include <stdexcept>
 
diff -u -r -N squid-3.5.0.4/src/tests/testUfs.h squid-3.5.1/src/tests/testUfs.h
--- squid-3.5.0.4/src/tests/testUfs.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testUfs.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testUriScheme.cc squid-3.5.1/src/tests/testUriScheme.cc
--- squid-3.5.0.4/src/tests/testUriScheme.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testUriScheme.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testUriScheme.h squid-3.5.1/src/tests/testUriScheme.h
--- squid-3.5.0.4/src/tests/testUriScheme.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testUriScheme.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tests/testURL.cc squid-3.5.1/src/tests/testURL.cc
--- squid-3.5.0.4/src/tests/testURL.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testURL.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -12,6 +12,7 @@
 
 #include "Mem.h"
 #include "testURL.h"
+#include "unitTestMain.h"
 #include "URL.h"
 
 #include <sstream>
diff -u -r -N squid-3.5.0.4/src/tests/testURL.h squid-3.5.1/src/tests/testURL.h
--- squid-3.5.0.4/src/tests/testURL.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tests/testURL.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/time.cc squid-3.5.1/src/time.cc
--- squid-3.5.0.4/src/time.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/time.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/TimeOrTag.h squid-3.5.1/src/TimeOrTag.h
--- squid-3.5.0.4/src/TimeOrTag.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/TimeOrTag.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tools.cc squid-3.5.1/src/tools.cc
--- squid-3.5.0.4/src/tools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tools.h squid-3.5.1/src/tools.h
--- squid-3.5.0.4/src/tools.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tools.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Transients.cc squid-3.5.1/src/Transients.cc
--- squid-3.5.0.4/src/Transients.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Transients.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/Transients.h squid-3.5.1/src/Transients.h
--- squid-3.5.0.4/src/Transients.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/Transients.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/tunnel.cc squid-3.5.1/src/tunnel.cc
--- squid-3.5.0.4/src/tunnel.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/tunnel.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/typedefs.h squid-3.5.1/src/typedefs.h
--- squid-3.5.0.4/src/typedefs.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/typedefs.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/ufsdump.cc squid-3.5.1/src/ufsdump.cc
--- squid-3.5.0.4/src/ufsdump.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/ufsdump.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/unlinkd.cc squid-3.5.1/src/unlinkd.cc
--- squid-3.5.0.4/src/unlinkd.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/unlinkd.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/unlinkd_daemon.cc squid-3.5.1/src/unlinkd_daemon.cc
--- squid-3.5.0.4/src/unlinkd_daemon.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/unlinkd_daemon.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/unlinkd.h squid-3.5.1/src/unlinkd.h
--- squid-3.5.0.4/src/unlinkd.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/unlinkd.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/url.cc squid-3.5.1/src/url.cc
--- squid-3.5.0.4/src/url.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/url.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/URL.h squid-3.5.1/src/URL.h
--- squid-3.5.0.4/src/URL.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/URL.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/urn.cc squid-3.5.1/src/urn.cc
--- squid-3.5.0.4/src/urn.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/urn.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/urn.h squid-3.5.1/src/urn.h
--- squid-3.5.0.4/src/urn.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/urn.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wccp2.cc squid-3.5.1/src/wccp2.cc
--- squid-3.5.0.4/src/wccp2.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wccp2.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wccp2.h squid-3.5.1/src/wccp2.h
--- squid-3.5.0.4/src/wccp2.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wccp2.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wccp.cc squid-3.5.1/src/wccp.cc
--- squid-3.5.0.4/src/wccp.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wccp.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wccp.h squid-3.5.1/src/wccp.h
--- squid-3.5.0.4/src/wccp.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wccp.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/whois.cc squid-3.5.1/src/whois.cc
--- squid-3.5.0.4/src/whois.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/whois.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/whois.h squid-3.5.1/src/whois.h
--- squid-3.5.0.4/src/whois.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/whois.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/win32.cc squid-3.5.1/src/win32.cc
--- squid-3.5.0.4/src/win32.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/win32.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/win32.h squid-3.5.1/src/win32.h
--- squid-3.5.0.4/src/win32.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/win32.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/WinSvc.cc squid-3.5.1/src/WinSvc.cc
--- squid-3.5.0.4/src/WinSvc.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/WinSvc.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/WinSvc.h squid-3.5.1/src/WinSvc.h
--- squid-3.5.0.4/src/WinSvc.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/WinSvc.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wordlist.cc squid-3.5.1/src/wordlist.cc
--- squid-3.5.0.4/src/wordlist.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wordlist.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/wordlist.h squid-3.5.1/src/wordlist.h
--- squid-3.5.0.4/src/wordlist.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/wordlist.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/YesNoNone.cc squid-3.5.1/src/YesNoNone.cc
--- squid-3.5.0.4/src/YesNoNone.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/YesNoNone.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/src/YesNoNone.h squid-3.5.1/src/YesNoNone.h
--- squid-3.5.0.4/src/YesNoNone.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/src/YesNoNone.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/debug.cc squid-3.5.1/test-suite/debug.cc
--- squid-3.5.0.4/test-suite/debug.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/debug.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/ESIExpressions.cc squid-3.5.1/test-suite/ESIExpressions.cc
--- squid-3.5.0.4/test-suite/ESIExpressions.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/ESIExpressions.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/Makefile.am squid-3.5.1/test-suite/Makefile.am
--- squid-3.5.0.4/test-suite/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/Makefile.in squid-3.5.1/test-suite/Makefile.in
--- squid-3.5.0.4/test-suite/Makefile.in	2014-12-20 21:15:07.000000000 -0800
+++ squid-3.5.1/test-suite/Makefile.in	2015-01-13 04:54:14.000000000 -0800
@@ -106,7 +106,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -114,6 +113,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/test-suite/membanger.c squid-3.5.1/test-suite/membanger.c
--- squid-3.5.0.4/test-suite/membanger.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/membanger.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/mem_hdr_test.cc squid-3.5.1/test-suite/mem_hdr_test.cc
--- squid-3.5.0.4/test-suite/mem_hdr_test.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/mem_hdr_test.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/mem_node_test.cc squid-3.5.1/test-suite/mem_node_test.cc
--- squid-3.5.0.4/test-suite/mem_node_test.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/mem_node_test.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/MemPoolTest.cc squid-3.5.1/test-suite/MemPoolTest.cc
--- squid-3.5.0.4/test-suite/MemPoolTest.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/MemPoolTest.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/splay.cc squid-3.5.1/test-suite/splay.cc
--- squid-3.5.0.4/test-suite/splay.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/splay.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/squidconf/empty squid-3.5.1/test-suite/squidconf/empty
--- squid-3.5.0.4/test-suite/squidconf/empty	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/squidconf/empty	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/squidconf/regressions-3.4.0.1 squid-3.5.1/test-suite/squidconf/regressions-3.4.0.1
--- squid-3.5.0.4/test-suite/squidconf/regressions-3.4.0.1	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/squidconf/regressions-3.4.0.1	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/squidconf/regressions-3.5.0.2 squid-3.5.1/test-suite/squidconf/regressions-3.5.0.2
--- squid-3.5.0.4/test-suite/squidconf/regressions-3.5.0.2	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/squidconf/regressions-3.5.0.2	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_cbdata.cc squid-3.5.1/test-suite/stub_cbdata.cc
--- squid-3.5.0.4/test-suite/stub_cbdata.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_cbdata.cc	2015-01-13 05:45:48.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_debug.cc squid-3.5.1/test-suite/stub_debug.cc
--- squid-3.5.0.4/test-suite/stub_debug.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_debug.cc	2015-01-13 05:45:49.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_fatal.cc squid-3.5.1/test-suite/stub_fatal.cc
--- squid-3.5.0.4/test-suite/stub_fatal.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_fatal.cc	2015-01-13 05:45:49.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_MemBuf.cc squid-3.5.1/test-suite/stub_MemBuf.cc
--- squid-3.5.0.4/test-suite/stub_MemBuf.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_MemBuf.cc	2015-01-13 05:45:49.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_SBuf.cc squid-3.5.1/test-suite/stub_SBuf.cc
--- squid-3.5.0.4/test-suite/stub_SBuf.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_SBuf.cc	2015-01-13 05:45:49.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/stub_tools.cc squid-3.5.1/test-suite/stub_tools.cc
--- squid-3.5.0.4/test-suite/stub_tools.cc	2014-12-20 21:53:49.000000000 -0800
+++ squid-3.5.1/test-suite/stub_tools.cc	2015-01-13 05:45:49.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/syntheticoperators.cc squid-3.5.1/test-suite/syntheticoperators.cc
--- squid-3.5.0.4/test-suite/syntheticoperators.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/syntheticoperators.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/tcp-banger2.c squid-3.5.1/test-suite/tcp-banger2.c
--- squid-3.5.0.4/test-suite/tcp-banger2.c	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/tcp-banger2.c	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/testheaders.sh squid-3.5.1/test-suite/testheaders.sh
--- squid-3.5.0.4/test-suite/testheaders.sh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/testheaders.sh	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/test_tools.cc squid-3.5.1/test-suite/test_tools.cc
--- squid-3.5.0.4/test-suite/test_tools.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/test_tools.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/test-suite/VirtualDeleteOperator.cc squid-3.5.1/test-suite/VirtualDeleteOperator.cc
--- squid-3.5.0.4/test-suite/VirtualDeleteOperator.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/test-suite/VirtualDeleteOperator.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/cachemgr.cc squid-3.5.1/tools/cachemgr.cc
--- squid-3.5.0.4/tools/cachemgr.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/cachemgr.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -1035,6 +1035,7 @@
             req->workers = xstrdup(q);
         else if (0 == strcmp(t, "processes") && strlen(q))
             req->processes = xstrdup(q);
+        safe_free(t);
     }
 
     if (req->server && !req->hostname) {
diff -u -r -N squid-3.5.0.4/tools/cachemgr.cgi.8 squid-3.5.1/tools/cachemgr.cgi.8
--- squid-3.5.0.4/tools/cachemgr.cgi.8	2014-12-20 21:53:50.000000000 -0800
+++ squid-3.5.1/tools/cachemgr.cgi.8	2015-01-13 05:45:51.000000000 -0800
@@ -56,7 +56,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/cachemgr.cgi.8.in squid-3.5.1/tools/cachemgr.cgi.8.in
--- squid-3.5.0.4/tools/cachemgr.cgi.8.in	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/cachemgr.cgi.8.in	2015-01-13 04:52:01.000000000 -0800
@@ -56,7 +56,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/cachemgr.conf squid-3.5.1/tools/cachemgr.conf
--- squid-3.5.0.4/tools/cachemgr.conf	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/cachemgr.conf	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/helper-mux.pl squid-3.5.1/tools/helper-mux.pl
--- squid-3.5.0.4/tools/helper-mux.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/helper-mux.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/helper-ok-dying.pl squid-3.5.1/tools/helper-ok-dying.pl
--- squid-3.5.0.4/tools/helper-ok-dying.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/helper-ok-dying.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/helper-ok.pl squid-3.5.1/tools/helper-ok.pl
--- squid-3.5.0.4/tools/helper-ok.pl	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/helper-ok.pl	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/Makefile.am squid-3.5.1/tools/Makefile.am
--- squid-3.5.0.4/tools/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -12,7 +12,6 @@
 ## we need our local files too (but avoid -I. at all costs)
 AM_CPPFLAGS += -I$(srcdir)
 
-SUBDIRS = purge squidclient sysvinit
 SUBDIRS = purge squidclient systemd sysvinit
 EXTRA_DIST = 
 man_MANS = 
diff -u -r -N squid-3.5.0.4/tools/Makefile.in squid-3.5.1/tools/Makefile.in
--- squid-3.5.0.4/tools/Makefile.in	2014-12-20 21:15:08.000000000 -0800
+++ squid-3.5.1/tools/Makefile.in	2015-01-13 04:54:15.000000000 -0800
@@ -103,7 +103,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -111,6 +110,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/tools/purge/conffile.cc squid-3.5.1/tools/purge/conffile.cc
--- squid-3.5.0.4/tools/purge/conffile.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/conffile.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/conffile.hh squid-3.5.1/tools/purge/conffile.hh
--- squid-3.5.0.4/tools/purge/conffile.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/conffile.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/convert.cc squid-3.5.1/tools/purge/convert.cc
--- squid-3.5.0.4/tools/purge/convert.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/convert.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/convert.hh squid-3.5.1/tools/purge/convert.hh
--- squid-3.5.0.4/tools/purge/convert.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/convert.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/copyout.cc squid-3.5.1/tools/purge/copyout.cc
--- squid-3.5.0.4/tools/purge/copyout.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/copyout.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/copyout.hh squid-3.5.1/tools/purge/copyout.hh
--- squid-3.5.0.4/tools/purge/copyout.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/copyout.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/Makefile.am squid-3.5.1/tools/purge/Makefile.am
--- squid-3.5.0.4/tools/purge/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/Makefile.in squid-3.5.1/tools/purge/Makefile.in
--- squid-3.5.0.4/tools/purge/Makefile.in	2014-12-20 21:15:09.000000000 -0800
+++ squid-3.5.1/tools/purge/Makefile.in	2015-01-13 04:54:15.000000000 -0800
@@ -101,7 +101,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -109,6 +108,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/tools/purge/purge.cc squid-3.5.1/tools/purge/purge.cc
--- squid-3.5.0.4/tools/purge/purge.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/purge.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/signal.cc squid-3.5.1/tools/purge/signal.cc
--- squid-3.5.0.4/tools/purge/signal.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/signal.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/signal.hh squid-3.5.1/tools/purge/signal.hh
--- squid-3.5.0.4/tools/purge/signal.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/signal.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/socket.cc squid-3.5.1/tools/purge/socket.cc
--- squid-3.5.0.4/tools/purge/socket.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/socket.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/socket.hh squid-3.5.1/tools/purge/socket.hh
--- squid-3.5.0.4/tools/purge/socket.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/socket.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/squid-tlv.cc squid-3.5.1/tools/purge/squid-tlv.cc
--- squid-3.5.0.4/tools/purge/squid-tlv.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/squid-tlv.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/purge/squid-tlv.hh squid-3.5.1/tools/purge/squid-tlv.hh
--- squid-3.5.0.4/tools/purge/squid-tlv.hh	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/purge/squid-tlv.hh	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/gssapi_support.cc squid-3.5.1/tools/squidclient/gssapi_support.cc
--- squid-3.5.0.4/tools/squidclient/gssapi_support.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/gssapi_support.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/gssapi_support.h squid-3.5.1/tools/squidclient/gssapi_support.h
--- squid-3.5.0.4/tools/squidclient/gssapi_support.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/gssapi_support.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/Makefile.am squid-3.5.1/tools/squidclient/Makefile.am
--- squid-3.5.0.4/tools/squidclient/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/Makefile.in squid-3.5.1/tools/squidclient/Makefile.in
--- squid-3.5.0.4/tools/squidclient/Makefile.in	2014-12-20 21:15:10.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Makefile.in	2015-01-13 04:54:16.000000000 -0800
@@ -102,7 +102,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -110,6 +109,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/tools/squidclient/Parameters.h squid-3.5.1/tools/squidclient/Parameters.h
--- squid-3.5.0.4/tools/squidclient/Parameters.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Parameters.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/Ping.cc squid-3.5.1/tools/squidclient/Ping.cc
--- squid-3.5.0.4/tools/squidclient/Ping.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Ping.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/Ping.h squid-3.5.1/tools/squidclient/Ping.h
--- squid-3.5.0.4/tools/squidclient/Ping.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Ping.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/squidclient.1 squid-3.5.1/tools/squidclient/squidclient.1
--- squid-3.5.0.4/tools/squidclient/squidclient.1	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/squidclient.1	2015-01-13 04:52:01.000000000 -0800
@@ -236,7 +236,7 @@
 .
 .SH COPYRIGHT
 .PP
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/squidclient.cc squid-3.5.1/tools/squidclient/squidclient.cc
--- squid-3.5.0.4/tools/squidclient/squidclient.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/squidclient.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/stub_debug.cc squid-3.5.1/tools/squidclient/stub_debug.cc
--- squid-3.5.0.4/tools/squidclient/stub_debug.cc	2014-12-20 21:53:53.000000000 -0800
+++ squid-3.5.1/tools/squidclient/stub_debug.cc	2015-01-13 05:45:54.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/test_tools.cc squid-3.5.1/tools/squidclient/test_tools.cc
--- squid-3.5.0.4/tools/squidclient/test_tools.cc	2014-12-20 21:53:53.000000000 -0800
+++ squid-3.5.1/tools/squidclient/test_tools.cc	2015-01-13 05:45:54.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/time.cc squid-3.5.1/tools/squidclient/time.cc
--- squid-3.5.0.4/tools/squidclient/time.cc	2014-12-20 21:53:53.000000000 -0800
+++ squid-3.5.1/tools/squidclient/time.cc	2015-01-13 05:45:54.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/squidclient/Transport.cc squid-3.5.1/tools/squidclient/Transport.cc
--- squid-3.5.0.4/tools/squidclient/Transport.cc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Transport.cc	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,6 +8,7 @@
 
 #include "squid.h"
 #include "ip/Address.h"
+#include "ip/tools.h"
 #include "tools/squidclient/Ping.h"
 #include "tools/squidclient/Transport.h"
 
@@ -52,7 +53,7 @@
 Transport::TheConfig::parseCommandOpts(int argc, char *argv[], int c, int &optIndex)
 {
     bool tls = false;
-    const char *shortOpStr = "A:C:h:l:p:P:T:?";
+    const char *shortOpStr = "h:l:p:T:?";
 
     // options for controlling squidclient transport connection
     static struct option longOptions[] = {
@@ -148,6 +149,11 @@
 {
     struct addrinfo *AI = NULL;
 
+    debugVerbose(2, "Transport detected: IPv4" <<
+                 ((Ip::EnableIpv6 & IPV6_SPECIAL_V4MAPPING) ? "-mapped " : "") <<
+                 (Ip::EnableIpv6 == IPV6_OFF ? "-only" : " and IPv6") <<
+                 ((Ip::EnableIpv6 & IPV6_SPECIAL_SPLITSTACK) ? " split-stack" : ""));
+
     if (Transport::Config.localHost) {
         debugVerbose(2, "Resolving " << Transport::Config.localHost << " ...");
 
diff -u -r -N squid-3.5.0.4/tools/squidclient/Transport.h squid-3.5.1/tools/squidclient/Transport.h
--- squid-3.5.0.4/tools/squidclient/Transport.h	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/squidclient/Transport.h	2015-01-13 04:52:01.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/stub_debug.cc squid-3.5.1/tools/stub_debug.cc
--- squid-3.5.0.4/tools/stub_debug.cc	2014-12-20 21:53:50.000000000 -0800
+++ squid-3.5.1/tools/stub_debug.cc	2015-01-13 05:45:51.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/systemd/Makefile.am squid-3.5.1/tools/systemd/Makefile.am
--- squid-3.5.0.4/tools/systemd/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/systemd/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/systemd/Makefile.in squid-3.5.1/tools/systemd/Makefile.in
--- squid-3.5.0.4/tools/systemd/Makefile.in	2014-12-20 21:15:11.000000000 -0800
+++ squid-3.5.1/tools/systemd/Makefile.in	2015-01-13 04:54:16.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/tools/systemd/squid.service squid-3.5.1/tools/systemd/squid.service
--- squid-3.5.0.4/tools/systemd/squid.service	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/systemd/squid.service	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/sysvinit/Makefile.am squid-3.5.1/tools/sysvinit/Makefile.am
--- squid-3.5.0.4/tools/sysvinit/Makefile.am	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/sysvinit/Makefile.am	2015-01-13 04:52:01.000000000 -0800
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/sysvinit/Makefile.in squid-3.5.1/tools/sysvinit/Makefile.in
--- squid-3.5.0.4/tools/sysvinit/Makefile.in	2014-12-20 21:15:11.000000000 -0800
+++ squid-3.5.1/tools/sysvinit/Makefile.in	2015-01-13 04:54:16.000000000 -0800
@@ -94,7 +94,6 @@
 	$(top_srcdir)/helpers/basic_auth/DB/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/LDAP/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/MSNT-multi-domain/required.m4 \
-	$(top_srcdir)/helpers/basic_auth/MSNT/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NCSA/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/NIS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/PAM/required.m4 \
@@ -102,6 +101,7 @@
 	$(top_srcdir)/helpers/basic_auth/RADIUS/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SASL/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SMB/required.m4 \
+	$(top_srcdir)/helpers/basic_auth/SMB_LM/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/SSPI/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/fake/required.m4 \
 	$(top_srcdir)/helpers/basic_auth/getpwnam/required.m4 \
diff -u -r -N squid-3.5.0.4/tools/sysvinit/squid.rc squid-3.5.1/tools/sysvinit/squid.rc
--- squid-3.5.0.4/tools/sysvinit/squid.rc	2014-12-20 21:11:48.000000000 -0800
+++ squid-3.5.1/tools/sysvinit/squid.rc	2015-01-13 04:52:01.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/test_tools.cc squid-3.5.1/tools/test_tools.cc
--- squid-3.5.0.4/tools/test_tools.cc	2014-12-20 21:53:50.000000000 -0800
+++ squid-3.5.1/tools/test_tools.cc	2015-01-13 05:45:51.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
diff -u -r -N squid-3.5.0.4/tools/time.cc squid-3.5.1/tools/time.cc
--- squid-3.5.0.4/tools/time.cc	2014-12-20 21:53:50.000000000 -0800
+++ squid-3.5.1/tools/time.cc	2015-01-13 05:45:51.000000000 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
