Commit Graph

  • 182068bb69 updated gui master translations Nick Bolton 2013-05-04 15:19:52 +0000
  • 65378406fa set version to 1.4.13 Nick Bolton 2013-05-04 11:35:24 +0000
  • a5a8096b68 ChangeLog for 1.4.12 Nick Bolton 2013-05-04 11:20:39 +0000
  • 87380937da patch by jerry - fixes ShellExecAsUser usage Nick Bolton 2013-05-02 13:08:04 +0000
  • 65b8f480e8 fixed: code style in unit test (missing g_) Nick Bolton 2013-05-01 15:57:46 +0000
  • 4fffe2dad1 fixed: unit test name did not match compilation unit Nick Bolton 2013-05-01 15:54:32 +0000
  • e8ed977a8f fixed: issue 3565 - encryption fails with heavy network traffic. changed encrypt and decrypt to be asymmetrical (iv change now applies only in one direction). Nick Bolton 2013-05-01 15:53:22 +0000
  • 119d4cfa11 fixed: function name conflict on mac Nick Bolton 2013-05-01 15:46:15 +0000
  • f51e90e28d fixed: micro unix entry point signature was invalid. Nick Bolton 2013-05-01 14:23:48 +0000
  • fe2c413cb7 fixed: mac build fails on 10.8 (osx sysroot not set automatically) Nick Bolton 2013-05-01 14:16:07 +0000
  • cd21d2b875 bumped version to 1.4.12 Nick Bolton 2013-04-12 03:10:38 +0000
  • 4e3e64e97c ChangeLog for 1.4.11 Nick Bolton 2013-04-12 03:00:54 +0000
  • bb3dd1611c fixed readWriteIvChanged unit test to match new behaviour of newIv. Nick Bolton 2013-04-11 23:45:55 +0000
  • 607f8c9321 fixed: new iv was used before it was sent to the client, so the client could not decrypt new iv. Nick Bolton 2013-04-11 22:30:24 +0000
  • bae07f8cd5 test for generating keys from longer passwords. Nick Bolton 2013-04-11 21:52:45 +0000
  • 9e61f34efa fixed crappy html garbage in crypto wizard, and fixed label width/alignment in settings dialog Nick Bolton 2013-04-11 19:14:24 +0000
  • fa4b2f4e85 Jerry's crypto GUI patch. Nick Bolton 2013-04-11 16:51:17 +0000
  • e84f111f35 changed unit test IVs so that \0 isn't used (logs look less confusing). Nick Bolton 2013-04-11 06:16:15 +0000
  • 1dccfe6c53 fixed: real server dtor being called (we forgot to set m_mock - FUUUUUUUU). also added quick and dirty backtrace for osx, since we keep accidentally calling that singleton in unit tests... could be handy, we should consider refactoring into a func maybe. Nick Bolton 2013-04-11 05:50:59 +0000
  • 34d52c8af4 remove mac -arch confusion Nick Bolton 2013-04-11 05:35:22 +0000
  • 90bd08d86c revert temp logging. Nick Bolton 2013-04-11 05:09:17 +0000
  • 7dcc1151c7 more temp logging to try and understand why IEventQueue singleton is being used on build machines. Nick Bolton 2013-04-11 04:53:59 +0000
  • 0f60fdbd9e fixed crypto++ build errors for osx 10.6 Nick Bolton 2013-04-11 04:20:13 +0000
  • 530b68fc19 temp log line for assert -- trying to detect random memory corruption on build machines. Nick Bolton 2013-04-11 03:46:12 +0000
  • 342c94cab2 crypto++ -- removed -DCRYPTOPP_DISABLE_ASM from windows 32-bit (unix only now) and moved -Wno-tautological-compare to osx 10.7 and up only. Nick Bolton 2013-04-11 03:18:40 +0000
  • 08318e52ff fixed 32-bit linux crypto++ compile errors Nick Bolton 2013-04-11 02:41:56 +0000
  • 918a363fdd comment revert Nick Bolton 2013-04-11 00:36:45 +0000
  • c0dcdd52e7 fixed: crypto++ compile errors, linux compiler syntax bugs, and code style (spaces -> tabs) Nick Bolton 2013-04-11 00:30:41 +0000
  • 650da22c33 fixed buffer overrun bugs in unit tests. Nick Bolton 2013-04-10 17:30:21 +0000
  • 15de55176f fixed win64 crypto++ linker errors -- added build step for asm files. Nick Bolton 2013-04-10 17:27:25 +0000
  • 9cd8023e92 fixed windows 64-bit warnings. Nick Bolton 2013-04-10 15:04:14 +0000
  • 11cdee4aa3 added missing modifiers arg to function in micro synergy. Nick Bolton 2013-04-10 14:53:55 +0000
  • 77b92b7b6f micro synergy patch by Bruce Oberg Nick Bolton 2013-04-10 14:50:10 +0000
  • 72cbcd70c0 fixed unit tests, buffer indexes were not reset, caused tests to fail on 2nd repeat. Nick Bolton 2013-04-10 12:14:59 +0000
  • 880819fab7 Jerry's patch for password hash and custom mode (via command line). Nick Bolton 2013-04-09 21:57:07 +0000
  • 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 +0000
  • 23998fc06c unit tests for IV change. Nick Bolton 2013-04-08 18:35:23 +0000
  • 323285a931 moved temp hard coded key out of crypto class. Nick Bolton 2013-04-08 13:04:20 +0000
  • b2746bc1b2 added unit test to make sure IV works as we expect. Nick Bolton 2013-04-08 13:01:21 +0000
  • 0a69c28ac5 implemented crypto stream, with some extra unit tests Nick Bolton 2013-04-05 16:33:48 +0000
  • 728ad02d61 added cmake flags for 64-bit crypto++ build, apparently disabling asm build helps, feels sketchy Nick Bolton 2013-04-05 00:01:54 +0000
  • 6a1dd395e1 made crypto++ compile on osx with some black magic compiler args Nick Bolton 2013-04-04 22:38:07 +0000
  • d0081ebd7a removed #pragma once from cpp. Nick Bolton 2013-04-04 22:06:42 +0000
  • 21a4d0f586 #if for win32 messagebox stuff Nick Bolton 2013-04-04 21:57:51 +0000
  • 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 +0000
  • 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 +0000
  • eb93fc5620 *really* upgraded python requirement to 2.7 (2.4 is missing ZipFile.extractall) Nick Bolton 2013-04-04 17:26:11 +0000
  • 99ba56c361 upgraded python requirement to 2.7 (2.4 is missing ZipFile.extractall) Nick Bolton 2013-04-04 17:21:00 +0000
  • 6add1be405 updated toolchain to extract crypto++ zip. Nick Bolton 2013-04-04 17:16:01 +0000
  • 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 +0000
  • 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 +0000
  • d57a3423e7 removed unused #endif Nick Bolton 2013-03-17 16:20:12 +0000
  • 6ec2ea2c0e patch by jerry -- his first patch! :-) issue #421 -- portable version for windows. Nick Bolton 2013-03-15 16:14:43 +0000
  • c8ea071d78 comment out crypto stuff, for now (only compiles on windows) Nick Bolton 2013-01-05 22:50:34 +0000
  • a11b68c988 uncommented crypto tests and fixed line endings Nick Bolton 2012-11-30 01:07:04 +0000
  • 13c10cbad3 fixed: line endings Nick Bolton 2012-11-30 01:00:40 +0000
  • b322ade68c fixed: rogue include Nick Bolton 2012-11-29 23:50:03 +0000
  • bd6b9f6b90 added crypto++ library and example authenticated encryption unit test (CCryptoTests) Nick Bolton 2012-11-29 23:27:02 +0000
  • b5fca17db5 fixed: typo in build script Nick Bolton 2012-11-28 18:34:53 +0000
  • 02b23bd881 fixed: Bug #3310 - P&ort in settings screen Nick Bolton 2012-11-16 10:13:05 +0000
  • d21b06477f fixed: Bug #3281 - server start on OS X defaults to 'interactive' Nick Bolton 2012-11-15 14:25:46 +0000
  • c34918fca1 appears to fix mouse cursor randomly not showing/hiding bug -- not sure though Nick Bolton 2012-10-30 18:42:58 +0000
  • 21b02d708f disabled broken integ tests Nick Bolton 2012-10-29 14:15:14 +0000
  • bdb0e6667a added missing new integ test file Nick Bolton 2012-10-29 13:52:26 +0000
  • 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 +0000
  • 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 +0000
  • e9bf981eec tweaked cursor show/hide log messages Nick Bolton 2012-10-26 00:58:11 +0000
  • 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 +0000
  • 0502e3b3d6 fixed code style (whitespace) Nick Bolton 2012-10-25 21:58:24 +0000
  • 70b5e9e815 removed empty source file. Nick Bolton 2012-09-04 02:17:17 +0000
  • 79a1815206 removed experimental vnc Nick Bolton 2012-09-04 02:16:45 +0000
  • 7f6eca9eb4 corrected license and author attribution (cs 2002-2012, nb 2008-2012) Nick Bolton 2012-09-04 02:09:56 +0000
  • 3f49e1aa52 fixed: log line was err, should be debug Nick Bolton 2012-08-03 17:03:24 +0000
  • 1bf75e6a25 added initial gui translations Nick Bolton 2012-07-31 16:44:33 +0000
  • 0d9f4a73b9 build file for .ts to .qm Nick Bolton 2012-07-31 16:41:38 +0000
  • 4faf1b6d3f updated gui translation master Nick Bolton 2012-07-31 16:28:59 +0000
  • 473769d544 bumped to 1.4.11 Nick Bolton 2012-07-30 21:57:51 +0000
  • 16d6ed9a89 changelog for 1.4.10 Nick Bolton 2012-07-30 21:55:30 +0000
  • 51be2bf51d added special default window sizes for linux as well as mac Nick Bolton 2012-07-30 16:11:28 +0000
  • 01fe7027d3 fixed about window size on mac Nick Bolton 2012-07-29 23:01:45 +0000
  • f11f9c5eb6 fixed dist dmg source dir name Nick Bolton 2012-07-29 21:23:47 +0000
  • e8239d6297 renamed dist dir to synergy (dmg takes name of this dir) Nick Bolton 2012-07-29 20:56:37 +0000
  • 26aafeebae added codesign repeat hack Nick Bolton 2012-07-29 20:35:51 +0000
  • ed2360f1b2 fixed dist command to work with code signing (using hdiutil instead of qt's -dmg) Nick Bolton 2012-07-29 19:11:06 +0000
  • 8c018b5f19 missing revert from last checkin Nick Bolton 2012-07-29 17:31:39 +0000
  • 1ca645602a reverted line breaks around get_generators Nick Bolton 2012-07-29 17:31:16 +0000
  • 54883ad523 moved mac sign identity to arg Nick Bolton 2012-07-29 17:27:40 +0000
  • 42419dc353 added mac signing to toolchain, renamed windows signing command Nick Bolton 2012-07-29 17:19:11 +0000
  • e7f5d0dbf3 Bug #3303 - Mac OS X IPC integ test fails intermittently Nick Bolton 2012-07-29 02:41:49 +0000
  • dde0cfabc1 fixed: log class using wrong debug macros Nick Bolton 2012-07-29 02:10:25 +0000
  • 65edd6a8c1 custom about window size on mac (bigger font size) Nick Bolton 2012-07-29 01:01:33 +0000
  • d76bf1ecd8 fixed: broken start/stop actions enabled in gui Nick Bolton 2012-07-29 00:47:49 +0000
  • 4d4eecdb5a corrected inconsistent log messages Nick Bolton 2012-07-29 00:25:04 +0000
  • 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 +0000
  • 57327fba19 Bug #3302 - GUI does not show/hide when tray icon is double clicked Nick Bolton 2012-07-28 23:27:28 +0000
  • 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 +0000
  • 5193dc510f removed hyperlink from about screen, doesn't seem to open browser. Nick Bolton 2012-07-28 22:16:00 +0000
  • a26e6886ba fixed: service process was being stopped when gui exited and in other scenarios. Nick Bolton 2012-07-28 22:13:14 +0000
  • 24e2feab5f tweaked avgtb Nick Bolton 2012-07-28 21:46:39 +0000
  • f5d66ae6fd added logo, license info, and website url to about screen. Nick Bolton 2012-07-28 21:07:33 +0000