summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Update debian package information.neilbrown2006-03-262-1/+8
|
* remove some files.neilbrown2005-08-261-19/+0
|
* 2005-08-26 Kevin Coffman <kwc@citi.umich.edu>neilbrown2005-08-262-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *utils/mountd/mountd.c: mountd currently always returns AUTH_NULL and AUTH_SYS as the allowable flavors in mount replies. We want it to also return gss flavors when appropriate. For now as a hack we just have it always return the KRB5 flavors as well. *utils/mountd/cache.c: When attempting to mount an NFSv4 pseudofilesystem (fsid=0) and the actual exported directory does not exist on the server, rpc.mountd doesn't check the directory exists (when fsidtype=1, i.e. using fsid, but does check for fsidtype=0, i.e. using dev/ino). The non-existent exported directory path with fsid=0 is written to the kernel via /proc/net/rpc/nfsd.export/channel, which leads to path_lookup() to return ENOENT (seems appropriate). Unfortunately, the new_cache approach ignores errors returned when writing via the channel file so that particular error is lost and the mount request is silently ignored. Assuming it doesn't make sense to revamp the new_cache/up-call method to not ignore returned errors, it seems appropriate to fix the case where rpc.mountd doesn't check for the existence of an exported directory with fsid= semantics. The following patch does this by moving the stat() up so it is done for both fsidtype's. I'm not certain whether the other tests need to be executed for fsidtype=1, but it doesn't appear to hurt [Not exactly true: the comparison of inode numbers caused problems so now it's kept for fsidtype=0 only]. Would it be also desirable to log a warning for every error, if any, returned by a write to any of the /proc/net/rpc/*/channel files which would otherwise be ignored (maybe under a debug flag)? * gssd/mountd/svcgssd: Changes gssd, svcgssd, and mountd to ignore a SIGHUP rather than dying. * many: Remove the gssapi code and rely on an external library instead.
* Orphaning Debian packagechip2005-04-072-2/+3
|
* Debian version 1.0.7-2.chip2005-04-071-0/+10
|
* Debian 1.0.7-1.chip2005-01-121-0/+11
|
* Disable NEED_SVCGSSD by default.chip2005-01-121-2/+2
|
* Turn off NEED_IDMAPD and NEED_GSSD by default, on Bruce's advice.chip2005-01-111-5/+5
|
* Cosmetics and quoting.chip2004-12-042-30/+30
|
* *** empty log message ***neilbrown2004-11-221-0/+4
|
* more gss fixesneilbrown2004-10-198-7/+73
|
* misc debian fixed from trondneilbrown2004-10-192-9/+48
|
* little debian bitsneilbrown2004-10-192-0/+2
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-156-1/+31
|
* mount nfsd filesystem at startup, and unmount afterwardsneilbrown2004-08-311-0/+6
|
* * Remove obsolete debconf-related files in debian/rules, because sourcechip2004-03-242-0/+14
| | | | diffs don't implement removals. (closes: #239331)
* Add comment about cleaning /var/lib/nfs in postrm.chip2004-03-181-2/+3
|
* * Remove debconf warning notes in favor of nfs-kernel-server.NEWS.chip2004-03-189-495/+0
| | | | (closes: #228365)
* * Make /etc/exports a conffile. (closes: #224557)chip2004-03-1811-52/+54
| | | | | | * Remove debconf warning notes in favor of nfs-kernel-server.NEWS. (closes: #228365) * Don't bother removing nfs-server's init links; it's long dead.
* Use kernel version to short-circuit the lockd test in nfs-common.init.chip2003-10-292-8/+25
|
* * New upstream version.chip2003-09-122-0/+78
| | | | | * Japanese debconf translation from Kenshi Muto <kmuto@debian.org>. (closes: #209370)
* Update time *again*.chip2003-09-091-1/+1
|
* Update time of 1.0.5-3.chip2003-09-091-1/+1
|
* * debian/changelog: Version 1.0.5-3.chip2003-09-091-0/+7
|
* debian/changelog: Version 1.0.5-2.chip2003-08-201-1/+3
|
* Document Christian Perrier's improved French xlation.chip2003-07-251-2/+3
|
* Improved French translation from Christian Perrier <bubulle@debian.org>.chip2003-07-251-18/+23
|
* Upgrade to po-debconf method of translating debconf messages.chip2003-07-2416-98/+418
|
* 2003-07-24 Chip Salzenberg <chip@pobox.com>chip2003-07-241-0/+8
| | | | | * debian/nfs-kernel-server.init: Cosmetic changes. * debian/changelog: Version 1.0.5-1.
* Reformat temporary addition of 127.0.0.1 to auth channel.chip2003-07-241-10/+9
|
* enable 127.0.0.1 before checking for V3 supportneilbrown2003-06-161-0/+16
|
* 2003-06-10 Chip Salzenberg <chip@pobox.com>chip2003-06-101-0/+7
| | | | | * support/nfs/xlog.c (xlog): Fix off-by-one buffer overflow bug. * debian/changelog: Version 1.0.3-2.
* 2003-03-26 Chip Salzenberg <chip@pobox.com>chip2003-03-261-0/+8
| | | | * debian/changelog: Version 1.0.3-1.
* 2003-02-12 Chip Salzenberg <chip@pobox.com>chip2003-02-132-13/+25
| | | | * debian/changelog: Version 1.0.2-2.
* 2002-09-15 Chip Salzenberg <chip@pobox.com>chip2002-09-161-4/+5
| | | | | | * 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.
* Silence the removal of old rc.d links.chip2002-09-161-1/+1
|
* Fix typo.chip2002-09-161-1/+1
|
* Oops, included the wrong text. Now fixed, I hope.chip2002-09-161-6/+7
|
* *** empty log message ***chip2002-09-161-1/+1
|
* * Start nfs-common after nfs-kernel-server so that the server is runningchip2002-09-1618-53/+168
| | | | | | | | | | | | | when statd restarts. In postinst, remove bad rc.d links from old packages. From Philippe Troin <phil@fifi.org>. (closes: #160800) * Make init scripts exit with non-zero status when daemons don't start. * Add titles to templates where I forgot them. (closes: #158489) * Add /etc/default/{nfs-common,nfs-kernel-server} so setting random parameters doesn't require editing init scripts. (closes: #131539) * Split templates into separate files, and add French templates. (closes: #134630) * Use invoke-rc.d to avoid premature daemon starts. (closes: 158574) * Change priority of nfs-kernel-server to 'optional'.
* 2002-08-26 Chip Salzenberg <chip@pobox.com>chip2002-08-265-2/+47
| | | | | * utils/nfsd/nfsd.man: Fix typo. * debian/changelog: Version 1.0.1-1.
* 2002-01-02 Chip Salzenberg <chip@pobox.com>chip2002-01-031-0/+6
| | | | | | | | * 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/+8
| | | | | | | | * 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
|
* (forgot to finalize entry)chip2001-12-271-1/+1
|
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-271-0/+14
| | | | | | | | | * 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.
* 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-148-10/+31
| | | | | | | * 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 Chip Salzenberg <chip@pobox.com>chip2001-11-262-0/+18
| | | | * debian/changelog: Version 0.3.3-4.
* (minor cleanup covered by previous log entry)chip2001-11-222-2/+2
|