obnox/cwrap/nss_wrapper.git
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 master-getspnam
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.
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
2014-05-28 Andreas Schneidernwrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-28 Andreas Schneidertests: getaddrinfo() should use 0 as ai_flags.
2014-05-28 Andreas Schneidercmake: Fix a typo in nss_wrapper-config.cmake.in.
2014-05-28 Michael AdamAdd README.install - instructions for building and...
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-16 Andreas Schneidercmake: Install cmake config into the correct directory.
2014-04-09 Andreas Schneidercmake: Set version to 2.8.13.
2014-04-08 Andreas SchneiderUpdate to version 1.0.2.
2014-04-08 Andreas Schneidertestsuite: Fix NULL checks.
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-04 Andreas Schneidercmake: Create the compile command database by default.
2014-04-01 Andreas Schneidertests: Check that the address has the correct family.
2014-04-01 Andreas Schneidernwrap: Set correct family for IPv6 address.
2014-03-19 Andreas Schneidertests: Add test that getaddrinfo() returns the IPv6...
2014-03-19 Andreas Schneidersrc: Fix looking up a fqdn with getaddrinfo().
2014-03-17 Andreas Schneidertests: Add test for gethostbyname2().
2014-03-17 Andreas Schneidersrc: Add gethostbyname2() for getent.
2014-03-17 Andreas Schneidersrc: Add address family filter to nwrap_files_gethostby...
2014-03-14 Andreas SchneiderREADME: Fix prefix env variable name.
2014-03-14 Andreas Schneidertests: Add test_gethostent.c
2014-03-13 Andreas Schneidertests: Add test_gethostent.
2014-03-13 Andreas Schneidersrc: Fix segfault in 'getent hosts' without aliases.
2014-02-04 Andreas SchneiderBump version to 1.0.1.
2014-02-04 Andreas Schneidercmake: Add nss_wrapper-config.cmake.
2014-02-04 Andreas Schneidercmake: Use NSS_WRAPPER_LOCATION.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-02-04 Andreas Schneidercpack: Don't package the obj directory.
2014-01-31 Andreas Schneidersrc: Remove the localhost shortcut.
2014-01-30 Andreas SchneiderAdd ChangeLog.
2014-01-24 Andreas SchneiderAdd TODO.
2014-01-22 Andreas Schneidercmake: Update DefineInstallationPaths.cmake.
2014-01-22 Andreas SchneiderUpdate README.
2014-01-22 Andreas Schneidercmake: Add cmake config mode file.
2014-01-22 Andreas Schneidercmake: Add pkgconfig file.
2013-12-20 Andreas Schneidernwrap: Fix fd checks.
2013-12-20 Andreas Schneidercmake: Add a valgrind suppression file.
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 Schneidertests: Add missing includes for test_nwrap_disabled.
2013-12-20 Andreas Schneidernwrap: Add a destructor to free resources.
2013-12-20 Andreas Schneidercmake: Check for printf format attribute.
2013-12-20 Andreas Schneidercmake: Fix the env name for the module variables.
2013-12-20 Andreas Schneidertests: Fix building nss module on Solaris.
2013-12-19 Andreas Schneidertests: Add a dummy nss module and load it.
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 Schneidertests: Load nss_wrapper for test_nwrap_disabled().
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().
next