summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* statd: add nsm_present_address() APIChuck Lever2010-01-152-0/+66
* statd: Introduce statd version of matchhostname()Chuck Lever2010-01-156-12/+129
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-153-14/+7
* sm-notify: Support IPv6 DNS lookups in smn_lookupChuck Lever2010-01-151-7/+12
* sm-notify: Use getaddrinfo(3) to create bind address in smn_create_socket()Chuck Lever2010-01-151-31/+51
* sm-notify: IPv6 support in reserved port binding in smn_create_socket()Chuck Lever2010-01-151-1/+28
* sm-notify: Support creating a PF_INET6 socket in smn_create_socket()Chuck Lever2010-01-151-5/+76
* sm-notify: factor socket creation out of notify()Chuck Lever2010-01-151-60/+77
* statd: Update rmtcall.cChuck Lever2010-01-152-138/+47
* sm-notify: Replace RPC codeChuck Lever2010-01-151-122/+66
* mountd: better hiding of v4root exports from mountd clientsJ. Bruce Fields2010-01-131-0/+4
* mountd: minor v4root_set cleanup, check strdup returnJ. Bruce Fields2010-01-131-18/+28
* mountd: simplify export list deferral in v4root_setJ. Bruce Fields2010-01-131-3/+2
* mountd: minor optimization in v4root_setJ. Bruce Fields2010-01-131-0/+7
* mountd: kill unnecessary m_mayexport checkJ. Bruce Fields2010-01-131-4/+0
* mountd: mountlist_del_all cleanupJ. Bruce Fields2010-01-131-17/+13
* mountd: auth_authenticate_internal further cleanupJ. Bruce Fields2010-01-131-28/+42
* mountd: auth_authenticate_internal cleanupJ. Bruce Fields2010-01-131-16/+17
* mountd: get_exportlist() cleanupJ. Bruce Fields2010-01-131-7/+4
* mountd: move most of get_exportlist() into helpersJ. Bruce Fields2010-01-131-59/+84
* exports: turn on pseudo exportsSteve Dickson2010-01-131-0/+3
* exports: hide pseudo exports from clientsSteve Dickson2010-01-131-0/+4
* mountd: prefer non-V4ROOT exports.J. Bruce Fields2010-01-131-0/+5
* exports: NFSv4 pseudoroot support routinesSteve Dickson2010-01-132-1/+181
* mountd: don't require mountpoint in crossmnt caseJ. Bruce Fields2010-01-131-2/+1
* mountd: further split up lookup_exportJ. Bruce Fields2010-01-131-19/+29
* mountd: move export lookup into separate functionJ. Bruce Fields2010-01-131-38/+49
* gssd: on krb5 upcall, have gssd send a more granular error codeJeff Layton2010-01-122-19/+24
* statd: Use the new nsm_ file.c calls in rpc.statdChuck Lever2010-01-124-246/+57
* statd: Use the new nsm_ file.c calls in sm_notifyChuck Lever2010-01-121-225/+63
* showmount: Try the highest mount version then fall back to lower onesSteve Dickson2010-01-111-7/+30
* mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is setJeff Layton2010-01-041-1/+1
* libnsm.a: Move the sm_inter XDR pieces to libnsm.aChuck Lever2009-12-232-142/+5
* statd: replace smn_{get,set}_port() with the shared equivalentsChuck Lever2009-12-121-33/+7
* statd: squelch compiler warning in sm-notify.cSteve Dickson2009-12-121-3/+7
* gssd: have gssd deal with scopeid field in upcallJeff Layton2009-12-111-25/+35
* NFS man page: update nfs(5) with details about IPv6 supportChuck Lever2009-12-111-32/+72
* mount.nfs: Remove nfs_name_to_address()Chuck Lever2009-12-112-22/+2
* mount.nfs: Teach umount.nfs to recognize netids in /etc/mtabChuck Lever2009-12-111-4/+11
* mount.nfs: proto=netid forces address family when resolving server namesChuck Lever2009-12-111-8/+23
* mount.nfs: Fix sockaddr pointer aliasing in stropts.cChuck Lever2009-12-111-13/+19
* mount.nfs: Add new API for getting protocol family from netidsChuck Lever2009-12-112-0/+65
* mount.nfs: make nfs_lookup() globalChuck Lever2009-12-112-2/+14
* mount.nfs: support netids in v2/v3 version/transport negotiationChuck Lever2009-12-111-29/+22
* mount.nfs: support netids in nfs_options2pmap()Chuck Lever2009-12-111-22/+6
* mount.nfs: Retry v4 mounts with v3 on ENOENT errorsNeil Brown2009-12-071-2/+3
* statd: Replace nsm_log() with xlog() in sm-notify commandChuck Lever2009-11-243-105/+67
* statd: Replace note() with xlog() in rpc.statdChuck Lever2009-11-2414-272/+118
* nfs-utils: NFSv4: fix backgroundingHarshula Jayasuriya2009-11-161-10/+15
* mount options can be lost when using bg optionHarshula Jayasuriya2009-11-162-2/+8