summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nwrap: rewrite the loop for duplication ai entries if socktype not givenMichael Adam2016-01-111-34/+35
* nwrap: add an explaining comment for the ai duplicating loopMichael Adam2016-01-111-0/+5
* nwrap: move setting of ai_{flags|socktype|protocol} into nwrap_convert_he_aiMichael Adam2016-01-111-13/+12
* nwrap: use symbols IPPROTO_TCP and IPPROTO_UDPMichael Adam2016-01-111-4/+7
* nwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()Michael Adam2016-01-111-6/+6
* nwrap: fix a memleak in nwrap_files_getaddrinfo()Michael Adam2016-01-111-0/+3
* nwrap: rename ai_prev -> ai_cur in nwrap_files_getaddrinfo()Michael Adam2016-01-111-4/+4
* nwrap: Fix inventarization of IPs when loading hostsMichael Adam2016-01-111-30/+1
* nwrap: refactor nwrap_add_hname_* into one nwrap_ed_inventarize.Michael Adam2016-01-111-28/+15
* nwrap: treat AI_NUMERICHOST correctly in getaddrinfo.Michael Adam2016-01-111-3/+6
* nwrap: fix treatment of EAI_ADDRINFO in nwrap_files_getaddrinfoMichael Adam2016-01-111-5/+11
* nwrap: correctly track EAI_ADDRINFO in nwrap_files_getaddrinfoMichael Adam2016-01-111-8/+19
* nwrap: in nwrap_files_getaddrinfo, treat failure of nwrap_convert_he_ai as errorMichael Adam2016-01-111-2/+1
* nwrap: convert nwrap_files_getaddrinfo() to return EAI error codesMichael Adam2016-01-111-19/+22
* nwrap: use the error code from nwrap_files_cache_reload() in callersMichael Adam2016-01-111-12/+75
* nwrap: turn nwrap_files_cache_reload() into a bool functionMichael Adam2016-01-111-4/+6
* nwrap: better error propagation in nwrap_he_parse_line()Michael Adam2016-01-111-2/+10
* nwrap: log NULL alias name at ERROR level in nwrap_add_hname()Michael Adam2016-01-111-1/+1
* nwrap: better error propagation in nwrap_add_hname()Michael Adam2016-01-111-7/+8
* nwrap: better error propagation in nwrap_add_hname_aliasMichael Adam2016-01-111-7/+4
* nwrap: catch NULL list in nwrap_add_hname_add_to_existingMichael Adam2016-01-111-0/+5
* nwrap: catch null h_name in nwrap_add_hname_add_newMichael Adam2016-01-111-0/+5
* nwrap: catch NULL ip in nwrap_add_aiMichael Adam2016-01-111-0/+5
* nwrap: turn nwrap_add_hname_add_to_existing() into boolMichael Adam2016-01-111-4/+5
* nwrap: simplify nwrap_file_getaddrinfo: remove a variableMichael Adam2016-01-111-6/+4
* nwrap: simplify nwrap_files_gethostbyname: remove a variableMichael Adam2016-01-111-6/+5
* nwrap: log hash table full message at error levelMichael Adam2016-01-111-2/+2
* nwrap: rewrite linked-list datastructures to be properly separated.Michael Adam2016-01-111-36/+79
* nwrap: remove superfluous comments from nwrap_add_hname()Michael Adam2016-01-111-4/+0
* nwrap: remove superfluous comments from nwrap_add_hname_alias()Michael Adam2016-01-111-3/+0
* nwrap: remove a superfluous comment from nwrap_add_hname_add_new()Michael Adam2016-01-111-1/+0
* nwrap: move var into scope in nwrap_add_hname()Michael Adam2016-01-111-1/+2
* nwrap: simplify nwrap_add_hnameMichael Adam2016-01-111-5/+3
* nwrap: simplify nwrap_add_hname_aliasMichael Adam2016-01-111-8/+6
* nwrap: initialize some variables in nwrap_files_getaddrinfoMichael Adam2016-01-111-2/+2
* nwrap: slightly clean flow by removing an else branch in nwrap_getaddrinfoMichael Adam2016-01-111-3/+2
* nwrap: in nwrap_getaddrinfo, only call libc_getaddrinfo if we need it.Michael Adam2016-01-111-13/+14
* nwrap: slightly simplify logic in nwrap_getaddrinfo()Michael Adam2016-01-111-8/+7
* nwrap: simplify logic in nwrap_getaddrinfo, calling nwrap_files_getaddrinfoMichael Adam2016-01-111-8/+2
* nwrap: improve code readability in nwrap_getaddrinfo()Michael Adam2016-01-111-1/+9
* nwrap: remove code duplication in nwrap_getaddrinfoMichael Adam2016-01-111-17/+3
* nwrap: fix return code for getaddrinfo in case service is not validMichael Adam2016-01-111-1/+1
* nwrap: fix return code of getaddrinfo for AI_NUMERICSERV in error caseMichael Adam2016-01-111-1/+1
* nwrap: fix numeric port detection in nwrap_getaddrinfoMichael Adam2016-01-111-1/+1
* nwrap: Better check service string sanity.Robin Hack2016-01-111-19/+28
* nwrap: Fix memory leak in nwrap_gethostbyname_r()Robin Hack2016-01-111-1/+15
* nwrap: Fix memory leak in nwrap_files_gethostbyname()Robin Hack2016-01-111-4/+12
* nwrap: Fix memory leak in nwrap_he_unload()Robin Hack2016-01-111-0/+1
* nwrap: Rename cont to vector in nwrap_vector_add_item()Robin Hack2016-01-111-11/+11
* nwrap: Fix memory leak inside nwrap_getaddrinfo()Robin Hack2016-01-111-2/+2