| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* utils/nfsd/nfsd.man: Fix typo.
* debian/changelog: Version 1.0.1-1.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
* etc/redhat/nfslock.init (restart): Just do stop and start.
* etc/redhat/nfs.init: Fix a typo.
|
|
|
|
|
|
|
|
| |
* configure.in (VERSION): Set to "1.0.1".
* configure: Regenerated.
* nfs-utils.spec: Likewise.
* README: Updated for 1.0.1.
|
|
|
|
|
|
|
|
| |
* configure.in (VERSION): Set to "1.0.1".
* configure: Regenerated.
* nfs-utils.spec: Likewise.
* README: Updated for 1.0.1.
|
|
|
|
| |
* etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* nfs-utils.spec (Version): Set to "1.0".
* configure.in (VERSION): Likewise.
* configure: Regenerated.
* README: Rewritten.
* debian/changelog: Version 1.0-1.
|
| |
|
|
|
|
| |
was TPing our indentation.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
|
| |
* Use --name instead of --exec when stopping daemons;
the running binary may have been renamed or removed.
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* support/nfs/xio.c (xskip): Call `xungetc' instead of
`ungetc' to keep x_line more properly.
|
|
|
|
| |
* debian/changelog: Version 0.3.3-4.
|
|
|
|
|
|
|
|
|
|
| |
* utils/showmount/showmount.c (main): Don't assume that strings
starting with digits are IP addresses.
* utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on
/dev/null before nfssvc(). Use syslog to report nfssvc errors.
* support/misc/tcpwrapper.c, utils/mountd/mountd.man,
utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and
man pages: We check host names *and* addresses with tcpwrappers.
|
| |
|
|
|
|
| |
* debian/changelog: Version 0.3.3-3.
|
|
|
|
|
| |
* support/nfs/exports.c (parseopts): Accept old-style
"crossmnt" option, for old xtabs.
|
|
|
|
|
|
|
|
|
| |
* support/nfs/clients.c (cfname): Added: current clients file name.
(setnfsclntent): Set it.
({get,end}nfsclntent, syntaxerr): Use it.
* support/nfs/exports.c (efname): Added: current exports file name.
(setnfsexportent): Set it.
(endnfsexportent, parseopts, getexport, syntaxerr): Use it.
|
|
|
|
|
| |
* utils/mountd/mountd.c (main): Close fds > 2 _before_ RPC init.
* debian/changelog: Version 0.3.3-2.
|
|
|
|
| |
* utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
|
|
|
|
|
|
| |
* utils/Makefile.in: Remove Makefile in target 'distclean'.
* utils/mountd/mountd.man: Update paths to /var/lib.
* debian/*: Version 0.3.3-1, with Debian-specific fixes.
|
| |
|
| |
|
|
|
|
| |
* utils/nfsstat/nfsstat.man: Updated.
|
|
|
|
|
|
|
|
| |
* configure.in (VERSION): Set to "0.3.3".
* configure: Regenerated.
* nfs-utils.spec: Likewise.
* README: Updated for 0.3.3.
|
| |
|
| |
|
|
|
|
| |
for all exports
|
|
|
|
|
|
|
|
|
| |
* support/nfs/exports.c (putexportent): \octal quote any spaces
etc in a path name
* support/nfs/xio.c (xgettok): recognise double-quote and
\octal quoting in path names
* utils/exportfs/exports.man: document quoting conventions
for path names
|
|
|
|
|
|
| |
change from 2000-08-02: It causes problems if someone exports
to both a hostname and IP addresses. nfs-utils must be
consistant about the canonical name that it chooses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
H.J. Lu <hjl@lucon.org>
* etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd.
* utils/statd/statd.c (longopts): Add "name".
(usage): Add "-n/--name".
(main): Set MY_NAME with "-n/--name".
* utils/statd/state.c (change_state): Set MY_NAME only if it
is NULL.
* utils/statd/statd.man: Updated for "-n/--name".
|
|
|
|
| |
* nfs-utils.spec (Release): Set to 8.
|
|
|
|
|
| |
* etc/redhat/nfs.init: Check if rpc.rquotad exists before doing
anything about it.
|
| |
|