summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-092-10/+10
* Removed warnings from fsloc.cSteve Dickson2010-08-093-3/+3
* Removed warnings from conffile.cSteve Dickson2010-08-091-4/+4
* Remove warnings from nfs_mntent.cSteve Dickson2010-08-091-1/+1
* emove warnings from cacheio.cSteve Dickson2010-08-091-1/+1
* Remove warnings from svc_socket.cSteve Dickson2010-08-093-5/+5
* Removed warnings from rpcdispatch.cSteve Dickson2010-08-091-2/+2
* Enable extra compile warnings (-Wextra) by default.Steve Dickson2010-08-091-1/+1
* 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
* nfs-utils: Fix C aliasing rules violation in nfs_getrpccaller()Chuck Lever2010-07-191-2/+2
* nfs-iostat.py: divide by zero with fresh mountKevin Constantine2010-06-221-0/+6
* libexport.a: Remove unused hostent-based DNS helper functionsChuck Lever2010-06-222-310/+16
* libexport.a: Replace matchhostname()Chuck Lever2010-06-222-2/+78
* libexport.a: Add documenting commentsChuck Lever2010-06-222-9/+39
* libexport.a: Make export_add() staticChuck Lever2010-06-222-5/+2
* libexport.a: Make export_read() return voidChuck Lever2010-06-222-3/+7
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-228-212/+257
* exportfs: Add a common exit label in exportfs()Chuck Lever2010-06-221-8/+6
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-226-16/+382
* 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
* nfsiostat.man: Add linebreak before --version optionKevin Constantine2010-06-021-0/+1
* mountd: Convert colons in IPv6 presentation addresses tosemicolonsChuck Lever2010-05-241-3/+39
* libexport.a: Refactor rmtab_read()Chuck Lever2010-05-241-23/+41
* 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-055-17/+93
* libexport.a: Clean up client_add()Chuck Lever2010-05-052-15/+12
* libexport.a: Refactor client_init()Chuck Lever2010-05-051-43/+56
* Make capabilities support optionalMike Frysinger2010-04-232-5/+17
* set +x on autogen.shMike Frysinger2010-04-231-0/+0
* libexport.a: Allow malloc(3) failures in client_lookup() and friendsChuck Lever2010-04-231-6/+9
* libexport.a: Allow m_hostname allocation to fail instead of exitChuck Lever2010-04-231-6/+4
* libexport.a: Allow client_init() to fail instead of exitChuck Lever2010-04-231-7/+17
* libexport.a: Add client_free()Chuck Lever2010-04-231-2/+8
* Add in autoconf support for mountstats and nfsiostatsSteve Dickson2010-04-164-1/+29
* Introduce man page for the nfsiostats commandSteve Dickson2010-04-161-0/+70
* Introduce man page for the mountstats commandSteve Dickson2010-04-161-0/+32
* 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
* libexport.a: export_find() should handle address parsing errorsChuck Lever2010-04-161-0/+4
* libexport.a: Add export_free()Chuck Lever2010-04-161-10/+17