]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Add connection pool support to rlm_krb5
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 19 Dec 2013 19:16:30 +0000 (19:16 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 19 Dec 2013 19:19:41 +0000 (19:19 +0000)
commitc6730b62be9868b30e2a1933e43b4c0655b21263
treecf989e399a4843078af3c3d782871b7920a61b4d
parent20a8dbfae1ea80a47140caed79f53a70a4f2c1cd
Add connection pool support to rlm_krb5

This allows us  to remove the dependency on krb5_copy_context, and support threaded operation for more versions of MIT krb5
raddb/mods-available/krb5
src/modules/rlm_krb5/all.mk.in
src/modules/rlm_krb5/krb5.c [new file with mode: 0644]
src/modules/rlm_krb5/krb5.h [new file with mode: 0644]
src/modules/rlm_krb5/rlm_krb5.c