summaryrefslogtreecommitdiffstats
path: root/support/export
Commit message (Expand)AuthorAgeFilesLines
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-151-2/+81
* Remove all use of the nfsctl system call.NeilBrown2016-12-065-289/+1
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-151-29/+2
* nfs-server-generator: avoid using external services.NeilBrown2016-11-071-4/+9
* Move export_d_read() to support/export/export.cNeilBrown2016-08-201-0/+65
* exportfs: replace one xlog(D_GENERAL) in host_canonname()Scott Mayhew2016-05-021-1/+1
* libexport.a: fix missing brace in host_ntop() fallbackStefan Hajnoczi2016-03-161-1/+1
* Set right error after getaddrinfo failsRinku Kothiya2016-01-161-2/+2
* mountd: fix netgroup lookup for short hostnamesFrank Sorenson2015-12-161-10/+7
* exportfs: Restore the EAI_NONAME check in host_pton()Scott Mayhew2015-11-021-0/+2
* mountd: fix netgroup lookup for resolvable IP addressesFrank Sorenson2015-11-021-0/+15
* exportfs: warn when really nothing is exportedPavel Raiskup2014-12-031-13/+7
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-171-3/+10
* exportfs: changes handling of unresolvable entriesHenrique Martins2014-11-043-5/+12
* exportfs: fix test of NULL pointer in host_pton()Natanael Copa2014-09-151-5/+7
* replace __attribute_malloc__ with the more portable __attribute__((__malloc__))Natanael Copa2014-09-151-7/+7
* mountd: fix segfault in add_name with newer gcc compilersJeff Layton2014-05-011-2/+6
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-051-2/+0
* Stop Treat IP addresses a FQDN rather than SUBNETs.NeilBrown2013-10-241-11/+0
* exportfs: exit with error code if there was any error.NeilBrown2013-10-221-0/+2
* Revert "exportfs: Return non-zero exit value on error"Steve Dickson2013-10-221-2/+0
* exportfs: Return non-zero exit value on errorTony Asleson2013-10-221-0/+2
* libexport.a: xtab.c no longer needs #include xmalloc.hChuck Lever2012-12-121-1/+1
* libexport.a: rmtab.c no longer needs #include xmalloc.hChuck Lever2012-12-121-3/+3
* mountd: Add exportent_release()Chuck Lever2012-10-221-7/+12
* Exportfs crashes with long pathIvan Romanov2012-10-151-1/+1
* libexport.a: fix using bad index for loop at cltsetup()Mi Jinlong2011-06-221-1/+1
* nfs: fix host_reliable_addrinfoJeff Layton2011-06-221-6/+30
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-5/+1
* gcc complained:NeilBrown2010-10-141-0/+1
* export: Ensure that we free struct exportent->e_uuidTrond Myklebust2010-10-141-0/+1
* libexport.a: Enable IPv6 support in hostname.cChuck Lever2010-09-161-16/+15
* libexport.a: Refactor init_netmask()Chuck Lever2010-09-091-57/+106
* libexport.a: IPv6 support in client_check()Chuck Lever2010-08-311-22/+43
* libexport.a: IPv6 support for client_init_subnet()Chuck Lever2010-08-311-0/+32
* libexport.a: Prepare init_subnetwork() for IPv6 supportChuck Lever2010-08-311-22/+59
* libexport.a: Use host helper to parse address in client_init()Chuck Lever2010-08-311-5/+8
* libexport.a: Prepare to recognize IPv6 addresses in client_gettype()Chuck Lever2010-08-311-9/+14
* libexport: Fix IP address check in check_netgroup()Chuck Lever2010-08-241-7/+20
* bexport: Add a common exit label to check_netgroup()Chuck Lever2010-08-241-7/+16
* Remove warnings from nfsctl.cSteve Dickson2010-08-091-1/+1
* libexport.a: Remove unused hostent-based DNS helper functionsChuck Lever2010-06-221-305/+16
* libexport.a: Add documenting commentsChuck Lever2010-06-222-9/+39
* libexport.a: Make export_add() staticChuck Lever2010-06-221-4/+2
* libexport.a: Make export_read() return voidChuck Lever2010-06-221-2/+6
* mountd: Replace "struct hostent" with "struct addrinfo"Chuck Lever2010-06-223-131/+171
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-222-1/+352
* libexport.a: Refactor rmtab_read()Chuck Lever2010-05-241-23/+41
* mountd/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-052-14/+42
* libexport.a: Clean up client_add()Chuck Lever2010-05-051-14/+12