Commit Graph

1137 Commits

Author SHA1 Message Date
MaxXor ef1a51ef1b Added comment to mono compatibility fix 2016-07-18 20:27:50 +02:00
ubbelol 3c01a99aff Strip all debug info from Mono.Nat.dll 2016-07-18 20:01:30 +02:00
ubbelol b49e0be0fe Fix mono compatibility
Updated postbuild command to allow compilation on Linux/Mono (cp instead of copy). Also fixed an obscure IPv6 difference in Mono from Windows with a somewhat hacky solution. SocketOptionName.IPv6Only does not exist in Mono so instead directly cast to its equivalent enumeration value (27): 91734968b8/mono/metadata/socket-io.h (L100)
2016-07-18 19:41:32 +02:00
ubbelol 7e07102c91 Mono compatible PostBuild copy 2016-07-18 18:44:55 +02:00
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
ubbelol 8ef33f4d17 Fix FileZilla base64 decoding 2016-07-17 17:14:44 +02:00
ubbelol 3d885ae922 Remote desktop can now wake a client up from an active screensaver (win10) 2016-07-13 23:55:36 +02:00
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