summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/Plugin.h
Commit message (Collapse)AuthorAge
...
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* bug 3266 - fix IceSSL/C++ for custom contextsMark Spruiell2009-01-14
|
* Fix 3306 - Plugin -> Plug-inJose2009-01-05
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3007 - getpeername fails on Windows w/ IPv6Mark Spruiell2008-04-21
|
* bug 2447 - missing public modifier in IceSSL::PublicKeyMark Spruiell2008-01-31
|
* Updated copyrightDwayne Boone2008-01-23
|
* More HP & Sun compilation fixesBenoit Foucher2007-12-28
|
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* Updated copyright headerDwayne Boone2007-01-08
|
* Readded previous changeDwayne Boone2006-11-09
|
* Back out last changeDwayne Boone2006-11-09
|
* Derive from std::exceptionDwayne Boone2006-11-09
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* minor fixesMark Spruiell2006-06-14
|
* DistinguishedNames are now always compared in their unescaped form. AddedMatthew Newhook2006-06-09
| | | | test.
* Added IceSSL::DistinguishedNameMatthew Newhook2006-06-05
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* Fixed SunOS compile issuesDwayne Boone2006-05-30
|
* use two stages for plugin initializationMark Spruiell2006-04-26
|
* minor cleanup in IceSSLMark Spruiell2006-04-25
|
* minor editsMark Spruiell2006-04-25
|
* Unix Fix.Matthew Newhook2006-04-24
|
* - Added IceInternal::TransciverPtr ConnectionI::getTransceiver() const to;Matthew Newhook2006-04-24
| | | | | | | | | - Added IceSSL::ConnectionInfo. - Removed IceSSL::VerifyInfo. The connection callback now takes a ConnectionInfo. - Added IceSSL::Certificate & associated exceptions. - Added IceSSL::getConnectionInfo(). - Added more tests to test/IceSSL/configuration.
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* minor change to verifierMark Spruiell2006-04-14
|
* new IceSSL pluginMark Spruiell2006-03-28