Jakob Aarøe Dam
cb956608dc
radar-radius update
2015-04-21 12:53:33 +02:00
Jakob Aarøe Dam
3d8463d7d8
Challange-Response: Follow the RFC spec
...
On Challange-Responses the result is sent back encrypted to the server.
The shared RADIUS key is used for encryption. The State attribute
necessary in challange request/responses is assigned a guid.
2015-04-21 12:52:04 +02:00
Jakob Aarøe Dam
6ecba61ffd
Latest radar
2015-04-20 10:56:37 +02:00
Jakob Aarøe Dam
426096c9cb
Ignoring
2015-04-20 10:55:21 +02:00
Jakob Aarøe Dam
d3f6678f97
Remove compiled files from version control
2015-04-20 10:55:05 +02:00
Jakob A. Dam
d558eba854
Merge branch 'master' of https://github.com/jakobadam/RDSfactor
2015-04-20 11:41:18 +02:00
Jakob Aarøe Dam
149d316e3e
Update README.md
2015-04-20 12:04:22 +02:00
Jakob Aarøe Dam
3df90ce279
Update README.md
2015-04-20 11:58:40 +02:00
Jakob A. Dam
4079dba944
radar update
2015-04-20 11:41:06 +02:00
Jakob A. Dam
5cbc0bb528
Merge branch 'master' of https://github.com/jakobadam/RDSFactor
2015-04-16 14:27:43 +02:00
Jakob A. Dam
070abbc2ac
Cleanup stale user sessions
2015-04-16 14:27:30 +02:00
Jakob A. Dam
917b38d77b
Simplify ...
2015-04-16 10:48:06 +02:00
Jakob A. Dam
59885e7c5a
Better log output
2015-04-16 09:26:21 +02:00
Jakob A. Dam
01c78645ad
Use radar instead of RadiusClient
2015-04-15 13:57:04 +02:00
Jakob A. Dam
b90799184b
radar-radius update
2015-04-14 15:13:04 +02:00
Jakob A. Dam
96b3b18bb7
Encoding
2015-04-14 14:34:41 +02:00
Jakob A. Dam
b1e1bc0f39
Ignoring log
2015-04-14 12:46:46 +02:00
Jakob A. Dam
2370eaa10a
Script for replacing RDS Pages with ours
2015-04-14 12:43:08 +02:00
Jakob A. Dam
c038fe79a1
Update .NET version
2015-04-13 14:53:36 +02:00
Jakob Aarøe Dam
ba2fb74d64
Create LICENSE
2015-04-10 15:31:20 +02:00
Jakob A. Dam
031a9948d6
Merge branch 'master' of https://github.com/jakobadam/RDSFactor
2015-04-10 14:26:17 +02:00
Jakob Aarøe Dam
04e53bbbf9
Create README.md
2015-04-10 15:23:22 +02:00
Jakob A. Dam
6706f658f1
Project files update
2015-04-10 14:25:55 +02:00
Jakob A. Dam
59d9b4b135
Updated RDWeb pages with the two-factor support
2015-04-10 12:10:14 +02:00
Jakob A. Dam
80da1889a3
Added copy of the Original RDWeb pages
2015-04-10 12:08:29 +02:00
Jakob A. Dam
09ba4750ad
Rename: Console -> RDSFactorConfig
2015-04-10 11:44:46 +02:00
Jakob A. Dam
7bd3ec25e1
ini file
2015-04-10 12:02:15 +02:00
Jakob A. Dam
4b402c28a9
Radar submodule update
2015-04-10 12:02:09 +02:00
Jakob A. Dam
a29384d872
Rename CICRadarR -> RDSFactor
2015-04-10 12:00:44 +02:00
Jakob A. Dam
d296781847
Remove RadiusClient
2015-04-10 11:59:18 +02:00
Jakob A. Dam
5dcb64b8b6
Removed the bundled radar-radius. Added the original as submodule
2015-04-10 11:59:18 +02:00
Jakob A. Dam
3a2dff8fcd
Use the AccessLog for logging
2015-04-10 11:59:18 +02:00
Jakob A. Dam
5ef3e371c3
Delete unneeded vs artifacts and compiled leftovers
2015-04-10 11:59:18 +02:00
Jakob A. Dam
ffc11edc06
Removed old RDS handling code
2015-04-10 11:59:18 +02:00
Jakob A. Dam
fd9c8db357
Moved Citrix handler to separate class
2015-04-10 11:59:18 +02:00
Jakob A. Dam
9d50d9ca7c
Add some documentation
2015-04-10 11:59:18 +02:00
Jakob A. Dam
3eda032256
LaunchTimeOut made public shared
2015-04-10 11:59:18 +02:00
Jakob A. Dam
7ce790eda9
Close window after access is granted through gateway
2015-04-10 11:59:18 +02:00
Jakob A. Dam
e10bb5f6aa
Extracting Packet attributes in constructor
2015-04-10 11:59:18 +02:00
Jakob A. Dam
6afe01e932
Using IsValid on the RadiusPacket
2015-04-10 11:59:18 +02:00
Jakob A. Dam
8bbd742aaa
Check for packet validity as step 1
2015-04-10 11:59:18 +02:00
Jakob A. Dam
e1a544c1bb
Ignoring and removing compiled artificats
2015-04-10 11:59:18 +02:00
Jakob A. Dam
20aefb65a6
Move VS project file to proper location
2015-04-10 11:59:18 +02:00
Jakob A. Dam
4a1e1471f6
Notify if shared RADIUS secret is missing
2015-04-10 11:59:18 +02:00
Jakob A. Dam
dccef64f40
Update VS Project file with new files
2015-04-10 11:59:18 +02:00
Jakob A. Dam
0e41b3a182
GetString -> ToString
2015-04-10 11:59:18 +02:00
Jakob A. Dam
cc67ff7039
Refactoring: Cut out RDS handling logic, and put into own module.
...
Still no sms / mail sending.
2015-04-10 11:59:17 +02:00
Jakob A. Dam
94c9dc0275
Use the Packet methods to send RADIUS replies.
2015-04-10 11:59:17 +02:00
Jakob A. Dam
d7d04258e1
Simplify. Reduce all 3 line debug stms. to one.
2015-04-10 11:59:17 +02:00
Jakob A. Dam
3402587bae
Make the RADIUS server runnable from Visual Studio.
...
In other words, make it runnable not only as a service.
2015-04-10 11:59:17 +02:00