aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
Commit message (Expand)AuthorAgeFilesLines
* 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-282-11/+11
* Modify mountd to handle the experimental nfs server as well as theRick Macklem2009-05-273-135/+358
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-032-6/+108
* - more mark-up fixesDaniel Gerzo2008-07-011-8/+6
* - add some missing wordsDaniel Gerzo2008-06-301-25/+44
* - markup fixesDaniel Gerzo2008-06-271-15/+68
* 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-202-160/+340
* Fatal error is only when cannot open any of the given exports files.Pawel Jakub Dawidek2007-04-131-2/+9
* Grr, committed manual page without the last change - make the comment a bitPawel Jakub Dawidek2007-02-031-1/+1
* Add support for multiple exports files. This will be useful for example forPawel Jakub Dawidek2007-02-032-125/+145
* If nmount() fails to export a directory, in the syslog() error message,Craig Rodrigues2007-01-261-2/+4
* Ignore SIGPIPE, instead of terminating process.Craig Rodrigues2006-11-181-0/+1
* My previous commit made it impossible to export / over NFS; this smallRink Springer2006-10-191-1/+6
* Prevent mountd(8) from resetting mount options when exporting a filesystem.Rink Springer2006-10-091-1/+1
* In get_exportlist(), properly loop over mounted filesystems.Craig Rodrigues2006-07-081-5/+4
* For network filesystems (NFS, samba, etc.), do not pass "export" nmount()Craig Rodrigues2006-06-061-0/+15
* Do not log "can't delete export" messages if nmount() returns ENOTSUP.Craig Rodrigues2006-05-281-1/+1
* Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs,Craig Rodrigues2006-05-241-25/+19
* Convert mountd to nmount(). Remove some hardcoded dependenciesCraig Rodrigues2006-05-232-69/+142
* Note that when -d flag is used, mountd(8) will not detach from theGiorgos Keramidas2006-05-021-1/+4
* Use ".Pa" for path names.Joseph Koshy2006-01-291-12/+12
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockPawel Jakub Dawidek2005-08-242-17/+16
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-7/+2
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+0
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Also do not send junk mount arguments when removing exports.Poul-Henning Kamp2004-12-111-0/+1
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-2/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-075-20/+1
* Markup nits.Ruslan Ermilov2004-06-041-2/+2
* Correct typo in the last revision.Ceri Davies2004-03-271-1/+1
* Note that only one webnfs share is allowed per NFS server.Ceri Davies2004-03-221-0/+3
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Add a new option to mountd(8), -p <port>. This allows the user to specifyBruce M Simpson2004-03-042-7/+76
* Be consistent in the EXAMPLES formatting.David E. O'Brien2004-01-011-0/+1
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-302-8/+7
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.Peter Wemm2003-10-262-13/+17
* When reporting errors binding IPv6 TCP sockets, don't call them UDPRobert Watson2003-07-171-3/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-2/+7
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-23/+23
* s/rpc.mountd/mountd/Philippe Charnier2002-10-161-5/+6