cmake: Remove configure check for pam_modutil_search_key
[pam_wrapper.git] / src /
2021-06-25 Andreas SchneiderRevert "pwrap: Add back pso_copy for openSUSE Tumbleweed"
2021-06-25 Jakub JelenAccept whole range of supported pids
2021-06-24 Samuel Cabrerocmake: Silence warning with gcc version >= 8
2021-06-24 Samuel Cabreropython: Export pam_setcred flags, to be used in python...
2021-06-24 Samuel Cabrerolibpamtest: Add a new keyword parameter to reuse the...
2021-06-24 Samuel Cabreropython: Store the pam handle in the python test object
2021-06-24 Samuel Cabreropython: Store the pam env in the python test object
2020-12-03 Björn Jackepam_wrapper.c: fall back to pragma init/fini for constr...
2020-03-24 Andreas Schneiderpwrap: Add back pso_copy for openSUSE Tumbleweed
2020-03-24 Andreas Schneiderpwrap: Use PSO_COPY_READ_SIZE in pso_copy()
2020-03-24 Andreas SchneiderRevert "pwrap: Fix pso_copy to work with libpam.so...
2020-03-24 Andreas Schneiderpwrap: Create two pwrap_init() functions
2020-03-24 Andreas Schneiderpwrap: Log the return code of pam_start()
2020-03-24 Andreas Schneiderpwrap: Improve debug message in p_rmdirs_at()
2020-03-24 Andreas Schneiderpwrap: Initialize pointers with NULL in p_rmdirs_at()
2020-03-20 Andreas Schneiderpwrap: Set up a pthread_atfork() handler to not delete...
2020-03-20 Andreas Schneiderpwrap: Move the constructor to the end of the source...
2020-03-20 Andreas Schneiderpwrap: Set initialised to false in the destructor
2020-03-19 Bastien Noceramodules: Remove duplicated discard_const* macros
2020-03-19 Bastien Noceramodules: Add pam_chatty module
2020-03-19 Bastien Nocerapython: Fix crash when the PAM module outputs too much...
2020-03-19 Bastien Nocerapython: Fix typos
2020-03-19 Andreas Schneiderpwrap: Add support for pam_start_confdir()
2020-01-31 Andreas Schneidercmake: Write new cmake config files
2020-01-31 Andreas Schneidercmake: Use GNUInstallDirs
2020-01-31 Andreas Schneidercmake: Use target_include_directories()
2020-01-31 Andreas Schneidercmake: Improve checks for compiler flags
2019-11-15 Andreas Schneiderpwrap: Fix pso_copy to work with libpam.so.0.84.2
2019-11-15 Andreas Schneiderpwrap: Use a define in pso_copy()
2019-11-15 Andreas Schneiderpwrap: Improve logging
2019-11-15 Andreas Schneiderpwrap: Add support for running with Sanitizers
2018-09-20 Andreas Schneiderpwrap: Don't do a deep bind if we run with libasan
2018-09-20 Andreas Schneiderpam_set_items: Add logging
2018-09-20 Andreas Schneiderpypamtest: Fix number of responses
2018-09-20 Andreas Schneiderpwrap: Add PAM_TEXT_INFO and PAM_ERROR_MSG to responses
2018-09-20 Andreas Schneiderlibpamtest: Check that message count matches response...
2018-08-28 Andreas Schneidercmake: Fix python2 and python3 detection
2018-08-28 Andreas Schneiderpwrap: Improve error message
2018-08-28 Andreas Schneiderpwrap: Don't clean the stale dir twice
2018-03-26 Ralph Boehmepwrap: remove pdir handling from p_copy()
2018-03-26 Ralph Boehmepwrap: Fix overflow checking
2018-03-26 Andreas Schneiderpwrap: Avoid strncpy in pwrap_init()
2018-02-27 Andreas Schneiderpwrap: Add missing config.h includes
2018-02-27 Andreas Schneiderpwrap: Remove trailing whitespaces
2018-02-22 Nikos Mavrogiannop... pwrap: Use a more unique name for pamdir
2018-02-13 Andreas Schneidercmake: Build python2 and python3 modules if possible
2017-11-23 Andreas Schneidercmake: Improve PAM_WRAPPER_LOACATION
2017-11-23 Uri Simchonipam_wrapper: Use a constant string format specifier...
2017-11-23 Uri Simchonipam_wrapper: use uintptr_t as base for const-discarding
2017-11-23 Uri Simchonipam_wrapper: #ifdef-out unused functions
2017-10-18 Lumir Balharpypamtest: Fix Python 2.6 compatibility
2017-05-15 Andreas Schneiderpwrap: Do not leak srcfd on error
2017-05-04 Volker Lendeckepam_wrapper: Fix the build without pam_vsyslog
2017-04-06 Andreas Schneiderpwrap: Do not log to syslog by default but use our...
2017-04-06 Andreas Schneiderpwrap: Do an early return in pwrap_vlog if log level...
2017-04-06 Andreas Schneiderpwrap: Add pwrap_vlog() functions
2017-04-06 Andreas Schneiderpwrap: Remove useless break
2017-04-06 Andreas Schneiderlibpamtest: Do not declare variable in for-loop
2017-04-06 Andreas Schneiderpypamtest: Add sanity checks in new_conv_list()
2017-04-06 Andreas Schneiderpypamtest: Do not use variable declaration in for-loop
2017-04-06 Andreas Schneiderpwrap: Do not discard const value
2016-05-10 Andreas Schneiderpwrap: Disable audit on BSD
2016-05-10 Jakub Hrozeklibpamtest: Only reply in conversation for echo_on...
2016-01-18 Andreas Schneiderpwrap: Fix a possible timing issue in p_copy()
2016-01-18 Jakub Hrozekpwrap: Improve p_rmdirs() do avoid timing issues
2016-01-18 Andreas Schneiderpwrap: Remove superfloues lstat()
2016-01-18 Andreas Schneiderpwrap: Make sure we have a terminating null byte
2016-01-18 Andreas Schneiderpam_matrix: Set a secure umask before calling mkstemp()
2016-01-18 Andreas Schneiderpwrap: Return EPROTONOSUPPORT in audit_open()
2016-01-18 Andreas Schneidercmake: Link python module against the python library
2016-01-18 Andreas Schneidercmake: Do not require a C++ compiler
2016-01-13 Andreas Schneiderpam_matrix: Call umask before mkstemp()
2016-01-13 Andreas Schneiderpwrap: Make sure pam_library is null-terminated
2016-01-13 Andreas Schneiderlibpamtest: Make sure ri is not used uninitialized
2016-01-08 Andreas Schneiderpwrap: Wrap audit_open() to fix sshd
2016-01-08 Jakub HrozekCoverity: Remove deadcode
2016-01-08 Jakub HrozekCoverity: Fix memory leak in libpamtest on error
2016-01-08 Andreas Schneiderpython: Remove dead code in test_result_list_concat()
2016-01-08 Andreas Schneidercmake: Link pam_wrapper to libdl
2016-01-08 Andreas Schneidercmake: Install pypamtest
2016-01-08 Andreas Schneidercmake: Use python_add_module function
2016-01-08 Andreas Schneiderpwrap: Do not close negative fds in p_copy()
2016-01-08 Andreas Schneiderpwrap: Fix a resource leak in p_rmdirs()
2016-01-08 Andreas Schneiderpwrap: Add more debug messages if something goes wrong
2016-01-08 Andreas Schneiderpwrap: Do not fail on EOL in pwrap_clean_stale_dirs()
2016-01-08 Andreas Schneiderpwrap: Close the pidfile in pwrap_init()
2016-01-08 Andreas Schneiderpwrap: Add log message for directory cleanup
2015-12-10 Andreas Schneiderpy: Fix strict aliasing rules in initpypamtest()
2015-12-10 Andreas Schneiderpy: Fix strict aliasing rules in set_pypamtest_exception()
2015-12-10 Andreas Schneiderpy: Make sure we do not use failed uninitialized
2015-12-10 Andreas Schneiderpy: Make sure we do not dereference a NULL pointer
2015-12-10 Andreas Schneiderlibpamtest: Do not call pam_end() if tc is not set
2015-12-10 Andreas Schneiderlibpamtest: Make sure reply is initialized
2015-12-10 Andreas Schneiderpam_matrix: Add OpenPAM (BSD) support
2015-12-10 Andreas Schneidercmake: Set correct versions for libraries
2015-12-10 Andreas Schneiderpython: Support python2
2015-12-10 Jakub Hrozeklibpamtest: Add Python bindings
2015-12-10 Jakub Hrozekpwrap: Add pamtest_strerror()
2015-12-10 Andreas SchneiderImprove build
2015-12-10 Andreas Schneiders/PAM_WRAPPER_CONFDIR/PAM_WRAPPER_SERVICEDIR
next