aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-30/+213
* 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
* If the "-alldirs" export option was used for the V4: line, mountdRick Macklem2010-05-061-4/+4
* 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-281-4/+4
* Modify mountd to handle the experimental nfs server as well as theRick Macklem2009-05-271-131/+302
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-6/+86
* Remove hacks which filter out MNT_ROOTFS.Craig Rodrigues2008-03-051-15/+1
* Use the correct variable to check for a malloc failing. This fixes aSimon L. B. Nielsen2007-10-271-1/+1
* Add the -h <bindip> option to mountd, similar to the one in nfsd(8)Matteo Riondato2007-10-201-159/+321
* Fatal error is only when cannot open any of the given exports files.Pawel Jakub Dawidek2007-04-131-2/+9
* Add support for multiple exports files. This will be useful for example forPawel Jakub Dawidek2007-02-031-123/+142
* If nmount() fails to export a directory, in the syslog() error message,Craig Rodrigues2007-01-261-2/+4