summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* text-based mount.nfs: Clean up helper functions that are no longer usedChuck Lever2007-09-291-99/+0
* text-based mount.nfs: start using new mount option parsing facilityChuck Lever2007-09-291-17/+3
* text-based mount.nfs: add parser init and destroy callsChuck Lever2007-09-291-0/+26
* text-based mount.nfs: prepare for more complex error exit handlingChuck Lever2007-09-291-15/+21
* text-based mount.nfs: Use new parser to handle 'addr=' and 'clientaddr='Chuck Lever2007-09-291-0/+55
* text-based mount.nfs: parse option strings into listsChuck Lever2007-09-293-2/+478
* mount.nfs: add new string tokenizer facilityChuck Lever2007-09-293-2/+188
* rpc.mountd: add new mode for handling netgroup-heavy configurationsJeff Layton2007-09-283-19/+87
* rpc.mountd: create client_resolve and change client_compose to take a hostent...Jeff Layton2007-09-282-8/+6
* rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated stringJeff Layton2007-09-281-2/+7
* rpc.mountd: fix memory leak and error handling in nfsd_fhJeff Layton2007-09-281-0/+3
* Don't do_nfs_umount() for NFSv4 unmountsChuck Lever2007-09-251-1/+1
* umount.nfs: umount doesn't recognize a busy file systemChuck Lever2007-09-251-3/+7
* umount.nfs: Refactor remount logic in umount.nfsChuck Lever2007-09-251-17/+26
* umount.nfs: Fix white space damage in nfsumount.cChuck Lever2007-09-251-58/+58
* mount.nfs: Add error messages for errors reported by text-based mount(2)Chuck Lever2007-09-251-2/+18
* text-based mount.nfs: Add text-based error reporting functionChuck Lever2007-09-252-0/+57
* mount.nfs: rename mount_errors()Chuck Lever2007-09-254-10/+19
* text-based mount.nfs: Use "child" instead of "bg" for nfsmount_sChuck Lever2007-09-251-3/+3
* mount.nfs: Don't leak mount_optsChuck Lever2007-09-251-6/+11
* mount.nfs: Don't leak extra_optsChuck Lever2007-09-251-0/+1
* text-based mount.nfs: Fix memory leak in add_mtab()Chuck Lever2007-09-251-0/+2
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-255-10/+10
* mount.nfs: Provide comments for public network functionsChuck Lever2007-09-251-5/+37
* Fix the usage message for gssd to reflect new optionKevin Coffman2007-09-111-1/+1
* 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
* nfsstat: Add -S/--since flag.david m. richter2007-08-161-18/+134
* nfsstat: #define stat header labels.david m. richter2007-08-161-20/+35
* nfsstat: Remove some pointer comparisons against global statinfos.david m. richter2007-08-161-12/+15
* nfsstat: Obviate and remove copy_stats().david m. richter2007-08-161-25/+18
* nfsstat: rename *_tmp variables to *_old.david m. richter2007-08-161-19/+19
* 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