Move paircompare to DICT_ATTR
authorOlivier Beytrison <olivier@heliosnet.org>
Mon, 29 Jul 2013 15:31:42 +0000 (17:31 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Jul 2013 08:30:46 +0000 (09:30 +0100)
commit0846e205d36d8b8570d5533a9ebc10a284c850f8
tree2baff69e9f6d78b9e53bc7860f723ab826492786
parent8e6001275f6b03e318e3644c0d57930423dd6d8d
Move paircompare to DICT_ATTR
All modules registering paircompare callback have been updated.
For every callback which didn't use the *req list, the first_only has been set to true
src/include/radiusd.h
src/main/evaluate.c
src/main/valuepair.c
src/modules/rlm_counter/rlm_counter.c
src/modules/rlm_expiration/rlm_expiration.c
src/modules/rlm_expr/paircmp.c
src/modules/rlm_ldap/rlm_ldap.c
src/modules/rlm_logintime/rlm_logintime.c
src/modules/rlm_sql/rlm_sql.c
src/modules/rlm_sqlcounter/rlm_sqlcounter.c
src/modules/rlm_unix/rlm_unix.c