regularized the module return codes to RLM_MODULE_*, instead
authoraland <aland>
Tue, 25 Apr 2000 21:06:59 +0000 (21:06 +0000)
committeraland <aland>
Tue, 25 Apr 2000 21:06:59 +0000 (21:06 +0000)
commit17f298b67d635d2553b7a6cf0fc0626021f2d92a
tree2728814b930c224917e3b1a858dece3213420376
parentb8d75af7b3c1ec1a71cdc5bb270cd57456369415
regularized the module return codes to RLM_MODULE_*, instead
of having umpteen ones for RLM_AUTZ_*, RLM_AUTH_*, RLM_ACCT_*, etc.

This change should hopefully make the return codes from modules
a little clearer...
12 files changed:
src/include/modules.h
src/main/acct.c
src/main/auth.c
src/main/modules.c
src/modules/rlm_acct_unique/rlm_acct_unique.c
src/modules/rlm_example/rlm_example.c
src/modules/rlm_files/rlm_files.c
src/modules/rlm_ldap/rlm_ldap.c
src/modules/rlm_pam/rlm_pam.c
src/modules/rlm_preprocess/rlm_preprocess.c
src/modules/rlm_realm/rlm_realm.c
src/modules/rlm_unix/rlm_unix.c