X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=e7c9f5870fa1fba64c275e53848834ac17145f8c;hp=7fdc5cc5c88732a64b3797895fd80073cccedee9;hb=dad8bf9fdf53d1f954339567da2aa1d1bc202c73;hpb=930119075722c6e2e42a5f20ec4c42579ea6cf1a diff --git a/ChangeLog b/ChangeLog index 7fdc5cc..e7c9f58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-04-10 "Kevin Coffman" + Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and + HAVE_TCP_WRAPPERS as appropriate. + +2006-04-10 NeilBrown + Add checking for innetgr back to configure.in + +2006-04-10 kwc@citi.umich.edu + Update calls to gss_export_lucid_sec_context() + + Change the calls to gss_export_lucid_sec_context() to match the corrected + interface definition in libgssapi-0.9. + +2006-04-10 kwc@citi.umich.edu + Plug memory leaks in svcgssd + + Various memory leaks in the svcgssd context processing are eliminated. + +2006-04-10 kwc@citi.umich.edu + Fix memory leak of the AUTH structure on context negotiations + + Free AUTH structure after completing context negotiation and sending + context information to the kernel. + 2006-04-10 kwc@citi.umich.edu Fix support/include/config.h.in such as would be done be running autoheader.