summaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
* Add "-R" option to tell mountd to not register with rpcbind.Rick Macklem2020-10-241-141/+184
* Modify mountd.c so that it does not always malloc 4K for the map credentials.Rick Macklem2020-10-101-16/+44
* Add support for the NFS over TLS exports to mountd.Rick Macklem2020-08-301-0/+7
* Correct a type-mismatch between xdr_long and the variable "bad".Brooks Davis2020-07-221-1/+2
* Avoid reading one byte before the path buffer.Brooks Davis2020-07-221-2/+2
* Make use of the UID_NOBODY and GID_NOGROUP definitions in sys/conf.h.Rick Macklem2020-06-161-4/+5
* Modify mountd to use the new struct export_args committed by r362158.Rick Macklem2020-06-141-60/+80
* Fix a bug where XU_NGROUPS + 1 groups might be copied.Rick Macklem2020-06-091-0/+2
* Fix mountd so that it will not lose SIGHUPs that indicate "reload exports".Rick Macklem2020-06-061-6/+46
* Fix mountd to handle getgrouplist() not returning groups[0] == groups[1].Rick Macklem2020-06-041-3/+9
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-10/+5
* Fix strsep_quote() on strings without quotes.Alexander Motin2019-06-251-1/+1
* r348590 had mention of "-I" in a comment that no longer applied to the patch.Rick Macklem2019-06-031-1/+1
* Modify mountd so that it incrementally updates the kernel exports upon a reload.Rick Macklem2019-06-031-72/+500
* Replace a single linked list with a hash table of lists.Rick Macklem2019-05-311-21/+49
* Complete LOCAL_PEERCRED support. Cache pid of the remote process in theDmitry Chagin2019-05-301-1/+1
* Replace global list for grouplist with list(s) for each exportlist element.Rick Macklem2019-05-141-13/+10
* Factor code into two new functions in preparation for a future commit.Rick Macklem2019-05-111-64/+84
* Factor out some exportlist list operations into separate functions.Rick Macklem2019-05-101-13/+38
* Respect quotes and escapes when splitting exports fields.Alexander Motin2019-04-301-11/+20
* 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-201-1/+3
* 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
* Change the default uid/gid values for nobody/nogroup to 65534/65533.Rick Macklem2017-05-141-4/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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-071-1/+70
* 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 a warning message to mountd for exported fileRick Macklem2015-05-161-0/+3
* Remove oldnfs leftovers from mountd(8).Edward Tomasz Napierala2015-04-291-28/+9
* 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
* Avoid showing stale errors when nmount(2) fails.Bryan Drewery2014-08-191-0/+2
* Check if the -sec option is given without an argument.Sergey Kandaurov2013-02-201-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* Add a new '-S' option to mountd, which tells it to suspendRick Macklem2012-10-151-2/+11
* 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