aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
Commit message (Expand)AuthorAgeFilesLines
* Allow /etc/exports to contain usernames/groups with spaces in them.Josh Paetzel2016-01-072-1/+72
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* Staticize some stuff in mountd(8); no functional changes.Edward Tomasz Napierala2015-07-041-129/+131
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-38/+28
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-5/+8
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-082-3/+6
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-043-23/+88
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | | Add a warning message to mountd for exported fileRick Macklem2015-05-161-0/+3
* | | | | | Remove oldnfs leftovers from mountd(8).Edward Tomasz Napierala2015-04-292-34/+11
* | | | | | No need to delete export from filesystems which are not exported.Simon J. Gerraty2015-04-181-0/+6
* | | | | | Mountd iterating over the mount points may race with the parallelKonstantin Belousov2015-02-101-1/+5
* | | | | | When mountd is creating sockets, it iterates over all addresses specifiedRyan Stone2015-01-191-1/+2
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Avoid showing stale errors when nmount(2) fails.Bryan Drewery2014-08-191-0/+2
* | | | | Try to clarify how file systems are exported for NFSv4.Rick Macklem2014-08-141-5/+6
| |_|_|/ |/| | |
* | | | Check if the -sec option is given without an argument.Sergey Kandaurov2013-02-201-1/+1
| |_|/ |/| |
* | | Attempt to clarify that for ZFS, all file systems underRick Macklem2012-12-251-2/+5
* | | Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
| |/ |/|
* | Add a description for the '-S' option to the mountd man page.Rick Macklem2012-10-151-2/+15
* | Add a new '-S' option to mountd, which tells it to suspendRick Macklem2012-10-151-2/+11
* | Minor mdoc fixes.Joel Dahl2012-10-071-1/+1
* | Attila Bogar reported a bug in mountd when multiple exportRick Macklem2012-09-241-14/+57
* | Show error messages if nmount() failed.Xin LI2012-08-271-4/+4
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Use calloc() instead of an explicit memset.Xin LI2011-07-141-4/+2
* Try and fix the exports.5 man page so that it clarifies howRick Macklem2011-07-121-1/+21
* Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-30/+213
* Patch the mountd and nfsd man pages to reflect the recent changesRick Macklem2011-04-241-13/+7
* This patch changes the default NFS server to the new one, which wasRick Macklem2011-04-241-8/+8
* Fixed conversion of prefix length to a netmask.Ruslan Ermilov2011-03-011-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-111/+48
* o Fix typo: sepcify -> specify.Maxim Konovalov2010-07-121-1/+1
* If the "-alldirs" export option was used for the V4: line, mountdRick Macklem2010-05-061-4/+4
* Description of steps required to setup NFSv4 server is in nfsv4(4);Edward Tomasz Napierala2009-12-031-1/+2
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-36/+35
* When mountd.c parses the nfsv4 root line(s) in /etc/exports, itRick Macklem2009-06-231-1/+13
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-4/+4
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-181-7/+0
* The change r192913 has added dependency on IP_RECVDSTADDR beingAlexander Kabaev2009-06-081-0/+7
* Change the "-4" argument for nfsd and mountd to "-e" to avoidRick Macklem2009-05-282-11/+11