pam_wrapper.git
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
2018-08-28 Andreas Schneidercpack: Do not package build dirs in source tarball
2018-03-27 Andreas SchneiderBump version to 1.0.6 pam_wrapper-1.0.6
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 Andreas SchneiderBump version to 1.0.5 pam_wrapper-1.0.5
2018-02-22 Nikos Mavrogiannopoulospwrap: 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 SchneiderBump version to 1.0.4 pam_wrapper-1.0.4
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 SchneiderBump version to 1.0.3 pam_wrapper-1.0.3
2017-04-06 Andreas Schneiderdoc: Document PAM_WRAPPER_USE_SYSLOG variable
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 Schneidercmake: Add Python 3.6 if we look for the python library
2017-04-06 Andreas Schneiderpwrap: Do not discard const value
2017-04-06 Andreas Schneidercmake: Remove unused define
next