Move a few paircompare functions for specific attributes from the server core
authorkkalev <kkalev>
Tue, 10 Aug 2004 12:40:05 +0000 (12:40 +0000)
committerkkalev <kkalev>
Tue, 10 Aug 2004 12:40:05 +0000 (12:40 +0000)
commitb82118823464e42ab2db353510ca50917c9606a4
treefc37ea15445efa193c59c3d31993a7e5e7b56fa3
parent6a5d8ad9b5ce41571da4692a1ba2b2f47092249a
Move a few paircompare functions for specific attributes from the server core
(src/main/valuepair.c) to the rlm_expr module (we could probably just create
another module, but rlm_expr can do also). That way we keep the server core
as small as possible.
raddb/radiusd.conf.in
src/main/radiusd.c
src/main/valuepair.c
src/modules/rlm_expr/Makefile
src/modules/rlm_expr/paircmp.c [new file with mode: 0644]
src/modules/rlm_expr/rlm_expr.c