summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Don't use cast as lvaluechip2005-04-061-1/+1
|
* Support "acl" and "no_acl" export options.chip2005-04-061-0/+6
|
* Sanitise stderr logging.neilbrown2005-03-142-45/+50
|
* treat N.N.N.N as a special case of MCL_SUBNETWORK instead ofneilbrown2005-03-141-1/+10
| | | | MCL_FQDN
* Fix bug [ 1157791 ] Segfault in mountd.gmorris2005-03-061-5/+6
|
* release 1.0.7-pre2neilbrown2004-12-101-1/+1
|
* ha-callout ands sigchldneilbrown2004-12-101-1/+12
|
* HA statd updatesneilbrown2004-12-061-1/+1
|
* Add gss support from citi @ umichneilbrown2004-10-1972-2/+13257
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-154-1/+9
|
* Support --ha-callout for high-availability calloutsneilbrown2004-09-061-0/+52
|
* Fix cache flushing problem.neilbrown2004-06-081-1/+7
|
* Makefile changes.neilbrown2003-09-141-0/+3
|
* * support/export/hostname.c (get_reliable_hostbyaddr): Fix crashchip2003-09-091-23/+22
| | | | on invalid reverse DNS.
* Change CROSSMNT to CROSSMOUNTneilbrown2003-08-062-7/+5
|
* /proc/fs/nfsd as an alternate to /proc/fs/nfsdneilbrown2003-08-044-2/+9
|
* Open channel files O_WRONLY, and improve mountlist support.neilbrown2003-08-041-2/+2
|
* * support/nfs/xlog.c (xlog): Revise buffer-overflow fix tochip2003-07-251-6/+4
| | | | use Debian security team's cleaner approach.
* Release 1.0.5neilbrown2003-07-171-1/+1
|
* Assorted fixesneilbrown2003-07-141-1/+2
|
* allow compilation against 2.5 headersneilbrown2003-07-031-2/+13
|
* rpc.nfsd to write to /proc/fs/nfs/threads if availableneilbrown2003-07-031-0/+21
|
* Fixes to make unexporting and exporting with wildcardsneilbrown2003-07-033-19/+16
| | | | work more sensibly.
* fix unexpiringneilbrown2003-06-241-6/+13
|
* 2003-06-10 Chip Salzenberg <chip@pobox.com>chip2003-06-101-2/+2
| | | | | * support/nfs/xlog.c (xlog): Fix off-by-one buffer overflow bug. * debian/changelog: Version 1.0.3-2.
* new "mountpoint" export option.neilbrown2003-05-306-1/+57
|
* enhance exportfs to use new cache/upcall stuffneilbrown2003-05-213-1/+83
|
* Support new kernel upcalls for export cache management.neilbrown2003-05-214-0/+120
|
* Make CROSSMNT distinct from NOHIDEneilbrown2003-05-212-7/+10
|
* Define and use get_reliable_hostbynameneilbrown2003-05-212-0/+53
|
* See Changelogneilbrown2003-03-264-2/+303
|
* See Changelogneilbrown2003-02-191-2/+2
|
* 2002-10-11 H.J. Lu <hjl@lucon.org>hjl2002-10-112-11/+19
| | | | | | | | | | | | | * 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.
* 2002-09-15 Chip Salzenberg <chip@pobox.com>chip2002-09-161-3/+2
| | | | | | * 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.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-131-7/+0
| | | | | * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and HAVE_SVCUDP_SOCKET.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-132-14/+2
| | | | | | | | | | * 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-121-0/+4
| | | | | | * support/include/nfslib.h (svctcp_socket): Protect it with HAVE_SVCTCP_SOCKET. (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
* support/nfs/svc_socket.c: New.hjl2002-09-121-0/+187
|
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-124-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* See Changelogneilbrown2002-05-294-10/+10
|
* See Change Logneilbrown2002-04-081-1/+7
|
* *** empty log message ***neilbrown2002-02-284-15/+46
|
* See Changelogneilbrown2002-01-171-9/+24
|
* (more of the previous change)chip2002-01-031-0/+2
|
* 2002-01-02 Chip Salzenberg <chip@pobox.com>chip2002-01-031-0/+5
| | | | | | | | * 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.
* see changelogneilbrown2001-12-201-1/+10
|
* See Changelogneilbrown2001-12-205-5/+14
|
* 2001-11-26 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>hjl2001-11-291-1/+1
| | | | | * support/nfs/xio.c (xskip): Call `xungetc' instead of `ungetc' to keep x_line more properly.
* 2001-11-26 Chip Salzenberg <chip@pobox.com>chip2001-11-261-3/+1
| | | | | | | | | | * 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-11-21 Chip Salzenberg <chip@pobox.com>chip2001-11-221-0/+4
| | | | | * support/nfs/exports.c (parseopts): Accept old-style "crossmnt" option, for old xtabs.