nss_wrapper.git
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.
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().
2015-10-07 Robin Hacknwrap: Add function nwrap_add_ai
2015-10-07 Robin Hacknwrap: Add a hash table to the nwrap structure
2015-10-07 Robin Hacknwrap: Simplify file loading.
2015-10-07 Robin Hacknwrap: Add nwrap vector memory management functions
2015-10-06 Andreas Schneidertests: Only run shadow test when shadow.h is available
2015-10-06 Andreas Schneidernwrap: Check for setspent and getspnam functions
2015-10-06 Andreas Schneidersrc: Add configure check for shadow.h
2015-10-05 Andreas Schneidertests: Add test for getspnam() function
2015-10-05 Andreas Schneidernwrap: Add support for getspnam()
2015-10-05 Andreas Schneidertests: Add test for (set|get|end)spent functions
2015-10-05 Andreas Schneidernwrap: Add (set|get|end)spent functions
2015-10-05 Andreas Schneidernwrap: Add nss_wrapper_shadow_enabled() function
2015-10-05 Andreas Schneidernwrap: Add shadow file parser
2015-10-01 Andreas Schneidernwrap: Remove unused struct member in nwrap_main
2015-09-14 Andreas Schneidernwrap: Implement nwrap_files_initgroups()
2015-09-14 Andreas Schneidernwrap: Remove unneeded memcpy in getgrouplist()
2015-09-14 Andreas Schneidernwrap: Avoid a string comparsion in getgrouplist()
2015-07-17 Robin HackTESTS: Add assertions to tests.
2015-07-17 Robin HackTESTS: Switch tests to new CMocka API.
2015-07-17 Robin HackTESTS: Fix some memory leaks in testsuite.
2015-07-17 Robin Hacknwrap: Use ssize_t for aliases_count
2015-07-17 Robin Hacknwrap: Prevent compilation failure on machine without...
2015-07-17 Robin Hacknwrap: Replace free() calls by SAFE_FREE macro where...
2015-07-17 Robin Hackcmake: Add compilation flags
2015-07-17 Robin Hackcmake: Add detection of -fstack-protector-strong compil...
2015-02-25 Andreas Schneidercmake: Drop test results via https.
2014-10-01 Andreas Schneidernwrap: Fix the handle loops for older gcc versions.
2014-09-11 Andreas SchneiderBump version to 1.0.3. nss_wrapper-1.0.3
2014-09-10 Andreas Schneidernwrap: Make sure addr is initialized.
2014-09-10 Andreas Schneidernwrap: Use DNS_NAME_MAX cause it is not available on...
2014-09-09 Andreas Schneidernwrap: Don't overflow the in_addr if convert IPv6.
2014-09-09 Andreas Schneidertests: Add test for hostnames with a trailing dot.
2014-09-09 Andreas Schneidernwrap: Fix resolving hostnames with a trailing dot.
2014-08-15 Michael Adamtests: use return code of copy_group() in test_nwrap_ge...
2014-08-15 Michael Adamtests: reduce indentation in test_nwrap_getgrgid()...
2014-08-15 Michael Adamtests: use return value of copy_group() in test_nwrap_g...
2014-08-15 Michael Adamtests: reduce indentation in test_nwrap_getgrnam()...
2014-08-15 Michael Adamtests: use return value of copy_passwd() in test_nwrap_...
2014-08-15 Michael Adamtests: reduce indentation in test_nwrap_getpwuid()...
2014-08-15 Michael Adamtests: use return code of copy_passwd() in test_nwrap_g...
2014-08-15 Michael Adamtests: reduce indentation in test_nwrap_getpwnam()...
2014-08-15 Andreas Schneidertests: Fix possible null pointer dereference in testsuite.
2014-07-09 Andreas Schneiderdoc: Add nss_wrapper manpage.
2014-06-21 Volker Lendeckenss_wrapper: Fix some "discarding const" warnings
2014-06-21 Volker Lendeckenss_wrapper: Align indentation with the rest of Samba
next