summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* libexport.a: Add helper for populating m_addrlist[]Chuck Lever2010-04-151-18/+20
* libexport.a: Reduce code duplication in client_init()Chuck Lever2010-04-151-4/+5
* set +x on t0001-statd-basic-mon-unmon.shMike Frysinger2010-04-151-0/+0
* libexport.a: replace xlog(L_FATAL) in client_check()Chuck Lever2010-04-081-4/+9
* libexport.a: Refactor wildcard checking in client_check()Chuck Lever2010-04-081-12/+26
* libexport.a: Refactor netgroup checking in client_check()Chuck Lever2010-04-081-40/+57
* libexport.a: Remove unused function client_checkaddr()Chuck Lever2010-04-081-7/+0
* libexport.a: Factor SUBNETWORK checking out of check_client()Chuck Lever2010-04-081-10/+22
* libexport.a: Factor FQDN checking out of check_client()Chuck Lever2010-04-081-8/+23
* Remove some warnings that were introduced by commit 6ca440cSteve Dickson2010-04-082-1/+3
* libexport.a: e_fslocdata should be freed with free(3)Chuck Lever2010-03-221-1/+1
* libexport.a: Fix whitespace damage in support/export/export.cChuck Lever2010-03-221-5/+6
* libexport.a: Clean up client_compose() and client_member()Chuck Lever2010-03-222-17/+29
* libexport.a: Remove dead codeChuck Lever2010-03-222-24/+0
* 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