summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* gssd: move function limit_krb5_enctypes into the exported functions areaKevin Coffman2010-04-161-55/+54
* mount: Mount should retry unreachable hostsChuck Lever2010-03-191-0/+1
* sm-notify: Send fully-qualified and unqualified mon_namesChuck Lever2010-03-191-4/+17
* sm-notify: Use my_name when sending SM_NOTIFY requestsChuck Lever2010-03-173-36/+47
* mountd: trivial: name parameters for clarityJ. Bruce Fields2010-03-081-4/+4
* mountd: fix path comparison for v4 crossmntJ. Bruce Fields2010-03-081-1/+1
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-7/+7
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-012-4/+19
* mount: Set protocol family properly for "udp" and "tcp"Chuck Lever2010-02-181-1/+2
* mount.nfs: make nfs_{nfs,mount}_proto set errno on errorJeff Layton2010-02-121-6/+18
* mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...Jeff Layton2010-02-121-16/+43