summaryrefslogtreecommitdiffstats
path: root/utils/mount/stropts.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Use "child" instead of "bg" for nfsmount_sChuck Lever2007-09-251-3/+3
* mount.nfs: teach [u]mount.nfs[4] to exit with EX_SUCCESS instead of 0Chuck Lever2007-09-251-2/+2
* mount.nfs: restore admin-specified clientaddr optionChuck Lever2007-09-051-7/+4
* 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: 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: Add new files for supporting string-ified mount optionsChuck Lever2007-08-111-0/+331