obnox/cwrap/nss_wrapper.git
2015-11-24 Michael AdamRevert "nwrap: Don't fail if we want to add an existing... master
2015-11-24 Michael AdamRevert "SQ: simplify comment"
2015-11-24 Michael AdamRevert "SQ(?) nwrap: don't fail re-adding the same...
2015-11-24 Michael AdamTMP
2015-11-24 Michael AdamSQ(?) nwrap: don't fail re-adding the same entry
2015-11-24 Michael AdamSQ: simplify comment
2015-11-24 Andreas Schneidertests: Add the same alias again
2015-11-24 Andreas Schneidernwrap: Don't fail if we want to add an existing entry
2015-11-24 Andreas SchneiderBump version to 1.1.1
2015-11-24 Andreas Schneidernwrap: Fix the build on Solaris
2015-11-20 Andreas SchneiderBump version to 1.1.0
2015-11-20 Michael Adamtests: add __sha512_crypt to suppression file.
2015-11-20 Andreas Schneidertests: Set the valgrind suppression file
2015-11-20 Andreas Schneidertests: Add valgrind suppression for glibc error
2015-11-20 Andreas Schneidernwrap: Don't leak memory from gethostbyname*() functions
2015-11-20 Andreas Schneidernwrap: Fix the build on FreeBSD
2015-11-20 Michael Adamnwrap: fix a copy and paste error in the destructor.
2015-11-19 Andreas Schneidernwrap: Cleanup shadow getspnam() memory
2015-11-19 Michael Adamnwrap: fix leaking the entlists
2015-11-19 Michael Adamnwrap: catch error to add item to vector in nwrap_he_pa...
2015-11-19 Michael Adamnwrap: rename nwrap_he.entdata to nwrap_he.entries
2015-11-19 Michael Adamnwrap: remove unused member list from struct nwrap_he
2015-11-17 Robin Hacknwrap: Small code shift in nwrap_ed_inventarize_add_to_...
2015-11-17 Andreas Schneidertests: Fix memory leaks in getaddrinfo test
2015-11-16 Andreas Schneidernwrap: Cast max_hostents to avoid warnings
2015-11-16 Andreas Schneidernwrap: Fix initialization of e entry
2015-11-16 Andreas Schneidertests: Silence compiler warnings about uninitialized...
2015-11-16 Andreas Schneidertests: Fix getaddrinfo test on BSD
2015-11-13 Michael Adamadd me to AUTHORS
2015-11-13 Robin Hacktests: Add test to exercise internal data structures
2015-11-13 Michael Adamtest: add test for AI_NUMERICHOST flag.
2015-11-13 Michael Adamnwrap: remove ai_tail argument from nwrap_files_getaddr...
2015-11-13 Michael Adamnwrap: rewrite the loop for duplication ai entries...
2015-11-13 Michael Adamnwrap: add an explaining comment for the ai duplicating...
2015-11-13 Michael Adamnwrap: move setting of ai_{flags|socktype|protocol...
2015-11-13 Michael Adamnwrap: use symbols IPPROTO_TCP and IPPROTO_UDP
2015-11-13 Michael Adamnwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()
2015-11-13 Michael Adamnwrap: fix a memleak in nwrap_files_getaddrinfo()
2015-11-13 Michael Adamnwrap: rename ai_prev -> ai_cur in nwrap_files_getaddri...
2015-11-13 Michael Adamnwrap: Fix inventarization of IPs when loading hosts
2015-11-13 Michael Adamnwrap: refactor nwrap_add_hname_* into one nwrap_ed_inv...
2015-11-13 Michael Adamnwrap: treat AI_NUMERICHOST correctly in getaddrinfo.
2015-11-13 Michael Adamnwrap: fix treatment of EAI_ADDRINFO in nwrap_files_get...
2015-11-13 Michael Adamnwrap: correctly track EAI_ADDRINFO in nwrap_files_geta...
2015-11-12 Michael Adamnwrap: in nwrap_files_getaddrinfo, treat failure of...
2015-11-12 Michael Adamnwrap: convert nwrap_files_getaddrinfo() to return...
2015-11-12 Michael Adamnwrap: use the error code from nwrap_files_cache_reload...
2015-11-12 Michael Adamnwrap: turn nwrap_files_cache_reload() into a bool...
2015-11-12 Michael Adamnwrap: better error propagation in nwrap_he_parse_line()
2015-11-12 Michael Adamnwrap: log NULL alias name at ERROR level in nwrap_add_...
2015-11-12 Michael Adamnwrap: better error propagation in nwrap_add_hname()
2015-11-12 Michael Adamnwrap: better error propagation in nwrap_add_hname_alias
2015-11-12 Michael Adamnwrap: catch NULL list in nwrap_add_hname_add_to_existing
2015-11-12 Michael Adamnwrap: catch null h_name in nwrap_add_hname_add_new
2015-11-12 Michael Adamnwrap: catch NULL ip in nwrap_add_ai
2015-11-12 Michael Adamnwrap: turn nwrap_add_hname_add_to_existing() into...
2015-11-12 Michael Adamtests: fix test_nwrap_gethostbyname2 - magrathea now...
2015-11-12 Michael Adamnwrap: simplify nwrap_file_getaddrinfo: remove a variable
2015-11-12 Michael Adamnwrap: simplify nwrap_files_gethostbyname: remove a...
2015-11-12 Michael Adamnwrap: log hash table full message at error level
2015-11-12 Michael Adamnwrap: rewrite linked-list datastructures to be properl...
2015-11-12 Michael Adamnwrap: remove superfluous comments from nwrap_add_hname()
2015-11-12 Michael Adamnwrap: remove superfluous comments from nwrap_add_hname...
2015-11-12 Michael Adamnwrap: remove a superfluous comment from nwrap_add_hnam...
2015-11-12 Michael Adamnwrap: move var into scope in nwrap_add_hname()
2015-11-12 Michael Adamnwrap: simplify nwrap_add_hname
2015-11-12 Michael Adamnwrap: simplify nwrap_add_hname_alias
2015-11-12 Michael Adamnwrap: initialize some variables in nwrap_files_getaddrinfo
2015-11-11 Michael Adamnwrap: slightly clean flow by removing an else branch...
2015-11-11 Michael Adamnwrap: in nwrap_getaddrinfo, only call libc_getaddrinfo...
2015-11-11 Michael Adamnwrap: slightly simplify logic in nwrap_getaddrinfo()
2015-11-11 Michael Adamnwrap: simplify logic in nwrap_getaddrinfo, calling...
2015-11-11 Michael Adamnwrap: improve code readability in nwrap_getaddrinfo()
2015-11-08 Michael Adamnwrap: remove code duplication in nwrap_getaddrinfo
2015-11-08 Michael Adamtests: extend getaddrinfo_flags_ai_numericserv test...
2015-11-06 Michael Adamtests: fix the getaddrinfo_service test.
2015-11-06 Michael Adamnwrap: fix return code for getaddrinfo in case service...
2015-11-06 Michael Adamnwrap: fix return code of getaddrinfo for AI_NUMERICSER...
2015-11-06 Michael Adamnwrap: fix numeric port detection in nwrap_getaddrinfo
2015-11-06 Robin Hacktests: Added new test: test_nwrap_getaddrinfo_flags_ai_...
2015-11-06 Robin Hacknwrap: Better check service string sanity.
2015-11-06 Robin Hacknwrap: Fix memory leak in nwrap_gethostbyname_r()
2015-11-06 Robin Hacknwrap: Fix memory leak in nwrap_files_gethostbyname()
2015-11-06 Robin Hacknwrap: Fix memory leak in nwrap_he_unload()
2015-11-06 Robin Hacknwrap: Rename cont to vector in nwrap_vector_add_item()
2015-11-06 Robin Hacknwrap: Fix memory leak inside nwrap_getaddrinfo()
2015-11-06 Robin Hacknwrap: Use nwrap_vector_foreach instead of for loop
2015-11-06 Robin Hacknwrap: Fix memory leak when getline() is used.
2015-10-12 Michael Adamtests: add test for merging with empty vectors left...
2015-10-12 Michael Adamtests: improve nwrap_vector tests
2015-10-08 Andreas Schneidertests: Add missing include for crypt.h in test_shadow
2015-10-07 Robin Hacknwrap: Modify AUTHORS file. getaddrinfo-v2
2015-10-07 Robin HackTESTS: Add new test which checks multithread support.
2015-10-07 Robin Hacknwrap: Add basic locking for support multithreaded...
2015-10-07 Robin HackTESTS: Add test for getaddrinfo.
2015-10-07 Robin HackTESTS: Add test_nwrap_gethostbyname_multiple test
2015-10-07 Robin Hacknwrap: Add BSD libc support for gethost*_r functios.
2015-10-07 Robin Hacknwrap: Use nwrap vectors as memory backend for getaddri...
2015-10-07 Robin Hacknwrap: Add string manipulation functions.
2015-10-07 Robin Hacknwrap: Add nwrap_add_hname() and nwrap_add_hname_alias().
next