summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-08-26 02:04:40 +0000
committerneilbrown <neilbrown>2005-08-26 02:04:40 +0000
commit651b5d3cf5428cbf1d2cd3ae572453af249bef1e (patch)
tree8c6c088b0d010db7aa5b8a4e4e5a96287e933f93 /ChangeLog
parenta1b7c0da9e73a607f4bc70ffe3b44b00f5d39938 (diff)
Add option to set rpcsec_gss debugging level (if available)
Changes to allow gssd/svcgssd to build when using Hiemdal Kerberos libraries. Note that there are still run-time issues preventing this from working when shared libraries for libgssapi and librpcsecgss are used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f98cdf..cf0a254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
2005-08-26 Kevin Coffman <kwc@citi.umich.edu>
+ Add option to set rpcsec_gss debugging level (if available)
+
+ Changes to allow gssd/svcgssd to build when using Hiemdal Kerberos
+ libraries. Note that there are still run-time issues preventing
+ this from working when shared libraries for libgssapi and librpcsecgss
+ are used.
+
+2005-08-26 Kevin Coffman <kwc@citi.umich.edu>
Remove the rpcsec_gss code and rely on an external library instead.
2005-08-26 Kevin Coffman <kwc@citi.umich.edu>