Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove md5 crypt passwords from test | Joe George | 2015-04-16 | |
| | ||||
* | Various SSL fixes, tests for intermedate CAs | Benoit Foucher | 2015-04-16 | |
| | ||||
* | Hashpassword changes | Joe George | 2015-04-16 | |
| | | | | | - Rename to icehashpassword.py - Use chosen passlib scheme's min/max rounds and salt size | |||
* | Update ZeroC homepage URLs | Dwayne Boone | 2015-04-16 | |
| | ||||
* | New set of certificates for IceSSL/configuration test and various | Benoit Foucher | 2015-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 bindist | Dwayne Boone | 2015-04-14 | |
| | ||||
* | Commented out default setting of MCPP_HOME | Dwayne Boone | 2015-04-13 | |
| | ||||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 | |
| | ||||
* | Add MCPP_HOME for Windows build. | newhook | 2015-04-13 | |
| | ||||
* | Missing char* conversion | Jose | 2015-04-13 | |
| | ||||
* | Remove FileUtil dependency for --depend-file | Jose | 2015-04-13 | |
| | ||||
* | Missing depend-file option in slice2freezej | Jose | 2015-04-13 | |
| | ||||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 | |
| | ||||
* | IceSSL fixes | Benoit Foucher | 2015-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-xml | Jose | 2015-04-09 | |
| | ||||
* | Fixed test certs to include the email address | Benoit Foucher | 2015-04-08 | |
| | ||||
* | Glacier2CryptPermissionsVerifier fixes for Windows x64 builds | Jose | 2015-04-08 | |
| | ||||
* | Fixed ICE-6434 - Glacier2/ssl test failure, updated DN | Benoit Foucher | 2015-04-07 | |
| | ||||
* | ICE-6402 - IceSSL.DefaultDir fixes | Mark Spruiell | 2015-04-07 | |
| | ||||
* | Remove some unused scripts. | Matthew Newhook | 2015-04-07 | |
| | | | | Fixed some copyright headers. | |||
* | Fixed test failure, changed DN from IceGrid/session | Benoit Foucher | 2015-04-07 | |
| | ||||
* | ICE-6382: removed iceca and fixed makecerts.py to depend on IceCertUtils ↵ | Benoit Foucher | 2015-04-07 | |
| | | | | PyPI package | |||
* | Fixed IceSSL OpenSSL bug which could cause a crash when loading a ↵ | Benoit Foucher | 2015-04-07 | |
| | | | | certificate chain from a PKCS12 file | |||
* | ICE-6417 remove extraneous slice compiler directives | Dwayne Boone | 2015-04-06 | |
| | ||||
* | Build fix previous commit | Jose | 2015-04-01 | |
| | ||||
* | ICE-6383 - Keep Linux support to read DES passwords | Jose | 2015-04-01 | |
| | ||||
* | ICE-6383 - remove DES crypt support and related fixes | Jose | 2015-04-01 | |
| | | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory | |||
* | ICE-6383 - Support DES with crypt linux implementation | Jose | 2015-04-01 | |
| | ||||
* | ICE-6383 - Update crypt password usage | Jose | 2015-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 Foucher | 2015-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 fixes | Benoit Foucher | 2015-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.h | Benoit Foucher | 2015-03-26 | |
| | ||||
* | Added TestHelper.h for IceTouch/WinRT tests, another fix to TestUtil.py for ↵ | Benoit Foucher | 2015-03-23 | |
| | | | | dealing with ice submodule | |||
* | Fix for running IceTouch tests | Benoit Foucher | 2015-03-23 | |
| | ||||
* | ICE-6392 operations cross test with objc fails | Dwayne Boone | 2015-03-23 | |
| | ||||
* | Added C++ Ice/services test | Benoit Foucher | 2015-03-20 | |
| | ||||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| | ||||
* | README -> README.md | Matthew Newhook | 2015-03-19 | |
| | ||||
* | HAS_MFC is not longer used by Windows builds | Jose | 2015-03-19 | |
| | ||||
* | Build updates: | Jose | 2015-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 Newhook | 2015-03-18 | |
| | | | | Moved demoscript to distribution. | |||
* | VS add-in & build updates: | Jose | 2015-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 failure | Dwayne Boone | 2015-03-12 | |
| | ||||
* | Fixed OutputUtil to not use char* in the API | Jose | 2015-03-11 | |
| | | | | * Remove setBeginBlock/setEndBlock unused methods | |||
* | Several changes for clean. | Matthew Newhook | 2015-03-11 | |
| | | | | expanded all gradle build files. | |||
* | ICE-6350 - IcePy stringify performance | Jose | 2015-03-11 | |
| | ||||
* | Fixed Linux build issue | Benoit Foucher | 2015-03-10 | |
| | ||||
* | Fixed ICE-6362 : fixed IceLocatorDiscovery infinite retry | Benoit Foucher | 2015-03-10 | |
| | ||||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 | |
| | ||||
* | Updated .headers file | Dwayne Boone | 2015-03-09 | |
| |