Commit Graph

  • 08318e52ff fixed 32-bit linux crypto++ compile errors Nick Bolton 2013-04-11 02:41:56 +00:00
  • 918a363fdd comment revert Nick Bolton 2013-04-11 00:36:45 +00:00
  • c0dcdd52e7 fixed: crypto++ compile errors, linux compiler syntax bugs, and code style (spaces -> tabs) Nick Bolton 2013-04-11 00:30:41 +00:00
  • 650da22c33 fixed buffer overrun bugs in unit tests. Nick Bolton 2013-04-10 17:30:21 +00:00
  • 15de55176f fixed win64 crypto++ linker errors -- added build step for asm files. Nick Bolton 2013-04-10 17:27:25 +00:00
  • 9cd8023e92 fixed windows 64-bit warnings. Nick Bolton 2013-04-10 15:04:14 +00:00
  • 11cdee4aa3 added missing modifiers arg to function in micro synergy. Nick Bolton 2013-04-10 14:53:55 +00:00
  • 77b92b7b6f micro synergy patch by Bruce Oberg Nick Bolton 2013-04-10 14:50:10 +00:00
  • 72cbcd70c0 fixed unit tests, buffer indexes were not reset, caused tests to fail on 2nd repeat. Nick Bolton 2013-04-10 12:14:59 +00:00
  • 880819fab7 Jerry's patch for password hash and custom mode (via command line). Nick Bolton 2013-04-09 21:57:07 +00:00
  • 7010de9cc4 sending IV to client before DKDN, DKUP and DKRP (the most sensitive messages). unit tests to support changes. made crypto stream tests a bit less spammy by using NiceMock. Nick Bolton 2013-04-09 18:56:19 +00:00
  • 23998fc06c unit tests for IV change. Nick Bolton 2013-04-08 18:35:23 +00:00
  • 323285a931 moved temp hard coded key out of crypto class. Nick Bolton 2013-04-08 13:04:20 +00:00
  • b2746bc1b2 added unit test to make sure IV works as we expect. Nick Bolton 2013-04-08 13:01:21 +00:00
  • 0a69c28ac5 implemented crypto stream, with some extra unit tests Nick Bolton 2013-04-05 16:33:48 +00:00
  • 728ad02d61 added cmake flags for 64-bit crypto++ build, apparently disabling asm build helps, feels sketchy Nick Bolton 2013-04-05 00:01:54 +00:00
  • 6a1dd395e1 made crypto++ compile on osx with some black magic compiler args Nick Bolton 2013-04-04 22:38:07 +00:00
  • d0081ebd7a removed #pragma once from cpp. Nick Bolton 2013-04-04 22:06:42 +00:00
  • 21a4d0f586 #if for win32 messagebox stuff Nick Bolton 2013-04-04 21:57:51 +00:00
  • e8058eba1d backed off required python version to 2.6 -- this was actually when ZipFile.extractall was introduced. Nick Bolton 2013-04-04 21:43:32 +00:00
  • 6031ffb0df * reverted ShellExecAsUser back to Exec -- since it stopped compiling for some reason. * removed unused code from .nsh installer source. Nick Bolton 2013-04-04 21:08:48 +00:00
  • eb93fc5620 *really* upgraded python requirement to 2.7 (2.4 is missing ZipFile.extractall) Nick Bolton 2013-04-04 17:26:11 +00:00
  • 99ba56c361 upgraded python requirement to 2.7 (2.4 is missing ZipFile.extractall) Nick Bolton 2013-04-04 17:21:00 +00:00
  • 6add1be405 updated toolchain to extract crypto++ zip. Nick Bolton 2013-04-04 17:16:01 +00:00
  • 3aaebd9e50 Patch by Jerry: * wrote CCryptoStream and supporting unit tests * changed CStreamFilter to accept CMockEventQueue * changed CStreamFilter's dtor to virtual because it is inherited Nick Bolton 2013-04-04 16:17:25 +00:00
  • 7040905632 crypto++ -- upgraded to 5.6.2 and added zip to svn instead of individual source files (easier to manage). also added unit test to prove that linking works well on windows. Nick Bolton 2013-04-03 12:59:02 +00:00
  • d57a3423e7 removed unused #endif Nick Bolton 2013-03-17 16:20:12 +00:00
  • 6ec2ea2c0e patch by jerry -- his first patch! :-) issue #421 -- portable version for windows. Nick Bolton 2013-03-15 16:14:43 +00:00
  • c8ea071d78 comment out crypto stuff, for now (only compiles on windows) Nick Bolton 2013-01-05 22:50:34 +00:00
  • a11b68c988 uncommented crypto tests and fixed line endings Nick Bolton 2012-11-30 01:07:04 +00:00
  • 13c10cbad3 fixed: line endings Nick Bolton 2012-11-30 01:00:40 +00:00
  • b322ade68c fixed: rogue include Nick Bolton 2012-11-29 23:50:03 +00:00
  • bd6b9f6b90 added crypto++ library and example authenticated encryption unit test (CCryptoTests) Nick Bolton 2012-11-29 23:27:02 +00:00
  • b5fca17db5 fixed: typo in build script Nick Bolton 2012-11-28 18:34:53 +00:00
  • 02b23bd881 fixed: Bug #3310 - P&ort in settings screen Nick Bolton 2012-11-16 10:13:05 +00:00
  • d21b06477f fixed: Bug #3281 - server start on OS X defaults to 'interactive' Nick Bolton 2012-11-15 14:25:46 +00:00
  • c34918fca1 appears to fix mouse cursor randomly not showing/hiding bug -- not sure though Nick Bolton 2012-10-30 18:42:58 +00:00
  • 21b02d708f disabled broken integ tests Nick Bolton 2012-10-29 14:15:14 +00:00
  • bdb0e6667a added missing new integ test file Nick Bolton 2012-10-29 13:52:26 +00:00
  • eda0018fc5 attempted fix to 'cursor does not show' bug, though i don't think the issue is solved, it appears to be more stable (but it's so hard to tell, since the bug is so random) Nick Bolton 2012-10-29 13:43:08 +00:00
  • 69db341660 added cursor show/hide test, and modified osx screen class to be more robust with memory usage. also fixed some bad code style. Nick Bolton 2012-10-28 11:36:30 +00:00
  • e9bf981eec tweaked cursor show/hide log messages Nick Bolton 2012-10-26 00:58:11 +00:00
  • 240c5a781d fixed wrong code style around cursor show/hide, made secondary input event handling look more readable, cut down on cursor shown/hidden state usage (to make sure the cursor is shown and hidden when needed), added check after show/hide to make sure that it actually happened Nick Bolton 2012-10-26 00:21:22 +00:00
  • 0502e3b3d6 fixed code style (whitespace) Nick Bolton 2012-10-25 21:58:24 +00:00
  • 70b5e9e815 removed empty source file. Nick Bolton 2012-09-04 02:17:17 +00:00
  • 79a1815206 removed experimental vnc Nick Bolton 2012-09-04 02:16:45 +00:00
  • 7f6eca9eb4 corrected license and author attribution (cs 2002-2012, nb 2008-2012) Nick Bolton 2012-09-04 02:09:56 +00:00
  • 3f49e1aa52 fixed: log line was err, should be debug Nick Bolton 2012-08-03 17:03:24 +00:00
  • 1bf75e6a25 added initial gui translations Nick Bolton 2012-07-31 16:44:33 +00:00
  • 0d9f4a73b9 build file for .ts to .qm Nick Bolton 2012-07-31 16:41:38 +00:00
  • 4faf1b6d3f updated gui translation master Nick Bolton 2012-07-31 16:28:59 +00:00
  • 473769d544 bumped to 1.4.11 Nick Bolton 2012-07-30 21:57:51 +00:00
  • 16d6ed9a89 changelog for 1.4.10 Nick Bolton 2012-07-30 21:55:30 +00:00
  • 51be2bf51d added special default window sizes for linux as well as mac Nick Bolton 2012-07-30 16:11:28 +00:00
  • 01fe7027d3 fixed about window size on mac Nick Bolton 2012-07-29 23:01:45 +00:00
  • f11f9c5eb6 fixed dist dmg source dir name Nick Bolton 2012-07-29 21:23:47 +00:00
  • e8239d6297 renamed dist dir to synergy (dmg takes name of this dir) Nick Bolton 2012-07-29 20:56:37 +00:00
  • 26aafeebae added codesign repeat hack Nick Bolton 2012-07-29 20:35:51 +00:00
  • ed2360f1b2 fixed dist command to work with code signing (using hdiutil instead of qt's -dmg) Nick Bolton 2012-07-29 19:11:06 +00:00
  • 8c018b5f19 missing revert from last checkin Nick Bolton 2012-07-29 17:31:39 +00:00
  • 1ca645602a reverted line breaks around get_generators Nick Bolton 2012-07-29 17:31:16 +00:00
  • 54883ad523 moved mac sign identity to arg Nick Bolton 2012-07-29 17:27:40 +00:00
  • 42419dc353 added mac signing to toolchain, renamed windows signing command Nick Bolton 2012-07-29 17:19:11 +00:00
  • e7f5d0dbf3 Bug #3303 - Mac OS X IPC integ test fails intermittently Nick Bolton 2012-07-29 02:41:49 +00:00
  • dde0cfabc1 fixed: log class using wrong debug macros Nick Bolton 2012-07-29 02:10:25 +00:00
  • 65edd6a8c1 custom about window size on mac (bigger font size) Nick Bolton 2012-07-29 01:01:33 +00:00
  • d76bf1ecd8 fixed: broken start/stop actions enabled in gui Nick Bolton 2012-07-29 00:47:49 +00:00
  • 4d4eecdb5a corrected inconsistent log messages Nick Bolton 2012-07-29 00:25:04 +00:00
  • 2307b7a40a fixed: removed use of missing controls on mac and made window bigger (to make room for new controls) Nick Bolton 2012-07-29 00:10:18 +00:00
  • 57327fba19 Bug #3302 - GUI does not show/hide when tray icon is double clicked Nick Bolton 2012-07-28 23:27:28 +00:00
  • 377858334b * made service mode default (and changed setting key so new installs use service as default). * removed startup mode wizard screen and move process mode to settings dialog. * fixed: form can get stuck on disabled when switching from desktop to service mode. * stripped out game controller stuff (this will probably be moved to a plugin setting file in future). Nick Bolton 2012-07-28 22:58:51 +00:00
  • 5193dc510f removed hyperlink from about screen, doesn't seem to open browser. Nick Bolton 2012-07-28 22:16:00 +00:00
  • a26e6886ba fixed: service process was being stopped when gui exited and in other scenarios. Nick Bolton 2012-07-28 22:13:14 +00:00
  • 24e2feab5f tweaked avgtb Nick Bolton 2012-07-28 21:46:39 +00:00
  • f5d66ae6fd added logo, license info, and website url to about screen. Nick Bolton 2012-07-28 21:07:33 +00:00
  • dbfb00b21c moved ips and screen name to main screen, and cleaned up the about screen. Nick Bolton 2012-07-28 20:41:40 +00:00
  • d635be9432 Feature #3296 - Windows installer should check OS architecture Nick Bolton 2012-07-28 19:31:18 +00:00
  • ede57b0c81 Feature #3172 - Add stop service feature to GUI Nick Bolton 2012-07-28 18:54:50 +00:00
  • 49c1a5e9a1 gui execute as non-admin on installer finish Nick Bolton 2012-07-28 14:38:59 +00:00
  • 86bb49aeae added feature to control uac elevation on desk switch (login screen, lock, etc) Nick Bolton 2012-07-28 13:34:35 +00:00
  • 268f3a99bb added process elevation support to the relauncher, very experimental, has some bugs. Nick Bolton 2012-07-28 02:59:20 +00:00
  • cf5a7d297d removed synrgyhk.dll delete retry (not very useful) Nick Bolton 2012-07-28 02:55:12 +00:00
  • 3254b4168a updated sponsor screen Nick Bolton 2012-07-26 13:14:42 +00:00
  • 3e1919f976 fixed osx key tests -- wrong shift button code ae and only left shift was tested Nick Bolton 2012-07-25 00:57:26 +00:00
  • 41b5759e00 commented out failing test Nick Bolton 2012-07-25 00:49:58 +00:00
  • b9e5809aef Bug #3225 - typo: comptuer Nick Bolton 2012-07-25 00:30:44 +00:00
  • 1c89fd2ef6 reverted patch for #242 (right shift broken for ms remote desktop) to fix bug #2799 (right shift broken for osx). Nick Bolton 2012-07-25 00:06:27 +00:00
  • e2f8e65298 added working key tests on osx Nick Bolton 2012-07-24 22:08:38 +00:00
  • 6dcefaf353 patch: for "old" unix, fixed compile problems (missing xi2 stuff), and refactored header tests (thanks to Jim Hague) Nick Bolton 2012-07-20 15:14:19 +00:00
  • fb377bbc78 patch: for irix, don't build test code and ignore a few warnings (thanks to Jim Hague) Nick Bolton 2012-07-20 15:11:37 +00:00
  • 82a439f893 patch: build CGameDevice module on all platforms since it's cross platform code anyway (thanks to Jim Hague) Nick Bolton 2012-07-20 15:10:36 +00:00
  • e2a923c8df patch: allowed toolchain to build for aix (thanks to Jim Hague) Nick Bolton 2012-07-20 15:09:45 +00:00
  • bc3a76770c patch: feature #2974 - multi touch gestures. thanks to Bo Jordan. Nick Bolton 2012-07-20 12:27:26 +00:00
  • de30d04c72 added failing unit test and event queue DI to ms desks class. Nick Bolton 2012-07-20 12:24:55 +00:00
  • 34a87502f6 * fixed version detection (we were using \d not \d+) * added missing copyright to nsh files * removed binary (and updated nsh files to handle missing files) Nick Bolton 2012-07-15 21:16:03 +00:00
  • f241e00dec bumped version to 1.4.10 Nick Bolton 2012-07-15 12:28:48 +00:00
  • e09950ed3f updated changelog for 1.4.9 Nick Bolton 2012-07-15 12:23:54 +00:00
  • 1613e6ca79 changed gui "info" messages to "note" and made ipc windows only. Nick Bolton 2012-07-14 17:01:29 +00:00
  • 3e0f062df0 process stop detection and relaunch feature (useful for winxp where the server/client is killed at logout). Nick Bolton 2012-07-14 04:48:32 +00:00
  • 60125e8499 added firewall exception to installer Nick Bolton 2012-07-14 01:29:39 +00:00