cryb-otp/sbin/otpradiusd
Dag-Erling Smørgrav be6f32b5bd Proof-of-concept RADIUS server.
It is not yet capable of handling OTP requests, but all the elements are there: it can receive and decode Access-Request messages and respond with either Access-Accept or Access-Reject.  All that remains is to refactor the guts of otpkey into libotp and plug them into otpradiusd.
2022-09-16 15:26:25 +02:00
..
.gitignore Add / update .gitignore throughout the tree. 2017-03-07 16:17:47 +01:00
auth.c Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
main.c Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
Makefile.am Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
network.c Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
otpradiusd.8 Skeleton 2017-03-05 01:04:07 +01:00
otpradiusd.h Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
radius.c Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00
resolver.c Proof-of-concept RADIUS server. 2022-09-16 15:26:25 +02:00