Some applications such as Eudora on Windows load and unload the Kerberos
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 17 Jan 2005 23:57:51 +0000 (23:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 17 Jan 2005 23:57:51 +0000 (23:57 +0000)
commit191783e634d17927051337359f9abbe32c0e5b2e
tree23e55cd09bc4ed584e897a03487834bf36172b14
parent962f1e24f1a3838d521db990778e1bd5a0432be2
Some applications such as Eudora on Windows load and unload the Kerberos
libraries as part of a plug-in.  Plugins are often loaded for a specific
purpose and then unregistered.  In order to support this model, the libraries
must restore the library state to the uninitialized state when the library
is unloaded.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17050 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/ChangeLog
src/lib/gssapi/gss_libinit.c
src/lib/krb5/ChangeLog
src/lib/krb5/krb5_libinit.c
src/util/et/ChangeLog
src/util/et/error_message.c
src/util/support/ChangeLog
src/util/support/threads.c