Commit Graph

1130 Commits

Author SHA1 Message Date
MaxXor 8da6c2b352 Increase iteration count and store derived keys in client
#466
2016-07-08 22:20:55 +02:00
MaxXor c7bcfa55a7 Updated README.md 2016-07-07 23:22:53 +02:00
MaxXor 7566d896ab Removed unused event handler 2016-07-07 23:06:11 +02:00
MaxXor e883dae76b Fixed HostHelper 2016-07-07 22:59:05 +02:00
MaxXor 49efa375a1 Added IPv6 support 2016-07-07 22:49:52 +02:00
MaxXor 630f7917ea Fixed #473 2016-07-03 00:14:39 +02:00
MaxXor 6863e6d1bd Improved update/uninstall/restart batch files 2016-06-26 21:27:27 +02:00
MaxXor b8b64ef942 Added HideSubDirectory to Builder Profile 2016-06-26 21:23:04 +02:00
MaxXor 5001a6cfb3 Merge pull request #465 from meltingice1337/hide-install-subfolder
Added option for hiding Install subfolder, closes #462
2016-06-26 20:26:45 +02:00
MaxXor 30357982f5 Fixed #459 2016-06-26 20:09:44 +02:00
MaxXor 208d2207e3 Merge pull request #467 from quasar/pr/464
Added Remote Webcam
2016-06-18 19:32:20 +02:00
MaxXor 3ed8a403b8 Some coding style adjustments and fixes 2016-06-18 19:31:05 +02:00
Darius Costolas a4dd28110e Added the 'hideinstallsubfolder' variable in debugging mode 2016-06-14 15:55:02 +03:00
Darius Costolas 511894824f Removed CheckedChanged event addead by mistake 2016-06-14 15:44:52 +03:00
Darius Costolas de193764a6 Added option for hiding Install Subfolder #462 2016-06-14 15:42:05 +03:00
Darius Costolas 9926ff983e Added Remote Webcam as feature in readme.md 2016-06-14 12:59:26 +03:00
Darius Costolas 06f060f44c Removed unused files from AForge
In order to reduce the space used by the client i've deleted the unused
files from the AForge library as suggested by @DragonzMaster . I mention
that i used the work he did in #424
2016-06-14 01:01:55 +03:00
Darius Costolas 4ff3af0a11 Added Remote Webcam contextual image
Added Remote Webcam contextual image in the Main Form.
2016-06-13 23:25:00 +03:00
Darius Costolas 02a6233863 Fixed bug
The webcam on the client side was not turning off if the window 'Remote
Webcam' was closed.
2016-06-13 23:23:40 +03:00
Darius Costolas f8908193a9 Fixed mistake
I fixed the mistake i made by deleting the 'Select All' option of
contextual menu.
2016-06-13 23:20:40 +03:00
Darius Costolas daac56a12c Added Remote Webcam
I added remote webcam using AForge, it may be a little hackish but it
works.
2016-06-13 17:30:04 +03:00
MaxXor eef7d258c2 Fixed possible timing attack when checking HMAC
thanks to @TheNain38
2016-05-17 10:34:06 +02:00
MaxXor d58cc00156 Improved AES implementation #450 2016-05-16 22:04:20 +02:00
MaxXor 28e0cf5cdf Only revert Server DPI fix, not Client... 2016-05-07 20:25:22 +02:00
MaxXor 63022a981e Revert DPI fix
#423 #453
2016-05-07 20:21:54 +02:00
MaxXor 9cd5f6abfa Merge pull request #449 from LjungErik/master
Updated Registry Editor
2016-04-24 20:21:33 +02:00
LjungErik ee2a7b4dcd Fix spelling error 2016-04-24 13:01:11 +02:00
LjungErik 560aa1e9d2 Fix problem with registry value sorting
* Removed implemented sorting on ListView
* Added sorting of values before populating ListView
* Small changes to improve code structure
2016-04-24 11:23:21 +02:00
LjungErik ea2584380a Restructured the code in 'FrmRegValueEditBinary
* Moved the convertion code in 'FrmRegValueEditBinary' to new class
  'ByteConverter'
