summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* Remove md5 crypt passwords from testJoe George2015-04-16
|
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* Hashpassword changesJoe George2015-04-16
| | | | | - Rename to icehashpassword.py - Use chosen passlib scheme's min/max rounds and salt size
* Update ZeroC homepage URLsDwayne Boone2015-04-16
|
* New set of certificates for IceSSL/configuration test and variousBenoit Foucher2015-04-16
| | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates
* ICE-6451 test/Slice/headers does not work against bindistDwayne Boone2015-04-14
|
* Commented out default setting of MCPP_HOMEDwayne Boone2015-04-13
|
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Add MCPP_HOME for Windows build.newhook2015-04-13
|
* Missing char* conversionJose2015-04-13
|
* Remove FileUtil dependency for --depend-fileJose2015-04-13
|
* Missing depend-file option in slice2freezejJose2015-04-13
|
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* IceSSL fixesBenoit Foucher2015-04-13
| | | | | | - ICE-6423: cleaned up certificate loading on OS X - Fixed bug with FindCert to correctly throw if no field is specified - Fixed C# test to only skip few tests if not running as administrator
* Bogus output in slice2java --depend-xmlJose2015-04-09
|
* Fixed test certs to include the email addressBenoit Foucher2015-04-08
|
* Glacier2CryptPermissionsVerifier fixes for Windows x64 buildsJose2015-04-08
|
* Fixed ICE-6434 - Glacier2/ssl test failure, updated DNBenoit Foucher2015-04-07
|
* ICE-6402 - IceSSL.DefaultDir fixesMark Spruiell2015-04-07
|
* Remove some unused scripts.Matthew Newhook2015-04-07
| | | | Fixed some copyright headers.
* Fixed test failure, changed DN from IceGrid/sessionBenoit Foucher2015-04-07
|
* ICE-6382: removed iceca and fixed makecerts.py to depend on IceCertUtils ↵Benoit Foucher2015-04-07
| | | | PyPI package
* Fixed IceSSL OpenSSL bug which could cause a crash when loading a ↵Benoit Foucher2015-04-07
| | | | certificate chain from a PKCS12 file
* ICE-6417 remove extraneous slice compiler directivesDwayne Boone2015-04-06
|
* Build fix previous commitJose2015-04-01
|
* ICE-6383 - Keep Linux support to read DES passwordsJose2015-04-01
|
* ICE-6383 - remove DES crypt support and related fixesJose2015-04-01
| | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory
* ICE-6383 - Support DES with crypt linux implementationJose2015-04-01
|
* ICE-6383 - Update crypt password usageJose2015-04-01
| | | | | | | | | | | | Added new script to create crypt passwords using passlib scripts/cryptpasswd.py Remove tests passwords files they are now generated using cryptpasswd script Update CryptPermissionsVerifierI to support PBKDF2 password schemes in Windows and OS X, and MD5/SHA256/SHA512 crypt in Linux, on other systems fallback to DES_crypt from openssl
* SSL fixes (bis)Benoit Foucher2015-04-01
| | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue
* SSL fixesBenoit Foucher2015-04-01
| | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue
* Fixed ICE-6399 - include SliceChecksums.h in Ice.hBenoit Foucher2015-03-26
|
* Added TestHelper.h for IceTouch/WinRT tests, another fix to TestUtil.py for ↵Benoit Foucher2015-03-23
| | | | dealing with ice submodule
* Fix for running IceTouch testsBenoit Foucher2015-03-23
|
* ICE-6392 operations cross test with objc failsDwayne Boone2015-03-23
|
* Added C++ Ice/services testBenoit Foucher2015-03-20
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* README -> README.mdMatthew Newhook2015-03-19
|
* HAS_MFC is not longer used by Windows buildsJose2015-03-19
|
* Build updates:Jose2015-03-19
| | | | | | | | | | * Winrt build fixes to work with source dist * Add CSharp/Silverlight common target projects that configure the ReferencePaths for source builds * Fix Ice.props to handle Windows Store applications and remove Ice.props in WinRT SDKs. * Get rid of registry keywords for WinRT builds * Fixed some .gitignore files
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* VS add-in & build updates:Jose2015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | * The add-in will use Slice compilers from ICE_HOME when set otherwise the default is to use the compiler from the addin distribution. * Ice.props IceHome macro default value can be overwrite with ICE_HOME enviroment variable. * Update Ice.props to set SDKReferenceDirectoryRoot, that allows to locate Windows RT SDKs without using registry keywords, its location is relative to IceHome macro. * Winrt builds do not longer require to register the SDKs in Windows registry. * Added register-addin target to vsaddin/Makefile.mak that allows to register the add-in to be used from the source tree. * The add-in no longer verify all C++ project configurations on each build, when you add a new configuration you must enable/disable the add-in. * Remove DEV_PATH support in the add-in.
* ICE-6066 Freeze/casino demo failureDwayne Boone2015-03-12
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* Several changes for clean.Matthew Newhook2015-03-11
| | | | expanded all gradle build files.
* ICE-6350 - IcePy stringify performanceJose2015-03-11
|
* Fixed Linux build issueBenoit Foucher2015-03-10
|
* Fixed ICE-6362 : fixed IceLocatorDiscovery infinite retryBenoit Foucher2015-03-10
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated .headers fileDwayne Boone2015-03-09
|