summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow compilation against 2.5 headersneilbrown2003-07-032-2/+20
|
* rpc.nfsd to write to /proc/fs/nfs/threads if availableneilbrown2003-07-032-0/+27
|
* Fixes to make unexporting and exporting with wildcardsneilbrown2003-07-035-23/+37
| | | | work more sensibly.
* See Changelogneilbrown2003-07-024-6/+34
|
* fix unexpiringneilbrown2003-06-242-6/+20
|
* segfault fixneilbrown2003-06-162-1/+7
|
* enable 127.0.0.1 before checking for V3 supportneilbrown2003-06-164-0/+47
|
* 2003-06-10 Chip Salzenberg <chip@pobox.com>chip2003-06-103-2/+14
| | | | | * support/nfs/xlog.c (xlog): Fix off-by-one buffer overflow bug. * debian/changelog: Version 1.0.3-2.
* Add missing newlinechip2003-06-091-0/+1
|
* Avoid overflow in nfsstats printingneilbrown2003-05-302-4/+12
|
* new "mountpoint" export option.neilbrown2003-05-3012-3/+137
|
* Stuffneilbrown2003-05-233-5/+26
|
* bug fixneilbrown2003-05-222-5/+9
|
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-215-7/+118
|
* Support new kernel upcalls for export cache management.neilbrown2003-05-2110-17/+666
|
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-214-8/+19
|
* Define and use get_reliable_hostbynameneilbrown2003-05-214-66/+77
|
* fix typochip2003-04-241-1/+1
|
* use execvp for finding cpp in rpcgenneilbrown2003-03-302-24/+17
|
* 2003-03-26 Chip Salzenberg <chip@pobox.com>chip2003-03-262-0/+12
| | | | * debian/changelog: Version 1.0.3-1.
* Fix a few typos in latest changelog entry.chip2003-03-261-3/+4
|
* typoneilbrown2003-03-262-1/+5
|
* See Changelogneilbrown2003-03-264-3/+9
|
* See Changelogneilbrown2003-03-265-2/+313
|
* See Changelogneilbrown2003-02-193-3/+16
|
* 2003-02-12 Chip Salzenberg <chip@pobox.com>chip2003-02-133-13/+29
| | | | * debian/changelog: Version 1.0.2-2.
* 2002-11-27 Chip Salzenberg <chip@pobox.com>chip2002-11-282-23/+19
| | | | | * utils/mountd/rmtab.c (slink_safe_rename): Fix off-by-one buffer overflow bug. Reformat per rest of source file.
* xneilbrown2002-11-192-3/+9
|
* 2002-10-15 Juan Gomez <juang@us.ibm.com>hjl2002-10-152-2/+44
| | | | | | * 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-114-12/+35
| | | | | | | | | | | | | * 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-112-2/+17
|
* 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-162-1/+5
| | | | * utils/rquotad/rquota_svc.c (main): Use int for value of getopt.
* 2002-09-15 Chip Salzenberg <chip@pobox.com>chip2002-09-163-7/+13
| | | | | | * 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-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-132-7/+5
| | | | | * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and HAVE_SVCUDP_SOCKET.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-135-126/+12
| | | | | | | | | | * configure.in: Remove checking svctcp_socket and svcudp_socket. * configure: Regenerated. * support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed. (HAVE_SVCUDP_SOCKET): Removed. * support/include/nfslib.h: Undo the last change.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-122-0/+10
| | | | | | * support/include/nfslib.h (svctcp_socket): Protect it with HAVE_SVCTCP_SOCKET. (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-124-3/+9
| | | | | | * configure.in (VERSION): Set to "1.0.2". * configure: Regenerated. * nfs-utils.spec: Likewise.
* support/nfs/svc_socket.c: New.hjl2002-09-121-0/+187
|
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-129-8/+187
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-024-8/+30
|
* Support "-P path" in statd as alternate to /var/lib/nfsneilbrown2002-09-026-8/+81
|
* 2002-08-26 Chip Salzenberg <chip@pobox.com>chip2002-08-267-3/+53
| | | | | * utils/nfsd/nfsd.man: Fix typo. * debian/changelog: Version 1.0.1-1.
* See Changelogneilbrown2002-05-295-10/+15
|