summaryrefslogtreecommitdiffstats
path: root/support/export/hostname.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* exportfs: Restore the EAI_NONAME check in host_pton()Scott Mayhew2015-11-021-0/+2
* exportfs: changes handling of unresolvable entriesHenrique Martins2014-11-041-2/+2
* 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
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-051-2/+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
* nfs: fix host_reliable_addrinfoJeff Layton2011-06-221-6/+30
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-5/+1
* libexport.a: Enable IPv6 support in hostname.cChuck Lever2010-09-161-16/+15
* libexport.a: Remove unused hostent-based DNS helper functionsChuck Lever2010-06-221-305/+16
* libexport.a: Add helpers to manage DNS lookupsChuck Lever2010-06-221-0/+351
* Autogen updateneilbrown2005-12-201-4/+6
* * support/export/hostname.c (get_reliable_hostbyaddr): Fix crashchip2003-09-091-23/+22
* Define and use get_reliable_hostbynameneilbrown2003-05-211-0/+52
* 2000-07-04 Neil Brown <neilb@cse.unsw.edu.au>hjl2000-07-051-3/+3
* Initial revisionhjl1999-10-181-0/+262