* Converted if-statements in 'FrmRegValueEditBinary' to switch-cases
2016-04-24 11:14:28 +02:00
LjungErik 55ca59fa5a Added functionalilty for editing Default Value
* Added Client code to send RegValueData with the default value
* Added Client-side Helper functions to handle default registry values
* Added Server code to handle actions on default value
* Added Server-side Helper functions to handle default registry values
2016-04-22 22:12:48 +02:00
LjungErik 712700e563 Small improvements to 'FrmRegValueEditBinary'
* Removed unnecessary close and load code
* Prevented close of editor after invalid input
* Set correct tab indices
2016-04-22 10:24:46 +02:00
LjungErik c5ac31eff6 Improved code for 'FrmRegValueEditMultiString'
* Removed unnecessary close and load code
* Removed unnecessary string sanitizing
2016-04-22 10:13:36 +02:00
LjungErik adfc05111c Improved and restructured 'FrmRegValueEditWord'
* Created new custom textbox to simplify conversion code
* Created enum to hold type of word (DWORD or QWORD)
* Removed unnecessary code for closing and loading
2016-04-22 10:07:43 +02:00
LjungErik ac7a12f277 Improved code for 'FrmRegValueEditString'
* Added correct tabing indices
* Removed unnecessary Load function
* Removed unnecessary Close code
2016-04-22 09:32:06 +02:00
LjungErik df06fd2b84 Code improvements and restructuring of 'FrmRegistryEditor'
* Restructured the code for FrmRegistryEditor
* Made parts of code more compact and readable
* Improved naming of functions
* Improved code for handling ContextMenu and ToolStrip
* Changed client to return RegValueData-array instead of null
2016-04-22 09:18:55 +02:00
MaxXor f5f244c727 Fixed Connections Form 2016-03-30 15:38:55 +02:00
MaxXor 0a6e52a12c Removed unused enum 2016-03-30 15:36:13 +02:00
MaxXor 8c5819406d Merge branch 'DragonzMaster-TCP-Connections' 2016-03-30 15:32:31 +02:00
MaxXor ad410734d9 Resolved merge conflicts 2016-03-30 15:32:23 +02:00
MaxXor 432a26a998 Merge pull request #437 from quasar/pr/430
Added requesting of elevated client permissions
2016-03-30 15:23:53 +02:00
MaxXor 4a1d1bdcf2 Improved requesting elevated permissions 2016-03-30 15:22:53 +02:00
DragonzMaster 254ef8aeda Added Remote TCP Connections 2016-03-19 02:04:54 +02:00
LostSoulFly 9b0e1d8a23 Improve HandleAskElevate.
Have to ClostMutex otherwise the new elevated client won't stay open.
2016-03-18 13:46:13 -04:00
LostSoulFly 9b41d6afbf Add DoAskElevate to QuasarServer. 2016-03-18 13:31:21 -04:00
LostSoulFly 9e4f4abfcc Add toolstrip menu item for AskToElevate and correspon _click action 2016-03-18 13:17:53 -04:00
LostSoulFly 8b6fa9e8a2 Remove extra line to make it pretty? 2016-03-18 13:06:23 -04:00
LostSoulFly 3f91ccd664 Add DoAskElevate to Client PacketHandler 2016-03-18 13:05:42 -04:00
LostSoulFly c68c111bb9 Update QuasarClient Serializer for DoAskElevate 2016-03-18 12:34:26 -04:00
LostSoulFly f0474b4775 Implement HandleAskElevate on Client 2016-03-18 12:32:26 -04:00
LostSoulFly 6995b04cbd Try not to make it so obvious that this is my second time working with c# 2016-03-18 12:07:57 -04:00