X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=0c8b592803ec6e14b9096b9269c10acf25a72c49;hb=5206cbfa8934cb7331a840f3446d35cdbb795e34;hp=62a22f9426a3ccb6d82f5ad38c191d74f6dbf7c2;hpb=90980eb1b3e2dff06a32026d7b1bcbf7eba5e82b;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 62a22f9..0c8b592 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,17 @@ * 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. + * utils/gssd/gssd_proc.c: Make sure we get an error when a gssd + downcall fails. + 2004-11-22 NeilBrown