summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 293305jpaetzel2016-01-161-1/+70
* MFC: r283008rmacklem2015-05-301-0/+3
* No need to delete export from filesystems which are not exported.sjg2015-05-141-0/+6
* MFC r278523:kib2015-02-241-1/+5
* MFC r277352:rstone2015-01-281-1/+2
* MFC r270183:bdrewery2014-10-021-0/+2
* Check if the -sec option is given without an argument.pluknet2013-02-201-1/+1
* Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
* Add a new '-S' option to mountd, which tells it to suspendrmacklem2012-10-151-2/+11
* Attila Bogar reported a bug in mountd when multiple exportrmacklem2012-09-241-14/+57
* Show error messages if nmount() failed.delphij2012-08-271-4/+4
* Fix warning when compiling with gcc46:eadler2012-01-201-4/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Use calloc() instead of an explicit memset.delphij2011-07-141-4/+2
* Fix the nfs related daemons so that they don't intermittentlyrmacklem2011-06-021-30/+213
* This patch changes the default NFS server to the new one, which wasrmacklem2011-04-241-8/+8
* Fixed conversion of prefix length to a netmask.ru2011-03-011-1/+1
* Add __unused. Ansi prototypes.charnier2010-12-201-111/+48
* If the "-alldirs" export option was used for the V4: line, mountdrmacklem2010-05-061-4/+4
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-36/+35
* When mountd.c parses the nfsv4 root line(s) in /etc/exports, itrmacklem2009-06-231-1/+13
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-4/+4
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-181-7/+0
* The change r192913 has added dependency on IP_RECVDSTADDR beingkan2009-06-081-0/+7
* Change the "-4" argument for nfsd and mountd to "-e" to avoidrmacklem2009-05-281-4/+4
* Modify mountd to handle the experimental nfs server as well as thermacklem2009-05-271-131/+302
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-6/+86
* Remove hacks which filter out MNT_ROOTFS.rodrigc2008-03-051-15/+1
* Use the correct variable to check for a malloc failing. This fixes asimon2007-10-271-1/+1
* Add the -h <bindip> option to mountd, similar to the one in nfsd(8)matteo2007-10-201-159/+321
* Fatal error is only when cannot open any of the given exports files.pjd2007-04-131-2/+9
* Add support for multiple exports files. This will be useful for example forpjd2007-02-031-123/+142
* If nmount() fails to export a directory, in the syslog() error message,rodrigc2007-01-261-2/+4
* Ignore SIGPIPE, instead of terminating process.rodrigc2006-11-181-0/+1
* My previous commit made it impossible to export / over NFS; this smallrink2006-10-191-1/+6
* Prevent mountd(8) from resetting mount options when exporting a filesystem.rink2006-10-091-1/+1
* In get_exportlist(), properly loop over mounted filesystems.rodrigc2006-07-081-5/+4
* For network filesystems (NFS, samba, etc.), do not pass "export" nmount()rodrigc2006-06-061-0/+15
* Do not log "can't delete export" messages if nmount() returns ENOTSUP.rodrigc2006-05-281-1/+1
* Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs,rodrigc2006-05-241-25/+19
* Convert mountd to nmount(). Remove some hardcoded dependenciesrodrigc2006-05-231-68/+136
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockpjd2005-08-241-17/+13
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-7/+2
* Remove unused variables.stefanf2005-04-091-2/+0
* Also do not send junk mount arguments when removing exports.phk2004-12-111-0/+1
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-021-2/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Add a new option to mountd(8), -p <port>. This allows the user to specifybms2004-03-041-7/+60
OpenPOWER on IntegriCloud