git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@15 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
This commit is contained in:
parent
a58a4af4da
commit
2e6bce9e78
341
Source/GPL.txt
Normal file
341
Source/GPL.txt
Normal file
@ -0,0 +1,341 @@
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
.
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
.
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
.
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
.
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
.
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
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
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
||||
16
Source/Licence.txt
Normal file
16
Source/Licence.txt
Normal file
@ -0,0 +1,16 @@
|
||||
/************************************************************************************
|
||||
* Copyright notice
|
||||
*
|
||||
* WOS Portable (Webserver On Stick Portable)
|
||||
*
|
||||
* Copyright (C) 2000-2005 CH Software (info@chsoftware.net)
|
||||
* www.chsoftware.net
|
||||
* All rights reserved
|
||||
* For more information go to:
|
||||
* www.chsoftware.net/en/useware/conditions/conditions.htm
|
||||
*
|
||||
* WOS Portable is free software under the terms of the GNU General Public License.
|
||||
* The GNU/GPL license is found in the file GPL.txt or under
|
||||
* http://www.gnu.org/licenses/gpl.html.
|
||||
*
|
||||
*************************************************************************************/
|
||||
277
Source/apache2/ABOUT_APACHE.txt
Normal file
277
Source/apache2/ABOUT_APACHE.txt
Normal file
@ -0,0 +1,277 @@
|
||||
|
||||
The Apache HTTP Server Project
|
||||
|
||||
http://httpd.apache.org/
|
||||
|
||||
February 2002
|
||||
|
||||
The Apache Project is a collaborative software development effort aimed
|
||||
at creating a robust, commercial-grade, featureful, and freely-available
|
||||
source code implementation of an HTTP (Web) server. The project is
|
||||
jointly managed by a group of volunteers located around the world, using
|
||||
the Internet and the Web to communicate, plan, and develop the server and
|
||||
its related documentation. These volunteers are known as the Apache Group.
|
||||
In addition, hundreds of users have contributed ideas, code, and
|
||||
documentation to the project. This file is intended to briefly describe
|
||||
the history of the Apache Group, recognize the many contributors, and
|
||||
explain how you can join the fun too.
|
||||
|
||||
In February of 1995, the most popular server software on the Web was the
|
||||
public domain HTTP daemon developed by Rob McCool at the National Center
|
||||
for Supercomputing Applications, University of Illinois, Urbana-Champaign.
|
||||
However, development of that httpd had stalled after Rob left NCSA in
|
||||
mid-1994, and many webmasters had developed their own extensions and bug
|
||||
fixes that were in need of a common distribution. A small group of these
|
||||
webmasters, contacted via private e-mail, gathered together for the purpose
|
||||
of coordinating their changes (in the form of "patches"). Brian Behlendorf
|
||||
and Cliff Skolnick put together a mailing list, shared information space,
|
||||
and logins for the core developers on a machine in the California Bay Area,
|
||||
with bandwidth and diskspace donated by HotWired and Organic Online.
|
||||
By the end of February, eight core contributors formed the foundation
|
||||
of the original Apache Group:
|
||||
|
||||
Brian Behlendorf Roy T. Fielding Rob Hartill
|
||||
David Robinson Cliff Skolnick Randy Terbush
|
||||
Robert S. Thau Andrew Wilson
|
||||
|
||||
with additional contributions from
|
||||
|
||||
Eric Hagberg Frank Peters Nicolas Pioch
|
||||
|
||||
Using NCSA httpd 1.3 as a base, we added all of the published bug fixes
|
||||
and worthwhile enhancements we could find, tested the result on our own
|
||||
servers, and made the first official public release (0.6.2) of the Apache
|
||||
server in April 1995. By coincidence, NCSA restarted their own development
|
||||
during the same period, and Brandon Long and Beth Frank of the NCSA Server
|
||||
Development Team joined the list in March as honorary members so that the
|
||||
two projects could share ideas and fixes.
|
||||
|
||||
The early Apache server was a big hit, but we all knew that the codebase
|
||||
needed a general overhaul and redesign. During May-June 1995, while
|
||||
Rob Hartill and the rest of the group focused on implementing new features
|
||||
for 0.7.x (like pre-forked child processes) and supporting the rapidly growing
|
||||
Apache user community, Robert Thau designed a new server architecture
|
||||
(code-named Shambhala) which included a modular structure and API for better
|
||||
extensibility, pool-based memory allocation, and an adaptive pre-forking
|
||||
process model. The group switched to this new server base in July and added
|
||||
the features from 0.7.x, resulting in Apache 0.8.8 (and its brethren)
|
||||
in August.
|
||||
|
||||
After extensive beta testing, many ports to obscure platforms, a new set
|
||||
of documentation (by David Robinson), and the addition of many features
|
||||
in the form of our standard modules, Apache 1.0 was released on
|
||||
December 1, 1995.
|
||||
|
||||
Less than a year after the group was formed, the Apache server passed
|
||||
NCSA's httpd as the #1 server on the Internet.
|
||||
|
||||
The survey by Netcraft (http://www.netcraft.com/survey/) shows that Apache
|
||||
is today more widely used than all other web servers combined.
|
||||
|
||||
============================================================================
|
||||
|
||||
Current Apache Group in alphabetical order as of 2 April 2002:
|
||||
|
||||
Greg Ames IBM Corporation, Research Triangle Park, NC, USA
|
||||
Aaron Bannert California
|
||||
Brian Behlendorf Collab.Net, California
|
||||
Ken Coar IBM Corporation, Research Triangle Park, NC, USA
|
||||
Mark J. Cox Red Hat, UK
|
||||
Lars Eilebrecht Freelance Consultant, Munich, Germany
|
||||
Ralf S. Engelschall Cable & Wireless Deutschland, Munich, Germany
|
||||
Justin Erenkrantz University of California, Irvine
|
||||
Roy T. Fielding Day Software, California
|
||||
Tony Finch Covalent Technologies, California
|
||||
Dean Gaudet Transmeta Corporation, California
|
||||
Dirk-Willem van Gulik Covalent Technologies, California
|
||||
Brian Havard Australia
|
||||
Ian Holsman CNET, California
|
||||
Ben Hyde Gensym, Massachusetts
|
||||
Jim Jagielski jaguNET Access Services, Maryland
|
||||
Manoj Kasichainula Collab.Net, California
|
||||
Alexei Kosut Stanford University, California
|
||||
Martin Kraemer Munich, Germany
|
||||
Ben Laurie Freelance Consultant, UK
|
||||
Rasmus Lerdorf Yahoo!, California
|
||||
Daniel Lopez Ridruejo Covalent Technologies, California
|
||||
Doug MacEachern Covalent Technologies, California
|
||||
Aram W. Mirzadeh CableVision, New York
|
||||
Chuck Murcko The Topsail Group, Pennsylvania
|
||||
Brian Pane CNET Networks, California
|
||||
Sameer Parekh California
|
||||
David Reid UK
|
||||
William A. Rowe, Jr. Covalent, Illinois
|
||||
Wilfredo Sanchez Apple Computer, California
|
||||
Cliff Skolnick California
|
||||
Marc Slemko Canada
|
||||
Joshua Slive Canada
|
||||
Greg Stein California
|
||||
Bill Stoddard IBM Corporation, Research Triangle Park, NC
|
||||
Sander Striker The Netherlands
|
||||
Paul Sutton Seattle
|
||||
Randy Terbush Covalent Technologies, California
|
||||
Jeff Trawick IBM Corporation, Research Triangle Park, NC
|
||||
Cliff Woolley University of Virginia
|
||||
|
||||
Apache Emeritus (old group members now off doing other things)
|
||||
|
||||
Ryan Bloom California
|
||||
Rob Hartill Internet Movie DB, UK
|
||||
David Robinson Cambridge University, UK
|
||||
Robert S. Thau MIT, Massachusetts
|
||||
Andrew Wilson Freelance Consultant, UK
|
||||
|
||||
Other major contributors
|
||||
|
||||
Howard Fear (mod_include), Florent Guillaume (language negotiation),
|
||||
Koen Holtman (rewrite of mod_negotiation),
|
||||
Kevin Hughes (creator of all those nifty icons),
|
||||
Brandon Long and Beth Frank (NCSA Server Development Team, post-1.3),
|
||||
Ambarish Malpani (Beginning of the NT port),
|
||||
Rob McCool (original author of the NCSA httpd 1.3),
|
||||
Paul Richards (convinced the group to use remote CVS after 1.0),
|
||||
Garey Smiley (OS/2 port), Henry Spencer (author of the regex library).
|
||||
|
||||
Many 3rd-party modules, frequently used and recommended, are also
|
||||
freely-available and linked from the related projects page:
|
||||
<http://modules.apache.org/>, and their authors frequently
|
||||
contribute ideas, patches, and testing.
|
||||
|
||||
Hundreds of people have made individual contributions to the Apache
|
||||
project. Patch contributors are listed in the CHANGES file.
|
||||
Frequent contributors have included Petr Lampa, Tom Tromey, James H.
|
||||
Cloos Jr., Ed Korthof, Nathan Neulinger, Jason S. Clary, Jason A. Dour,
|
||||
Michael Douglass, Tony Sanders, Brian Tao, Michael Smith, Adam Sussman,
|
||||
Nathan Schrenk, Matthew Gray, and John Heidemann.
|
||||
|
||||
============================================================================
|
||||
|
||||
How to become involved in the Apache project
|
||||
|
||||
There are several levels of contributing. If you just want to send
|
||||
in an occasional suggestion/fix, then you can just use the bug reporting
|
||||
form at <http://httpd.apache.org/bug_report.html>. You can also subscribe
|
||||
to the announcements mailing list (announce-subscribe@httpd.apache.org) which
|
||||
we use to broadcast information about new releases, bugfixes, and upcoming
|
||||
events. There's a lot of information about the development process (much of
|
||||
it in serious need of updating) to be found at <http://httpd.apache.org/dev/>.
|
||||
|
||||
If you'd like to become an active contributor to the Apache project (the
|
||||
group of volunteers who vote on changes to the distributed server), then
|
||||
you need to start by subscribing to the dev@httpd.apache.org mailing list.
|
||||
One warning though: traffic is high, 1000 to 1500 messages/month.
|
||||
To subscribe to the list, send an email to dev-subscribe@httpd.apache.org.
|
||||
We recommend reading the list for a while before trying to jump in to
|
||||
development.
|
||||
|
||||
NOTE: The developer mailing list (dev@httpd.apache.org) is not
|
||||
a user support forum; it is for people actively working on development
|
||||
of the server code and documentation, and for planning future
|
||||
directions. If you have user/configuration questions, send them
|
||||
to users list <http://httpd.apache.org/userslist> or to the USENET
|
||||
newsgroup "comp.infosystems.www.servers.unix".or for windows users,
|
||||
the newsgroup "comp.infosystems.www.servers.ms-windows".
|
||||
|
||||
There is a core group of contributors (informally called the "core")
|
||||
which was formed from the project founders and is augmented from time
|
||||
to time when core members nominate outstanding contributors and the
|
||||
rest of the core members agree. The core group focus is more on
|
||||
"business" issues and limited-circulation things like security problems
|
||||
than on mainstream code development. The term "The Apache Group"
|
||||
technically refers to this core of project contributors.
|
||||
|
||||
The Apache project is a meritocracy -- the more work you have done, the more
|
||||
you are allowed to do. The group founders set the original rules, but
|
||||
they can be changed by vote of the active members. There is a group
|
||||
of people who have logins on our server (apache.org) and access to the
|
||||
CVS repository. Everyone has access to the CVS snapshots. Changes to
|
||||
the code are proposed on the mailing list and usually voted on by active
|
||||
members -- three +1 (yes votes) and no -1 (no votes, or vetoes) are needed
|
||||
to commit a code change during a release cycle; docs are usually committed
|
||||
first and then changed as needed, with conflicts resolved by majority vote.
|
||||
|
||||
Our primary method of communication is our mailing list. Approximately 40
|
||||
messages a day flow over the list, and are typically very conversational in
|
||||
tone. We discuss new features to add, bug fixes, user problems, developments
|
||||
in the web server community, release dates, etc. The actual code development
|
||||
takes place on the developers' local machines, with proposed changes
|
||||
communicated using a patch (output of a unified "diff -u oldfile newfile"
|
||||
command), and committed to the source repository by one of the core
|
||||
developers using remote CVS. Anyone on the mailing list can vote on a
|
||||
particular issue, but we only count those made by active members or people
|
||||
who are known to be experts on that part of the server. Vetoes must be
|
||||
accompanied by a convincing explanation.
|
||||
|
||||
New members of the Apache Group are added when a frequent contributor is
|
||||
nominated by one member and unanimously approved by the voting members.
|
||||
In most cases, this "new" member has been actively contributing to the
|
||||
group's work for over six months, so it's usually an easy decision.
|
||||
|
||||
The above describes our past and current (as of July 2000) guidelines,
|
||||
which will probably change over time as the membership of the group
|
||||
changes and our development/coordination tools improve.
|
||||
|
||||
============================================================================
|
||||
|
||||
The Apache Software Foundation (www.apache.org)
|
||||
|
||||
The Apache Software Foundation exists to provide organizational, legal,
|
||||
and financial support for the Apache open-source software projects.
|
||||
Founded in June 1999 by the Apache Group, the Foundation has been
|
||||
incorporated as a membership-based, not-for-profit corporation in order
|
||||
to ensure that the Apache projects continue to exist beyond the participation
|
||||
of individual volunteers, to enable contributions of intellectual property
|
||||
and funds on a sound basis, and to provide a vehicle for limiting legal
|
||||
exposure while participating in open-source software projects.
|
||||
|
||||
You are invited to participate in The Apache Software Foundation. We welcome
|
||||
contributions in many forms. Our membership consists of those individuals
|
||||
who have demonstrated a commitment to collaborative open-source software
|
||||
development through sustained participation and contributions within the
|
||||
Foundation's projects. Many people and companies have contributed towards
|
||||
the success of the Apache projects.
|
||||
|
||||
============================================================================
|
||||
|
||||
Why Apache Is Free
|
||||
|
||||
Apache exists to provide a robust and commercial-grade reference
|
||||
implementation of the HTTP protocol. It must remain a platform upon which
|
||||
individuals and institutions can build reliable systems, both for
|
||||
experimental purposes and for mission-critical purposes. We believe the
|
||||
tools of online publishing should be in the hands of everyone, and
|
||||
software companies should make their money providing value-added services
|
||||
such as specialized modules and support, amongst other things. We realize
|
||||
that it is often seen as an economic advantage for one company to "own" a
|
||||
market - in the software industry that means to control tightly a
|
||||
particular conduit such that all others must pay. This is typically done
|
||||
by "owning" the protocols through which companies conduct business, at the
|
||||
expense of all those other companies. To the extent that the protocols of
|
||||
the World Wide Web remain "unowned" by a single company, the Web will
|
||||
remain a level playing field for companies large and small. Thus,
|
||||
"ownership" of the protocol must be prevented, and the existence of a
|
||||
robust reference implementation of the protocol, available absolutely for
|
||||
free to all companies, is a tremendously good thing.
|
||||
|
||||
Furthermore, Apache is an organic entity; those who benefit from it
|
||||
by using it often contribute back to it by providing feature enhancements,
|
||||
bug fixes, and support for others in public newsgroups. The amount of
|
||||
effort expended by any particular individual is usually fairly light, but
|
||||
the resulting product is made very strong. This kind of community can
|
||||
only happen with freeware -- when someone pays for software, they usually
|
||||
aren't willing to fix its bugs. One can argue, then, that Apache's
|
||||
strength comes from the fact that it's free, and if it were made "not
|
||||
free" it would suffer tremendously, even if that money were spent on a
|
||||
real development team.
|
||||
|
||||
We want to see Apache used very widely -- by large companies, small
|
||||
companies, research institutions, schools, individuals, in the intranet
|
||||
environment, everywhere -- even though this may mean that companies who
|
||||
could afford commercial software, and would pay for it without blinking,
|
||||
might get a "free ride" by using Apache. We would even be happy if some
|
||||
commercial software companies completely dropped their own HTTP server
|
||||
development plans and used Apache as a base, with the proper attributions
|
||||
as described in the LICENSE file.
|
||||
|
||||
Thanks for using Apache!
|
||||
|
||||
15208
Source/apache2/CHANGES.txt
Normal file
15208
Source/apache2/CHANGES.txt
Normal file
File diff suppressed because it is too large
Load Diff
91
Source/apache2/INSTALL.txt
Normal file
91
Source/apache2/INSTALL.txt
Normal file
@ -0,0 +1,91 @@
|
||||
|
||||
APACHE INSTALLATION OVERVIEW
|
||||
|
||||
Quick Start - Unix
|
||||
------------------
|
||||
|
||||
For complete installation documentation, see [ht]docs/manual/install.html or
|
||||
http://httpd.apache.org/docs-2.2/install.html
|
||||
|
||||
$ ./configure --prefix=PREFIX
|
||||
$ make
|
||||
$ make install
|
||||
$ PREFIX/bin/apachectl start
|
||||
|
||||
NOTES: * Replace PREFIX with the filesystem path under which
|
||||
Apache should be installed. A typical installation
|
||||
might use "/usr/local/apache2" for PREFIX (without the
|
||||
quotes).
|
||||
|
||||
* If you are building on FreeBSD, be aware that threads will
|
||||
be disabled and the prefork MPM will be used by default,
|
||||
as threads do not work well with Apache on FreeBSD. If
|
||||
you wish to try a threaded Apache on FreeBSD anyway, use
|
||||
"./configure --enable-threads".
|
||||
|
||||
* If you are building on Mac OS X (Darwin), make sure to
|
||||
use libtool 1.4.2 or newer.
|
||||
|
||||
* If you are a developer building Apache directly from CVS,
|
||||
you will need to run ./buildconf before running configure.
|
||||
|
||||
For a short impression of what possibilities you have, here is a
|
||||
typical example which configures Apache for the installation tree
|
||||
/sw/pkg/apache with a particular compiler and flags plus the two
|
||||
additional modules mod_rewrite and mod_speling for later loading
|
||||
through the DSO mechanism:
|
||||
|
||||
$ CC="pgcc" CFLAGS="-O2" \
|
||||
./configure --prefix=/sw/pkg/apache \
|
||||
--enable-rewrite=shared \
|
||||
--enable-speling=shared
|
||||
|
||||
The easiest way to find all of the configuration flags for Apache 2.2
|
||||
is to run ./configure --help.
|
||||
|
||||
|
||||
Quick Start - Windows
|
||||
---------------------
|
||||
|
||||
For complete documentation, see [ht]docs/manual/platform/windows.html or
|
||||
http://httpd.apache.org/docs-2.2/platform/windows.html.
|
||||
|
||||
The Apache/Win32 binaries are primarily distributed as a Windows Installer
|
||||
package (.msi), and may be available as a .zip file as well. These packages
|
||||
are named apache-2.2.xx-win32-x86.msi and apache-2.2.xx-win32-x86.zip.
|
||||
Please choose the .msi package if at all possible.
|
||||
|
||||
If you have unpacked a source distribution (named httpd-2.2-xx.zip, without
|
||||
any -win32-x86 notation) you must compile the package yourself, see the links
|
||||
mentioned above. Unless you intended to do this, please look again for the
|
||||
binary package from http://www.apache.org/dist/httpd/binaries/win32/ and
|
||||
install that .msi (or .zip package, if you must.)
|
||||
|
||||
If you have unpacked this binary distribution from the .zip package, you
|
||||
_must_ edit the conf/httpd.conf file (with notepad or another text editor)
|
||||
to reflect the correct ServerName, Domain, and directory paths. Search for
|
||||
the text "@@" to discover what you must edit. To install and start the
|
||||
service after you have corrected the httpd.conf file, use the command
|
||||
|
||||
bin\Apache -k install
|
||||
bin\Apache -k start
|
||||
|
||||
The .msi package configures the httpd.conf file, and installs and starts
|
||||
the Apache2 service for you. It also installs plenty of useful shortcuts
|
||||
and the taskbar ApacheMonitor. We strongly encourage you to use it.
|
||||
|
||||
|
||||
Postscript
|
||||
----------
|
||||
|
||||
The Apache HTTP Server group cannot field user's installation questions.
|
||||
There are many valuable forums to help you get started. Please refer your
|
||||
questions to the appropriate forum, such as the Users Mailing List at
|
||||
http://httpd.apache.org/userslist.html or the usenet newsgroups
|
||||
comp.infosystems.www.servers.unix or
|
||||
comp.infosystems.www.servers.ms-windows.
|
||||
|
||||
Thanks for using the Apache HTTP Server, version 2.2.
|
||||
|
||||
The Apache Software Foundation
|
||||
http://www.apache.org/
|
||||
697
Source/apache2/LICENSE.txt
Normal file
697
Source/apache2/LICENSE.txt
Normal file
@ -0,0 +1,697 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
|
||||
APACHE HTTP SERVER SUBCOMPONENTS:
|
||||
|
||||
The Apache HTTP Server includes a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
code for the these subcomponents is subject to the terms and
|
||||
conditions of the following licenses.
|
||||
|
||||
For the mod_mime_magic component:
|
||||
|
||||
/*
|
||||
* mod_mime_magic: MIME type lookup via file magic numbers
|
||||
* Copyright (c) 1996-1997 Cisco Systems, Inc.
|
||||
*
|
||||
* This software was submitted by Cisco Systems to the Apache Group in July
|
||||
* 1997. Future revisions and derivatives of this source code must
|
||||
* acknowledge Cisco Systems as the original contributor of this module.
|
||||
* All other licensing and usage conditions are those of the Apache Group.
|
||||
*
|
||||
* Some of this code is derived from the free version of the file command
|
||||
* originally posted to comp.sources.unix. Copyright info for that program
|
||||
* is included below as required.
|
||||
* ---------------------------------------------------------------------------
|
||||
* - Copyright (c) Ian F. Darwin, 1987. Written by Ian F. Darwin.
|
||||
*
|
||||
* This software is not subject to any license of the American Telephone and
|
||||
* Telegraph Company or of the Regents of the University of California.
|
||||
*
|
||||
* Permission is granted to anyone to use this software for any purpose on any
|
||||
* computer system, and to alter it and redistribute it freely, subject to
|
||||
* the following restrictions:
|
||||
*
|
||||
* 1. The author is not responsible for the consequences of use of this
|
||||
* software, no matter how awful, even if they arise from flaws in it.
|
||||
*
|
||||
* 2. The origin of this software must not be misrepresented, either by
|
||||
* explicit claim or by omission. Since few users ever read sources, credits
|
||||
* must appear in the documentation.
|
||||
*
|
||||
* 3. Altered versions must be plainly marked as such, and must not be
|
||||
* misrepresented as being the original software. Since few users ever read
|
||||
* sources, credits must appear in the documentation.
|
||||
*
|
||||
* 4. This notice may not be removed or altered.
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
For the modules\mappers\mod_imagemap.c component:
|
||||
|
||||
"macmartinized" polygon code copyright 1992 by Eric Haines, erich@eye.com
|
||||
|
||||
For the server\util_md5.c component:
|
||||
|
||||
/************************************************************************
|
||||
* NCSA HTTPd Server
|
||||
* Software Development Group
|
||||
* National Center for Supercomputing Applications
|
||||
* University of Illinois at Urbana-Champaign
|
||||
* 605 E. Springfield, Champaign, IL 61820
|
||||
* httpd@ncsa.uiuc.edu
|
||||
*
|
||||
* Copyright (C) 1995, Board of Trustees of the University of Illinois
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
* md5.c: NCSA HTTPd code which uses the md5c.c RSA Code
|
||||
*
|
||||
* Original Code Copyright (C) 1994, Jeff Hostetler, Spyglass, Inc.
|
||||
* Portions of Content-MD5 code Copyright (C) 1993, 1994 by Carnegie Mellon
|
||||
* University (see Copyright below).
|
||||
* Portions of Content-MD5 code Copyright (C) 1991 Bell Communications
|
||||
* Research, Inc. (Bellcore) (see Copyright below).
|
||||
* Portions extracted from mpack, John G. Myers - jgm+@cmu.edu
|
||||
* Content-MD5 Code contributed by Martin Hamilton (martin@net.lut.ac.uk)
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/* these portions extracted from mpack, John G. Myers - jgm+@cmu.edu */
|
||||
/* (C) Copyright 1993,1994 by Carnegie Mellon University
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software
|
||||
* and its documentation for any purpose is hereby granted without
|
||||
* fee, 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 Carnegie
|
||||
* Mellon University not be used in advertising or publicity
|
||||
* pertaining to distribution of the software without specific,
|
||||
* written prior permission. Carnegie Mellon University makes no
|
||||
* representations about the suitability of this software for any
|
||||
* purpose. It is provided "as is" without express or implied
|
||||
* warranty.
|
||||
*
|
||||
* CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
* AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this material
|
||||
* for any purpose and without fee is hereby granted, provided
|
||||
* that the above copyright notice and this permission notice
|
||||
* appear in all copies, and that the name of Bellcore not be
|
||||
* used in advertising or publicity pertaining to this
|
||||
* material without the specific, prior written permission
|
||||
* of an authorized representative of Bellcore. BELLCORE
|
||||
* MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
|
||||
* OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
|
||||
* WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
|
||||
*/
|
||||
|
||||
For the srclib\apr\include\apr_md5.h component:
|
||||
/*
|
||||
* This is work is derived from material Copyright RSA Data Security, Inc.
|
||||
*
|
||||
* The RSA copyright statement and Licence for that original material is
|
||||
* included below. This is followed by the Apache copyright statement and
|
||||
* licence for the modifications made to that material.
|
||||
*/
|
||||
|
||||
/* 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.
|
||||
*/
|
||||
|
||||
For the srclib\apr\passwd\apr_md5.c component:
|
||||
|
||||
/*
|
||||
* This is work is derived from material Copyright RSA Data Security, Inc.
|
||||
*
|
||||
* The RSA copyright statement and Licence for that original material is
|
||||
* included below. This is followed by the Apache copyright statement and
|
||||
* licence for the modifications made to that material.
|
||||
*/
|
||||
|
||||
/* 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 apr_md5_encode() routine uses much code obtained from the FreeBSD 3.0
|
||||
* MD5 crypt() function, which is licenced as follows:
|
||||
* ----------------------------------------------------------------------------
|
||||
* "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
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
For the srclib\apr-util\crypto\apr_md4.c component:
|
||||
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* 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. MD4 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. MD4 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.
|
||||
*/
|
||||
|
||||
For the srclib\apr-util\include\apr_md4.h component:
|
||||
|
||||
*
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* 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. MD4 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. MD4 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.
|
||||
*/
|
||||
|
||||
|
||||
For the srclib\apr-util\test\testdbm.c component:
|
||||
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2000-2002 The Apache Software Foundation. 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 end-user documentation included with the redistribution,
|
||||
* if any, must include the following acknowledgment:
|
||||
* "This product includes software developed by the
|
||||
* Apache Software Foundation (http://www.apache.org/)."
|
||||
* Alternately, this acknowledgment may appear in the software itself,
|
||||
* if and wherever such third-party acknowledgments normally appear.
|
||||
*
|
||||
* 4. The names "Apache" and "Apache Software Foundation" must
|
||||
* not be used to endorse or promote products derived from this
|
||||
* software without prior written permission. For written
|
||||
* permission, please contact apache@apache.org.
|
||||
*
|
||||
* 5. Products derived from this software may not be called "Apache",
|
||||
* nor may "Apache" appear in their name, without prior written
|
||||
* permission of the Apache Software Foundation.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
|
||||
* ITS 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.
|
||||
* ====================================================================
|
||||
*
|
||||
* This software consists of voluntary contributions made by many
|
||||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
* This file came from the SDBM package (written by oz@nexus.yorku.ca).
|
||||
* That package was under public domain. This file has been ported to
|
||||
* APR, updated to ANSI C and other, newer idioms, and added to the Apache
|
||||
* codebase under the above copyright and license.
|
||||
*/
|
||||
|
||||
|
||||
For the srclib\apr-util\test\testmd4.c component:
|
||||
|
||||
*
|
||||
* This is derived from material copyright RSA Data Security, Inc.
|
||||
* Their notice is reproduced below in its entirety.
|
||||
*
|
||||
* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
|
||||
* rights reserved.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
For the srclib\apr-util\xml\expat\conftools\install-sh component:
|
||||
|
||||
#
|
||||
# install - install a program, script, or datafile
|
||||
# This comes from X11R5 (mit/util/scripts/install.sh).
|
||||
#
|
||||
# Copyright 1991 by the Massachusetts Institute of Technology
|
||||
#
|
||||
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||
# documentation for any purpose is hereby granted without fee, 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 M.I.T. not be used in advertising or
|
||||
# publicity pertaining to distribution of the software without specific,
|
||||
# written prior permission. M.I.T. makes no representations about the
|
||||
# suitability of this software for any purpose. It is provided "as is"
|
||||
# without express or implied warranty.
|
||||
#
|
||||
|
||||
For the srclib\pcre\install-sh component:
|
||||
|
||||
#
|
||||
# Copyright 1991 by the Massachusetts Institute of Technology
|
||||
#
|
||||
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||
# documentation for any purpose is hereby granted without fee, 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 M.I.T. not be used in advertising or
|
||||
# publicity pertaining to distribution of the software without specific,
|
||||
# written prior permission. M.I.T. makes no representations about the
|
||||
# suitability of this software for any purpose. It is provided "as is"
|
||||
# without express or implied warranty.
|
||||
|
||||
For the pcre component:
|
||||
|
||||
PCRE LICENCE
|
||||
------------
|
||||
|
||||
PCRE is a library of functions to support regular expressions whose syntax
|
||||
and semantics are as close as possible to those of the Perl 5 language.
|
||||
|
||||
Release 5 of PCRE is distributed under the terms of the "BSD" licence, as
|
||||
specified below. The documentation for PCRE, supplied in the "doc"
|
||||
directory, is distributed under the same terms as the software itself.
|
||||
|
||||
Written by: Philip Hazel <ph10@cam.ac.uk>
|
||||
|
||||
University of Cambridge Computing Service,
|
||||
Cambridge, England. Phone: +44 1223 334714.
|
||||
|
||||
Copyright (c) 1997-2004 University of Cambridge
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
* 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.
|
||||
|
||||
* Neither the name of the University of Cambridge 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 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 OWNER 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.
|
||||
|
||||
End PCRE LICENCE
|
||||
|
||||
|
||||
For the test\zb.c component:
|
||||
|
||||
/* ZeusBench V1.01
|
||||
===============
|
||||
|
||||
This program is Copyright (C) Zeus Technology Limited 1996.
|
||||
|
||||
This program may be used and copied freely providing this copyright notice
|
||||
is not removed.
|
||||
|
||||
This software is provided "as is" and any express or implied waranties,
|
||||
including but not limited to, the implied warranties of merchantability and
|
||||
fitness for a particular purpose are disclaimed. In no event shall
|
||||
Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
|
||||
exemplary, or consequential damaged (including, but not limited to,
|
||||
procurement of substitute good or services; loss of use, data, or profits;
|
||||
or business interruption) however caused and on 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.
|
||||
|
||||
Written by Adam Twiss (adam@zeus.co.uk). March 1996
|
||||
|
||||
Thanks to the following people for their input:
|
||||
Mike Belshe (mbelshe@netscape.com)
|
||||
Michael Campanella (campanella@stevms.enet.dec.com)
|
||||
|
||||
*/
|
||||
|
||||
For the expat xml parser component:
|
||||
|
||||
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
|
||||
and Clark Cooper
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
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 AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
====================================================================
|
||||
|
||||
For the mod_deflate zlib compression component:
|
||||
|
||||
(C) 1995-2004 Jean-loup Gailly and Mark Adler
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
Jean-loup Gailly Mark Adler
|
||||
jloup@gzip.org madler@alumni.caltech.edu
|
||||
|
||||
24
Source/apache2/NOTICE.txt
Normal file
24
Source/apache2/NOTICE.txt
Normal file
@ -0,0 +1,24 @@
|
||||
Apache HTTP Server
|
||||
Copyright 2006 The Apache Software Foundation.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
||||
Portions of this software were developed at the National Center
|
||||
for Supercomputing Applications (NCSA) at the University of
|
||||
Illinois at Urbana-Champaign.
|
||||
|
||||
This software contains code derived from the RSA Data Security
|
||||
Inc. MD5 Message-Digest Algorithm, including various
|
||||
modifications by Spyglass Inc., Carnegie Mellon University, and
|
||||
Bell Communications Research, Inc (Bellcore).
|
||||
|
||||
Regular expression support is provided by the PCRE library package,
|
||||
which is open source software, written by Philip Hazel, and copyright
|
||||
by the University of Cambridge, England. The original software is
|
||||
available from
|
||||
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
||||
|
||||
This binary distribution of mod_deflate.so includes zlib compression code
|
||||
<http://www.gzip.org/zlib/> written by Jean-loup Gailly (jloup@gzip.org)
|
||||
and Mark Adler (madler@alumni.caltech.edu) .
|
||||
90
Source/apache2/README.txt
Normal file
90
Source/apache2/README.txt
Normal file
@ -0,0 +1,90 @@
|
||||
|
||||
Apache HTTP Server
|
||||
|
||||
What is it?
|
||||
-----------
|
||||
|
||||
The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant
|
||||
web server. Originally designed as a replacement for the NCSA HTTP
|
||||
Server, it has grown to be the most popular web server on the
|
||||
Internet. As a project of the Apache Software Foundation, the
|
||||
developers aim to collaboratively develop and maintain a robust,
|
||||
commercial-grade, standards-based server with freely available
|
||||
source code.
|
||||
|
||||
The Latest Version
|
||||
------------------
|
||||
|
||||
Details of the latest version can be found on the Apache HTTP
|
||||
server project page under <http://httpd.apache.org/>.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation available as of the date of this release is
|
||||
included in HTML format in the docs/manual/ directory. The most
|
||||
up-to-date documentation for the 2.2.x releases can be found at
|
||||
<http://httpd.apache.org/docs-2.2/>.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Please see the file called INSTALL. Platform specific notes can be
|
||||
found in README.platforms.
|
||||
|
||||
Licensing
|
||||
---------
|
||||
|
||||
Please see the file called LICENSE.
|
||||
|
||||
Contacts
|
||||
--------
|
||||
|
||||
o If you want to be informed about new code releases, bug fixes,
|
||||
security fixes, general news and information about the Apache server
|
||||
subscribe to the apache-announce mailing list as described under
|
||||
<http://httpd.apache.org/lists.html#http-announce>
|
||||
|
||||
o If you want freely available support for running Apache please join the
|
||||
Apache user community by subscribing to Users Mailing List at
|
||||
<http://httpd.apache.org/userslist.html> or one of the following
|
||||
USENET newsgroups:
|
||||
comp.infosystems.www.servers.unix
|
||||
comp.infosystems.www.servers.ms-windows
|
||||
Also available at:
|
||||
<http://groups.google.com/groups?group=comp.infosystems.www.servers>
|
||||
|
||||
o If you want commercial support for running Apache please contact
|
||||
one of the companies and contractors which are listed at
|
||||
<http://www.apache.org/info/support.cgi>
|
||||
|
||||
o If you have a concrete bug report for Apache please go to the
|
||||
Apache Group Bug Database and submit your report:
|
||||
<http://httpd.apache.org/bug_report.html>
|
||||
|
||||
o If you want to participate in actively developing Apache please
|
||||
subscribe to the `dev@httpd.apache.org' mailing list as described at
|
||||
<http://httpd.apache.org/lists.html#http-dev>
|
||||
|
||||
Acknowledgments
|
||||
----------------
|
||||
|
||||
We wish to acknowledge the following copyrighted works that
|
||||
make up portions of the Apache software:
|
||||
|
||||
Portions of this software were developed at the National Center
|
||||
for Supercomputing Applications (NCSA) at the University of
|
||||
Illinois at Urbana-Champaign.
|
||||
|
||||
This software contains code derived from the RSA Data Security
|
||||
Inc. MD5 Message-Digest Algorithm, including various
|
||||
modifications by Spyglass Inc., Carnegie Mellon University, and
|
||||
Bell Communications Research, Inc (Bellcore).
|
||||
|
||||
Regular expression support is provided by the PCRE library package, which
|
||||
is open source software, written by Philip Hazel, and copyright by the
|
||||
University of Cambridge, England. The original software is available from
|
||||
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
||||
|
||||
Apache 2 relies heavily on the use of autoconf and libtool to provide
|
||||
a build environment.
|
||||
BIN
Source/apache2/bin/ApacheMonitor.exe.no-use
Normal file
BIN
Source/apache2/bin/ApacheMonitor.exe.no-use
Normal file
Binary file not shown.
BIN
Source/apache2/bin/ab.exe
Normal file
BIN
Source/apache2/bin/ab.exe
Normal file
Binary file not shown.
311
Source/apache2/bin/dbmmanage.pl
Normal file
311
Source/apache2/bin/dbmmanage.pl
Normal file
@ -0,0 +1,311 @@
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#for more functionality see the HTTPD::UserAdmin module:
|
||||
# http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz
|
||||
#
|
||||
# usage: dbmmanage <DBMfile> <command> <user> <password> <groups> <comment>
|
||||
|
||||
package dbmmanage;
|
||||
# -ldb -lndbm -lgdbm -lsdbm
|
||||
BEGIN { @AnyDBM_File::ISA = qw(SDBM_File) }
|
||||
use strict;
|
||||
use Fcntl;
|
||||
use AnyDBM_File ();
|
||||
|
||||
sub usage {
|
||||
my $cmds = join "|", sort keys %dbmc::;
|
||||
die <<SYNTAX;
|
||||
Usage: dbmmanage [enc] dbname command [username [pw [group[,group] [comment]]]]
|
||||
|
||||
where enc is -d for crypt encryption (default except on Win32, Netware)
|
||||
-m for MD5 encryption (default on Win32, Netware)
|
||||
-s for SHA1 encryption
|
||||
-p for plaintext
|
||||
|
||||
command is one of: $cmds
|
||||
|
||||
pw of . for update command retains the old password
|
||||
pw of - (or blank) for update command prompts for the password
|
||||
|
||||
groups or comment of . (or blank) for update command retains old values
|
||||
groups or comment of - for update command clears the existing value
|
||||
groups or comment of - for add and adduser commands is the empty value
|
||||
SYNTAX
|
||||
}
|
||||
|
||||
sub need_sha1_crypt {
|
||||
if (!eval ('require "Digest/SHA1.pm";')) {
|
||||
print STDERR <<SHAERR;
|
||||
dbmmanage SHA1 passwords require the interface or the module Digest::SHA1
|
||||
available from CPAN:
|
||||
|
||||
http://www.cpan.org/modules/by-module/Digest/Digest-MD5-2.12.tar.gz
|
||||
|
||||
Please install Digest::SHA1 and try again, or use a different crypt option:
|
||||
|
||||
SHAERR
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
sub need_md5_crypt {
|
||||
if (!eval ('require "Crypt/PasswdMD5.pm";')) {
|
||||
print STDERR <<MD5ERR;
|
||||
dbmmanage MD5 passwords require the module Crypt::PasswdMD5 available from CPAN
|
||||
|
||||
http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-1.1.tar.gz
|
||||
|
||||
Please install Crypt::PasswdMD5 and try again, or use a different crypt option:
|
||||
|
||||
MD5ERR
|
||||
usage();
|
||||
}
|
||||
}
|
||||
|
||||
# if your osname is in $newstyle_salt, then use new style salt (starts with '_' and contains
|
||||
# four bytes of iteration count and four bytes of salt). Otherwise, just use
|
||||
# the traditional two-byte salt.
|
||||
# see the man page on your system to decide if you have a newer crypt() lib.
|
||||
# I believe that 4.4BSD derived systems do (at least BSD/OS 2.0 does).
|
||||
# The new style crypt() allows up to 20 characters of the password to be
|
||||
# significant rather than only 8.
|
||||
#
|
||||
my $newstyle_salt_platforms = join '|', qw{bsdos}; #others?
|
||||
my $newstyle_salt = $^O =~ /(?:$newstyle_salt_platforms)/;
|
||||
|
||||
# Some platforms just can't crypt() for Apache
|
||||
#
|
||||
my $crypt_not_supported_platforms = join '|', qw{MSWin32 NetWare}; #others?
|
||||
my $crypt_not_supported = $^O =~ /(?:$crypt_not_supported_platforms)/;
|
||||
|
||||
my $crypt_method = "crypt";
|
||||
|
||||
if ($crypt_not_supported) {
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
# Some platforms won't jump through our favorite hoops
|
||||
#
|
||||
my $not_unix_platforms = join '|', qw{MSWin32 NetWare}; #others?
|
||||
my $not_unix = $^O =~ /(?:$not_unix_platforms)/;
|
||||
|
||||
if ($crypt_not_supported) {
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-d") {
|
||||
shift @ARGV;
|
||||
if ($crypt_not_supported) {
|
||||
print STDERR
|
||||
"Warning: Apache/$^O does not support crypt()ed passwords!\n\n";
|
||||
}
|
||||
$crypt_method = "crypt";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-m") {
|
||||
shift @ARGV;
|
||||
$crypt_method = "md5";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-p") {
|
||||
shift @ARGV;
|
||||
if (!$crypt_not_supported) {
|
||||
print STDERR
|
||||
"Warning: Apache/$^O does not support plaintext passwords!\n\n";
|
||||
}
|
||||
$crypt_method = "plain";
|
||||
}
|
||||
|
||||
if (@ARGV[0] eq "-s") {
|
||||
shift @ARGV;
|
||||
need_sha1_crypt();
|
||||
$crypt_method = "sha1";
|
||||
}
|
||||
|
||||
if ($crypt_method eq "md5") {
|
||||
need_md5_crypt();
|
||||
}
|
||||
|
||||
my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
|
||||
|
||||
usage() unless $file and $command and defined &{$dbmc::{$command}};
|
||||
|
||||
# remove extension if any
|
||||
my $chop = join '|', qw{db.? pag dir};
|
||||
$file =~ s/\.($chop)$//;
|
||||
|
||||
my $is_update = $command eq "update";
|
||||
my %DB = ();
|
||||
my @range = ();
|
||||
my($mode, $flags) = $command =~
|
||||
/^(?:view|check)$/ ? (0644, O_RDONLY) : (0644, O_RDWR|O_CREAT);
|
||||
|
||||
tie (%DB, "AnyDBM_File", $file, $flags, $mode) || die "Can't tie $file: $!";
|
||||
dbmc->$command();
|
||||
untie %DB;
|
||||
|
||||
|
||||
my $x;
|
||||
sub genseed {
|
||||
my $psf;
|
||||
if ($not_unix) {
|
||||
srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
|
||||
}
|
||||
else {
|
||||
for (qw(-xlwwa -le)) {
|
||||
`ps $_ 2>/dev/null`;
|
||||
$psf = $_, last unless $?;
|
||||
}
|
||||
srand (time ^ $$ ^ unpack("%L*", `ps $psf | gzip -f`));
|
||||
}
|
||||
@range = (qw(. /), '0'..'9','a'..'z','A'..'Z');
|
||||
$x = int scalar @range;
|
||||
}
|
||||
|
||||
sub randchar {
|
||||
join '', map $range[rand $x], 1..shift||1;
|
||||
}
|
||||
|
||||
sub saltpw_crypt {
|
||||
genseed() unless @range;
|
||||
return $newstyle_salt ?
|
||||
join '', "_", randchar, "a..", randchar(4) :
|
||||
randchar(2);
|
||||
}
|
||||
|
||||
sub cryptpw_crypt {
|
||||
my ($pw, $salt) = @_;
|
||||
$salt = saltpw_crypt unless $salt;
|
||||
crypt $pw, $salt;
|
||||
}
|
||||
|
||||
sub saltpw_md5 {
|
||||
genseed() unless @range;
|
||||
randchar(8);
|
||||
}
|
||||
|
||||
sub cryptpw_md5 {
|
||||
my($pw, $salt) = @_;
|
||||
$salt = saltpw_md5 unless $salt;
|
||||
Crypt::PasswdMD5::apache_md5_crypt($pw, $salt);
|
||||
}
|
||||
|
||||
sub cryptpw_sha1 {
|
||||
my($pw, $salt) = @_;
|
||||
'{SHA}' . Digest::SHA1::sha1_base64($pw) . "=";
|
||||
}
|
||||
|
||||
sub cryptpw {
|
||||
if ($crypt_method eq "md5") {
|
||||
return cryptpw_md5(@_);
|
||||
} elsif ($crypt_method eq "sha1") {
|
||||
return cryptpw_sha1(@_);
|
||||
} elsif ($crypt_method eq "crypt") {
|
||||
return cryptpw_crypt(@_);
|
||||
}
|
||||
@_[0]; # otherwise return plaintext
|
||||
}
|
||||
|
||||
sub getpass {
|
||||
my $prompt = shift || "Enter password:";
|
||||
|
||||
unless($not_unix) {
|
||||
open STDIN, "/dev/tty" or warn "couldn't open /dev/tty $!\n";
|
||||
system "stty -echo;";
|
||||
}
|
||||
|
||||
my($c,$pwd);
|
||||
print STDERR $prompt;
|
||||
while (($c = getc(STDIN)) ne '' and $c ne "\n" and $c ne "\r") {
|
||||
$pwd .= $c;
|
||||
}
|
||||
|
||||
system "stty echo" unless $not_unix;
|
||||
print STDERR "\n";
|
||||
die "Can't use empty password!\n" unless length $pwd;
|
||||
return $pwd;
|
||||
}
|
||||
|
||||
sub dbmc::update {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
$crypted_pwd = (split /:/, $DB{$key}, 3)[0] if $crypted_pwd eq '.';
|
||||
$groups = (split /:/, $DB{$key}, 3)[1] if !$groups || $groups eq '.';
|
||||
$comment = (split /:/, $DB{$key}, 3)[2] if !$comment || $comment eq '.';
|
||||
if (!$crypted_pwd || $crypted_pwd eq '-') {
|
||||
dbmc->adduser;
|
||||
}
|
||||
else {
|
||||
dbmc->add;
|
||||
}
|
||||
}
|
||||
|
||||
sub dbmc::add {
|
||||
die "Can't use empty password!\n" unless $crypted_pwd;
|
||||
unless($is_update) {
|
||||
die "Sorry, user `$key' already exists!\n" if $DB{$key};
|
||||
}
|
||||
$groups = '' if $groups eq '-';
|
||||
$comment = '' if $comment eq '-';
|
||||
$groups .= ":" . $comment if $comment;
|
||||
$crypted_pwd .= ":" . $groups if $groups;
|
||||
$DB{$key} = $crypted_pwd;
|
||||
my $action = $is_update ? "updated" : "added";
|
||||
print "User $key $action with password encrypted to $DB{$key} using $crypt_method\n";
|
||||
}
|
||||
|
||||
sub dbmc::adduser {
|
||||
my $value = getpass "New password:";
|
||||
die "They don't match, sorry.\n" unless getpass("Re-type new password:") eq $value;
|
||||
$crypted_pwd = cryptpw $value;
|
||||
dbmc->add;
|
||||
}
|
||||
|
||||
sub dbmc::delete {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
delete $DB{$key}, print "`$key' deleted\n";
|
||||
}
|
||||
|
||||
sub dbmc::view {
|
||||
print $key ? "$key:$DB{$key}\n" : map { "$_:$DB{$_}\n" if $DB{$_} } keys %DB;
|
||||
}
|
||||
|
||||
sub dbmc::check {
|
||||
die "Sorry, user `$key' doesn't exist!\n" unless $DB{$key};
|
||||
my $chkpass = (split /:/, $DB{$key}, 3)[0];
|
||||
my $testpass = getpass();
|
||||
if (substr($chkpass, 0, 6) eq '$apr1$') {
|
||||
need_md5_crypt;
|
||||
$crypt_method = "md5";
|
||||
} elsif (substr($chkpass, 0, 5) eq '{SHA}') {
|
||||
need_sha1_crypt;
|
||||
$crypt_method = "sha1";
|
||||
} elsif (length($chkpass) == 13 && $chkpass ne $testpass) {
|
||||
$crypt_method = "crypt";
|
||||
} else {
|
||||
$crypt_method = "plain";
|
||||
}
|
||||
print $crypt_method . (cryptpw($testpass, $chkpass) eq $chkpass
|
||||
? " password ok\n" : " password mismatch\n");
|
||||
}
|
||||
|
||||
sub dbmc::import {
|
||||
while(defined($_ = <STDIN>) and chomp) {
|
||||
($key,$crypted_pwd,$groups,$comment) = split /:/, $_, 4;
|
||||
dbmc->add;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
Source/apache2/bin/htcacheclean.exe
Normal file
BIN
Source/apache2/bin/htcacheclean.exe
Normal file
Binary file not shown.
BIN
Source/apache2/bin/htdbm.exe
Normal file
BIN
Source/apache2/bin/htdbm.exe
Normal file
Binary file not shown.
BIN
Source/apache2/bin/htdigest.exe
Normal file
BIN
Source/apache2/bin/htdigest.exe
Normal file
Binary file not shown.
BIN
Source/apache2/bin/htpasswd.exe
Normal file
BIN
Source/apache2/bin/htpasswd.exe
Normal file
Binary file not shown.
BIN
Source/apache2/bin/httpd.exe
Normal file
BIN
Source/apache2/bin/httpd.exe
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/_tbl_simple.so
Normal file
BIN
Source/apache2/bin/iconv/_tbl_simple.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/adobe-stdenc.so
Normal file
BIN
Source/apache2/bin/iconv/adobe-stdenc.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/adobe-symbol.so
Normal file
BIN
Source/apache2/bin/iconv/adobe-symbol.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/adobe-zdingbats.so
Normal file
BIN
Source/apache2/bin/iconv/adobe-zdingbats.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/big5.so
Normal file
BIN
Source/apache2/bin/iconv/big5.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cns11643-plane1.so
Normal file
BIN
Source/apache2/bin/iconv/cns11643-plane1.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cns11643-plane14.so
Normal file
BIN
Source/apache2/bin/iconv/cns11643-plane14.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cns11643-plane2.so
Normal file
BIN
Source/apache2/bin/iconv/cns11643-plane2.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp037.so
Normal file
BIN
Source/apache2/bin/iconv/cp037.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp038.so
Normal file
BIN
Source/apache2/bin/iconv/cp038.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10000.so
Normal file
BIN
Source/apache2/bin/iconv/cp10000.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10006.so
Normal file
BIN
Source/apache2/bin/iconv/cp10006.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10007.so
Normal file
BIN
Source/apache2/bin/iconv/cp10007.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10029.so
Normal file
BIN
Source/apache2/bin/iconv/cp10029.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp1006.so
Normal file
BIN
Source/apache2/bin/iconv/cp1006.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10079.so
Normal file
BIN
Source/apache2/bin/iconv/cp10079.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp10081.so
Normal file
BIN
Source/apache2/bin/iconv/cp10081.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp1026.so
Normal file
BIN
Source/apache2/bin/iconv/cp1026.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp273.so
Normal file
BIN
Source/apache2/bin/iconv/cp273.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp274.so
Normal file
BIN
Source/apache2/bin/iconv/cp274.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp275.so
Normal file
BIN
Source/apache2/bin/iconv/cp275.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp277.so
Normal file
BIN
Source/apache2/bin/iconv/cp277.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp278.so
Normal file
BIN
Source/apache2/bin/iconv/cp278.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp280.so
Normal file
BIN
Source/apache2/bin/iconv/cp280.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp281.so
Normal file
BIN
Source/apache2/bin/iconv/cp281.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp284.so
Normal file
BIN
Source/apache2/bin/iconv/cp284.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp285.so
Normal file
BIN
Source/apache2/bin/iconv/cp285.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp290.so
Normal file
BIN
Source/apache2/bin/iconv/cp290.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp297.so
Normal file
BIN
Source/apache2/bin/iconv/cp297.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp420.so
Normal file
BIN
Source/apache2/bin/iconv/cp420.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp423.so
Normal file
BIN
Source/apache2/bin/iconv/cp423.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp424.so
Normal file
BIN
Source/apache2/bin/iconv/cp424.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp437.so
Normal file
BIN
Source/apache2/bin/iconv/cp437.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp500.so
Normal file
BIN
Source/apache2/bin/iconv/cp500.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp737.so
Normal file
BIN
Source/apache2/bin/iconv/cp737.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp775.so
Normal file
BIN
Source/apache2/bin/iconv/cp775.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp850.so
Normal file
BIN
Source/apache2/bin/iconv/cp850.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp851.so
Normal file
BIN
Source/apache2/bin/iconv/cp851.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp852.so
Normal file
BIN
Source/apache2/bin/iconv/cp852.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp855.so
Normal file
BIN
Source/apache2/bin/iconv/cp855.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp856.so
Normal file
BIN
Source/apache2/bin/iconv/cp856.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp857.so
Normal file
BIN
Source/apache2/bin/iconv/cp857.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp860.so
Normal file
BIN
Source/apache2/bin/iconv/cp860.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp861.so
Normal file
BIN
Source/apache2/bin/iconv/cp861.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp862.so
Normal file
BIN
Source/apache2/bin/iconv/cp862.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp863.so
Normal file
BIN
Source/apache2/bin/iconv/cp863.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp864.so
Normal file
BIN
Source/apache2/bin/iconv/cp864.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp865.so
Normal file
BIN
Source/apache2/bin/iconv/cp865.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp866.so
Normal file
BIN
Source/apache2/bin/iconv/cp866.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp868.so
Normal file
BIN
Source/apache2/bin/iconv/cp868.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp869.so
Normal file
BIN
Source/apache2/bin/iconv/cp869.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp870.so
Normal file
BIN
Source/apache2/bin/iconv/cp870.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp871.so
Normal file
BIN
Source/apache2/bin/iconv/cp871.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp874.so
Normal file
BIN
Source/apache2/bin/iconv/cp874.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp875.so
Normal file
BIN
Source/apache2/bin/iconv/cp875.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp880.so
Normal file
BIN
Source/apache2/bin/iconv/cp880.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp891.so
Normal file
BIN
Source/apache2/bin/iconv/cp891.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp903.so
Normal file
BIN
Source/apache2/bin/iconv/cp903.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp904.so
Normal file
BIN
Source/apache2/bin/iconv/cp904.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp905.so
Normal file
BIN
Source/apache2/bin/iconv/cp905.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp918.so
Normal file
BIN
Source/apache2/bin/iconv/cp918.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp932.so
Normal file
BIN
Source/apache2/bin/iconv/cp932.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp936.so
Normal file
BIN
Source/apache2/bin/iconv/cp936.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp949.so
Normal file
BIN
Source/apache2/bin/iconv/cp949.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/cp950.so
Normal file
BIN
Source/apache2/bin/iconv/cp950.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/dec-mcs.so
Normal file
BIN
Source/apache2/bin/iconv/dec-mcs.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-at-de-a.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-at-de-a.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-at-de.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-at-de.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-ca-fr.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-ca-fr.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-dk-no-a.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-dk-no-a.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-dk-no.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-dk-no.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-es-a.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-es-a.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-es-s.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-es-s.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-es.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-es.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-fi-se-a.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-fi-se-a.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-fi-se.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-fi-se.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-fr.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-fr.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-it.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-it.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-pt.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-pt.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-uk.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-uk.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/ebcdic-us.so
Normal file
BIN
Source/apache2/bin/iconv/ebcdic-us.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/euc-jp.so
Normal file
BIN
Source/apache2/bin/iconv/euc-jp.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/euc-kr.so
Normal file
BIN
Source/apache2/bin/iconv/euc-kr.so
Normal file
Binary file not shown.
BIN
Source/apache2/bin/iconv/euc-tw.so
Normal file
BIN
Source/apache2/bin/iconv/euc-tw.so
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user