X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ddb0082fcff6db9d2c7e5c5c2a816136e1b8b38c;hb=bac23e84159439487a735853d47d4013e6250fef;hp=7f98cdfb6f051f8886c4998ac07d4d5ee06206dd;hpb=a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 7f98cdf..ddb0082 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-09-02 Mike Frysinger + * 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 + 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 Remove the rpcsec_gss code and rely on an external library instead.