summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* svcgssd updatesneilbrown2004-11-221-13/+8
|
* man page typoneilbrown2004-11-221-1/+1
|
* Add gss support from citi @ umichneilbrown2004-10-1931-1/+4606
|
* Add the idmapd files...neilbrown2004-09-1513-0/+2808
|
* Fix spurious error message: erroneous SM_UNMON if RESTRICTED_STATDneilbrown2004-09-151-5/+41
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-153-29/+44
|
* fix uninitialise variableneilbrown2004-09-061-0/+1
|
* Support --ha-callout for high-availability calloutsneilbrown2004-09-069-7/+113
|
* fix fd bugneilbrown2004-08-311-0/+1
|
* fix careless editting in mountd.manneilbrown2004-06-081-1/+0
|
* Fix cache flushing problem.neilbrown2004-06-081-1/+2
|
* auth_reload calls in cache.neilbrown2004-02-241-0/+6
|
* Document fsid=neilbrown2004-02-241-0/+22
|
* Makefile changes.neilbrown2003-09-141-0/+2
|
* 1.0.6neilbrown2003-09-121-2/+2
|
* 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
|