summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd/mountd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the 'log' variable rather than -fno-builtin-logpeter2003-10-301-7/+7
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.peter2003-10-261-12/+15
* When reporting errors binding IPv6 TCP sockets, don't call them UDPrwatson2003-07-171-3/+3
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-2/+7
* s/rpc.mountd/mountd/charnier2002-10-161-5/+6
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-2/+3
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-2/+2
* Try to give a more descriptive error message for the pilot error ofjoerg2002-07-181-3/+15
* If an RPC fails, try a shorter reply in case the fault lies with thealfred2002-07-151-10/+39
* Remove old pre-TIRPC code for getting transport handles. The code thatalfred2002-06-251-5/+0
* more file system > filesystemtrhodes2002-05-161-3/+3
* Use fgetln to remove the static limit on the length of lines iniedowse2002-05-141-14/+15
* o __P removedimp2002-03-211-41/+41
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+2
* Deal with module name changes and autoloading.peter2001-09-201-15/+8
* Userland part of nfs client/server split and cleanup.peter2001-09-181-22/+5
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* Correct handling of continuation lines. Instead of treating thedd2001-07-021-0/+4
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
* Remove MFSphk2001-05-291-4/+1
* Since the netexport struct was centralised to 'struct mount',iedowse2001-05-291-3/+4
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
* Reinstate one more old bugfix that got lost in the tirpc commit:iedowse2001-04-231-15/+20
* When exporting a directory that is not a mountpoint, mountd repeatedlyiedowse2001-04-221-0/+8
OpenPOWER on IntegriCloud