summaryrefslogtreecommitdiff
path: root/lib/nss_wrapper
AgeCommit message (Expand)AuthorFilesLines
2017-11-25build: Move nss_wrapper to third_partyAndreas Schneider3-6273/+0
2017-10-19nwrap: Fix strotoul checks for NSS_WRAPPER_MAX_HOSTENTSDouglas Bagnall1-2/+3
2017-04-07nss_wrapper: use conf.blddir to construct libnss_wrapper_so_pathStefan Metzmacher1-2/+2
2016-08-09nss_wrapper: Add missing check for printf format validationAmitay Isaacs1-0/+12
2016-04-05nwrap: Fix the build on SolarisVolker Lendecke1-1/+1
2016-03-22lib: Update nss_wrapper to version 1.1.3Andreas Schneider2-3/+33
2016-01-11nss_wrapper: bump version to 1.1.2Michael Adam1-1/+1
2016-01-11nwrap: Fix segfaults while reloading hosts fileAndreas Schneider1-0/+13
2016-01-11nwrap: Don't fail if we want to add an existing entryAndreas Schneider1-2/+4
2016-01-11nwrap: Fix the build on SolarisAndreas Schneider1-0/+2
2016-01-11nwrap: Don't leak memory from gethostbyname*() functionsAndreas Schneider1-0/+3
2016-01-11nwrap: Fix the build on FreeBSDAndreas Schneider1-0/+2
2016-01-11nwrap: fix a copy and paste error in the destructor.Michael Adam1-1/+1
2016-01-11nwrap: Cleanup shadow getspnam() memoryAndreas Schneider1-0/+12
2016-01-11nwrap: fix leaking the entlistsMichael Adam1-0/+23
2016-01-11nwrap: catch error to add item to vector in nwrap_he_parse_line()Michael Adam1-3/+13
2016-01-11nwrap: rename nwrap_he.entdata to nwrap_he.entriesMichael Adam1-7/+7
2016-01-11nwrap: remove unused member list from struct nwrap_heMichael Adam1-1/+0
2016-01-11nwrap: Small code shift in nwrap_ed_inventarize_add_to_existing()Robin Hack1-6/+5
2016-01-11nwrap: Cast max_hostents to avoid warningsAndreas Schneider1-2/+3
2016-01-11nwrap: Fix initialization of e entryAndreas Schneider1-1/+3
2016-01-11nwrap: remove ai_tail argument from nwrap_files_getaddrinfo()Michael Adam1-6/+3
2016-01-11nwrap: rewrite the loop for duplication ai entries if socktype not givenMichael Adam1-34/+35
2016-01-11nwrap: add an explaining comment for the ai duplicating loopMichael Adam1-0/+5
2016-01-11nwrap: move setting of ai_{flags|socktype|protocol} into nwrap_convert_he_aiMichael Adam1-13/+12
2016-01-11nwrap: use symbols IPPROTO_TCP and IPPROTO_UDPMichael Adam1-4/+7
2016-01-11nwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()Michael Adam1-6/+6
2016-01-11nwrap: fix a memleak in nwrap_files_getaddrinfo()Michael Adam1-0/+3
2016-01-11nwrap: rename ai_prev -> ai_cur in nwrap_files_getaddrinfo()Michael Adam1-4/+4
2016-01-11nwrap: Fix inventarization of IPs when loading hostsMichael Adam1-30/+1
2016-01-11nwrap: refactor nwrap_add_hname_* into one nwrap_ed_inventarize.Michael Adam1-28/+15
2016-01-11nwrap: treat AI_NUMERICHOST correctly in getaddrinfo.Michael Adam1-3/+6
2016-01-11nwrap: fix treatment of EAI_ADDRINFO in nwrap_files_getaddrinfoMichael Adam1-5/+11
2016-01-11nwrap: correctly track EAI_ADDRINFO in nwrap_files_getaddrinfoMichael Adam1-8/+19
2016-01-11nwrap: in nwrap_files_getaddrinfo, treat failure of nwrap_convert_he_ai as errorMichael Adam1-2/+1
2016-01-11nwrap: convert nwrap_files_getaddrinfo() to return EAI error codesMichael Adam1-19/+22
2016-01-11nwrap: use the error code from nwrap_files_cache_reload() in callersMichael Adam1-12/+75
2016-01-11nwrap: turn nwrap_files_cache_reload() into a bool functionMichael Adam1-4/+6
2016-01-11nwrap: better error propagation in nwrap_he_parse_line()Michael Adam1-2/+10
2016-01-11nwrap: log NULL alias name at ERROR level in nwrap_add_hname()Michael Adam1-1/+1
2016-01-11nwrap: better error propagation in nwrap_add_hname()Michael Adam1-7/+8
2016-01-11nwrap: better error propagation in nwrap_add_hname_aliasMichael Adam1-7/+4
2016-01-11nwrap: catch NULL list in nwrap_add_hname_add_to_existingMichael Adam1-0/+5
2016-01-11nwrap: catch null h_name in nwrap_add_hname_add_newMichael Adam1-0/+5
2016-01-11nwrap: catch NULL ip in nwrap_add_aiMichael Adam1-0/+5
2016-01-11nwrap: turn nwrap_add_hname_add_to_existing() into boolMichael Adam1-4/+5
2016-01-11nwrap: simplify nwrap_file_getaddrinfo: remove a variableMichael Adam1-6/+4
2016-01-11nwrap: simplify nwrap_files_gethostbyname: remove a variableMichael Adam1-6/+5
2016-01-11nwrap: log hash table full message at error levelMichael Adam1-2/+2
2016-01-11nwrap: rewrite linked-list datastructures to be properly separated.Michael Adam1-36/+79