summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed warnings from network.cSteve Dickson2010-08-091-0/+3
* Removed warnings from cache.cSteve Dickson2010-08-091-1/+1
* 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
* nfs-utils: Fix C aliasing rules violation in nfs_getrpccaller()Chuck Lever2010-07-191-2/+2
* libexport.a: Remove unused hostent-based DNS helper functionsChuck Lever2010-06-222-310/+16
* libexport.a: Replace matchhostname()Chuck Lever2010-06-221-2/+0
* 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-224-138/+181
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-223-1/+365
* 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/exportfs: Make m_addrlist field a nfs_sockaddrChuck Lever2010-05-053-15/+90
* 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-231-0/+4
* 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
* 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
* 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
* mountd: fix --manage-gids hang due to int/uint bugSteve Dickson2010-03-081-0/+19