Revert "nwrap: Don't fail if we want to add an existing entry"
[obnox/cwrap/nss_wrapper.git] / tests /
2015-11-24 Andreas Schneidertests: Add the same alias again
2015-11-20 Michael Adamtests: add __sha512_crypt to suppression file.
2015-11-20 Andreas Schneidertests: Add valgrind suppression for glibc error
2015-11-17 Andreas Schneidertests: Fix memory leaks in getaddrinfo test
2015-11-16 Andreas Schneidertests: Silence compiler warnings about uninitialized...
2015-11-16 Andreas Schneidertests: Fix getaddrinfo test on BSD
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-12 Michael Adamtests: fix test_nwrap_gethostbyname2 - magrathea now...
2015-11-08 Michael Adamtests: extend getaddrinfo_flags_ai_numericserv test...
2015-11-06 Michael Adamtests: fix the getaddrinfo_service test.
2015-11-06 Robin Hacktests: Added new test: test_nwrap_getaddrinfo_flags_ai_...
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 HackTESTS: Add new test which checks multithread support.
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 nwrap vector memory management functions
2015-10-06 Andreas Schneidertests: Only run shadow test when shadow.h is available master-getspnam
2015-10-05 Andreas Schneidertests: Add test for getspnam() function
2015-10-05 Andreas Schneidertests: Add test for (set|get|end)spent functions
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.
2014-09-09 Andreas Schneidertests: Add test for 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-05-28 Andreas Schneidertests: getaddrinfo() should use 0 as ai_flags.
2014-04-08 Andreas Schneidertestsuite: Fix NULL checks.
2014-04-01 Andreas Schneidertests: Check that the address has the correct family.
2014-03-19 Andreas Schneidertests: Add test that getaddrinfo() returns the IPv6...
2014-03-17 Andreas Schneidertests: Add test for gethostbyname2().
2014-03-14 Andreas Schneidertests: Add test_gethostent.c
2014-03-13 Andreas Schneidertests: Add test_gethostent.
2014-02-04 Andreas Schneidercmake: Use NSS_WRAPPER_LOCATION.
2013-12-20 Andreas Schneidercmake: Add a valgrind suppression file.
2013-12-20 Andreas Schneidertests: Add missing includes for test_nwrap_disabled.
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-18 Andreas Schneidertests: Load nss_wrapper for test_nwrap_disabled().
2013-12-17 Andreas Schneidertests: Add getaddrinfo libsocket test.
2013-12-17 Andreas Schneidertests: Add gethostname libnsl test.
2013-12-17 Andreas Schneidertests: Add libnsl hostent test.
2013-12-17 Andreas Schneidertests: Add test to check if libc functions are loaded...
2013-12-17 Andreas Schneidercmake: Simplify test calling.
2013-12-04 Andreas Schneidertests: Use AF_INET6 for testing.
2013-07-23 Andreas Schneidertests: Fix testsuite on Solaris.
2013-07-19 Andreas Schneidercmake: Make sure we link against needed network libs...
2013-07-19 Andreas Schneidertests: Use posix functions on Solaris in the test.
2013-07-18 Andreas Schneidertests: Add test for gethostbyaddr_r().
2013-07-18 Andreas Schneidertests: Add test for gethostbyname_r().
2013-07-18 Andreas Schneidertests: Add more tests for gethostname().
2013-07-18 Andreas Schneidertests: Add gethostname() test.
2013-07-18 Andreas Schneidertests: Add getnameinfo() for flag NI_NOFQDN.
2013-07-18 Andreas Schneidertests: Add getnameinfo() test for dgram ports.
2013-07-18 Andreas Schneidertests: Add getnameinfo() test for NULL host and serv.
2013-07-18 Andreas Schneidertests: Add getnameinfo() test with passing NULL pointers.
2013-07-18 Andreas Schneidertests: Add getnameinfo() test for loopback.
2013-07-18 Andreas Schneidertests: Add getnameinfo() test for "any" addresses.
2013-07-18 Andreas Schneidertests: Add getnameinfo() numeric tests.
2013-07-18 Andreas Schneidertests: Add a simple test for getnameinfo().
2013-07-18 Andreas Schneidertests: Move gethostby(name|addr) tests to own file.
2013-07-18 Andreas Schneidertests: Move getaddrinfo tests to own testsuite.
2013-07-16 Andreas Schneidertests: Add missing include for BSD.
2013-07-16 Andreas Schneidertests: Disable getgrouplist test if not available.
2013-07-03 Andreas Schneidersrc: Don't segfaults if hints is NULL.
2013-07-02 Andreas Schneidertests: Fix build warnings of unused arguments.
2013-07-02 Andreas Schneidersrc: Fix service handling and return on error.
2013-07-02 Andreas Schneidersrc: Let glibc deal without a node specified.
2013-06-29 Andreas Schneidertests: Fix memory leaks.
2013-06-29 Andreas Schneidertests: Fix memory allocation of copy_group().
2013-06-28 Andreas Schneidersrc: Ignore case if we search for hosts entries.
2013-06-28 Andreas Schneidersrc: Add support for host aliases.
2013-06-28 Andreas Schneidersrc: Fix parsing hosts if no aliases are defined.
2013-06-27 Andreas Schneidertests: Make sure we have the port correctly set.
2013-06-27 Andreas Schneidersrc: Set the port in the right byte order.
2013-06-27 Andreas Schneidersrc: Add first part of getaddrinfo().
2013-06-25 Andreas Schneidersrc: Fix setting h_addr_list.
2013-06-25 Andreas Schneidercmake: Fix setting env for tests.
2013-06-25 Andreas Schneidersrc: Add gethostbyname() and gethostbyaddr().
2013-06-05 Andreas Schneidertests: Get test_nwrap_duplicates working.
2013-06-05 Andreas Schneidertests: Enable the testsuite.
2013-06-05 Andreas Schneidertests: Get test_nwrap_reentrant_enumeration_crosschecks...
2013-06-05 Andreas Schneidertests: Get test_nwrap_reentrant_enumeration working.
2013-06-05 Andreas Schneidertests: Get the first test of the testsuite working.
2013-05-15 Andreas SchneiderInitial version.