summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chkconfig line changed from 2345 99 01 to 2345 60 20lon2001-02-202-3/+4
|
* Statd.man cleanups.lon2001-02-191-0/+5
|
* 2001-02-17 Patrick J. LoPresti <patl@curl.com>hjl2001-02-172-1/+6
| | | | | * utils/statd/log.c (log_init): Use LOG_DAEMON instead of LOG_LOCAL5.
* Minor fix - put nfsd before mountd rpcinfo query.lon2001-02-171-5/+5
|
* Misc. updates per bug #127435lon2001-02-161-2/+2
| | | | /usr/sbin/rpc.statd -> /sbin/rpc.statd
* 2001-02-14 H.J. Lu <hjl@lucon.org>hjl2001-02-153-0/+7
| | | | | * utils/statd/rmtcall.c: Include <time.h>. * utils/statd/svc_run.c: Likewise.
* 2001-02-14 H.J. Lu <hjl@lucon.org>hjl2001-02-155-6/+14
| | | | | | | | * configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.1.
* 2001-02-14 H.J. Lu <hjl@lucon.org>hjl2001-02-152-0/+5
| | | | * support/nfs/rpcmisc.c: Include <time.h>.
* 2001-02-14 Chip Salzenberg <chip@valinux.com>chip2001-02-142-0/+5
| | | | * debian/control: Change priority of nhfsstone package to 'extra'.
* Fix typo.chip2001-02-131-1/+1
|
* 2001-02-12 Chip Salzenberg <chip@valinux.com>chip2001-02-132-0/+11
| | | | * debian/changelog: Version 0.3-2.
* 2001-02-02 H.J. Lu <hjl@lucon.org>hjl2001-02-114-11/+25
| | | | | | | | | | | | * support/include/rpcmisc.h (rpc_init): Remove bufsize. * support/nfs/rpcmisc.c (makesock): Remove socksz and comment out SO_SNDBUF/SO_RCVBUF. (rpc_init): Remove bufsize and remove socksz in calls to makesock (). * utils/mountd/mountd.c (main): Remove bufsize in calls to rpc_init ().
* Removed lockd_not_needed function; rpc.lockd now ignores EINVAL.lon2001-02-091-48/+6
|
* Initial distribution dependent daemon management functions for nfs initlon2001-02-091-0/+104
| | | | scripts.
* Initial script for distribution-independent SysV init script to startlon2001-02-091-0/+114
| | | | nfs server services (nfsd, mountd, rquotad).
* Initial script for nfs client (lockd/statd)lon2001-02-091-0/+115
|
* 2001-01-28 Chip Salzenberg <chip@valinux.com>chip2001-01-292-0/+10
| | | | * debian/changelog: Version 0.3-1.
* 2001-01-25 H.J. Lu <hjl@lucon.org>hjl2001-01-255-76/+73
| | | | | | | | * configure.in (VERSION): Set to "0.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.
* 2001-01-25 H.J. Lu <hjl@lucon.org>hjl2001-01-252-2/+13
| | | | * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
* 2001-01-20 Chip Salzenberg <chip@valinux.com>chip2001-01-215-7/+26
| | | | | | | | * support/include/xio.h (xgetc): Declare to return int. * support/nfs/xio.c (xgetc): Return int. (xgettok, xskip, xskipcomment): Use int for value of xgetc. * utils/statd/statd.c (main): Use int for value of getopt. * debian/changelog: Version 0.2.1-5.
* 2000-12-10 Chip Salzenberg <chip@valinux.com>chip2000-12-112-4/+13
| | | | | | * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for program and procedure numbers of kernel lockd's callback. Also, besides the old (and broken) procedure #24, allow #16 per Trond.
* Fix up file handle stats for new processing.dhiggen2000-12-081-5/+5
|
* 2000-12-03 Chip Salzenberg <chip@valinux.com>chip2000-12-033-0/+11
| | | | | | * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero. * debian/control: Let nhfsstone replace files in nfs-kernel-server. * debian/changelog: Version 0.2.1-4.
* 2000-12-03 Chip Salzenberg <chip@valinux.com>chip2000-12-032-1/+5
| | | | * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
* Wrap Neil's recent changelog entry so lines don't exceed 80 columns.chip2000-12-031-2/+3
|
* 2000-11-27 Tobias Ringstrom <tori@tellus.mine.nu>hjl2000-11-272-1/+10
| | | | | * utils/mountd/auth.c (auth_authenticate): Log the bad path warning.
* added entryneilbrown2000-11-231-0/+5
|
* Print warning if export lines have host name without options, orneilbrown2000-11-231-0/+4
| | | | | | options without hostname, as this is probably a typo. NeilBrown
* * debian/control: Add dependency on portmap.chip2000-11-193-1/+14
| | | | * debian/changelog: Version 0.2.1-3.
* 2000-11-10 H.J. Lu <hjl@lucon.org>hjl2000-11-103-2/+14
| | | | | | * nfs-utils.spec.in: Don't use libtool. Add ChangeLog and COPYING to doc. * nfs-utils.spec: Rebuild.
* 2000-11-09 H.J. Lu <hjl@lucon.org>hjl2000-11-102-6/+4
| | | | * etc/redhat/nfs.init (start): Back out the last change.
* Fix a typo.hjl2000-11-091-1/+1
|
* 2000-11-09 H.J. Lu <hjl@lucon.org>hjl2000-11-095-2/+27
| | | | | | | | | | | | * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if TCP is not supported by kernel. * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0. * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp". (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp". * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
* 1:0.2.1-2chip2000-11-031-0/+13
|
* Fix Lon's address.chip2000-11-031-3/+3
|
* Document Lon Hohberger's changes through October.chip2000-11-031-0/+26
|
* Added some IP address paranoia when doing callbacks to local lockd.lon2000-10-241-1/+11
|
* Fixed bug preventing callbacks to local lockd.lon2000-10-241-3/+7
|
* 2000-10-18 Scott McDermott <mcdermot@questra.com>hjl2000-10-182-1/+9
| | | | * utils/exportfs/exports.man: Updated for CIDR netmask.
* 2000-10-17 Scott McDermott <mcdermot@questra.com>hjl2000-10-182-1/+19
| | | | | * support/export/client.c (client_init): Support CIDR netmask in /etc/exports.
* 2000-10-11 H.J. Lu <hjl@lucon.org>hjl2000-10-113-2/+7
| | | | | * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt.
* Changed /var/lib/nfs/sm/state -> /var/lib/nfs/statelon2000-10-061-1/+1
|
* Extremely minor updates... Edit date, etc.lon2000-10-061-1/+4
|
* Fixed a bug where we were ignoring the xid in the response from a client tolon2000-10-051-1/+6
| | | | a server's SM_NOTIFY.
* Partial rewrite of notify list handling functions. Eliminated bogus, run-offlon2000-10-051-24/+140
| | | | -end-of-list bug when calling nlist_insert_timer. Added lots of comments.
* Minor changes - removed param to log_init() since char *name_p is functionallylon2000-10-051-2/+3
| | | | equivalent. (See statd.c)
* Added logging-to-stderr support (for helping debug and such).lon2000-10-051-60/+42
|
* Added a bitflag-based global to keep track of how statd is being run.lon2000-10-051-0/+19
|
* Added some misc. command line options (-V -h -? -d).lon2000-10-051-75/+179
|
* Updated to reflect new changes to statd.c.lon2000-10-051-1/+27
|