aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce number of DNS queries in mountd.Sean Eric Fagan2018-12-061-2/+7
* mountd has no way to configure the listen queue depth; rather than add a newSean Eric Fagan2018-11-141-1/+5
* mountd: fix a crash when getgrouplist reports too many groupsAndriy Gapon2018-04-161-1/+4
* mountd: Return proper errno values in a few error pathsRavi Pokala2018-02-211-4/+16
* mountd(8): Produce vaguely meaningful error messagesConrad Meyer2018-02-081-24/+28
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-2/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* mountd: Convert mountlist to SLISTEmmanuel Vadot2017-10-041-33/+16
* mountd: Convert exportlist to SLISTEmmanuel Vadot2017-10-041-29/+13
* mountd: Avoid memory leak by freeing dp_dirpEmmanuel Vadot2017-09-261-1/+2
* mountd: Remove unneeded castEmmanuel Vadot2017-09-261-1/+1
* mountd: Replace malloc+strcpy to strdupEmmanuel Vadot2017-09-261-9/+7
* Update the exports.5 man page to reflect the change in default uid/gidRick Macklem2017-05-201-3/+3
* Change the default uid/gid values for nobody/nogroup to 65534/65533.Rick Macklem2017-05-141-4/+4
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Renumber copyright clause 4Warner Losh2017-02-285-5/+5
* Fix the man page to reflect the change done by r307890 to mountd.cRick Macklem2016-10-251-2/+2
* mountd(8) was erroneously setting the sysctl for the old NFS serverRick Macklem2016-10-251-1/+1
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-3/+3
* 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