| Commit message (Expand) | Author | Age | Files | Lines |
* | The change r192913 has added dependency on IP_RECVDSTADDR being | Alexander Kabaev | 2009-06-08 | 1 | -0/+7 |
* | Change the "-4" argument for nfsd and mountd to "-e" to avoid | Rick Macklem | 2009-05-28 | 2 | -11/+11 |
* | Modify mountd to handle the experimental nfs server as well as the | Rick Macklem | 2009-05-27 | 3 | -135/+358 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 2 | -6/+108 |
* | - more mark-up fixes | Daniel Gerzo | 2008-07-01 | 1 | -8/+6 |
* | - add some missing words | Daniel Gerzo | 2008-06-30 | 1 | -25/+44 |
* | - markup fixes | Daniel Gerzo | 2008-06-27 | 1 | -15/+68 |
* | Remove hacks which filter out MNT_ROOTFS. | Craig Rodrigues | 2008-03-05 | 1 | -15/+1 |
* | Use the correct variable to check for a malloc failing. This fixes a | Simon L. B. Nielsen | 2007-10-27 | 1 | -1/+1 |
* | Add the -h <bindip> option to mountd, similar to the one in nfsd(8) | Matteo Riondato | 2007-10-20 | 2 | -160/+340 |
* | Fatal error is only when cannot open any of the given exports files. | Pawel Jakub Dawidek | 2007-04-13 | 1 | -2/+9 |
* | Grr, committed manual page without the last change - make the comment a bit | Pawel Jakub Dawidek | 2007-02-03 | 1 | -1/+1 |
* | Add support for multiple exports files. This will be useful for example for | Pawel Jakub Dawidek | 2007-02-03 | 2 | -125/+145 |
* | If nmount() fails to export a directory, in the syslog() error message, | Craig Rodrigues | 2007-01-26 | 1 | -2/+4 |
* | Ignore SIGPIPE, instead of terminating process. | Craig Rodrigues | 2006-11-18 | 1 | -0/+1 |
* | My previous commit made it impossible to export / over NFS; this small | Rink Springer | 2006-10-19 | 1 | -1/+6 |
* | Prevent mountd(8) from resetting mount options when exporting a filesystem. | Rink Springer | 2006-10-09 | 1 | -1/+1 |
* | In get_exportlist(), properly loop over mounted filesystems. | Craig Rodrigues | 2006-07-08 | 1 | -5/+4 |
* | For network filesystems (NFS, samba, etc.), do not pass "export" nmount() | Craig Rodrigues | 2006-06-06 | 1 | -0/+15 |
* | Do not log "can't delete export" messages if nmount() returns ENOTSUP. | Craig Rodrigues | 2006-05-28 | 1 | -1/+1 |
* | Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs, | Craig Rodrigues | 2006-05-24 | 1 | -25/+19 |
* | Convert mountd to nmount(). Remove some hardcoded dependencies | Craig Rodrigues | 2006-05-23 | 2 | -69/+142 |
* | Note that when -d flag is used, mountd(8) will not detach from the | Giorgos Keramidas | 2006-05-02 | 1 | -1/+4 |
* | Use ".Pa" for path names. | Joseph Koshy | 2006-01-29 | 1 | -12/+12 |
* | Pidfiles should be created with permission preventing users from opening | Pawel Jakub Dawidek | 2005-09-16 | 1 | -1/+1 |
* | Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lock | Pawel Jakub Dawidek | 2005-08-24 | 2 | -17/+16 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 1 | -7/+2 |
* | Remove unused variables. | Stefan Farfeleder | 2005-04-09 | 1 | -2/+0 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -3/+3 |
* | Also do not send junk mount arguments when removing exports. | Poul-Henning Kamp | 2004-12-11 | 1 | -0/+1 |
* | Pass an array of gid_t rather than an array of int to getgroups(). | Stefan Farfeleder | 2004-10-02 | 1 | -2/+3 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 5 | -20/+1 |
* | Markup nits. | Ruslan Ermilov | 2004-06-04 | 1 | -2/+2 |
* | Correct typo in the last revision. | Ceri Davies | 2004-03-27 | 1 | -1/+1 |
* | Note that only one webnfs share is allowed per NFS server. | Ceri Davies | 2004-03-22 | 1 | -0/+3 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
* | Add a new option to mountd(8), -p <port>. This allows the user to specify | Bruce M Simpson | 2004-03-04 | 2 | -7/+76 |
* | Be consistent in the EXAMPLES formatting. | David E. O'Brien | 2004-01-01 | 1 | -0/+1 |
* | Rename the 'log' variable rather than -fno-builtin-log | Peter Wemm | 2003-10-30 | 2 | -8/+7 |
* | Use -fno-builtin-log. Fix svc_sendreply() missing required casts. | Peter Wemm | 2003-10-26 | 2 | -13/+17 |
* | When reporting errors binding IPv6 TCP sockets, don't call them UDP | Robert Watson | 2003-07-17 | 1 | -3/+3 |
* | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -1/+2 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | Martin Blapp | 2003-01-16 | 1 | -2/+7 |
* | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 2 | -23/+23 |
* | s/rpc.mountd/mountd/ | Philippe Charnier | 2002-10-16 | 1 | -5/+6 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 1 | -2/+3 |
* | Kerberised NFS has never (as far as I can tell) worked outside | Mark Murray | 2002-09-20 | 1 | -12/+2 |
* | Update manpage to match the code, vfsload() isn't used | Maxime Henrion | 2002-08-11 | 1 | -4/+2 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | Hajimu UMEMOTO | 2002-07-22 | 1 | -2/+2 |