Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge nfsmount.x and mount.x into mount.x | Amit Gud | 2006-06-23 | 6 | -379/+11 |
| | | | | | | | Merge utils/mount/nfsmount.x and support/export/mount.x into support/export/mount.x. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> | ||||
* | Try to make sure that clientid used for NFSv4 is reliable. | Neil Brown | 2006-06-23 | 2 | -4/+16 |
| | | | | | | | | | | | | | We need to give an IP address to identify this client to the server. The current code does a gethostbyname of the hostname. One some systems this returns 127.0.0.1 or similar, which is not useful. Instead, use getsockname of the sock used to connect to the server to confirm that the server is working. This gives the address on the interface that was chosen to talk to that server, which is the best address we can find (if there is a NAT in the way, it might still not work, but in that case there is nothing we can do). | ||||
* | Add support to auto-generate nfsmount* files for new nfs.mount program | Neil Brown | 2006-06-16 | 1 | -0/+32 |
| | |||||
* | Move NFS mount code from util-linux to nfs-utils - part 1 | Amit Gud | 2006-06-16 | 12 | -0/+3248 |
Adds the mount directory and the code to mount and umount the NFS file system. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> |