Browse Source
- Added/updated copyright headers
- Added/updated copyright headers
- Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"pull/374/head
889 changed files with 4032 additions and 93816 deletions
-
17BUILD/FINISH.sh
-
4BUILD/Makefile.am
-
17BUILD/SETUP.sh
-
18BUILD/autorun.sh
-
16BUILD/check-cpu
-
15BUILD/cleanup
-
15BUILD/compile-alpha
-
15BUILD/compile-alpha-ccc
-
15BUILD/compile-alpha-cxx
-
15BUILD/compile-alpha-debug
-
16BUILD/compile-amd64-debug-max
-
15BUILD/compile-amd64-gcov
-
15BUILD/compile-amd64-gprof
-
15BUILD/compile-amd64-max
-
15BUILD/compile-amd64-max-sci
-
15BUILD/compile-darwin-mwcc
-
16BUILD/compile-dist
-
15BUILD/compile-hpux11-parisc2-aCC
-
15BUILD/compile-ia64-debug-max
-
15BUILD/compile-irix-mips64-mipspro
-
15BUILD/compile-ndb-autotest
-
15BUILD/compile-pentium
-
15BUILD/compile-pentium-cybozu
-
15BUILD/compile-pentium-debug
-
15BUILD/compile-pentium-debug-max
-
15BUILD/compile-pentium-debug-max-no-embedded
-
15BUILD/compile-pentium-debug-max-no-ndb
-
15BUILD/compile-pentium-debug-no-bdb
-
15BUILD/compile-pentium-debug-openssl
-
15BUILD/compile-pentium-debug-yassl
-
15BUILD/compile-pentium-gcov
-
15BUILD/compile-pentium-gprof
-
15BUILD/compile-pentium-icc
-
15BUILD/compile-pentium-icc-valgrind-max
-
15BUILD/compile-pentium-icc-yassl
-
15BUILD/compile-pentium-max
-
15BUILD/compile-pentium-myodbc
-
15BUILD/compile-pentium-mysqlfs-debug
-
15BUILD/compile-pentium-pgcc
-
15BUILD/compile-pentium-valgrind-max
-
15BUILD/compile-pentium64-debug
-
15BUILD/compile-pentium64-debug-max
-
15BUILD/compile-pentium64-gcov
-
15BUILD/compile-pentium64-gprof
-
15BUILD/compile-pentium64-max-sci
-
15BUILD/compile-pentium64-valgrind-max
-
15BUILD/compile-ppc
-
15BUILD/compile-ppc-debug
-
15BUILD/compile-ppc-debug-max
-
15BUILD/compile-ppc-debug-max-no-ndb
-
15BUILD/compile-ppc-max
-
15BUILD/compile-sap
-
15BUILD/compile-sap-debug
-
16BUILD/compile-solaris-amd64
-
16BUILD/compile-solaris-amd64-debug
-
15BUILD/compile-solaris-amd64-forte
-
15BUILD/compile-solaris-amd64-forte-debug
-
15BUILD/compile-solaris-sparc
-
15BUILD/compile-solaris-sparc-debug
-
15BUILD/compile-solaris-sparc-forte
-
15BUILD/compile-solaris-sparc-purify
-
15BUILD/test-alpha-ccc
-
4Makefile.am
-
4client/completion_hash.h
-
1configure.in
-
15dbug/dbug_add_tags.pl
-
2extra/yassl/CMakeLists.txt
-
15extra/yassl/Makefile.am
-
18extra/yassl/examples/client/client.cpp
-
18extra/yassl/examples/echoclient/echoclient.cpp
-
18extra/yassl/examples/echoserver/echoserver.cpp
-
18extra/yassl/examples/server/server.cpp
-
2extra/yassl/include/lock.hpp
-
18extra/yassl/include/openssl/crypto.h
-
18extra/yassl/include/openssl/des.h
-
18extra/yassl/include/openssl/des_old.h
-
18extra/yassl/include/openssl/engine.h
-
18extra/yassl/include/openssl/err.h
-
18extra/yassl/include/openssl/evp.h
-
16extra/yassl/include/openssl/generate_prefix_files.pl
-
18extra/yassl/include/openssl/hmac.h
-
18extra/yassl/include/openssl/lhash.h
-
18extra/yassl/include/openssl/md4.h
-
18extra/yassl/include/openssl/md5.h
-
18extra/yassl/include/openssl/objects.h
-
18extra/yassl/include/openssl/opensslv.h
-
18extra/yassl/include/openssl/pem.h
-
18extra/yassl/include/openssl/pkcs12.h
-
18extra/yassl/include/openssl/prefix_crypto.h
-
18extra/yassl/include/openssl/prefix_ssl.h
-
18extra/yassl/include/openssl/rand.h
-
18extra/yassl/include/openssl/rsa.h
-
18extra/yassl/include/openssl/sha.h
-
18extra/yassl/include/openssl/x509.h
-
18extra/yassl/include/openssl/x509v3.h
-
15extra/yassl/src/Makefile.am
-
2extra/yassl/src/lock.cpp
-
15extra/yassl/src/make.bat
-
2extra/yassl/taocrypt/CMakeLists.txt
-
15extra/yassl/taocrypt/Makefile.am
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2005 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* des.h for openssl */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2007 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* des_old.h for openvn */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2007 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* hmac.h for openvpn */ |
@ -1,2 +1,20 @@ |
|||
/* |
|||
Copyright (C) 2005 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* lhash.h for openSSL */ |
|||
|
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* md4.h for libcurl */ |
@ -1,3 +1,21 @@ |
|||
/* |
|||
Copyright (C) 2005, 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* md5.h for openssl */ |
|||
|
|||
#include "ssl.h" /* in there for now */ |
|||
|
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2007 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* objects.h for openvpn */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* pem.h for libcurl */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
#define SSLeay_version yaSSLeay_version |
@ -1,2 +1,20 @@ |
|||
/* |
|||
Copyright (C) 2005 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* rand.h for openSSL */ |
|||
|
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2007 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* sha.h for openvpn */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* x509.h for libcurl */ |
@ -1 +1,19 @@ |
|||
/* |
|||
Copyright (C) 2006 MySQL AB |
|||
|
|||
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; version 2 of the License. |
|||
|
|||
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; see the file COPYING. If not, write to the |
|||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|||
MA 02110-1301 USA. |
|||
*/ |
|||
|
|||
/* x509v3.h for libcurl */ |
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue