nss_wrapper.git
2023-08-09 Pino Toscanosrc: use LIBC_SO and LIBNSL_SO from GNU libc, if available master
2023-08-09 Simon Josefssondoc/nss_wrapper.1: Fix typo of 'environment'.
2023-02-17 Andreas Schneidercmake: Fix cmocka >= 1.1.6 find_package() in CONFIG...
2023-01-25 Andreas SchneiderBump version to 1.1.15 nss_wrapper-1.1.15
2023-01-25 Andreas Schneidertests: Fix a memory leak in test_nwrap_initgroups()
2023-01-25 Andreas Schneidercmake: Set default compile flags for nss_utils
2023-01-25 Andreas Schneidercmake: We need to link nss_nwrap against nss_utils
2023-01-25 Andreas SchneiderBump version to 1.1.14 nss_wrapper-1.1.14
2023-01-25 Andreas Schneidercmake: Print a message that nss_wrapper was found with...
2023-01-25 Andreas Schneidercmake: Improve version detection to support ranges
2023-01-24 Pavel Filipenskýtests: Add test_initgroups
2023-01-24 Pavel Filipenskýtests: Add more groups and groups members
2023-01-24 Pavel Filipenskýtests: Implement _nss_nwrap_initgroups_dyn(), _nss_nwra...
2023-01-24 Pavel Filipenskýnwrap,tests: Use nwrap_gr_copy_r() from lib nss_utils
2023-01-24 Pavel Filipenskýnwrap: Create library nss_utils
2023-01-24 Pavel Filipenskýnwrap: Implement initgroups() using nwrap_getgrouplist()
2023-01-24 Pavel Filipenskýnwrap: Implement getgrouplist() correctly
2023-01-24 Pavel Filipenskýnwrap: Implement nwrap_files_initgroups_dyn()
2023-01-24 Pavel Filipenskýnwrap: Add MIN(), MAX() macros
2023-01-24 Pavel Filipenskýnwrap: Correctly implement initgroups_dyn() for the...
2023-01-24 Pavel Filipenskýnwrap: Remove incorrect implementation of nwrap_initgro...
2023-01-24 Pavel FilipenskýAdd clang-format definitions
2023-01-23 Samuel ThibaultAvoid dclose(RTLD_NEXT)
2022-11-09 Andreas SchneiderBump version to 1.1.13 nss_wrapper-1.1.13
2022-11-04 Andreas Schneidergitlab-ci: Add runner for ThreadSanitizer
2022-11-04 Andreas Schneidergitlab-ci: Format yaml file
2022-11-04 Andreas Schneidergitlab-ci: Add stages
2022-11-04 Andreas Schneidernwrap: Add NWRAP_REINIT_ALL to initialize mutexes
2022-11-04 Andreas Schneidernwrap: Remove unneeded nss_module_symbol_binding_mutex
2022-11-04 Andreas Schneidernwrap: Bind symbols only once
2022-11-04 Andreas Schneidernwrap: Introduce nwrap_mutex_(un)lock() for better...
2022-11-04 Andreas Schneidernwrap: Move nwrap_thread_*() to the end
2022-11-04 Andreas Schneidernwrap: Fix mutex unlocking in nwrap_init()
2022-11-04 Andreas Schneidertests: Disable deep binding with ThreadSanitizer
2022-11-04 Andreas Schneidercmake: Add support for ThreadSanitizer
2022-11-04 Andreas SchneiderAdd editorconfig
2022-06-24 Andreas SchneiderBump version to 1.1.12 nss_wrapper-1.1.12
2022-06-24 Pavel Filipenskýnwrap: Fix endpwent and setgrent to call the functions
2020-11-04 Björn Jackenss_wrapper: fall back to pragma init/fini for construc...
2020-11-04 Björn Jackeconfigure: check for pragma init/fini for constructors...
2020-11-04 TJ Millernwrap_files_cache_reload: add close for ebadf fd just...
2020-11-04 TJ Millernwrap_files_cache_reload: add test for closed handles...
2020-11-04 TJ Millernwrap_files_cache_reload: avoid error on EBADF during...
2020-07-10 Douglas Bagnallnwrap_files_getaddrinfo: avoid crash on empty name
2020-04-02 Andreas SchneiderBump version 1.1.11 nss_wrapper-1.1.11
2020-04-02 Andreas Schneidercpack: Ignore compile_commands.json file
2020-04-02 Andreas Schneidergitignore: Ignore all obj directories
2020-04-02 Andreas Schneidernwrap: Correctly handle realloc() in nwrap_module_init()
2020-04-02 Andreas Schneidernwrap: Always fully initialze an nwrap_backend
2020-04-02 Andreas Schneidernwrap: Rewrite symbol binding for nss modules
2020-04-02 Andreas Schneidernwrap: Add mutex for nss module symbol binding
2020-04-02 Andreas Schneidernwrap: Rewrite symbol binding for libc, libnsl and...
2020-04-02 Andreas Schneidernwrap: Add mutex for libc symbol binding
2020-04-02 Andreas Schneidertests: Add a basic test to check if the NSS module...
2020-03-24 Andreas Schneidergitlab-ci: Add Ubuntu runner
2020-03-24 Andreas Schneidergitlab-ci: Remove debian cross mips build
2020-03-19 Andreas SchneiderBump version to 1.1.10 nss_wrapper-1.1.10
2020-03-19 Samuel Cabrerotests: Add tests for gethostbyname2_r, IPv4 and IPv6
2020-03-19 Samuel Cabreronwrap: Account for ending NULL pointer when checking...
2020-03-19 Samuel Cabreronwrap: Forward ERANGE error to caller in gethostbyname...
2020-03-19 Samuel Cabreronwrap: Filter by family in gethostbyname2_r
2020-03-19 Andreas Schneidertests: Check that gethostbyname_r() zeros return values
2020-03-19 Andreas Schneidernwrap: Check paramters and make sure return values...
2020-03-19 Andreas Schneidernwrap: Zero the result in case we return with an error
2020-03-19 Andreas Schneidernwrap: Use SAFE_FREE() in nwrap_files_gethostbyname2_r()
2020-03-17 Andreas Schneidernwrap: Use calloc() to allocate addr_list vector
2020-03-17 Andreas Schneidernwrap: Add missing check for gethostbyname2_r()
2020-03-16 Andreas Schneidernwrap: Fix build if system doesn't provide gethostbyname2
2020-03-16 Andreas SchneiderBump version to 1.1.9 nss_wrapper-1.1.9
2020-03-16 Andreas Schneidercmake: Make setting LIBRARY_VERSION easier
2020-03-16 Andreas Schneidercmake: Add a link to the compile database for .clangd
2020-03-16 Andreas Schneidercmake: Add a dist target to create source tarball
2020-02-17 Andreas Schneidernwrap: Only warn if we can't find a symbol in an nss...
2020-02-17 Andreas Schneidernwrap: Some code cleanup for nwrap_load_module_fn()
2020-02-17 Andreas SchneiderBump version to 1.1.8 nss_wrapper-1.1.8
2020-02-17 Andreas SchneiderRename to CHANGELOG
2020-02-17 Andreas Schneidernwrap: Fix memory leak on error in nwrap_module_gethost...
2020-02-17 Andreas Schneidernwrap: Fix memory leak on error in nwrap_module_gethost...
2020-02-17 Andreas Schneidernwrap: Fix memory leak on error in nwrap_module_gethost...
2020-02-17 Andreas Schneidertests: Make sure that current_grp is initialized
2019-11-18 Samuel Cabreronwrap: Use size_t for iterations, can't be negative
2019-11-18 Samuel Cabreronwrap: Try different backends for gethostbyname[2][_r]
2019-11-18 Samuel Cabreronwrap: Try different backends in gethostbyaddr
2019-11-18 Andreas Schneiderpkgconfig: Fix path to library in nss_wrapper.pc
2019-11-11 Andreas SchneiderBump version to 1.1.7
2019-11-11 Andreas Schneidernwrap: Improve logging function
2019-11-11 Andreas Schneidercmake: Check for getprogname() and getexecname()
2019-11-11 Andreas Schneidernwrap: Always provide logging
2019-11-06 Andreas Schneidercmake: Fix path to nss_wrapper library
2019-07-11 Andreas SchneiderUpdate TODO
2019-07-11 Andreas Schneiderdoc: Add description for NSS_WRAPPER_DISABLE_DEEPBIND
2019-07-11 Andreas Schneidernwrap: Add NSS_WRAPPER_DISABLE_DEEPBIND env variable
2019-05-17 Andreas SchneiderBump version to 1.1.6 nss_wrapper-1.1.6
2019-05-17 Andreas Schneidercpack: Fix description and vendor
2019-02-28 Andreas Schneidergitlab-ci: Setup CI for nss_wrapper
2019-02-28 Andreas Schneidercmake: Use GNUInstallDirs
2019-02-28 Andreas Schneidercmake: Do not run test_nwrap_disabled with sanitizers
2019-02-28 Andreas Schneidercmake: Disable source code execution when cross compiling
2019-02-28 Andreas Schneidercmake: Put defines in config.h
2019-02-28 Andreas Schneidercmake: Fix configure check for libdl
next