Commit Graph

666 Commits

Author SHA1 Message Date
ubbelol 4ec1a191b9 Update Mono.Nat library to fix freezing issue
If you had UPnP port forwarding activated when listening and then tried to stop listening the application would freeze up on 8768f3177c/Server/Core/Networking/Utilities/UPnP.cs (L105)
2016-07-18 14:44:06 +02:00
MaxXor 8da6c2b352 Increase iteration count and store derived keys in client
#466
2016-07-08 22:20:55 +02:00
MaxXor 7566d896ab Removed unused event handler 2016-07-07 23:06:11 +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 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 3ed8a403b8 Some coding style adjustments and fixes 2016-06-18 19:31:05 +02: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 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 63022a981e Revert DPI fix
#423 #453
2016-05-07 20:21:54 +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 ad410734d9 Resolved merge conflicts 2016-03-30 15:32:23 +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 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 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
LostSoulFly da42bd3e0c Create DoAskElevate ServerPacket 2016-03-18 12:04:58 -04:00
StingRaptor 6492b2734d Added better title for RegistryEditor and corrected its default size
- Changed the title to use WindowHelper to get a correctly formated title
- Changed the size of the RegistryEditor to 800x600
2016-03-15 16:53:44 +01:00
StingRaptor 287101573b Fixed bug with RegistryEditor not working correctly in 64-bit systems
- Made changes to RegistrySeeker.cs to use OpenBaseKey instead of the root
  keys provided by Registy.
- Added error handling to handle exception from RegistrySeeker.
- Added Server-side code to display errors and close the RegistryEditor if
  root registry keys have failed to be retrieved.
2016-03-15 15:31:35 +01:00
StingRaptor a1f4f192ca Refactored parts of the modified code.
- Updated modified data in RegistryHandler.cs, RegistrySeeker.cs and
  RegistrySeekerMatch.cs.
- Removed unused class RegistrySeekerParams.cs.
- Removed unused enum RegistrySearchAction.cs.
- Removed unused functions from
  Client/Core/Extensions/RegistryKeyExtensions.cs.
- Removed unused MatchFoundEventArgs, SearchCompleteEventArgs from
  RegistrySeeker.cs.
- Updated/Refactored comments in RegistryEditor.cs.
2016-03-15 09:52:30 +01:00
StingRaptor f14f38b0de Added Registry namespace as a exception to Renamer
- Added Registry namespace as a exception to prevent obfuscation that
  causes built clients to crash when the RegistryEditor is opened
2016-03-14 16:30:14 +01:00
StingRaptor fd202b30cf Removed unused using of xServer.Core.Extensions 2016-03-14 10:39:43 +01:00
StingRaptor 5e3e097edb Changed RegSeekerMatch.cs to use an Array instead of a List
- Converted the Data in RegSeekerMatch.cs to an Array
- Updated RegistryHandler to handle RegSeekerMatch Data as an Array
- Updated FrmRegistryEditor to handle RegSeekerMatch Data as an Array
2016-03-14 10:30:30 +01:00
StingRaptor f4378ae56e Removed unnecessary functions from RegValueData.cs
- Removed GetDataAsString()
- Removed GetKindAsString()
- Added needed conversions to FrmRegistryEditor.cs
2016-03-13 16:25:30 +01:00
MaxXor a4c6be4924 Updated copyright years 2016-03-11 15:12:54 +01:00
MaxXor 88864bbbcf Added #423
closes #423
2016-03-11 15:10:24 +01:00
StingRaptor 92beaab310 Fixed problem with added registry value not being selected 2016-02-09 15:47:30 +01:00
StingRaptor dc4285af91 Fixed incorrect naming of a function in FrmRegistryEditor.cs 2016-02-09 15:37:26 +01:00
StingRaptor ae1b38481a Disabled 'Modify' and 'Modify Binary Value...' in the toolbar when listView is not in focus. 2016-02-09 15:35:04 +01:00
StingRaptor 2672ffaffc Fixed spelling error for the warning message in FrmRegValueEditMultiString.cs 2016-02-09 12:35:08 +01:00
StingRaptor 2021b466b7 Removed debug code in HexEditor.cs 2016-02-09 10:30:14 +01:00
StingRaptor b37bc6c692 Removed view from tool strip and removed a incorrectly added line in RegistryKeyExtensions.cs 2016-02-09 00:12:58 +01:00