tests: fix test_nwrap_gethostbyname2 - magrathea now has an IPv6 address
[obnox/cwrap/nss_wrapper.git] / src /
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-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 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-07 Robin Hacknwrap: Add basic locking for support multithreaded...
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 Schneidernwrap: Check for setspent and getspnam functions
2015-10-06 Andreas Schneidersrc: Add configure check for shadow.h
2015-10-05 Andreas Schneidernwrap: Add support for getspnam()
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 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...
2014-10-01 Andreas Schneidernwrap: Fix the handle loops for older gcc versions.
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 Schneidernwrap: Fix resolving hostnames with a trailing dot.
2014-06-21 Volker Lendeckenss_wrapper: Fix some "discarding const" warnings
2014-06-21 Volker Lendeckenss_wrapper: Align indentation with the rest of Samba
2014-05-28 Andreas Schneidernwrap: Fall back to RTLD_NEXT if we can't find libc.
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-09 Andreas Schneidercmake: Set version to 2.8.13.
2014-04-08 Andreas Schneidernwrap: Make nss_wrapper_hosts_enabled() public.
2014-04-08 Andreas Schneidernwrap: Make nss_wrapper_enabled public.
2014-04-08 Andreas Schneidercmake: Only set policy in cmake 3.0.
2014-04-07 Andreas Schneidercmake: Fix configure warning with cmake 3.0.
2014-04-01 Andreas Schneidernwrap: Set correct family for IPv6 address.
2014-03-19 Andreas Schneidersrc: Fix looking up a fqdn with getaddrinfo().
2014-03-17 Andreas Schneidersrc: Add gethostbyname2() for getent.
2014-03-17 Andreas Schneidersrc: Add address family filter to nwrap_files_gethostby...
2014-03-13 Andreas Schneidersrc: Fix segfault in 'getent hosts' without aliases.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-01-31 Andreas Schneidersrc: Remove the localhost shortcut.
2013-12-20 Andreas Schneidernwrap: Fix fd checks.
2013-12-20 Andreas Schneidernwrap: Don't call close on a fd of -1.
2013-12-20 Andreas Schneidernwrap: Fix loading the system libraries.
2013-12-20 Andreas Schneidernwrap: Add a destructor to free resources.
2013-12-20 Andreas Schneidercmake: Check for printf format attribute.
2013-12-19 Andreas Schneidernwrap: Rename FN_NAME to FN_PREFIX.
2013-12-19 Andreas Schneidernwrap: Zero the allocated libc memory.
2013-12-19 Andreas Schneidernwrap: Fix function loading on Solaris.
2013-12-18 Andreas Schneidernwrap: Only compile nwrap_getgrouplist if supported.
2013-12-18 Andreas Schneidernwrap: Fix loading posix functions on Solaris.
2013-12-18 Andreas Schneidernwrap: Remove copy and paste obsolete line.
2013-12-17 Andreas Schneidernwrap: Remove obsolete nwrap_libc_fn().
2013-12-17 Andreas Schneidernwrap: Add libc_getnameinfo().
2013-12-17 Andreas Schneidernwrap: Add libc_getaddrinfo().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostbyaddr_r().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostbyname_r().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostname().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostbyaddr().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostbyname().
2013-12-17 Andreas Schneidernwrap: Add libc_gethostent().
2013-12-17 Andreas Schneidernwrap: Add libc_sethostent().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrouplist().
2013-12-17 Andreas Schneidernwrap: Add libc_entgrent().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrent_r().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrent().
2013-12-17 Andreas Schneidernwrap: Add libc_setgrent().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrgid_r().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrgid().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrnam_r().
next