X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=1567d8287e28d40ba58f3baee06fdbc7dc71f7b1;hp=a7b593ae6a96c7d70a8f562c954afa9de88a1143;hb=0036a143c415eac6388d992a4e637e7004147296;hpb=2134aed3d0db23249cb1fa037f5657805661b486 diff --git a/ChangeLog b/ChangeLog index a7b593a..1567d82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2002-10-11 H.J. Lu + + * support/include/exportfs.h (export_errno): New. + + * support/nfs/exports.c: Include . + (export_errno): New. + (getexportent): Set export_errno to EINVAL for bad option. + (parseopts): Likewise. + Report the location of the default sync/async option. + + * utils/exportfs/exportfs.c (main): Initialize export_errno to + 0. Return export_errno. + +2002-10-11 Juan Gomez + NeilBrown + + utils/statd/statd.c(killer): don't pmap_unset if in notify_only mode + utils/statd/statd.c(main): don't pmap_unset if in notify_only mode + +2002-09-16 Chip Salzenberg + + * utils/rquotad/rquota_svc.c (main): Use int for value of getopt. + +2002-09-15 Chip Salzenberg + + * support/nfs/rpcmisc.c (rpc_init): Allow stdin to be a non-INET + socket, as occurs when run from sshd. + * debian/changelog: Version 1.0.2-1. + +2002-09-12 H.J. Lu + + * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and + HAVE_SVCUDP_SOCKET. + +2002-09-12 H.J. Lu + + * configure.in: Remove checking svctcp_socket and svcudp_socket. + * configure: Regenerated. + + * support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed. + (HAVE_SVCUDP_SOCKET): Removed. + + * support/include/nfslib.h: Undo the last change. + +2002-09-12 H.J. Lu + + * support/include/nfslib.h (svctcp_socket): Protect it with + HAVE_SVCTCP_SOCKET. + (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET. + 2002-09-12 H.J. Lu * configure.in (VERSION): Set to "1.0.2".