| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize some stuff in mountd(8); no functional changes. | trasz | 2015-07-04 | 1 | -129/+131 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+22 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 3 | -38/+28 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 2 | -5/+8 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | sync from head | sjg | 2013-04-12 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | Sync with HEAD. | obrien | 2013-02-08 | 2 | -3/+6 |
| |\ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Sync from head | sjg | 2012-11-04 | 3 | -23/+88 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+23 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Add a warning message to mountd for exported file | rmacklem | 2015-05-16 | 1 | -0/+3 |
* | | | | | | Remove oldnfs leftovers from mountd(8). | trasz | 2015-04-29 | 2 | -34/+11 |
* | | | | | | No need to delete export from filesystems which are not exported. | sjg | 2015-04-18 | 1 | -0/+6 |
* | | | | | | Mountd iterating over the mount points may race with the parallel | kib | 2015-02-10 | 1 | -1/+5 |
* | | | | | | When mountd is creating sockets, it iterates over all addresses specified | rstone | 2015-01-19 | 1 | -1/+2 |
* | | | | | | 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 |