summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-04-07 H.J. Lu <hjl@lucon.org>hjl2002-04-074-4/+12
| | | | | | | | * 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-072-13/+57
| | | | * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
* *** empty log message ***neilbrown2002-02-281-0/+13
|
* *** empty log message ***neilbrown2002-02-285-15/+48
|
* fix exportfs.man to say what the (new) defaults areneilbrown2002-01-171-1/+1
|
* See Changelogneilbrown2002-01-173-18/+60
|
* (more of the previous change)chip2002-01-031-0/+2
|
* 2002-01-02 Chip Salzenberg <chip@pobox.com>chip2002-01-033-0/+19
| | | | | | | | * 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-276-19/+57
| | | | | | | | * nfs-utils.spec (Version): Set to "1.0". * configure.in (VERSION): Likewise. * configure: Regenerated. * README: Rewritten. * debian/changelog: Version 1.0-1.
* Change priority to "high" for hostname nocase comparisons.chip2001-12-271-1/+1
|
* * utils/exportfs/exports.man: Comment out a leftover TP thatchip2001-12-272-1/+2
| | | | was TPing our indentation.
* (forgot to finalize entry)chip2001-12-271-1/+1
|
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-276-16/+40
| | | | | | | | | * 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-202-1/+16
|
* See Changelogneilbrown2001-12-206-5/+25
|
* More changes in the same version:chip2001-12-143-5/+5
| | | | | * Use --name instead of --exec when stopping daemons; the running binary may have been renamed or removed.
* nfs-utils (1:0.3.3-5) unstable; urgency=highchip2001-12-149-10/+35
| | | | | | | * 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-292-1/+6
| | | | | * support/nfs/xio.c (xskip): Call `xungetc' instead of `ungetc' to keep x_line more properly.
* 2001-11-26 Chip Salzenberg <chip@pobox.com>chip2001-11-263-0/+19
| | | | * debian/changelog: Version 0.3.3-4.
* 2001-11-26 Chip Salzenberg <chip@pobox.com>chip2001-11-267-17/+40
| | | | | | | | | | * 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.
* (minor cleanup covered by previous log entry)chip2001-11-222-2/+2
|
* 2001-11-21 Chip Salzenberg <chip@pobox.com>chip2001-11-2214-27/+82
| | | | * debian/changelog: Version 0.3.3-3.
* 2001-11-21 Chip Salzenberg <chip@pobox.com>chip2001-11-222-0/+5
| | | | | * support/nfs/exports.c (parseopts): Accept old-style "crossmnt" option, for old xtabs.
* 2001-11-21 Chip Salzenberg <chip@pobox.com>chip2001-11-223-13/+34
| | | | | | | | | * 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.
* 2001-10-11 Chip Salzenberg <chip@pobox.com>chip2001-10-113-8/+21
| | | | | * utils/mountd/mountd.c (main): Close fds > 2 _before_ RPC init. * debian/changelog: Version 0.3.3-2.
* 2001-10-08 Chip Salzenberg <chip@pobox.com>chip2001-10-082-3/+10
| | | | * utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
* 2001-10-08 Chip Salzenberg <chip@pobox.com>chip2001-10-088-5/+53
| | | | | | * 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.
* Updated paths to /var/lib in utils/mountd/mountd.manchip2001-10-081-0/+4
|
* Fix obsolete pathnames (/var/state -> /var/lib)chip2001-10-081-2/+2
|
* 2001-10-06 Preston Brown <pbrown@redhat.com>hjl2001-10-072-8/+6
| | | | * utils/nfsstat/nfsstat.man: Updated.
* 2001-09-24 H.J. Lu <hjl@lucon.org>hjl2001-09-245-17/+18
| | | | | | | | * configure.in (VERSION): Set to "0.3.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.3.
* missed an assignment for hp->h_name to hname...neilbrown2001-09-211-0/+1
|
* make "exportfs -au" do no DNS lookupneilbrown2001-09-207-60/+69
|
* call gethostbyaddr to make sure that we have canonical hostnameneilbrown2001-09-203-2/+27
| | | | for all exports
* 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>neilbrown2001-09-124-3/+40
| | | | | | | | | * 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
* * utils/mountd/auth.c (auth_authenticate_internal): Reverseneilbrown2001-09-122-18/+13
| | | | | | 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.
* 2001-08-17 Ragnar Kjørstad <nfs@ragnark.vestdata.no>hjl2001-08-175-5/+44
| | | | | | | | | | | | | | | 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".
* 2001-07-26 H.J. Lu <hjl@lucon.org>hjl2001-07-272-1/+5
| | | | * nfs-utils.spec (Release): Set to 8.
* 2001-07-25 H.J. Lu <hjl@lucon.org>hjl2001-07-252-4/+13
| | | | | * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing anything about it.
* Updated.hjl2001-06-271-0/+1
|
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-272-3/+11
| | | | * etc/redhat/nfs.init: Run rpc.rquotad only if it exists.
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-272-7/+12
| | | | | * utils/rquotad/rquota_server.c: Don't call statfs () for the block size. Use BLOCK_SIZE instead.
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-277-220/+146
| | | | | | | | | | | | | | | | | | | | * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC. (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@. * configure.in (enable_nfsv3): Set to yes by default. (--enable-rquotad): Added (AC_PROG_CXX): Removed. (AC_OUTPUT): Add utils/Makefile. (CC_FOR_BUILD): Renamed from BUILD_CC. * configure: Regenerated. * utils/Makefile: Removed. * utils/Makefile.in: New. * nfs-utils.spec.in (rquotad): New. Set to 0 to disable rquotad. (CC_FOR_BUILD): Renamed from BUILD_CC.
* 2001-06-15 Chip Salzenberg <chip@debian.org>chip2001-06-154-7/+16
| | | | | * debian/changelog: Version 0.3.2-2. * debian/*.init: Minor fixes.
* Updated.lon2001-06-071-0/+5
|
* Fixes explicit path problem (since most logical directories arelon2001-06-071-1/+3
| | | | | | | specified above, we can just call rpcinfo instead of /usr/sbin/rpcinfo) Also fixes the problem where we were disabling MNTv3 if NFSv3 _is_ present.
* Fix the typo.hjl2001-06-051-3/+3
|
* 2001-06-05 H.J. Lu <hjl@lucon.org>hjl2001-06-053-7/+45
| | | | | | | | | * utils/mountd/mountd.c (longopts): Add "foreground/d". (main): Support --foreground/-d to set the limit of the number of open file descriptors. (usage): Updated. * utils/mountd/mountd.man: Updated for --foreground/-d.
* 2001-06-04 H.J. Lu <hjl@lucon.org>hjl2001-06-042-1/+5
| | | | * nfs-utils.spec (Release): Set to 6.
* 2001-05-28 H.J. Lu <hjl@lucon.org>hjl2001-05-285-0/+39
| | | | | | | * utils/lockd/lockd.c (main): chdir to NFS_STATEDIR. * utils/mountd/mountd.c (main): Likewise. * utils/nfsd/nfsd.c (main): Likewise. * utils/rquotad/rquota_svc.c (main): Likewise.