]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
rquota fix
[nfs-utils.git] / ChangeLog
index 7f98cdfb6f051f8886c4998ac07d4d5ee06206dd..ddb0082fcff6db9d2c7e5c5c2a816136e1b8b38c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-09-02 Mike Frysinger <vapier@gentoo.org>
+       * utils/rquotad/rquota_server.c(getquotainfo): use explicit
+       struture-member copying rather than memcpy, as the element
+       sizes are the same on all architectures.
+
+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.