o Add support for Autz-Type attribute. We can now create autztype sections in
authorkkalev <kkalev>
Sat, 2 Mar 2002 16:13:48 +0000 (16:13 +0000)
committerkkalev <kkalev>
Sat, 2 Mar 2002 16:13:48 +0000 (16:13 +0000)
commit60930efe09ed293dc8f0e3a4c9e509c24f210d9c
tree9f0f9dbee28799c5891f7664cbeca70bc78a94ac
parent8534eb9f448b6174e26fda4d9974bf84a64ab742
o Add support for Autz-Type attribute. We can now create autztype sections in
  radiusd.conf.
o Add sql_xlat. Only SELECTS are supported right now
o Move sql_release socket in a few places were it wasn't needed
o Remove sql_authenticate function. We still use the authenticate_query directive
  to extract the user password. The work should now be done by the pap/chap modules.
o Do a pairfree of check_tmp and reply_tmp if paircmp fails
  in sql_authorize
raddb/dictionary
share/dictionary
src/include/modules.h
src/include/radius.h
src/main/auth.c
src/main/modules.c
src/modules/rlm_sql/conf.h
src/modules/rlm_sql/rlm_sql.c