nwrap: Some code cleanup for nwrap_load_module_fn()
[nss_wrapper.git] / src / nss_wrapper.c
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-08 Andreas Schneidernwrap: Make nss_wrapper_hosts_enabled() public.
2014-04-08 Andreas Schneidernwrap: Make nss_wrapper_enabled public.
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-01-31 Andreas Schneidersrc: Remove the localhost shortcut. nss_wrapper-1.0.0
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().
2013-12-17 Andreas Schneidernwrap: Add libc_getgrnam().
2013-12-17 Andreas Schneidernwrap: Add libc_initgroups().
2013-12-17 Andreas Schneidernwrap: Add libc_endpwent().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwent_r().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwent().
2013-12-17 Andreas Schneidernwrap: Add libc_setpwent().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwuid_r().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwuid().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwnam_r().
2013-12-17 Andreas Schneidernwrap: Add libc_getpwnam().
2013-12-17 Andreas Schneidernwrap: Add nwrap_load_lib_function().
2013-12-17 Andreas Schneidernwrap: Add nwrap_load_lib_handle().
2013-12-04 Andreas Schneidercmake: Check for getnameinfo on older distributions.
2013-11-09 Andreas Schneidernwrap: Try to fix some compile warning.
2013-11-07 Andreas Schneidernwrap: Print the function in the debug statement.
2013-11-07 Andreas Schneidernwrap: Reformat debug messages.
2013-11-06 Andreas Schneidernwrap: Remove old logging functions.
2013-11-06 Andreas Schneidernwrap: Use new logging function.
2013-11-06 Andreas Schneidernwrap: Add new logging function.
2013-11-06 Andreas Schneidernwrap: Add macro for printf attribute checking.
2013-11-06 Andreas Schneidernwrap: Add __location__ definition.
2013-07-23 Andreas Schneidernwrap: Fix an infinite loop in loading libraries.
2013-07-23 Andreas Schneidernwrap: Fix library variables for Solaris.
2013-07-23 Andreas Schneidernwrap: Load symbols from different libs on Solaris.
2013-07-23 Andreas Schneidernwrap: Pass the dl handle to nwrap_libc_fn().
2013-07-19 Andreas Schneidernwrap: Fix build of (set|end)hostent on Solaris.
2013-07-19 Andreas Schneidercmake: Check for getgrgid_r Solaris version.
2013-07-19 Andreas Schneidernwrap: Fix bulid of getpwent_r on Solaris.
2013-07-19 Andreas Schneidercmake: Check for getpwnam_r and getpwuid_r on Solaris.
2013-07-19 Andreas Schneidercmake: Fix nss_wrapper on Solaris.
2013-07-18 Andreas Schneidercmake: Check for POSIX functions on Solaris.
next