summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-04-09 23:51:59 +0000
committerneilbrown <neilbrown>2006-04-09 23:51:59 +0000
commitfe3b14834fc863200b6cba08cff348688e37243b (patch)
tree19d692dc72d43f926b4574f36920cdbe5aa2f5f0 /ChangeLog
parentcddf69516911d84fcbcbe3cdc225b5e56cd7e012 (diff)
downloadnfs-utils-fe3b14834fc863200b6cba08cff348688e37243b.tar.gz
nfs-utils-fe3b14834fc863200b6cba08cff348688e37243b.tar.xz
nfs-utils-fe3b14834fc863200b6cba08cff348688e37243b.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f61bf1d..382eba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
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.