David Sparer
|
31240fa50d
|
moved most RDP enums to their own files
|
2019-05-27 12:22:26 -05:00 |
|
David Sparer
|
753e8bc049
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
|
2019-04-18 08:34:59 -05:00 |
|
David Sparer
|
703cefaf19
|
ensure rdcman import never sets properties to null. fixes #1401
|
2019-04-12 08:24:05 -05:00 |
|
David Sparer
|
c149701f3f
|
Merge branch 'release/v1.76' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/App/CompatibilityChecker.cs
# mRemoteV1/App/Import.cs
# mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/app.config
# mRemoteV1/mRemoteV1.csproj
|
2019-03-09 12:10:10 -06:00 |
|
David Sparer
|
4847ce054b
|
resolved several parsing bugs in the rdcman deserializer
|
2019-03-04 11:17:45 -06:00 |
|
David Sparer
|
2df9741cd6
|
loadbalanceinfo property now imported from rdp files
fixes #1132
|
2018-12-17 11:47:15 -06:00 |
|
David Sparer
|
bd20d6ae7d
|
moved classes to new namespace
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
0898ed8c00
|
began implementing csv deserializing
|
2017-12-04 22:00:18 -06:00 |
|
David Sparer
|
98a8b9944e
|
Merge branch 'develop' into MR-225_Can_not_import_RDCMan_v2.7
|
2017-11-06 10:09:49 -06:00 |
|
Bruce Peterson
|
87322a36ca
|
Included Test Cases for RDCMan v2.7
|
2017-10-27 23:36:36 -04:00 |
|
David Sparer
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05:00 |
|
David Sparer
|
792edd9146
|
refactored a bit to use the Maybe pattern
implemented via ienumerable<t> so we can make use of the existing ienum monads
|
2017-07-28 13:01:15 -05:00 |
|
David Sparer
|
7a2ab59346
|
connections now just reference credential ids
|
2017-07-27 21:50:50 -05:00 |
|
David Sparer
|
f334f804b6
|
more minor cleanup
|
2017-05-07 18:26:24 -06:00 |
|
David Sparer
|
38bcafbfe5
|
cleaned up RdpProtocol
|
2017-05-07 17:22:59 -06:00 |
|
David Sparer
|
e8d645467f
|
modified the interface of IDeserializer
now requires: TOut Deserialize(TIn serializedData)
|
2017-04-02 20:28:25 -06:00 |
|
David Sparer
|
bfbf5c70d5
|
reorganized more tests
|
2017-04-02 12:10:36 -06:00 |
|