summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* new "mountpoint" export option.neilbrown2003-05-301-0/+12
|
* Stuffneilbrown2003-05-231-0/+11
|
* bug fixneilbrown2003-05-221-0/+5
|
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-211-0/+14
|
* Support new kernel upcalls for export cache management.neilbrown2003-05-211-0/+16
|
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-211-0/+6
|
* Define and use get_reliable_hostbynameneilbrown2003-05-211-0/+11
|
* fix typochip2003-04-241-1/+1
|
* use execvp for finding cpp in rpcgenneilbrown2003-03-301-0/+6
|
* 2003-03-26 Chip Salzenberg <chip@pobox.com>chip2003-03-261-0/+4
| | | | * debian/changelog: Version 1.0.3-1.
* Fix a few typos in latest changelog entry.chip2003-03-261-3/+4
|
* typoneilbrown2003-03-261-0/+4
|
* See Changelogneilbrown2003-03-261-0/+6
|
* See Changelogneilbrown2003-03-261-0/+10
|
* See Changelogneilbrown2003-02-191-0/+13
|
* 2003-02-12 Chip Salzenberg <chip@pobox.com>chip2003-02-131-0/+4
| | | | * debian/changelog: Version 1.0.2-2.
* 2002-11-27 Chip Salzenberg <chip@pobox.com>chip2002-11-281-0/+5
| | | | | * utils/mountd/rmtab.c (slink_safe_rename): Fix off-by-one buffer overflow bug. Reformat per rest of source file.
* xneilbrown2002-11-191-0/+5
|
* 2002-10-15 Juan Gomez <juang@us.ibm.com>hjl2002-10-151-0/+6
| | | | | | * utils/mountd/rmtab.c (slink_safe_rename): New. Support symlink. (mountlist_add): Call slink_safe_rename instead of rename.
* 2002-10-11 H.J. Lu <hjl@lucon.org>hjl2002-10-111-0/+13
| | | | | | | | | | | | | * support/include/exportfs.h (export_errno): New. * support/nfs/exports.c: Include <errno.h>. (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.
* See ChangeLogneilbrown2002-10-111-0/+6
|
* 2002-09-16 Chip Salzenberg <chip@pobox.com>chip2002-09-161-0/+4
| | | | * utils/rquotad/rquota_svc.c (main): Use int for value of getopt.
* 2002-09-15 Chip Salzenberg <chip@pobox.com>chip2002-09-161-0/+6
| | | | | | * 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 <hjl@lucon.org>hjl2002-09-131-0/+5
| | | | | * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and HAVE_SVCUDP_SOCKET.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-131-0/+10
| | | | | | | | | | * 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 <hjl@lucon.org>hjl2002-09-121-0/+6
| | | | | | * 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 <hjl@lucon.org>hjl2002-09-121-0/+6
| | | | | | * configure.in (VERSION): Set to "1.0.2". * configure: Regenerated. * nfs-utils.spec: Likewise.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-121-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check svctcp_socket and svcudp_socket. * configure: Regenerated. * support/include/config.h.in (HAVE_SVCTCP_SOCKET): New. (HAVE_SVCUDP_SOCKET): New. * support/include/nfslib.h (svctcp_socket): New. (svcudp_socket): New. * support/nfs/Makefile (OBJS): Add svc_socket.o. * support/nfs/svc_socket.c: New. * support/nfs/rpcmisc.c (rpc_init): Call svctcp_socket and svcudp_socket if port is unspecified. * utils/nfsd/nfsd.c (main): Call getservbyname for port. * utils/rquotad/rquota_svc.c: Include <nfslib.h>. (killer): New. Signal handler to unregister. (main): Use killer. Call svcudp_socket to get the default socket.
* -N for statdneilbrown2002-09-021-0/+10
|
* Support "-P path" in statd as alternate to /var/lib/nfsneilbrown2002-09-021-0/+14
|
* 2002-08-26 Chip Salzenberg <chip@pobox.com>chip2002-08-261-0/+5
| | | | | * utils/nfsd/nfsd.man: Fix typo. * debian/changelog: Version 1.0.1-1.
* See Changelogneilbrown2002-05-291-0/+5
|
* nfsstat fixes, see ChangeLogneilbrown2002-05-051-0/+6
|
* Remove RCS ID.hjl2002-04-081-1/+4
|
* See Change Logneilbrown2002-04-081-0/+6
|
* 2002-04-08 H.J. Lu <hjl@lucon.org>hjl2002-04-081-0/+13
| | | | | | | | | | | | | * etc/redhat/nfs: New. * etc/redhat/nfs.init: Updated. * nfs-utils.spec.in: Updated. * nfs-utils.spec: Regenerated. * utils/mountd/mountd.c (longopts): Fix a typo. * utils/mountd/mountd.man: Updated.
* Add Sean O'Connell <sean@ee.duke.edu>.hjl2002-04-071-1/+2
|
* 2002-04-07 H.J. Lu <hjl@lucon.org>hjl2002-04-071-0/+6
| | | | | | * etc/redhat/nfslock.init (restart): Just do stop and start. * etc/redhat/nfs.init: Fix a typo.
* 2002-04-07 H.J. Lu <hjl@lucon.org>hjl2002-04-071-0/+8
| | | | | | | | * configure.in (VERSION): Set to "1.0.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 1.0.1.
* 2002-04-07 H.J. Lu <hjl@lucon.org>hjl2002-04-071-1/+5
| | | | * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
* *** empty log message ***neilbrown2002-02-281-0/+13
|
* See Changelogneilbrown2002-01-171-0/+13
|
* 2002-01-02 Chip Salzenberg <chip@pobox.com>chip2002-01-031-0/+8
| | | | | | | | * support/export/nfsctl.c (expsetup): Don't export entries that specify id mappings not supported by the kernel. No extant kernel supports any significant mapping, only 'identity' (i.e. none). When other mappings are supported, this code will need changing. * debian/changelog: Version 1.0-2.
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-271-0/+6
| | | | | | | | * nfs-utils.spec (Version): Set to "1.0". * configure.in (VERSION): Likewise. * configure: Regenerated. * README: Rewritten. * debian/changelog: Version 1.0-1.
* * utils/exportfs/exports.man: Comment out a leftover TP thatchip2001-12-271-0/+1
| | | | was TPing our indentation.
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-271-0/+9
| | | | | | | | | * utils/exportfs/exports.man: Emphasize the need for options to immediately follow client names. Explain that wildcards don't usually work on addresses, but may work when reverse DNS fails. * utils/mountd/mountd.man, utils/rquotad/rquotad.man, utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)". * debian/changelog: Version 0.3.3-6.
* see changelogneilbrown2001-12-201-0/+6
|
* See Changelogneilbrown2001-12-201-0/+11
|
* nfs-utils (1:0.3.3-5) unstable; urgency=highchip2001-12-141-0/+4
| | | | | | | * Keep NFS fully operational during upgrade. (closes: #76544) * When calling update-rc.d, send stdout to /dev/null, but not stderr. -- Chip Salzenberg <chip@debian.org> Thu, 13 Dec 2001 18:30:36 -0800
* 2001-11-26 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>hjl2001-11-291-0/+5
| | | | | * support/nfs/xio.c (xskip): Call `xungetc' instead of `ungetc' to keep x_line more properly.