summaryrefslogtreecommitdiff
path: root/lib/nss_wrapper
Commit message (Expand)AuthorAgeFilesLines
* nss_wrapper: bump version to 1.1.2Michael Adam2016-01-111-1/+1
* nwrap: Fix segfaults while reloading hosts fileAndreas Schneider2016-01-111-0/+13
* nwrap: Don't fail if we want to add an existing entryAndreas Schneider2016-01-111-2/+4
* nwrap: Fix the build on SolarisAndreas Schneider2016-01-111-0/+2
* nwrap: Don't leak memory from gethostbyname*() functionsAndreas Schneider2016-01-111-0/+3
* nwrap: Fix the build on FreeBSDAndreas Schneider2016-01-111-0/+2
* nwrap: fix a copy and paste error in the destructor.Michael Adam2016-01-111-1/+1
* nwrap: Cleanup shadow getspnam() memoryAndreas Schneider2016-01-111-0/+12
* nwrap: fix leaking the entlistsMichael Adam2016-01-111-0/+23
* nwrap: catch error to add item to vector in nwrap_he_parse_line()Michael Adam2016-01-111-3/+13
* nwrap: rename nwrap_he.entdata to nwrap_he.entriesMichael Adam2016-01-111-7/+7
* nwrap: remove unused member list from struct nwrap_heMichael Adam2016-01-111-1/+0
* nwrap: Small code shift in nwrap_ed_inventarize_add_to_existing()Robin Hack2016-01-111-6/+5
* nwrap: Cast max_hostents to avoid warningsAndreas Schneider2016-01-111-2/+3
* nwrap: Fix initialization of e entryAndreas Schneider2016-01-111-1/+3
* nwrap: remove ai_tail argument from nwrap_files_getaddrinfo()Michael Adam2016-01-111-6/+3
* 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