X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=dd490b115c449f46a731b233ed263cebf72e86db;hp=7502bfcdb071fb6cebb40e71f4f1db683855ad3b;hb=6b7bfb3b630ad704424ac967cd9695f5a1d63534;hpb=67c62c15b352136734eed6bc4cb139fc69f14b9b diff --git a/ChangeLog b/ChangeLog index 7502bfc..dd490b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-11-22 "J. Bruce Fields" + + * tools/rpcdebug/rpcdebug.c: support aliases "nfsdebug" and + "nfsddebug" and update flag names. + * configure.in, nodist/* redhat/* nfs-utils.spec*: remove redhat + specific files (as no-one actually uses them, especially not + redhat), and the nodist /etc files (as they drift out-of-date, and + the debian directory provides a suitable example. + * utils/svcgssd_proc.c(get_ids): fix memory leak + * 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 + + * utils/exportfs/nfsd.man: corrected typo in .BR macro usage - + reported by Eric Raymond + 2004-10-19 "J. Bruce Fields" * support/gssapi/* support/rpc/* utils/gssd/* utils/svcgssd/* etc