summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Work around RLIMIT_NOFILE-to-big problemneilbrown2003-09-122-11/+31
|
* * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.chip2003-09-091-1/+1
| | | | | * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars. * tools/rpcgen/rpc_parse.c (def_union): Likewise.
* Rename statd log() to note() to avoid conflict with ISO C.chip2003-08-2213-91/+91
|
* close a filehandle before opening.neilbrown2003-08-111-1/+4
|
* Change CROSSMNT to CROSSMOUNTneilbrown2003-08-062-2/+2
|
* /proc/fs/nfsd as an alternate to /proc/fs/nfsdneilbrown2003-08-044-4/+11
|
* Open channel files O_WRONLY, and improve mountlist support.neilbrown2003-08-044-12/+26
|
* Release 1.0.5neilbrown2003-07-174-19/+56
|
* *** empty log message ***neilbrown2003-07-141-2/+2
|
* Assorted fixesneilbrown2003-07-143-7/+9
|
* statd cleanupneilbrown2003-07-042-11/+102
|
* new man page - nfsd.7neilbrown2003-07-033-1/+205
|
* Fixes to make unexporting and exporting with wildcardsneilbrown2003-07-031-4/+8
| | | | work more sensibly.
* See Changelogneilbrown2003-07-023-6/+25
|
* segfault fixneilbrown2003-06-161-1/+2
|
* Avoid overflow in nfsstats printingneilbrown2003-05-301-4/+6
|
* new "mountpoint" export option.neilbrown2003-05-305-2/+68
|
* Stuffneilbrown2003-05-232-5/+15
|
* bug fixneilbrown2003-05-221-5/+4
|
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-211-6/+21
|
* Support new kernel upcalls for export cache management.neilbrown2003-05-215-17/+530
|
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-211-1/+3
|
* Define and use get_reliable_hostbynameneilbrown2003-05-211-66/+13
|
* typoneilbrown2003-03-261-1/+1
|
* See Changelogneilbrown2003-02-191-1/+1
|
* 2002-11-27 Chip Salzenberg <chip@pobox.com>chip2002-11-281-23/+14
| | | | | * utils/mountd/rmtab.c (slink_safe_rename): Fix off-by-one buffer overflow bug. Reformat per rest of source file.
* xneilbrown2002-11-191-3/+4
|
* 2002-10-15 Juan Gomez <juang@us.ibm.com>hjl2002-10-151-2/+38
| | | | | | * 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-1/+3
| | | | | | | | | | | | | * 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-2/+11
|
* Haircut.juphoff2002-09-161-42/+1
|
* Back at NRAO, updated contact info.juphoff2002-09-162-9/+9
|
* 2002-09-16 Chip Salzenberg <chip@pobox.com>chip2002-09-161-1/+1
| | | | * utils/rquotad/rquota_svc.c (main): Use int for value of getopt.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-122-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-023-8/+20
|
* Support "-P path" in statd as alternate to /var/lib/nfsneilbrown2002-09-025-8/+67
|
* 2002-08-26 Chip Salzenberg <chip@pobox.com>chip2002-08-261-1/+1
| | | | | * utils/nfsd/nfsd.man: Fix typo. * debian/changelog: Version 1.0.1-1.
* Fix nfsstat ordering issueneilbrown2002-05-051-3/+9
|
* nfsstat fixes, see ChangeLogneilbrown2002-05-051-17/+53
|
* 2002-04-08 H.J. Lu <hjl@lucon.org>hjl2002-04-082-3/+3
| | | | | | | | | | | | | * 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.
* *** empty log message ***neilbrown2002-02-281-0/+2
|
* fix exportfs.man to say what the (new) defaults areneilbrown2002-01-171-1/+1
|
* See Changelogneilbrown2002-01-171-9/+23
|
* * utils/exportfs/exports.man: Comment out a leftover TP thatchip2001-12-271-1/+1
| | | | was TPing our indentation.
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-274-16/+17
| | | | | | | | | * 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.
* 2001-11-26 Chip Salzenberg <chip@pobox.com>chip2001-11-265-14/+29
| | | | | | | | | | * 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.
* 2001-10-11 Chip Salzenberg <chip@pobox.com>chip2001-10-111-8/+9
| | | | | * 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-081-2/+8
| | | | * utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
* 2001-10-08 Chip Salzenberg <chip@pobox.com>chip2001-10-081-0/+3
| | | | | | * 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.
* Fix obsolete pathnames (/var/state -> /var/lib)chip2001-10-081-2/+2
|