X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=42e7771f650ffccf062e00f67f733ca5c345915b;hp=b367629836b4d32304062ced05efe961763ecd8b;hb=c377fce0995ac5d669f74e75fdac02b90d8792b2;hpb=4b4f1c94d87475fd45bb17119a862adb17a067a9 diff --git a/ChangeLog b/ChangeLog index b367629..42e7771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +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. + +2006-03-28 NeilBrown + 1.0.8-pre3, aclocal/autoconf/automake + 2006-03-28 kwc@citi.umich.edu Use PKGCONFIG to locate gssapi and rpcsecgss header files