summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* mountd: Add mountlist_freeall()Chuck Lever2010-09-161-6/+13
* mountd: support IPv6 in mountlist_del_all()Chuck Lever2010-09-163-9/+7
* mountd: Support IPv6 in mountd's svc routinesChuck Lever2010-09-161-20/+59
* mountd: add IPv6 support in auth_authenticate()Chuck Lever2010-09-164-35/+39
* libnfs.a: Fix API for getfh() & friendsChuck Lever2010-09-161-4/+3
* mount.nfs: Don't do anything fancy if this is a remountChuck Lever2010-09-161-0/+28
* mount.nfs: Refactor mount version and protocol autonegotiationChuck Lever2010-09-161-14/+53
* rpc.idmapd: Type of idmap client should be defined by ic_id not ic_clid.Bian Naimeng2010-09-161-4/+4
* nfsstat: add release_lockowner to client statsBenny Halevy2010-09-091-1/+2
* Cleaned up a warning from commit 44f09b7Steve Dickson2010-09-091-1/+0
* mount.nfs: Prepare way for "vers=4,rdma" mountsChuck Lever2010-09-091-7/+0
* mount.nfs: Support an "rdma" mount optionChuck Lever2010-09-092-3/+17
* mount.nfs: Use nfs_nfs_protocol() for checking for proto=rdmaChuck Lever2010-09-091-5/+12
* Clarification about options supported by different versionsGuillaume Rousse2010-09-091-30/+20
* exportfs: Use xlog() for error reportingChuck Lever2010-08-241-27/+29
* exportfs: exportfs.c no longer needs #include "xmalloc.h"Chuck Lever2010-08-241-2/+4
* statd: statd fails to monitor if no reverse mapping of mon_name existsChuck Lever2010-08-241-1/+3
* Fix the description of nfsversion mount option in the man nfs pageGuillaume Rousse2010-08-171-8/+3
* Removed warnings from mountd.cSteve Dickson2010-08-091-6/+8
* Removed warnings from idmapd.cSteve Dickson2010-08-091-10/+26
* Removed warnings from configfile.cSteve Dickson2010-08-091-2/+4
* Removed warnings from svcgssd_proc.cSteve Dickson2010-08-091-9/+3
* Removed warnings from network.cSteve Dickson2010-08-091-1/+2
* Removed warnings from nfs4mount.cSteve Dickson2010-08-091-1/+1
* Removed warnings from nfsmount.cSteve Dickson2010-08-091-2/+6
* Removed warnings from svcgssd.cSteve Dickson2010-08-091-1/+1
* Removed warnings from gssd_proc.cSteve Dickson2010-08-091-3/+3
* Removed warnings from krb5_util.cSteve Dickson2010-08-093-10/+23
* Removed warnings from gssd_main_loop.cSteve Dickson2010-08-091-0/+2
* Removed warnings from gssd.cSteve Dickson2010-08-091-1/+1
* Removed warnings from atomicio.cSteve Dickson2010-08-091-1/+2
* Removed warnings from nfsstat.cSteve Dickson2010-08-091-3/+3
* Removed warnings from nfssvc.cSteve Dickson2010-08-091-3/+3
* Removed warnings from cache.cSteve Dickson2010-08-091-9/+9
* Removed warnings from fsloc.cSteve Dickson2010-08-093-3/+3
* gssd: picking wrong credsDoug Nazar2010-07-191-0/+7
* mountd: Fix memcmp result comparison error for uuid match.Doug Nazar2010-07-191-1/+1
* gssd: Fix endtime issueDoug Nazar2010-07-192-1/+5
* libexport.a: Replace matchhostname()Chuck Lever2010-06-221-0/+78
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-224-74/+76
* exportfs: Add a common exit label in exportfs()Chuck Lever2010-06-221-8/+6
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-223-15/+17
* Improve support for exporting btrfs subvolumesNeilBrown2010-06-221-29/+78
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-222-8/+27
* mount: silently fails when bad option values are givenSteve Dickson2010-06-222-5/+19
* Mountd listens on 2 different versions for NFSv2 (MOUNTv1 and MOUNTv2)NeilBrown2010-05-241-6/+8
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-052-2/+3
* Removed some miscellaneous warnings in the new gssd code.Steve Dickson2010-04-161-3/+3
* Add support for non-DES encryption types.Kevin Coffman2010-04-163-48/+222
* Try to use kernel function to determine supported Kerberos enctypes.Kevin Coffman2010-04-162-3/+94