pam_wrapper.git
2023-11-10 Andreas Schneiderpwrap: Fix PAM_WRAPPER_DISABLE_DEEPBIND environment... master
2023-11-10 Simon Josefssontests: Define PATH_MAX for Hurd.
2023-11-10 Simon Josefssondoc/pam_matrix.8: Fix typo 'allows to'.
2023-11-10 Jan Kundrátdie quickly upon mkdir failure
2023-08-08 Andreas SchneiderBump version to 1.1.5 pam_wrapper-1.1.5
2023-07-17 Andreas Schneidercmake: Remove -Werror=declaration-after-statement
2023-02-17 Andreas Schneidercmake: Fix cmocka >= 1.1.6 find_package() in CONFIG...
2023-02-17 Andreas Schneidercmake: Drop FindCMocka.cmake Module
2022-08-02 Andreas SchneiderDrop support for Python 2
2022-08-02 Andreas Schneidergitlab-ci: Introduce test stages
2022-08-02 Andreas Schneidergitlab-ci: Change the obj-dir so it doesn't create...
2022-08-02 Andreas Schneidergitlab-ci: Fix indentation found by yamllint
2021-10-28 Andreas SchneiderBump version to 1.1.4 pam_wrapper-1.1.4
2021-10-05 Andreas Schneidergitlab-ci: Allow freebsd to fail
2021-06-25 Andreas Schneidertests: Allow to filter tests
2021-06-25 Andreas Schneidercmake: Check for -Wno-bad-function-cast
2021-06-25 Andreas Schneidercmake: Remove configure check for pam_modutil_search_key
2021-06-25 Andreas SchneiderRevert "pwrap: Add back pso_copy for openSUSE Tumbleweed"
2021-06-25 Samuel Cabrerolibpamtest: Fix missing pam_handle argument in run_pamt...
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
2021-04-19 Andreas Schneidertests: Correctly implement free_vlist()
2021-04-07 Valentin Vidiclibpamtest: fix comments for pamtest_conv_data
2021-04-07 Valentin Vidiclibpamtest: include stddef.h in libpamtest.h
2020-12-03 Björn Jackepam_wrapper.c: fall back to pragma init/fini for constr...
2020-12-03 Björn Jackeconfigure: check for pragma init/fini for constructors...
2020-03-26 Andreas SchneiderBump version to 1.1.3 pam_wrapper-1.1.3
2020-03-25 Andreas Schneidercmake: Fix paths in pkgconfig and cmake config files
2020-03-24 Andreas SchneiderBump version to 1.1.2 pam_wrapper-1.1.2
2020-03-24 Andreas Schneiderdoc: Fix manpage installation
2020-03-24 Andreas SchneiderBump version to 1.1.1 pam_wrapper-1.1.1
2020-03-24 Andreas Schneidergitlab-ci: Work around a Python 3.8 bug
2020-03-24 Andreas Schneidergitlab-ci: Add ubuntu target
2020-03-24 Andreas Schneiderpwrap: Add back pso_copy for openSUSE Tumbleweed
2020-03-24 Andreas Schneidercmake: Check for pam_modutil_search_key
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-24 Andreas Schneidertests: Define PAM_AUTH_ERROR in init function
2020-03-24 Andreas Schneidertests: Workaround an off-by-one error in FreeBSD
2020-03-20 Andreas SchneiderBump version to 1.1.0 pam_wrapper-1.1.0
2020-03-20 Andreas SchneiderRename ChangeLog file
2020-03-20 Andreas Schneidergitingore: Ignore compile database
2020-03-20 Andreas Schneidertests: Fix pypamtest_test.py on BSD
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 Noceradoc: Add generated pam_chatty.8 man page
2020-03-19 Bastien Noceradoc: Add pam_chatty man page source
2020-03-19 Bastien Noceramodules: Remove duplicated discard_const* macros
2020-03-19 Bastien Noceratests: Add test for verbose PAM modules
2020-03-19 Bastien Noceratests: Add service file for chatty module
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: Add failure test
2020-03-19 Bastien Nocerapython: Fix typos
2020-03-19 Andreas Schneiderpwrap: Add support for pam_start_confdir()
2020-03-19 Andreas Schneidercmake: Add a check for pam_start_confdir()
2020-03-19 Andreas Schneidercmake: Add link to compile database
2020-01-31 Andreas Schneidergitlab-ci: Setup CI for pam_wrapper
2020-01-31 Andreas Schneidercmake: Do not run python tests with AddressSanitizer
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: Support running the tests with AddressSanitizer
2020-01-31 Andreas Schneidercmake: Add AddressSanitizer and UndefinedSanitizer
2020-01-31 Andreas Schneidercmake: Update add_cmocka_test()
2020-01-31 Andreas Schneidercmake: Look for cmocka 1.1.0 at least
2020-01-31 Andreas Schneidercmake: Move compiler flags to new file
2020-01-31 Andreas Schneidercmake: Improve checks for compiler flags
2020-01-31 Andreas Schneidercmake: Update cmake defaults
2020-01-31 Andreas Schneidercmake: Require at least cmake 3.5.0
2020-01-31 Andreas SchneiderREADME: Rename to a markdown file
2020-01-31 Andreas Schneiderdoc: Document PAM_WRAPPER_DISABLE_DEEPBIND
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 Schneidercmake: Add checks for getprogname() and getexecname()
2019-11-15 Andreas Schneiderpwrap: Add support for running with Sanitizers
2019-02-28 Andreas Schneidercpack: Do not package pyc files
2018-09-26 Andreas SchneiderBump version to 1.0.7 pam_wrapper-1.0.7
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: Don't keep CMAKE_REQUIRED_LIBRARIES around
2018-08-28 Andreas Schneiderctest: Move to new dashboard
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-08-28 Andreas Schneidertests: Fix length calulation
2018-08-28 Andreas SchneiderRename COPYING to LICENSE
next