Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use cast as lvalue | chip | 2005-04-06 | 1 | -1/+1 |
| | |||||
* | Support "acl" and "no_acl" export options. | chip | 2005-04-06 | 1 | -0/+6 |
| | |||||
* | Sanitise stderr logging. | neilbrown | 2005-03-14 | 2 | -45/+50 |
| | |||||
* | treat N.N.N.N as a special case of MCL_SUBNETWORK instead of | neilbrown | 2005-03-14 | 1 | -1/+10 |
| | | | | MCL_FQDN | ||||
* | Fix bug [ 1157791 ] Segfault in mountd. | gmorris | 2005-03-06 | 1 | -5/+6 |
| | |||||
* | release 1.0.7-pre2 | neilbrown | 2004-12-10 | 1 | -1/+1 |
| | |||||
* | ha-callout ands sigchld | neilbrown | 2004-12-10 | 1 | -1/+12 |
| | |||||
* | HA statd updates | neilbrown | 2004-12-06 | 1 | -1/+1 |
| | |||||
* | Add gss support from citi @ umich | neilbrown | 2004-10-19 | 72 | -2/+13257 |
| | |||||
* | Prepare to support gss authentication and idmap looks for nfsv4 | neilbrown | 2004-09-15 | 4 | -1/+9 |
| | |||||
* | Support --ha-callout for high-availability callouts | neilbrown | 2004-09-06 | 1 | -0/+52 |
| | |||||
* | Fix cache flushing problem. | neilbrown | 2004-06-08 | 1 | -1/+7 |
| | |||||
* | Makefile changes. | neilbrown | 2003-09-14 | 1 | -0/+3 |
| | |||||
* | * support/export/hostname.c (get_reliable_hostbyaddr): Fix crash | chip | 2003-09-09 | 1 | -23/+22 |
| | | | | on invalid reverse DNS. | ||||
* | Change CROSSMNT to CROSSMOUNT | neilbrown | 2003-08-06 | 2 | -7/+5 |
| | |||||
* | /proc/fs/nfsd as an alternate to /proc/fs/nfsd | neilbrown | 2003-08-04 | 4 | -2/+9 |
| | |||||
* | Open channel files O_WRONLY, and improve mountlist support. | neilbrown | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | * support/nfs/xlog.c (xlog): Revise buffer-overflow fix to | chip | 2003-07-25 | 1 | -6/+4 |
| | | | | use Debian security team's cleaner approach. | ||||
* | Release 1.0.5 | neilbrown | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | Assorted fixes | neilbrown | 2003-07-14 | 1 | -1/+2 |
| | |||||
* | allow compilation against 2.5 headers | neilbrown | 2003-07-03 | 1 | -2/+13 |
| | |||||
* | rpc.nfsd to write to /proc/fs/nfs/threads if available | neilbrown | 2003-07-03 | 1 | -0/+21 |
| | |||||
* | Fixes to make unexporting and exporting with wildcards | neilbrown | 2003-07-03 | 3 | -19/+16 |
| | | | | work more sensibly. | ||||
* | fix unexpiring | neilbrown | 2003-06-24 | 1 | -6/+13 |
| | |||||
* | 2003-06-10 Chip Salzenberg <chip@pobox.com> | chip | 2003-06-10 | 1 | -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. | neilbrown | 2003-05-30 | 6 | -1/+57 |
| | |||||
* | enhance exportfs to use new cache/upcall stuff | neilbrown | 2003-05-21 | 3 | -1/+83 |
| | |||||
* | Support new kernel upcalls for export cache management. | neilbrown | 2003-05-21 | 4 | -0/+120 |
| | |||||
* | Make CROSSMNT distinct from NOHIDE | neilbrown | 2003-05-21 | 2 | -7/+10 |
| | |||||
* | Define and use get_reliable_hostbyname | neilbrown | 2003-05-21 | 2 | -0/+53 |
| | |||||
* | See Changelog | neilbrown | 2003-03-26 | 4 | -2/+303 |
| | |||||
* | See Changelog | neilbrown | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | 2002-10-11 H.J. Lu <hjl@lucon.org> | hjl | 2002-10-11 | 2 | -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> | chip | 2002-09-16 | 1 | -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> | hjl | 2002-09-13 | 1 | -7/+0 |
| | | | | | * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and HAVE_SVCUDP_SOCKET. | ||||
* | 2002-09-12 H.J. Lu <hjl@lucon.org> | hjl | 2002-09-13 | 2 | -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> | hjl | 2002-09-12 | 1 | -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. | hjl | 2002-09-12 | 1 | -0/+187 |
| | |||||
* | 2002-09-12 H.J. Lu <hjl@lucon.org> | hjl | 2002-09-12 | 4 | -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 Changelog | neilbrown | 2002-05-29 | 4 | -10/+10 |
| | |||||
* | See Change Log | neilbrown | 2002-04-08 | 1 | -1/+7 |
| | |||||
* | *** empty log message *** | neilbrown | 2002-02-28 | 4 | -15/+46 |
| | |||||
* | See Changelog | neilbrown | 2002-01-17 | 1 | -9/+24 |
| | |||||
* | (more of the previous change) | chip | 2002-01-03 | 1 | -0/+2 |
| | |||||
* | 2002-01-02 Chip Salzenberg <chip@pobox.com> | chip | 2002-01-03 | 1 | -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 changelog | neilbrown | 2001-12-20 | 1 | -1/+10 |
| | |||||
* | See Changelog | neilbrown | 2001-12-20 | 5 | -5/+14 |
| | |||||
* | 2001-11-26 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp> | hjl | 2001-11-29 | 1 | -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> | chip | 2001-11-26 | 1 | -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> | chip | 2001-11-22 | 1 | -0/+4 |
| | | | | | * support/nfs/exports.c (parseopts): Accept old-style "crossmnt" option, for old xtabs. |