initial implementation of mschap, from patch supplied for Cistron.
authoraland <aland>
Mon, 27 Nov 2000 23:47:09 +0000 (23:47 +0000)
committeraland <aland>
Mon, 27 Nov 2000 23:47:09 +0000 (23:47 +0000)
commit8ce57a6c2faa88e20af38e78b87bceb9c2e28ce3
tree878a95b75dbe83c8d6c11bdb5864cb8cc51cb054
parentd42baa3065e3b859500612da29305a180add21f6
initial implementation of mschap, from patch supplied for Cistron.

it builds, but I have no idea if it works or not...
src/modules/rlm_mschap/Makefile [new file with mode: 0644]
src/modules/rlm_mschap/README [new file with mode: 0644]
src/modules/rlm_mschap/des.h [new file with mode: 0644]
src/modules/rlm_mschap/deskey.c [new file with mode: 0644]
src/modules/rlm_mschap/desport.c [new file with mode: 0644]
src/modules/rlm_mschap/md4.h [new file with mode: 0644]
src/modules/rlm_mschap/md4c.c [new file with mode: 0644]
src/modules/rlm_mschap/rfc2433.txt [new file with mode: 0644]
src/modules/rlm_mschap/rlm_mschap.c [new file with mode: 0644]