This is the bigger part of the modular session framework. It is not ready to
authorpacman <pacman>
Thu, 19 Oct 2000 22:11:57 +0000 (22:11 +0000)
committerpacman <pacman>
Thu, 19 Oct 2000 22:11:57 +0000 (22:11 +0000)
commitb54e511497a3b0d9c83306b169140d4e38a3c746
tree59df74fb6d1e02d276e407d59727d3c185a3c106
parent7a108f256ddc45df35edccdcca05e02efeac16ed
This is the bigger part of the modular session framework. It is not ready to
be used yet, but is getting closer.
18 files changed:
raddb/radiusd.conf.in
src/include/modules.h
src/include/radiusd.h
src/main/Makefile
src/main/modules.c
src/main/radutmp.c
src/main/session.c [new file with mode: 0644]
src/modules/rlm_acct_unique/rlm_acct_unique.c
src/modules/rlm_detail/rlm_detail.c
src/modules/rlm_dictionary/rlm_dictionary.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_sql/rlm_sql.c
src/modules/rlm_unix/rlm_unix.c