GEODE 6835 - Remove use of defunct client request

* Remove defunct UPDATE_CLIENT_NOTIFICATION request
- Geode server has no code to handle this message, and hasn't for *several years*
- Sending the message while a security manager is in use will yield an AuthorizationRequiredException and cause the server to close the connection
- Remove commented-out code
- Adapt test framework to add user/password to connect command when using securityManager

* Miscellaneous Refactoring
- Remove gratuitous use of this pointer
- Fix crash at cache closing, and fix casing of m_keepAlive member variable
- Fix format specifier in log statement
- Add a cq test that verifies create/update/destroy notifications
- Fix typo in GF error code name
- Check for null member vars in catch block, to avoid segfault
- Remove TODO comment
- clang-format changes
- Fix casing of method initTcrConnection
- Break out AuthInitialize tests into separate file
- Count calls to AuthInitialize::getCredentials, verify that it's being called
- Test bad credentials on client
- Test with/without subscription enabled on pool (different failure mode)
- Rename GFErrTypeToException: Doesn't actually translate to an exception, but rather throws the exception.  Doesn't always throw an exception, sometimes just does nothing
- Use Cluster object in put + Cq + AuthInitialize test.  Adapt Cluster, Server, Locator classes to take security parameters
- Move SimpleAuthInitialize class into separate file.  Class is used in two different test suites now, maybe more going forward
- Remove unused test functions that were breaking Linux builds

Co-authored-by: Jacob Barrett <jbarrett@pivotal.io>
Co-authored-by: Barry Oglesby <boglesby@pivotal.io>
Co-authored-by: Ivan Godwin <igodwin@pivotal.io>
Co-authored-by: Steve Sienkowski <ssienkowski@pivotal.io>

36 files changed
tree: 823858707a369b386adaca96b9dbcaaa9bebe625
  1. bin/
  2. clicache/
  3. cmake/
  4. cppcache/
  5. cryptoimpl/
  6. defaultSystem/
  7. dependencies/
  8. dhimpl/
  9. dist/
  10. docker/
  11. docs/
  12. etc/
  13. examples/
  14. executables/
  15. openssl-compat/
  16. packer/
  17. sqliteimpl/
  18. templates/
  19. tests/
  20. xsds/
  21. .clang-format
  22. .clang-tidy
  23. .cpackignore
  24. .gitignore
  25. .lcovrc
  26. .lgtm.yml
  27. .ratignore
  28. .travis.yml
  29. BUILDING.md
  30. CMakeLists.txt
  31. CONTRIBUTING.md
  32. FindNativeClient.cmake
  33. FindNativeClientCPPCache.cmake
  34. LICENSE
  35. NOTICE
  36. README.md
README.md

Build Status License

Overview
Building from Source
Introduction
Application Development

Overview

Native Client is a client implementation for Apache Geode that does not require the Java server JARs.

Building from Source

Directions to build Native Client from source can be found in the source distribution in BUILDING.md.

Application Development

Native Client applications can be written in these client technologies:

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

  • Apache Geode links to and uses OpenSSL ciphers.