]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
*** empty log message ***
[nfs-utils.git] / ChangeLog
index 49bf284017ed8c6c2a26a0afd8fe3b676a891b2c..dd490b115c449f46a731b233ed263cebf72e86db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * utils/svcgssd/svcgssd_proc.c: Rely on count of the number of
        groups instead of using a special guard value to identify the end
        of the list. 
+       * utils/idmapd/idmapd.c: don't allow Default domain and anon-uid
+       or -gid to be specified on command line.
+       * utils/idmapd/idmapd.c: improve error messages
+       * utils/idmapd/idmapd.c: Reopen nfsd files on sighup.  Allows us
+       to start up client side only (even when nfsd module not loaded),
+       and then sighup later after insmodding nfsd module. 
+       * utils/idmapd/idmapd.c: Make sure we catch all errors on
+       daemonizing by waiting for child to report succesfull startup
+       using a pipe. 
+       * utils/idmapd/idmapd.c: Let libnfsidmapd parse the idmapd.conf
+       file for the default domain, instead of doing that ourselves.
+
        
 2004-11-22 NeilBrown <neilb@cse.unsw.edu.au>