summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up parsing errors to hopeful be more precisenfs-utils-1-2-1-rc4Steve Dickson2009-08-173-9/+10
* Added support for line comments parsing which shouldBenny Halevy2009-08-171-5/+19
* Now that only the Section names are case-insensitiveSteve Dickson2009-08-163-15/+16
* The example nfsmount.conf fileSteve Dickson2009-08-162-0/+121
* The new nfsmount.conf(5) man page and the update toSteve Dickson2009-08-163-0/+95
* Added hooks to the mount command that allowSteve Dickson2009-08-163-1/+56
* Support routines used to read sections from the configuration fileSteve Dickson2009-08-162-0/+321
* Adds '--enable-mountconfig' configuration flag that willSteve Dickson2009-08-161-0/+25
* Added an conditional argument to the Section namesSteve Dickson2009-08-162-19/+97
* Make Section names case-insensitive which shouldSteve Dickson2009-08-161-0/+15
* Taught conf_parse_line() to ignore spaces in theSteve Dickson2009-08-161-9/+26
* Move idmapd's configuration file parsing routines intoSteve Dickson2009-08-167-902/+859
* Augment nfs4 stats to cover new nfs41 client andBenny Halevy2009-08-161-6/+40
* nfs(5): Remove trailing blanksChuck Lever2009-08-161-131/+130
* nfs(5): Add description of lookupcache mount optionChuck Lever2009-08-161-0/+96
* SinceJ. Bruce Fields2009-08-161-8/+6
* Add some clarification about the purpose of the program, info about thenfs-utils-1-2-1-rc3Jeff Layton2009-08-141-3/+22
* nfs-utils: add IPv6 support to nfsdJeff Layton2009-08-141-25/+89
* Allow nfssvc_setfds to properly deal with AF_INET6.Jeff Layton2009-08-141-0/+14
* nfs-utils: convert nfssvc_setfds to use getaddrinfoJeff Layton2009-08-143-103/+212
* nfs-utils: move check for active knfsd to helper functionJeff Layton2009-08-011-14/+30
* nfs-utils: declare a static common buffer for nfssvc.c routinesJeff Layton2009-08-011-11/+17
* nfs-utils: clean up NFSCTL_* macros for handling protocol bitsJeff Layton2009-08-012-4/+35
* nfs-utils: convert rpc.nfsd to use xlog()Jeff Layton2009-08-012-48/+66
* nfs-utils: clean up option parsing in nfsd.cJeff Layton2009-08-011-4/+4
* nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsdJeff Layton2009-08-015-7/+5
* errno not be set on RPC errorsnfs-utils-1-2-1-rc2Steve Dickson2009-07-153-7/+21
* Don't use initialized garbage for address lengthsSteve Dickson2009-07-151-2/+2
* mount.nfs: Squelch compiler warnings in nfs_strerror()Chuck Lever2009-07-142-7/+7
* mount.nfs: Squelch unused parameter warnings on empty functionsChuck Lever2009-07-142-3/+4
* mount.nfs: Fix compiler warning in stropts.cChuck Lever2009-07-141-2/+4
* umount.nfs: Use correct data type in nfsumount()Chuck Lever2009-07-141-1/+1
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-143-9/+5
* mount.nfs: Remove unused @salen parameter from nfs_ca_gai()Chuck Lever2009-07-141-2/+2
* mount.nfs: Fix some nfs_error() nits in network.cChuck Lever2009-07-141-3/+4
* mount.nfs: Remove unused parameter in try_mount()Chuck Lever2009-07-141-3/+3
* mount.nfs: Use correct data type in discover_nfs_mount_data_version()Chuck Lever2009-07-141-1/+1
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-144-54/+58
* mount.nfs: Don't update extra_opts after text-based negotiationChuck Lever2009-07-141-5/+14
* mount.nfs: Clean up after restructuring version/protocol negotiationChuck Lever2009-07-141-132/+25
* mount.nfs: Clean up nfs_is_permanent_error()Chuck Lever2009-07-141-20/+25
* mount.nfs: rearchitect mount version/protocol negotiation logicChuck Lever2009-07-141-17/+25
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-144-102/+227
* mount.nfs: force rpcbind queries if options aren't specifiedChuck Lever2009-07-141-7/+11
* mount.nfs: If port= specifies an unregistered port, retry, then failChuck Lever2009-07-141-1/+2
* getport: Convert TCP connection refused to RPC_CANTRECVChuck Lever2009-07-141-0/+3
* getport: Restore historical TCP connect timeout error codeChuck Lever2009-07-141-2/+24
* mount.nfs: Add more debugging output around nfs_getport()Chuck Lever2009-07-141-4/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-144-2/+32
* getport: RPC_PROGNOTREGISTERED is a permanent errorChuck Lever2009-07-141-1/+1