Move the Login-Time,Current-Time,Expiration attribute handling to separate
authorkkalev <kkalev>
Mon, 9 Aug 2004 15:31:05 +0000 (15:31 +0000)
committerkkalev <kkalev>
Mon, 9 Aug 2004 15:31:05 +0000 (15:31 +0000)
commitc0aaa6475b33c75be318e6c8791d259294009112
treeb3eae143e2c4ac3636c7efdc60242ebca32e6299
parentcc49de53a2275762577cd30496c56a02919a6ba3
Move the Login-Time,Current-Time,Expiration attribute handling to separate
modules, rlm_logintime and rlm_expiration. Move timestr.c to rlm_logintime.
Update makefiles and radiusd.conf
raddb/radiusd.conf.in
src/main/Makefile.in
src/main/auth.c
src/main/valuepair.c
src/modules/rlm_expiration/Makefile [new file with mode: 0644]
src/modules/rlm_expiration/rlm_expiration.c [new file with mode: 0644]
src/modules/rlm_logintime/Makefile [new file with mode: 0644]
src/modules/rlm_logintime/rlm_logintime.c [new file with mode: 0644]
src/modules/rlm_logintime/timestr.c [moved from src/main/timestr.c with 100% similarity]
src/modules/stable