Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Updates for windows mkdir usage | Jose | 2015-05-15 | |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | |||
* | Fixed ICE-6498: replaced protocol error with encoding error un ↵ | Benoit Foucher | 2015-05-13 | |
| | | | | UnsupportedEncodingException message | |||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 | |
| | ||||
* | ICE-6491 duplicate error for invalid class/interface names | Dwayne Boone | 2015-05-12 | |
| | ||||
* | Better fix for VS2008 / Python build | Benoit Foucher | 2015-05-11 | |
| | ||||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 | |
| | ||||
* | changing checkPath in IceSSL/C++ | Mark Spruiell | 2015-05-08 | |
| | ||||
* | Fixed IceSSL SChannel implementation to allow VS2008 build | Benoit Foucher | 2015-05-07 | |
| | ||||
* | Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵ | Benoit Foucher | 2015-05-07 | |
| | | | | the reply for servant locator finished user exception was always encoded with 1.0 | |||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 | |
| | | | | defined, minor WinRT test fixes | |||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | Benoit Foucher | 2015-05-06 | |
| | ||||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 | |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | |||
* | minor fixes for purify | Mark Spruiell | 2015-05-05 | |
| | ||||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 | |
| | ||||
* | Fix to prevent build leaving ".cpp" file in IceDiscovery directory. | Dwayne Boone | 2015-05-01 | |
| | ||||
* | Fix typo from previous commit | Joe George | 2015-04-29 | |
| | ||||
* | Improve usage message for slice compilers | Joe George | 2015-04-29 | |
| | | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers. | |||
* | Fixed ICE-6464 and deprecated various IceSSL properties | Benoit Foucher | 2015-04-28 | |
| | ||||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 | |
| | ||||
* | Added depend options to slice2freeze | Bernard Normier | 2015-04-24 | |
| | | | | Fixed slice2freezej to make its depend options more usable | |||
* | Fixed ICE-6465: Windows IceGrid node support for more 64 processes | Benoit Foucher | 2015-04-24 | |
| | ||||
* | ICE-6466 - Replace --icejs metadata js:ice-build | Joe George | 2015-04-23 | |
| | ||||
* | Various Ice for JavaScript changes | Joe George | 2015-04-23 | |
| | | | | | | | * Rename zeroc-ice to ice * Fix slice2js to generate code with requrie('ice') * Update tests * Slim bower.json | |||
* | Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵ | Benoit Foucher | 2015-04-23 | |
| | | | | implementations | |||
* | ICE-6455 - remove slice2py and slice2rb C++ exe | newhook | 2015-04-22 | |
| | | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW. | |||
* | ICE-6457 | Matthew Newhook | 2015-04-22 | |
| | | | | Windows python dev tree build is broken | |||
* | ICE-6455 - remove slice2py and slice2rb C++ exe | Matthew Newhook | 2015-04-20 | |
| | ||||
* | Fixed IceSSL OpenSSL implementation to provide and use the verified ↵ | Benoit Foucher | 2015-04-17 | |
| | | | | certificate chain | |||
* | Fixed SChannel issue where intermediate certificates were not being sent | Benoit Foucher | 2015-04-17 | |
| | ||||
* | Various SSL fixes, tests for intermedate CAs | Benoit Foucher | 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 | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 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 | |
| | ||||
* | Glacier2CryptPermissionsVerifier fixes for Windows x64 builds | Jose | 2015-04-08 | |
| | ||||
* | ICE-6402 - IceSSL.DefaultDir fixes | Mark Spruiell | 2015-04-07 | |
| | ||||
* | Remove some unused scripts. | Matthew Newhook | 2015-04-07 | |
| | | | | Fixed some copyright headers. | |||
* | 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 | |||
* | 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 | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| |