1. 04 May, 2006 1 commit
  2. 03 May, 2006 19 commits
    • unknown's avatar
      643708af
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 5cdd0143
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      5cdd0143
    • unknown's avatar
      Use "const char*" for variable found, forte complains "Cannot use const char*... · 0e192fb4
      unknown authored
      Use "const char*" for variable found, forte complains "Cannot use const char* to initialize char*" otherwise
      
      
      0e192fb4
    • unknown's avatar
      Remove C++ comments · 7625dfc7
      unknown authored
      Formatting
      
      7625dfc7
    • unknown's avatar
      f28dce2c
    • unknown's avatar
      Merge msvensson@msvensson.mysql.internal:/home/msvensson/mysql/mysql-5.0-maint · 3332321d
      unknown authored
      into  devsrv-b.mysql.com:/users/msvensson/mysql-5.0-maint
      
      3332321d
    • unknown's avatar
      Add an untrusted cacert used when testing · c99da1ea
      unknown authored
      c99da1ea
    • unknown's avatar
      Load CA certs before setting local certs. · 2030ef48
      unknown authored
      Make it possible to get the yaSSL error message printed in the DBUG log file.
      
      
      vio/viossl.c:
        Add possibility to print out the error from yaSSL.
      vio/viosslfactories.c:
        Load the CA certs before loading the certs for this client or server.
        Improved comments.
      2030ef48
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Merge 192.168.0.20:mysql/my50-maint-yassl · b5d7ba85
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      extra/yassl/mySTL/helpers.hpp:
        Auto merged
      extra/yassl/src/template_instnt.cpp:
        Auto merged
      extra/yassl/taocrypt/src/asn.cpp:
        Auto merged
      extra/yassl/taocrypt/src/make.bat:
        Auto merged
      extra/yassl/testsuite/test.hpp:
        Auto merged
      extra/yassl/taocrypt/include/asn.hpp:
        Manual merge
      b5d7ba85
    • unknown's avatar
      Add original unmodified certs file · aa3c6eee
      unknown authored
      
      BitKeeper/deleted/.del-dh1024.dat~eb7af7494ea8ec62:
        Delete: extra/yassl/certs/dh1024.dat
      extra/yassl/certs/client-cert.der:
        Add original unmodified file
      extra/yassl/certs/client-key.der:
        Add original unmodified file
      extra/yassl/certs/dsa512.der:
        Add original unmodified file
      aa3c6eee
    • unknown's avatar
      Add certs/ file · a6930c50
      unknown authored
      
      extra/yassl/certs/client-cert.der:
        New BitKeeper file ``extra/yassl/certs/client-cert.der''
      extra/yassl/certs/client-key.der:
        New BitKeeper file ``extra/yassl/certs/client-key.der''
      extra/yassl/certs/dh1024.dat:
        New BitKeeper file ``extra/yassl/certs/dh1024.dat''
      extra/yassl/certs/dsa512.der:
        New BitKeeper file ``extra/yassl/certs/dsa512.der''
      a6930c50
    • unknown's avatar
      Update yaSSL to version 1.3.0 · 3e568662
      unknown authored
      
      extra/yassl/README:
        Import patch yassl.diff
      extra/yassl/examples/client/client.cpp:
        Import patch yassl.diff
      extra/yassl/include/openssl/err.h:
        Import patch yassl.diff
      extra/yassl/include/openssl/md5.h:
        Import patch yassl.diff
      extra/yassl/include/openssl/ssl.h:
        Import patch yassl.diff
      extra/yassl/include/yassl_int.hpp:
        Import patch yassl.diff
      extra/yassl/mySTL/helpers.hpp:
        Import patch yassl.diff
      extra/yassl/src/cert_wrapper.cpp:
        Import patch yassl.diff
      extra/yassl/src/ssl.cpp:
        Import patch yassl.diff
      extra/yassl/src/template_instnt.cpp:
        Import patch yassl.diff
      extra/yassl/src/yassl_int.cpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/include/asn.hpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/src/asn.cpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/src/integer.cpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/src/make.bat:
        Import patch yassl.diff
      extra/yassl/taocrypt/src/misc.cpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/taocrypt.dsp:
        Import patch yassl.diff
      extra/yassl/testsuite/test.hpp:
        Import patch yassl.diff
      extra/yassl/testsuite/testsuite.cpp:
        Import patch yassl.diff
      extra/yassl/testsuite/testsuite.dsp:
        Import patch yassl.diff
      extra/yassl/include/openssl/md4.h:
        Import patch yassl.diff
      extra/yassl/include/openssl/pem.h:
        Import patch yassl.diff
      extra/yassl/include/openssl/x509.h:
        Import patch yassl.diff
      extra/yassl/include/openssl/x509v3.h:
        Import patch yassl.diff
      extra/yassl/lib/dummy:
        Import patch yassl.diff
      extra/yassl/certs/ca-cert.pem:
        New BitKeeper file ``extra/yassl/certs/ca-cert.pem''
      extra/yassl/certs/client-cert.pem:
        New BitKeeper file ``extra/yassl/certs/client-cert.pem''
      extra/yassl/certs/client-key.pem:
        New BitKeeper file ``extra/yassl/certs/client-key.pem''
      extra/yassl/certs/dsa-cert.pem:
        New BitKeeper file ``extra/yassl/certs/dsa-cert.pem''
      extra/yassl/certs/dsa512.pem:
        New BitKeeper file ``extra/yassl/certs/dsa512.pem''
      extra/yassl/certs/server-cert.pem:
        New BitKeeper file ``extra/yassl/certs/server-cert.pem''
      extra/yassl/certs/server-key.pem:
        New BitKeeper file ``extra/yassl/certs/server-key.pem''
      extra/yassl/certs/taoCert.txt:
        New BitKeeper file ``extra/yassl/certs/taoCert.txt''
      3e568662
    • unknown's avatar
    • unknown's avatar
      Merge 192.168.0.20:mysql/mysql-5.0-maint · 26788803
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      SSL/server-cert.pem:
        Merge, use remote
      26788803
    • unknown's avatar
      Remove client-req-pem and server-req.pem · e4326a1f
      unknown authored
      
      BitKeeper/deleted/.del-server-req.pem~16301893cacf1be4:
        Delete: SSL/server-req.pem
      BitKeeper/deleted/.del-client-req.pem~efd482e1d290d4d8:
        Delete: SSL/client-req.pem
      e4326a1f
    • unknown's avatar
      286624ec
    • unknown's avatar
      Generate new ca, client and server cert. · 24651ae9
      unknown authored
      Set CN in the server cert to localhost so that we can test --ssl-verify-server-cert
      
      
      SSL/cacert.pem:
        Generate new CA cert to get the CA's private key
      SSL/client-cert.pem:
        Generate new client cert since we have a new CA cert
      SSL/client-key.pem:
        Generate new client cert since we have a new CA cert
      SSL/client-req.pem:
        Generate new client cert since we have a new CA cert
      SSL/server-cert.pem:
        Generate new server cert since we have a new CA cert and set it's CN to localhost so that we can test --ssl-verify-server-cert
      SSL/server-key.pem:
        Generate new server cert since we have a new CA cert and set it's CN to localhost so that we can test --ssl-verify-server-cert
      SSL/server-req.pem:
        Generate new server cert since we have a new CA cert and set it's CN to localhost so that we can test --ssl-verify-server-cert
      24651ae9
  3. 02 May, 2006 2 commits
  4. 28 Apr, 2006 3 commits
  5. 27 Apr, 2006 15 commits
    • unknown's avatar
      Merge jwinstead@bk-internal.mysql.com:/home/bk/mysql-5.0 · 385ae566
      unknown authored
      into  mysql.com:/nfstmp1/jwinstead/mysql-5.0-clean
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      385ae566
    • unknown's avatar
      Disable udf.test · a4f91d65
      unknown authored
      a4f91d65
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint · 6a92de48
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0
      
      6a92de48
    • unknown's avatar
      Fix merge error · 8f409a48
      unknown authored
      
      extra/yassl/src/yassl_int.cpp:
        Fix merge error, missing {
      extra/yassl/taocrypt/src/integer.cpp:
        Fix merge error, duplicate function definition
      8f409a48
    • unknown's avatar
      Return empty string if file does not exist · 1a4da139
      unknown authored
      Set LD_LIBRARY_PATH and UDF_EXAMPLE_LIB from $lib_udf_example
      
      
      mysql-test/lib/mtr_misc.pl:
        Return empty string if file does not exist
      mysql-test/mysql-test-run.pl:
        Set LD_LIBRARY_PATH and UDF_EXAMPLE_LIB from $lib_udf_example variable
      1a4da139
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-19393 · 051bd778
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      051bd778
    • unknown's avatar
      Bug #19393: Federated tests fail on Windows under pushbuild · 0bd709e0
      unknown authored
        Supplying --skip-rpl to mysql-test-run.pl would always disable the
        slaves, but those slaves may still be needed for the federated tests.
        Now we only disable the slaves when they are not used by any of the
        tests.
      
      
      mysql-test/mysql-test-run.pl:
        Decide whether to set up and start slave databases based entirely on
        which tests are used, and don't allow --skip-rpl to ruin the party,
        since other tests than replication rely on the slaves (namely federated).
      0bd709e0
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-5.0 · 02702c04
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysql.cc:
        Auto merged
      configure.in:
        Auto merged
      extra/yassl/include/openssl/rsa.h:
        Auto merged
      extra/yassl/include/yassl_int.hpp:
        Auto merged
      extra/yassl/include/yassl_types.hpp:
        Auto merged
      extra/yassl/src/template_instnt.cpp:
        Auto merged
      extra/yassl/taocrypt/include/integer.hpp:
        Auto merged
      extra/yassl/taocrypt/include/misc.hpp:
        Auto merged
      extra/yassl/taocrypt/src/algebra.cpp:
        Auto merged
      extra/yassl/taocrypt/src/template_instnt.cpp:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      extra/yassl/include/openssl/ssl.h:
        Manual merge
      extra/yassl/src/handshake.cpp:
        Manual merge
      extra/yassl/src/yassl_int.cpp:
        Manual merge
      extra/yassl/taocrypt/include/runtime.hpp:
        Manual merge
      extra/yassl/taocrypt/src/integer.cpp:
        Manual merge
      mysql-test/mysql-test-run.pl:
        Manual merge
      mysql-test/r/trigger.result:
        Manual merge
      mysql-test/t/trigger.test:
        Manual merge
      02702c04
    • unknown's avatar
      Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set... · 78ddddd8
      unknown authored
      Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is.
      Then check in have_udf if that variable is set. Finally use tahe variable when loading the shared library. 
      
      
      mysql-test/include/have_udf.inc:
        Add check if udf_example.so(or similar) is available
      mysql-test/lib/mtr_misc.pl:
        Add funcion "mtr_file_exist" to search for files
      mysql-test/mysql-test-run.pl:
        Add checks to find the udf_example.so library
      mysql-test/r/udf.result:
        Update result
      mysql-test/t/disabled.def:
        Remove udf.test from disabled tests
      mysql-test/t/udf.test:
        Use variable UDF_EXAMPLE_LIB when looking for shared library to load
      mysql-test/r/have_udf_example.require:
        New BitKeeper file ``mysql-test/r/have_udf_example.require''
      78ddddd8
    • unknown's avatar
      Merge polar.kitebird.com:/src/extern/MySQL/bk/mysql-4.1 · 04ef66f4
      unknown authored
      into  polar.kitebird.com:/src/extern/MySQL/bk/mysql-5.0
      
      
      sql/set_var.cc:
        Auto merged
      04ef66f4
    • unknown's avatar
      set_var.cc: · af05b9fc
      unknown authored
        System variable was added out of lexical order.
      
      
      sql/set_var.cc:
        System variable was added out of lexical order.
      af05b9fc
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new · dcad798a
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
      
      
      configure.in:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      dcad798a
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · d11345c9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
      
      d11345c9
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 30b63a54
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      30b63a54
    • unknown's avatar
      Fix bug in ndbcluster.sh on Solaris (now that line is the same as in 5.1) · baf9034a
      unknown authored
      
      mysql-test/ndb/ndbcluster.sh:
        redirect to /dev/null to avoid grep -q
      baf9034a