README: Rename to a markdown file
[nss_wrapper.git] / ConfigureChecks.cmake
2018-08-09 Dennis Schriddetests: Add musl-libc 1.1 compatibility (gethostent())
2018-08-09 Dennis Schriddetests: Add musl-libc 1.1 compatibility (getaddrinfo...
2018-08-09 Dennis Schriddetests: Add musl-libc 1.1 compatibility (getaddrinfo...
2017-05-31 Andreas Schneidercmake: Check for contructor attribute support
2016-03-16 Andreas Schneidernwrap: Support FreeBSD 'struct passwd' members
2015-10-06 Andreas Schneidernwrap: Check for setspent and getspnam functions
2015-10-06 Andreas Schneidersrc: Add configure check for shadow.h
2014-03-17 Andreas Schneidersrc: Add gethostbyname2() for getent.
2013-12-20 Andreas Schneidernwrap: Add a destructor to free resources.
2013-12-20 Andreas Schneidercmake: Check for printf format attribute.
2013-12-04 Andreas Schneidercmake: Check for getnameinfo on older distributions.
2013-07-19 Andreas Schneidercmake: Make sure we link against needed network libs...
2013-07-19 Andreas Schneidercmake: Fix typo in HAVE_SOLARIS_GETGRGID_R check.
2013-07-19 Andreas Schneidercmake: Check for getgrgid_r Solaris version.
2013-07-19 Andreas Schneidercmake: Fix typo in HAVE_SOLARIS_GETPWUID_R.
2013-07-19 Andreas Schneidercmake: Check for getpwnam_r and getpwuid_r on Solaris.
2013-07-19 Andreas Schneidercmake: Fix prototype checks on Solaris.
2013-07-19 Andreas Schneidercmake: Fix nss_wrapper on Solaris.
2013-07-18 Andreas Schneidercmake: Check for POSIX functions on Solaris.
2013-07-18 Andreas Schneidercmake: Fix typos in getgrent_r check.
2013-07-18 Andreas Schneidercmake: Check for linux getnameinfo prototype.
2013-07-18 Andreas Schneidercmake: Check if the libc provides gethostby(addr|name...
2013-07-16 Andreas Schneidercmake: Check for BSD setgrent.
2013-07-09 Andreas Schneidersrc: Add support for Solaris nsswitch.
2013-07-09 Andreas Schneidercmake: Check for nss.h.
2013-06-27 Andreas Schneidersrc: Add first part of getaddrinfo().
2013-06-25 Andreas Schneidersrc: Add nwrap_files_*hostent() functions.
2013-06-05 Andreas Schneidercmake: Make sure we link against libdl.
2013-05-16 Andreas Schneidersrc: Add getgrent_r().
2013-05-16 Andreas Schneidersrc: Add getpwent_r().
2013-05-15 Andreas SchneiderInitial version.