mirror of
https://github.com/squid-cache/squid.git
synced 2025-04-18 22:04:07 +03:00
Lan Manager (LM) is an obsolete variant of the SMB protocol. No product on the market has supported it for several years now, in favour of NTLMv1 , NTLMv2 and Kerberos.
1620 lines
66 KiB
Plaintext
1620 lines
66 KiB
Plaintext
This file contains copyright and licensing information for 3rd party software
|
|
imported into Squid. Squid software itself is copyrighted by The Squid
|
|
Software Foundation and contributors. Please see the COPYING and CONTRIBUTORS
|
|
files for details.
|
|
|
|
==============================================================================
|
|
Squid is derived from the ``cached'' software developed by the ARPA-funded
|
|
research project called The Harvest Information Discovery and Access System:
|
|
|
|
/*
|
|
* Copyright (c) 1994, 1995. All rights reserved.
|
|
*
|
|
* The Harvest software was developed by the Internet Research Task
|
|
* Force Research Group on Resource Discovery (IRTF-RD):
|
|
*
|
|
* Mic Bowman of Transarc Corporation.
|
|
* Peter Danzig of the University of Southern California.
|
|
* Darren R. Hardy of the University of Colorado at Boulder.
|
|
* Udi Manber of the University of Arizona.
|
|
* Michael F. Schwartz of the University of Colorado at Boulder.
|
|
* Duane Wessels of the University of Colorado at Boulder.
|
|
*
|
|
* This copyright notice applies to software in the Harvest
|
|
* ``src/'' directory only. Users should consult the individual
|
|
* copyright notices in the ``components/'' subdirectories for
|
|
* copyright information about other software bundled with the
|
|
* Harvest source code distribution.
|
|
*
|
|
* TERMS OF USE
|
|
*
|
|
* The Harvest software may be used and re-distributed without
|
|
* charge, provided that the software origin and research team are
|
|
* cited in any use of the system. Most commonly this is
|
|
* accomplished by including a link to the Harvest Home Page
|
|
* (http://harvest.cs.colorado.edu/) from the query page of any
|
|
* Broker you deploy, as well as in the query result pages. These
|
|
* links are generated automatically by the standard Broker
|
|
* software distribution.
|
|
*
|
|
* The Harvest software is provided ``as is'', without express or
|
|
* implied warranty, and with no support nor obligation to assist
|
|
* in its use, correction, modification or enhancement. We assume
|
|
* no liability with respect to the infringement of copyrights,
|
|
* trade secrets, or any patents, and are not responsible for
|
|
* consequential damages. Proper use of the Harvest software is
|
|
* entirely the responsibility of the user.
|
|
*
|
|
* DERIVATIVE WORKS
|
|
*
|
|
* Users may make derivative works from the Harvest software, subject
|
|
* to the following constraints:
|
|
*
|
|
* - You must include the above copyright notice and these
|
|
* accompanying paragraphs in all forms of derivative works,
|
|
* and any documentation and other materials related to such
|
|
* distribution and use acknowledge that the software was
|
|
* developed at the above institutions.
|
|
*
|
|
* - You must notify IRTF-RD regarding your distribution of
|
|
* the derivative work.
|
|
*
|
|
* - You must clearly notify users that your are distributing
|
|
* a modified version and not the original Harvest software.
|
|
*
|
|
* - Any derivative product is also subject to these copyright
|
|
* and use restrictions.
|
|
*
|
|
* Note that the Harvest software is NOT in the public domain. We
|
|
* retain copyright, as specified above.
|
|
*
|
|
* HISTORY OF FREE SOFTWARE STATUS
|
|
*
|
|
* Originally we required sites to license the software in cases
|
|
* where they were going to build commercial products/services
|
|
* around Harvest. In June 1995 we changed this policy. We now
|
|
* allow people to use the core Harvest software (the code found in
|
|
* the Harvest ``src/'' directory) for free. We made this change
|
|
* in the interest of encouraging the widest possible deployment of
|
|
* the technology. The Harvest software is really a reference
|
|
* implementation of a set of protocols and formats, some of which
|
|
* we intend to standardize. We encourage commercial
|
|
* re-implementations of code complying to this set of standards.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
acinclude/ax_cxx_compile_stdcxx_11.m4:
|
|
|
|
# Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com>
|
|
# Copyright (c) 2012 Zack Weinberg <zackw@panix.com>
|
|
# Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu>
|
|
# Copyright (c) 2014 Alexey Sokolov <sokolov@google.com>
|
|
#
|
|
# Copying and distribution of this file, with or without modification, are
|
|
# permitted in any medium without royalty provided the copyright notice
|
|
# and this notice are preserved. This file is offered as-is, without any
|
|
# warranty.
|
|
|
|
==============================================================================
|
|
|
|
acinclude/ax_with_prog.m4:
|
|
|
|
dnl Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
|
|
dnl Copyright (c) 2008 Dustin J. Mitchell <dustin@cs.uchicago.edu>
|
|
dnl
|
|
dnl Copying and distribution of this file, with or without modification, are
|
|
dnl permitted in any medium without royalty provided the copyright notice
|
|
dnl and this notice are preserved.
|
|
|
|
==============================================================================
|
|
|
|
acinclude/pkg.m4:
|
|
|
|
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
|
#
|
|
# 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-1307, USA.
|
|
#
|
|
# As a special exception to the GNU General Public License, if you
|
|
# distribute this file as part of a program that contains a
|
|
# configuration script generated by Autoconf, you may include it under
|
|
# the same distribution terms that you use for the rest of that program.
|
|
|
|
==============================================================================
|
|
|
|
compat/eui64_aton.h:
|
|
|
|
/* $NetBSD: eui64.h,v 1.1 2005/07/11 15:35:25 kiyohara Exp $ */
|
|
/*-
|
|
* Copyright 2004 The Aerospace Corporation. 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. The name of The Aerospace Corporation may not be used to endorse or
|
|
* promote products derived from this software.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION "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 AEROSPACE CORPORATION 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.
|
|
*
|
|
* $FreeBSD: /repoman/r/ncvs/src/sys/sys/eui64.h,v 1.2 2005/01/07 02:29:23 imp Exp $
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/eui64_aton.c:
|
|
|
|
/* $NetBSD: eui64.c,v 1.1 2005/07/11 15:35:25 kiyohara Exp $ */
|
|
/*
|
|
* Copyright 2004 The Aerospace Corporation. 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. The name of The Aerospace Corporation may not be used to endorse or
|
|
* promote products derived from this software.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION "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 AEROSPACE CORPORATION 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.
|
|
*
|
|
* Copyright (c) 1995
|
|
* Bill Paul <wpaul@ctr.columbia.edu>. 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. All advertising materials mentioning features or use of this software
|
|
* must display the following acknowledgement:
|
|
* This product includes software developed by Bill Paul.
|
|
* 4. Neither the name of the author nor the names of any co-contributors
|
|
* may be used to endorse or promote products derived from this software
|
|
* without specific prior written permission.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY Bill Paul 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 REGENTS 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.
|
|
*
|
|
* EUI-64 conversion and lookup routines
|
|
*
|
|
*
|
|
* Converted from ether_addr.c rev
|
|
* FreeBSD: src/lib/libc/net/eui64.c,v 1.15 2002/04/08 07:51:10 ru Exp
|
|
* by Brooks Davis
|
|
*
|
|
* Written by Bill Paul <wpaul@ctr.columbia.edu>
|
|
* Center for Telecommunications Research
|
|
* Columbia University, New York City
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/memrchr.cc,
|
|
compat/memrchr.h:
|
|
|
|
/*
|
|
* Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
|
|
*
|
|
* 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 THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/strtoll.c:
|
|
|
|
/*-
|
|
* Copyright (c) 1990 The Regents of the University of California.
|
|
* 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. All advertising materials mentioning features or use of this software
|
|
* must display the following acknowledgement:
|
|
* This product includes software developed by the University of
|
|
* California, Berkeley and its contributors.
|
|
* 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/tempnam.h:
|
|
|
|
/*
|
|
* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
|
* This file is part of the GNU C Library.
|
|
* The GNU C Library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public License as
|
|
* published by the Free Software Foundation; either version 2 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* The GNU C 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
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with the GNU C Library; see the file COPYING.LIB. If
|
|
* not, write to the Free Software Foundation, Inc., 675 Mass Ave,
|
|
* Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/tempnam.c:
|
|
|
|
/* Originally by Tom Hageman, tom@basil.icce.rug.nl */
|
|
|
|
/*
|
|
* This tmpnam() was changed by Gerben_Wierda@RnA.nl to serve as
|
|
* tempnam() for squid-1.1.6. It ignores the directory parameter, every
|
|
* temp file is written in /tmp.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
compat/xstrto.cc:
|
|
|
|
/*
|
|
* (C) 2000-2006 by the netfilter coreteam <coreteam@netfilter.org>:
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
errors/:
|
|
|
|
* Translation Snippets provided by Squid Project Translators held in
|
|
* copyright for open distribution.
|
|
*
|
|
* Translation Snippets provided by Rosetta Project Translators held in
|
|
* copyright for open distribution.
|
|
*
|
|
* Copyright 2009
|
|
*
|
|
* 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 University 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 REGENTS 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 REGENTS 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.
|
|
|
|
|
|
see TRANSLATORS file for current contributing translators holding copyrights.
|
|
|
|
==============================================================================
|
|
|
|
errors/errorpage.css:
|
|
|
|
Stylesheet for Squid Error pages
|
|
Adapted from design by Free CSS Templates
|
|
http://www.freecsstemplates.org
|
|
Released for free under a Creative Commons Attribution 2.5 License
|
|
|
|
==============================================================================
|
|
|
|
icons/silk/:
|
|
|
|
Silk icon set 1.3
|
|
_________________________________________
|
|
Mark James
|
|
http://www.famfamfam.com/lab/icons/silk/
|
|
_________________________________________
|
|
|
|
This work is licensed under a
|
|
Creative Commons Attribution 2.5 License.
|
|
[ http://creativecommons.org/licenses/by/2.5/ ]
|
|
|
|
This means you may use it for any purpose,
|
|
and make any changes you like.
|
|
All I ask is that you include a link back
|
|
to this page in your credits.
|
|
|
|
Are you using this icon set? Send me an email
|
|
(including a link or picture if available) to
|
|
mjames@gmail.com
|
|
|
|
Any other questions about this icon set please
|
|
contact mjames@gmail.com
|
|
|
|
|
|
The icons can also be used under Creative Commons Attribution 3.0 License
|
|
(Hi Debian folks!) with the following requirements:
|
|
|
|
As an author, I would appreciate a reference to my authorship of
|
|
the Silk icon set contents within a readme file or equivalent
|
|
documentation for the software which includes the set or a subset
|
|
of the icons contained within.
|
|
|
|
==============================================================================
|
|
|
|
icons/SN.png:
|
|
|
|
Squid NOW icon - copyright Squid Project
|
|
|
|
This work is licensed under the
|
|
Creative Commons Attribution-ShareAlike 3.0 Unported Liscence (CC BY-SA 3.0)
|
|
[ http://creativecommons.org/licenses/by-sa/3.0/ ]
|
|
|
|
==============================================================================
|
|
|
|
include/asn1.h,
|
|
include/snmp_api_error.h,
|
|
include/snmp_api_util.h,
|
|
include/snmp_coexist.h,
|
|
include/snmp_error.h,
|
|
include/snmp-internal.h,
|
|
include/snmp-mib.h,
|
|
include/snmp_msg.h,
|
|
include/snmp_pdu.h,
|
|
include/snmp_session.h,
|
|
include/snmp_vars.h,
|
|
include/snmp.h,
|
|
lib/snmplib/asn1.c,
|
|
lib/snmplib/coexistence.c,
|
|
lib/snmplib/snmp_api.c,
|
|
lib/snmplib/snmp_api_error.c,
|
|
lib/snmplib/snmp_error.c,
|
|
lib/snmplib/snmp_msg.c,
|
|
lib/snmplib/snmp_pdu.c,
|
|
lib/snmplib/snmp_vars.c:
|
|
|
|
* Copyright 1997 by Carnegie Mellon University
|
|
*
|
|
* All Rights Reserved
|
|
*
|
|
* Permission to use, copy, modify, and distribute this software and its
|
|
* documentation for any purpose and without fee is hereby granted,
|
|
* provided that the above copyright notice appear in all copies and that
|
|
* both that copyright notice and this permission notice appear in
|
|
* supporting documentation, and that the name of CMU not be
|
|
* used in advertising or publicity pertaining to distribution of the
|
|
* software without specific, written prior permission.
|
|
*
|
|
* CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
|
* ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
|
* CMU BE LIABLE FOR ANY SPECIAL, 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.
|
|
|
|
==============================================================================
|
|
|
|
include/base64.h:
|
|
lib/base64.c:
|
|
|
|
/*
|
|
Copyright (C) 2002 Niels Möller, Dan Egnor
|
|
|
|
This file is part of GNU Nettle.
|
|
|
|
GNU Nettle is free software: you can redistribute it and/or
|
|
modify it under the terms of either:
|
|
|
|
* the GNU Lesser General Public License as published by the Free
|
|
Software Foundation; either version 3 of the License, or (at your
|
|
option) any later version.
|
|
|
|
or
|
|
|
|
* 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.
|
|
|
|
or both in parallel, as here.
|
|
|
|
GNU Nettle 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 copies of the GNU General Public License and
|
|
the GNU Lesser General Public License along with this program. If
|
|
not, see http://www.gnu.org/licenses/.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
include/heap.h,
|
|
lib/heap.cc:
|
|
|
|
* AUTHOR: John Dilley, Hewlett Packard
|
|
|
|
* Copyright (C) 1999 by Hewlett Packard
|
|
|
|
==============================================================================
|
|
|
|
include/md5.h,
|
|
lib/md5.c:
|
|
|
|
* The algorithm is due to Ron Rivest. This code was
|
|
* written by Colin Plumb in 1993, no copyright is claimed.
|
|
* This code is in the public domain; do with it what you wish.
|
|
|
|
==============================================================================
|
|
|
|
include/parse.h,
|
|
include/snmp_api.h,
|
|
lib/snmplib/parse.c:
|
|
|
|
/***********************************************************
|
|
Copyright 1989 by Carnegie Mellon University
|
|
|
|
All Rights Reserved
|
|
|
|
Permission to use, copy, modify, and distribute this software and its
|
|
documentation for any purpose and without fee is hereby granted,
|
|
provided that the above copyright notice appear in all copies and that
|
|
both that copyright notice and this permission notice appear in
|
|
supporting documentation, and that the name of CMU not be
|
|
used in advertising or publicity pertaining to distribution of the
|
|
software without specific, written prior permission.
|
|
|
|
CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
|
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
|
CMU BE LIABLE FOR ANY SPECIAL, 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.
|
|
******************************************************************/
|
|
|
|
==============================================================================
|
|
|
|
include/radix.h,
|
|
lib/radix.c:
|
|
|
|
* Copyright (c) 1988, 1989, 1993
|
|
* The Regents of the University of California. 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 University 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 REGENTS 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 REGENTS 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.
|
|
|
|
==============================================================================
|
|
|
|
include/rfc2617.h,
|
|
lib/rfc2617.c:
|
|
|
|
* The source in this file is derived from the reference implementation
|
|
* in RFC 2617.
|
|
* RFC 2617 is Copyright (C) The Internet Society (1999). All Rights Reserved.
|
|
|
|
==============================================================================
|
|
|
|
include/snmp_client.h,
|
|
include/snmp_impl.h,
|
|
lib/snmplib/mib.c:
|
|
|
|
/***********************************************************
|
|
Copyright 1988, 1989 by Carnegie Mellon University
|
|
|
|
All Rights Reserved
|
|
|
|
Permission to use, copy, modify, and distribute this software and its
|
|
documentation for any purpose and without fee is hereby granted,
|
|
provided that the above copyright notice appear in all copies and that
|
|
both that copyright notice and this permission notice appear in
|
|
supporting documentation, and that the name of CMU not be
|
|
used in advertising or publicity pertaining to distribution of the
|
|
software without specific, written prior permission.
|
|
|
|
CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
|
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
|
CMU BE LIABLE FOR ANY SPECIAL, 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.
|
|
******************************************************************/
|
|
|
|
==============================================================================
|
|
|
|
include/snmp_util.h:
|
|
|
|
* Copyright (c) 1997 FT/CNET/DES/GRL Olivier Montanuy
|
|
|
|
==============================================================================
|
|
|
|
lib/rfcnb/,
|
|
lib/smblib/:
|
|
|
|
Copyright holders: Richard Sharpe, Andrew Tridgell, and Merik Karman
|
|
with updates by Squid contributors
|
|
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
lib/base64.c::base64_encode():
|
|
|
|
Adopted from http://ftp.sunet.se/pub2/gnu/vm/base64-encode.c.
|
|
Modified to work with strings instead of files.
|
|
|
|
==============================================================================
|
|
|
|
lib/dirent.c:
|
|
|
|
/*
|
|
* Implement dirent-style opendir(), readdir(), closedir(), rewinddir(),
|
|
* seekdir() and telldir on Windows - Based on mingw-runtime package sources.
|
|
* AUTHOR: Guido Serassio <serassio@squid-cache.org>
|
|
*/
|
|
|
|
/*
|
|
* Original file info follow:
|
|
*
|
|
* dirent.c
|
|
* This file has no copyright assigned and is placed in the Public Domain.
|
|
* This file is a part of the mingw-runtime package.
|
|
* No warranty is given; refer to the file DISCLAIMER within the package.
|
|
*
|
|
* Derived from DIRLIB.C by Matt J. Weinstein
|
|
* This note appears in the DIRLIB.H
|
|
* DIRLIB.H by M. J. Weinstein Released to public domain 1-Jan-89
|
|
*
|
|
* Updated by Jeremy Bettis <jeremy@hksys.com>
|
|
* Significantly revised and rewinddir, seekdir and telldir added by Colin
|
|
* Peters <colin@fu.is.saga-u.ac.jp>
|
|
*
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
lib/encrypt.c:
|
|
|
|
* Copyright (C) 1991 Jochen Obalek
|
|
*
|
|
* 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, 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.
|
|
|
|
==============================================================================
|
|
|
|
lib/getopt.c:
|
|
|
|
/*
|
|
* Copyright (c) 1987, 1993, 1994
|
|
* The Regents of the University of California. 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 University 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 REGENTS 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 REGENTS 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.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
lib/radix.c:
|
|
|
|
* Adapted from HTSUtils.c in CERN httpd 3.0 (http://info.cern.ch/httpd/)
|
|
* by Darren Hardy <hardy@cs.colorado.edu>, November 1994.
|
|
|
|
==============================================================================
|
|
|
|
lib/Splay.cc:
|
|
|
|
* based on ftp://ftp.cs.cmu.edu/user/sleator/splaying/top-down-splay.c
|
|
* http://bobo.link.cs.cmu.edu/cgi-bin/splay/splay-cgi.pl
|
|
|
|
==============================================================================
|
|
|
|
libltdl/:
|
|
|
|
Copyright (C) Free Software Foundation, Inc.
|
|
|
|
GNU Libltdl 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 of the License, or (at your option) any later version.
|
|
|
|
As a special exception to the GNU Lesser General Public License,
|
|
if you distribute this file as part of a program or library that
|
|
is built using GNU Libtool, you may include this file under the
|
|
same distribution terms that you use for the rest of that program.
|
|
|
|
GNU Libltdl 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 GNU Libltdl; see the file COPYING.LIB. If not, a
|
|
copy can be downloaded from http://www.gnu.org/licenses/lgpl.html,
|
|
or obtained by writing to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/AD_group/:
|
|
|
|
* (C)2008-2009 Guido Serassio - Acme Consulting S.r.l.
|
|
*
|
|
* Authors:
|
|
* Guido Serassio <guido.serassio@acmeconsulting.it>
|
|
* Acme Consulting S.r.l., Italy <http://www.acmeconsulting.it>
|
|
*
|
|
* With contributions from others mentioned in the change history section
|
|
* below.
|
|
*
|
|
* Based on mswin_check_lm_group by Guido Serassio.
|
|
*
|
|
* Dependencies: Windows 2000 SP4 and later.
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/delayer/:
|
|
|
|
(C) 2014 Francesco Chemolli <kinkie@squid-cache.org>
|
|
|
|
This program is free software. You may redistribute copies of it under the
|
|
terms of the GNU General Public License version 2, or (at your opinion) any
|
|
later version.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc:
|
|
|
|
* Copyright (C) 2009-2011 Chad E. Naugle
|
|
*
|
|
********************************************************************************
|
|
*
|
|
* This file is part of ext_edirectory_userip_acl.
|
|
*
|
|
* ext_edirectory_userip_acl 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.
|
|
*
|
|
* ext_edirectory_userip_acl 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 squid_edir_iplookup. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
********************************************************************************
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/file_userip/:
|
|
|
|
* Copyright (C) 2002 Rodrigo Campos
|
|
*
|
|
* 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.
|
|
*
|
|
* Author: Rodrigo Campos (rodrigo@geekbunker.org)
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/kerberos_ldap_group/,
|
|
src/auth/negotiate/kerberos/,
|
|
src/auth/negotiate/wrapper/:
|
|
|
|
* Author: Markus Moeller (markus_moeller at compuserve.com)
|
|
*
|
|
* Copyright (C) 2007 Markus Moeller. All rights reserved.
|
|
*
|
|
* 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-1307, USA.
|
|
|
|
* As a special exemption, M Moeller gives permission to link this program
|
|
* with MIT, Heimdal or other GSS/Kerberos libraries, and distribute
|
|
* the resulting executable, without including the source code for
|
|
* the Libraries in the source distribution.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/kerberos_ldap_group/support_ldap.cc:
|
|
|
|
/* get_attributes is partly from OpenLDAP Software <http://www.openldap.org/>.
|
|
*
|
|
* Copyright 1998-2009 The OpenLDAP Foundation.
|
|
* All rights reserved.
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* modification, are permitted only as authorized by the OpenLDAP
|
|
* Public License.
|
|
*
|
|
* A copy of this license is available in the file LICENSE in the
|
|
* top-level directory of the distribution or, alternatively, at
|
|
* <http://www.OpenLDAP.org/license.html>.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/LDAP_group/:
|
|
|
|
* Version 2.17
|
|
*
|
|
* (C)2002,2003 MARA Systems AB
|
|
*
|
|
* License: squid_ldap_group 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,
|
|
* or (at your option) any later version.
|
|
*
|
|
* Authors:
|
|
* Flavio Pescuma <flavio@marasystems.com>
|
|
* Henrik Nordstrom <hno@marasystems.com>
|
|
* MARA Systems AB, Sweden <http://www.marasystems.com>
|
|
*
|
|
* With contributions from others mentioned in the ChangeLog file
|
|
*
|
|
* In part based on squid_ldap_auth by Glen Newton and Henrik Nordstrom.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/SQL_session/:
|
|
|
|
Copyright (C) 2012 Amos Jeffries <amosjeffries@squid-cache.org>
|
|
Based on original work in DB_auth by Henrik Nordstrom <henrik@henriknordstrom.net>
|
|
With assistance of Nishant Sharma <codemarauder@gmail.com>
|
|
This program is free software. You may redistribute copies of it under the
|
|
terms of the GNU General Public License version 2, or (at your opinion) any
|
|
later version.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/time_quota/:
|
|
|
|
* Copyright (C) 2011 Dr. Tilmann Bubeck <t.bubeck@reinform.de>
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/unix_group/:
|
|
|
|
* This is a helper for the external ACL interface for Squid Cache
|
|
* Copyright (C) 2002 Rodrigo Albani de Campos (rodrigo@geekbunker.org)
|
|
|
|
* Author: Rodrigo Albani de Campos
|
|
* E-Mail: rodrigo@geekbunker.org
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/acl/external/wbinfo_group/wbinfo_group.pl:
|
|
|
|
This program is put in the public domain by Jerry Murdock
|
|
<jmurdock@itraktech.com>. It 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/DB/:
|
|
|
|
Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
|
|
Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> (Joomla support)
|
|
This program is free software. You may redistribute copies of it under the
|
|
terms of the GNU General Public License version 2, or (at youropinion) any
|
|
later version.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/fake/fake.cc,
|
|
src/helper/protocol_defines.h,
|
|
src/http/url_rewriters/fake/:
|
|
|
|
/*
|
|
* Copyright (c) 2009-2014, Treehouse Networks Ltd. New Zealand
|
|
* 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.
|
|
*
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
|
|
* COPYRIGHT HOLDER 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.
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/getpwnam/:
|
|
|
|
* AUTHOR: Erik Hofman <erik.hofman@a1.nl>
|
|
* Robin Elfrink <robin@a1.nl>
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/LDAP/:
|
|
|
|
* License: squid_ldap_auth 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,
|
|
* or (at your option) any later version.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/NCSA/basic_ncsa_auth.8:
|
|
|
|
This file 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 file; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
MA 02111\-1307 USA
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/NCSA/crypt_md5.cc:
|
|
|
|
* Shamelessly stolen from linux-pam, and adopted to work with
|
|
* OpenSSL md5 implementation and any magic string
|
|
*
|
|
* Origin2: md5_crypt.c,v 1.1.1.1 2000/01/03 17:34:46 gafton Exp
|
|
*
|
|
* ----------------------------------------------------------------------------
|
|
* "THE BEER-WARE LICENSE" (Revision 42):
|
|
* <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
|
|
* can do whatever you want with this stuff. If we meet some day, and you think
|
|
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
|
* ----------------------------------------------------------------------------
|
|
*
|
|
* Origin: Id: crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/NIS/:
|
|
|
|
* Adapted By Rabellino Sergio (rabellino@di.unito.it) For Solaris 2.x
|
|
* From NCSA Authentication module
|
|
|
|
* Written By Rabellino Sergio (rabellino@di.unito.it) For Solaris 2.x
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/PAM/:
|
|
|
|
* Copyright (C) 1999,2002,2003 Henrik Nordstrom <hno@squid-cache.org>
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/POP3/,
|
|
src/acl/external/session/:
|
|
|
|
# Copyright (C) 2006 Henrik Nordstrom <henrik@henriknordstrom.net>
|
|
#
|
|
# 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/RADIUS/:
|
|
|
|
This program is based on code from Livingston Enterprises, Inc. and parts are
|
|
|
|
COPYRIGHT NOTICE SQUID_RAD_AUTH
|
|
|
|
Copyright (C) 1992-1995 Livingston Enterprises, Inc and Cistron Internet Services
|
|
B.V. who both have given permission to modify and distribute those parts. The new
|
|
parts of the code is Copyright (C) 1998 R.M. van Selm <selm@cistron.nl> with
|
|
modifications Copyright (C) 2004 Henrik Nordstrom <hno@squid-cache.org>
|
|
|
|
Permission to use, copy, modify, and distribute this software for any purpose
|
|
and without fee is hereby granted, provided that this copyright and permission
|
|
notice appear on all copies and supporting documentation, the name of
|
|
Livingston Enterprises, Inc. not be used in advertising or publicity pertaining
|
|
to distribution of the program without specific prior permission, and notice be
|
|
given in supporting documentation that copying and distribution is by
|
|
permission of Livingston Enterprises, Inc. and Cistron Internet Services B.V.
|
|
|
|
Neither Livingston Enterprises, Inc. nor Cistron Internet Services B.V. nor I
|
|
(R.M. van Selm) make representations about the suitability of this software for
|
|
any purpose. It isprovided "as is" without express or implied warranty.
|
|
|
|
Marc van Selm <selm@cistron.nl>
|
|
|
|
|
|
COPYRIGHT NOTICE SQUID_RAD_AUTH Documentation
|
|
|
|
Copyright (C) 2004 Henrik Nordstrom
|
|
|
|
Permission to use, copy, modify, and distribute this software for any purpose
|
|
and without fee is hereby granted, provided that this copyright and permission
|
|
notice appear on all copies and supporting documentation, the name of Henrik
|
|
Nordstrom. not be used in advertising or publicity pertaining to distribution
|
|
of the program without specific prior permission.
|
|
|
|
The author makes no representations about the suitability of this documentation
|
|
for any purpose. It isprovided "as is" without express or implied warranty.
|
|
|
|
Henrik Nordstrom <hno@squid-cache.org>
|
|
|
|
COPYRIGHT NOTICE CISTRON RADIUS
|
|
|
|
/* This program is based on code from Livingston Enterprises, Inc. and parts are
|
|
* Copyright (C) 1992-1995 Livingston Enterprises, Inc who has given permission
|
|
* to modify and distribute those parts. The new code is Copyright (C) 1996-1997
|
|
* Cistron Internet Services B.V.
|
|
*
|
|
* Permission to use, copy, modify, and distribute this software for any purpose
|
|
* and without fee is hereby granted, provided that this copyright and permission
|
|
* notice appear on all copies and supporting documentation, the name of
|
|
* Livingston Enterprises, Inc. not be used in advertising or publicity pertaining
|
|
* to distribution of the program without specific prior permission, and notice be
|
|
* given in supporting documentation that copying and distribution is by
|
|
* permission of Livingston Enterprises, Inc. and Cistron Internet Services B.V.
|
|
|
|
* Neither Livingston Enterprises, Inc. nor Cistron Internet Services B.V. make
|
|
* representations about the suitability of this software for any purpose. It is
|
|
* provided "as is" without express or implied warranty.
|
|
*/
|
|
|
|
COPYRIGHT NOTICE LIVINGSTON RADIUS 1.16
|
|
|
|
/*
|
|
*
|
|
* RADIUS
|
|
* Remote Authentication Dial In User Service
|
|
*
|
|
*
|
|
* Livingston Enterprises, Inc.
|
|
* 6920 Koll Center Parkway
|
|
* Pleasanton, CA 94566
|
|
*
|
|
* Copyright 1992 Livingston Enterprises, Inc.
|
|
*
|
|
* Permission to use, copy, modify, and distribute this software for any
|
|
* purpose and without fee is hereby granted, provided that this
|
|
* copyright and permission notice appear on all copies and supporting
|
|
* documentation, the name of Livingston Enterprises, Inc. not be used
|
|
* in advertising or publicity pertaining to distribution of the
|
|
* program without specific prior permission, and notice be given
|
|
* in supporting documentation that copying and distribution is by
|
|
* permission of Livingston Enterprises, Inc.
|
|
*
|
|
* Livingston Enterprises, Inc. makes no representations about
|
|
* the suitability of this software for any purpose. It is
|
|
* provided "as is" without express or implied warranty.
|
|
*
|
|
|
|
|
|
COPYRIGHT NOTICE RSA Data Security MD5 (md5.c)
|
|
|
|
MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
|
|
|
|
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
|
|
rights reserved.
|
|
|
|
License to copy and use this software is granted provided that it
|
|
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
|
Algorithm" in all material mentioning or referencing this software
|
|
or this function.
|
|
|
|
License is also granted to make and use derivative works provided
|
|
that such works are identified as "derived from the RSA Data
|
|
Security, Inc. MD5 Message-Digest Algorithm" in all material
|
|
mentioning or referencing the derived work.
|
|
|
|
RSA Data Security, Inc. makes no representations concerning either
|
|
the merchantability of this software or the suitability of this
|
|
software for any particular purpose. It is provided "as is"
|
|
without express or implied warranty of any kind.
|
|
|
|
These notices must be retained in any copies of any part of this
|
|
documentation and/or software.
|
|
|
|
|
|
/*
|
|
* The new parts of the code is Copyright (C) 1998 R.M. van Selm <selm@cistron.nl>
|
|
* with modifications
|
|
* Copyright (C) 2004 Henrik Nordstrom <hno@squid-cache.org>
|
|
* Copyright (C) 2006 Henrik Nordstrom <hno@squid-cache.org>
|
|
*/
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/SASL/:
|
|
|
|
* Copyright (C) 2002 Ian Castle <ian.castle@coldcomfortfarm.net>
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/SMB/:
|
|
|
|
* Copyright (C) 1998 Richard Huveneers <richard@hekkihek.hacom.nl>
|
|
*
|
|
* 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
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/basic/SSPI/:
|
|
|
|
Guido Serassio, Torino - Italy
|
|
|
|
Uses code from -
|
|
Antonino Iannella 2000
|
|
Andrew Tridgell 1997
|
|
Richard Sharpe 1996
|
|
Bill Welliver 1999
|
|
|
|
* Distributed freely under the terms of the GNU General Public License,
|
|
* version 2 or later. See the file COPYING for licensing details
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/digest/eDirectory/digest_ldap.c:
|
|
|
|
* Copied From Samba-3.0.24 pdb_nds.c and trimmed down to the
|
|
* limited functionality needed to access the plain text password only
|
|
*
|
|
* Original copyright & license follows:
|
|
*
|
|
* Copyright (C) Vince Brimhall 2004-2005
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/digest/file/,
|
|
src/auth/digest/LDAP/:
|
|
|
|
|
|
* AUTHOR: Robert Collins.
|
|
*
|
|
* Based on ncsa_auth.c by Arjan de Vet <Arjan.deVet@adv.iae.nl>
|
|
*
|
|
* LDAP backend extension by Flavio Pescuma,
|
|
* MARA Systems AB <flavio@marasystems.com>
|
|
*
|
|
* Example digest authentication program for Squid, based on the original
|
|
* proxy_auth code from client_side.c, written by
|
|
* Jon Thackray <jrmt@uk.gdscorp.com>.
|
|
|
|
* Copyright (c) 2003 Robert Collins <robertc@squid-cache.org>
|
|
|
|
==============================================================================
|
|
|
|
src/auth/negotiate/SSPI/,
|
|
src/auth/ntlm/SSPI/:
|
|
|
|
* (C)2005 Guido Serassio - Acme Consulting S.r.l.
|
|
*
|
|
* Authors:
|
|
* Guido Serassio <guido.serassio@acmeconsulting.it>
|
|
* Acme Consulting S.r.l., Italy <http://www.acmeconsulting.it>
|
|
*
|
|
* With contributions from others mentioned in the change history section
|
|
* below.
|
|
*
|
|
* Based on previous work of Francesco Chemolli and Robert Collins.
|
|
*
|
|
* Dependencies: Windows 2000 and later.
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/ntlm/fake/ntlm_fake_auth.cc:
|
|
|
|
* AUTHOR: Andrew Doran <ad@interlude.eu.org>
|
|
* AUTHOR: Robert Collins <rbtcollins@hotmail.com>
|
|
* AUTHOR: Guido Serassio <guido.serassio@acmeconsulting.it>
|
|
|
|
* Example ntlm authentication program for Squid, based on the
|
|
* original proxy_auth code from client_side.c, written by
|
|
* Jon Thackray <jrmt@uk.gdscorp.com>. Initial ntlm code by
|
|
* Andrew Doran <ad@interlude.eu.org>.
|
|
|
|
|
|
==============================================================================
|
|
|
|
src/auth/ntlm/fake/ntlm_fake_auth.pl.in:
|
|
|
|
# (C) 2000 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
|
|
# Distributed freely under the terms of the GNU General Public License,
|
|
# version 2 or later. For the licensing terms, see the file COPYING that
|
|
# came with Squid.
|
|
|
|
==============================================================================
|
|
|
|
src/auth/ntlm/smb_lm/:
|
|
|
|
* (C) 2000 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
|
|
* Distributed freely under the terms of the GNU General Public License,
|
|
* version 2 or later. See the file COPYING for licensing details
|
|
*
|
|
* 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.
|
|
|
|
==============================================================================
|
|
|
|
src/external_acl.c:
|
|
|
|
Copyright (C) 2002 MARA Systems AB, Sweden <info@marasystems.com>
|
|
|
|
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, or (at your option)
|
|
any later version.
|
|
|
|
==============================================================================
|
|
|
|
src/http/url_rewriters/LFS/rredir.cc:
|
|
|
|
* version 0.1, 7 sep 1996
|
|
* - initial version (Richard Huveneers <Richard.Huveneers@hekkihek.hacom.nl>)
|
|
|
|
==============================================================================
|
|
|
|
src/log/DB/:
|
|
|
|
Copyright (C) 2008 by Marcello Romani
|
|
|
|
This library is free software; you can redistribute it and/or modify
|
|
it under the same terms as Perl itself, either Perl version 5.8.8 or,
|
|
at your option, any later version of Perl 5 you may have available.
|
|
|
|
==============================================================================
|
|
|
|
src/repl/heap/store_heap_replacement.cc:
|
|
|
|
* AUTHOR: John Dilley
|
|
|
|
* The code in this file is Copyrighted (C) 1999 by Hewlett Packard.
|
|
*
|
|
*
|
|
* For a description of these cache replacement policies see --
|
|
* http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html
|
|
|
|
==============================================================================
|
|
|
|
src/security/cert_validators/fake/security_fake_certv.pl.in:
|
|
|
|
(C) 2012 The Measurement Factory, Author: Tsantilas Christos
|
|
|
|
This program is free software. You may redistribute copies of it under the
|
|
terms of the GNU General Public License version 2, or (at your opinion) any
|
|
later version.
|
|
|
|
==============================================================================
|
|
|
|
src/store/id_rewriters/file/:
|
|
|
|
Copyright (C) 2013 Alan Mizrahi <alan@mizrahi.com.ve>
|
|
Based on code from Eliezer Croitoru <eliezer@ngtech.co.il>
|
|
|
|
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-1307, USA.
|
|
|
|
==============================================================================
|
|
|
|
tools/helper-mux.pl:
|
|
|
|
# AUTHOR: Francesco Chemolli <kinkie@squid-cache.org>
|
|
#
|
|
# 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.
|
|
|
|
==============================================================================
|
|
|
|
shm_portable_segment_name_is_path() implementation:
|
|
|
|
Derived from boost/interprocess/shared_memory_object.hpp and
|
|
boost/interprocess/detail/workaround.hpp at http://www.boost.org/
|
|
|
|
(C) Copyright Ion Gaztanaga 2005-2009.
|
|
Distributed under the Boost Software License, Version 1.0
|
|
|
|
Boost Software License - Version 1.0 - August 17th, 2003
|
|
|
|
Permission is hereby granted, free of charge, to any person or organization
|
|
obtaining a copy of the software and accompanying documentation covered by
|
|
this license (the "Software") to use, reproduce, display, distribute,
|
|
execute, and transmit the Software, and to prepare derivative works of the
|
|
Software, and to permit third-parties to whom the Software is furnished to
|
|
do so, all subject to the following:
|
|
|
|
The copyright notices in the Software and this entire statement, including
|
|
the above license grant, this restriction and the following disclaimer,
|
|
must be included in all copies of the Software, in whole or in part, and
|
|
all derivative works of the Software, unless such copies or derivative
|
|
works are solely in the form of machine-executable object code generated by
|
|
a source language processor.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
DEALINGS IN THE SOFTWARE.
|
|
|
|
==============================================================================
|