| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | Avoid showing stale errors when nmount(2) fails. | bdrewery | 2014-08-19 | 1 | -0/+2 |
* | Try to clarify how file systems are exported for NFSv4. | rmacklem | 2014-08-14 | 1 | -5/+6 |
* | Check if the -sec option is given without an argument. | pluknet | 2013-02-20 | 1 | -1/+1 |
* | Attempt to clarify that for ZFS, all file systems under | rmacklem | 2012-12-25 | 1 | -2/+5 |
* | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 1 | -1/+1 |
* | Add a description for the '-S' option to the mountd man page. | rmacklem | 2012-10-15 | 1 | -2/+15 |
* | Add a new '-S' option to mountd, which tells it to suspend | rmacklem | 2012-10-15 | 1 | -2/+11 |
* | Minor mdoc fixes. | joel | 2012-10-07 | 1 | -1/+1 |
* | Attila Bogar reported a bug in mountd when multiple export | rmacklem | 2012-09-24 | 1 | -14/+57 |
* | Show error messages if nmount() failed. | delphij | 2012-08-27 | 1 | -4/+4 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -2/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-20 | 1 | -4/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Use calloc() instead of an explicit memset. | delphij | 2011-07-14 | 1 | -4/+2 |
* | Try and fix the exports.5 man page so that it clarifies how | rmacklem | 2011-07-12 | 1 | -1/+21 |
* | Fix the nfs related daemons so that they don't intermittently | rmacklem | 2011-06-02 | 1 | -30/+213 |
* | Patch the mountd and nfsd man pages to reflect the recent changes | rmacklem | 2011-04-24 | 1 | -13/+7 |
* | This patch changes the default NFS server to the new one, which was | rmacklem | 2011-04-24 | 1 | -8/+8 |
* | Fixed conversion of prefix length to a netmask. | ru | 2011-03-01 | 1 | -1/+1 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-20 | 1 | -111/+48 |
* | o Fix typo: sepcify -> specify. | maxim | 2010-07-12 | 1 | -1/+1 |
* | If the "-alldirs" export option was used for the V4: line, mountd | rmacklem | 2010-05-06 | 1 | -4/+4 |
* | Description of steps required to setup NFSv4 server is in nfsv4(4); | trasz | 2009-12-03 | 1 | -1/+2 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | dfr | 2009-06-24 | 1 | -36/+35 |
* | When mountd.c parses the nfsv4 root line(s) in /etc/exports, it | rmacklem | 2009-06-23 | 1 | -1/+13 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -4/+4 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 1 | -7/+0 |
* | The change r192913 has added dependency on IP_RECVDSTADDR being | kan | 2009-06-08 | 1 | -0/+7 |
* | Change the "-4" argument for nfsd and mountd to "-e" to avoid | rmacklem | 2009-05-28 | 2 | -11/+11 |
* | Modify mountd to handle the experimental nfs server as well as the | rmacklem | 2009-05-27 | 3 | -135/+358 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 2 | -6/+108 |
* | - more mark-up fixes | danger | 2008-07-01 | 1 | -8/+6 |
* | - add some missing words | danger | 2008-06-30 | 1 | -25/+44 |
* | - markup fixes | danger | 2008-06-27 | 1 | -15/+68 |
* | Remove hacks which filter out MNT_ROOTFS. | rodrigc | 2008-03-05 | 1 | -15/+1 |
* | Use the correct variable to check for a malloc failing. This fixes a | simon | 2007-10-27 | 1 | -1/+1 |
* | Add the -h <bindip> option to mountd, similar to the one in nfsd(8) | matteo | 2007-10-20 | 2 | -160/+340 |
* | Fatal error is only when cannot open any of the given exports files. | pjd | 2007-04-13 | 1 | -2/+9 |
* | Grr, committed manual page without the last change - make the comment a bit | pjd | 2007-02-03 | 1 | -1/+1 |
* | Add support for multiple exports files. This will be useful for example for | pjd | 2007-02-03 | 2 | -125/+145 |
* | If nmount() fails to export a directory, in the syslog() error message, | rodrigc | 2007-01-26 | 1 | -2/+4 |
* | Ignore SIGPIPE, instead of terminating process. | rodrigc | 2006-11-18 | 1 | -0/+1 |
* | My previous commit made it impossible to export / over NFS; this small | rink | 2006-10-19 | 1 | -1/+6 |
* | Prevent mountd(8) from resetting mount options when exporting a filesystem. | rink | 2006-10-09 | 1 | -1/+1 |
* | In get_exportlist(), properly loop over mounted filesystems. | rodrigc | 2006-07-08 | 1 | -5/+4 |
* | For network filesystems (NFS, samba, etc.), do not pass "export" nmount() | rodrigc | 2006-06-06 | 1 | -0/+15 |
* | Do not log "can't delete export" messages if nmount() returns ENOTSUP. | rodrigc | 2006-05-28 | 1 | -1/+1 |
* | Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs, | rodrigc | 2006-05-24 | 1 | -25/+19 |
* | Convert mountd to nmount(). Remove some hardcoded dependencies | rodrigc | 2006-05-23 | 2 | -69/+142 |