summaryrefslogtreecommitdiffstats
path: root/utils/mount
Commit message (Expand)AuthorAgeFilesLines
...
* mount.nfs: Provide comments for public network functionsChuck Lever2007-09-251-5/+37
* mount.nfs: Update description of clientaddr= in nfs(5)Chuck Lever2007-09-051-5/+17
* mount.nfs: restore admin-specified clientaddr optionChuck Lever2007-09-051-7/+4
* mount.nfs: Add a block comment before mount_error() and umount_error()Chuck Lever2007-08-251-1/+11
* mount.nfs: Remove get_my_ipv4addr() from utils/mount/stropts.cChuck Lever2007-08-251-25/+0
* mount.nfs: Use get_client_addr() to build clientaddr= optionChuck Lever2007-08-251-9/+9
* mount.nfs: Create a new API to find out client's addressChuck Lever2007-08-252-0/+47
* mount.nfs: Refactor parse_devname and fill_ipv4_addrChuck Lever2007-08-251-32/+34
* mount.nfs: Use dynamically allocated character buffersChuck Lever2007-08-251-27/+58
* mount.nfs: Remove get_my_ipv4addr() from append_addr_opt()Chuck Lever2007-08-251-3/+1
* mount.nfs: Don't allow the user to specify addr= or clientaddr=.Chuck Lever2007-08-251-8/+24
* mount.nfs: Fix nfs4mount_s prototype.Chuck Lever2007-08-251-2/+3
* mount.nfs: Combine two verbose messages into oneChuck Lever2007-08-241-10/+2
* mount.nfs: getport() should avoid modifying passed-in argumentsChuck Lever2007-08-241-5/+9
* mount.nfs: Replace fork() with daemon() for backgrounding mountsChuck Lever2007-08-241-3/+8
* mount: Small tidy up.Neil Brown2007-08-241-3/+1
* Restrict -i option to root.Neil Brown2007-08-111-0/+5
* mount.nfs: Enable mount.nfs to do text-based mount supportChuck Lever2007-08-111-8/+30
* mount.nfs: Add new files for supporting string-ified mount optionsChuck Lever2007-08-113-2/+358
* mount.nfs: Replace a "return 0; " that should be an "exit(0); "Chuck Lever2007-08-111-1/+1
* mount.nfs: Treat another UDP/TCP pair of strings like the restChuck Lever2007-08-111-1/+1
* umount.nfs: Update umount.nfs(8)Chuck Lever2007-08-101-4/+3
* mount.nfs: Update the mount.nfs(8) man pageChuck Lever2007-08-102-21/+10
* mount.nfs: Fix background mountsChuck Lever2007-08-041-1/+23
* mount.nfs: Refactor mount logic to allow support for "bg" optionChuck Lever2007-08-041-16/+27
* mount.nfs: restore bg argument to nfsmount() and nfs4mount()Chuck Lever2007-08-045-7/+9
* mount.nfs: get_socket() may clobber errno, but preserves .re_errnoChuck Lever2007-08-041-12/+4
* mount.nfs: Always close the socket at the end of getport()Chuck Lever2007-08-041-5/+4
* mount.nfs: Shorter timeout for TCP connectsChuck Lever2007-08-041-5/+59
* mount.nfs: Remove a redundant port assignmentChuck Lever2007-08-041-1/+0
* mount.nfs: umount needs to pick up transport option from /etc/mtabChuck Lever2007-08-041-0/+12
* mount.nfs: fix printf's normally hidden behind NFS_MOUNT_DEBUGChuck Lever2007-08-042-20/+18
* mount.nfs: Support double-wide characters in printed stringsChuck Lever2007-08-045-44/+54
* Fix more 'prototype' warnings and other warnings.Neil Brown2007-07-301-1/+2
* mount.nfs: clean up a couple of printfs in fstab.cChuck Lever2007-07-301-9/+12
* libnfs.a: eliminate another dependency on a global variableChuck Lever2007-07-303-2/+587
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-305-5/+20
* mount.nfs: use nfs_error instead of fprintf in get_socket()Chuck Lever2007-07-301-47/+53
* libnfs.a: move get_socket() function to utils/mount/network.cChuck Lever2007-07-301-0/+73
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-303-0/+83
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-302-0/+36
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-302-0/+53
* mount.nfs: clean up getport() functionChuck Lever2007-07-301-19/+28
* mount.nfs: fix hang when getport() uses TCP against unavailable serversChuck Lever2007-07-301-2/+17
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-306-14/+2
* umount.nfs: Pass return codes from do_nfs_umount backChuck Lever2007-07-301-3/+4
* umount.nfs: Make do_nfs_mount use conventional EX_ style return codesChuck Lever2007-07-301-12/+26
* umount.nfs: make _nfsumount() staticChuck Lever2007-07-301-3/+3
* umount.nfs: make del_mtab() a static functionChuck Lever2007-07-301-1/+1
* Make sure nfs_call_umount's callers are handling its return code correctlyChuck Lever2007-07-301-7/+20