aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
Commit message (Expand)AuthorAgeFilesLines
* exports.5: Clarify that exported dirs should be local mount pointsMark Johnston2024-04-161-4/+24
* exports.5: Update an example to use service(8)Mark Johnston2024-04-161-1/+2
* mountd.8: Document the new -A mountd optionRick Macklem2024-04-091-2/+12
* exports.5: Add RFC number for NFS over TLSRick Macklem2024-04-071-3/+3
* mountd.c: Add warning messages for administrative controlsRick Macklem2024-03-311-5/+24
* mountd: Update exports.5 for commit 7c5146da1286Rick Macklem2023-12-221-1/+14
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-276-12/+0
* mountd: Add support for spaces in exported directoriesDan Mcgregor2023-11-041-9/+23
* mountd: do not warn about using class mask with -maskMike Karels2023-09-081-4/+8
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* mountd: Fix type of signal variableRick Macklem2023-08-101-1/+1
* mountd: Fix typosElyes Haouas2023-06-021-1/+1
* mountd: Improve error message for exports linesAlexander Motin2023-05-061-15/+72
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* mountd.8: Update for mountd running in jailsRick Macklem2023-03-201-2/+27
* mountd(8): Fix a typo in a source code commentGordon Bergling2023-01-191-1/+1
* exports.5: Clean up EXAMPLES and STANDARDSMateusz Piotrowski2022-08-161-19/+29
* mountd: Fix handling of usernames that start with a digitRick Macklem2021-11-181-11/+16
* mountd: deprecate exports to a network without maskMike Karels2021-11-092-4/+8
* mountd(8): generate a syslog message when the "V4:" line is missingRick Macklem2021-03-091-1/+17
* Update man page for new TLS export options.Rick Macklem2020-11-201-4/+58
* Update man page for -R option added by r376026.Rick Macklem2020-10-241-2/+13
* 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
* Fix a few mandoc issuesGordon Bergling2020-10-091-13/+17
* 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
* Add a reference to the NFSv3 RFC.Mark Johnston2019-08-081-2/+2
* 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-032-72/+501
* 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
* Bump .Dd for today's edit.Martin Cracauer2019-02-111-1/+1
* Clarify NFSv4 /etc/exports semantics, with working example.Martin Cracauer2019-02-111-0/+34