aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-31README: Rename to a markdown fileAndreas Schneider2-4/+4
2020-01-31doc: Document PAM_WRAPPER_DISABLE_DEEPBINDAndreas Schneider2-5/+22
2019-11-15pwrap: Fix pso_copy to work with libpam.so.0.84.2Andreas Schneider1-4/+27
2019-11-15pwrap: Use a define in pso_copy()Andreas Schneider1-3/+5
2019-11-15pwrap: Improve loggingAndreas Schneider1-14/+33
2019-11-15cmake: Add checks for getprogname() and getexecname()Andreas Schneider2-0/+4
2019-11-15pwrap: Add support for running with SanitizersAndreas Schneider1-5/+15
2019-02-28cpack: Do not package pyc filesAndreas Schneider1-1/+1
2018-09-26Bump version to 1.0.7HEADmasterAndreas Schneider2-3/+9
2018-09-20pwrap: Don't do a deep bind if we run with libasanmaster-pam_convAndreas Schneider1-1/+9
2018-09-20pam_set_items: Add loggingAndreas Schneider1-1/+99
2018-09-20pypamtest: Fix number of responsesAndreas Schneider1-23/+44
2018-09-20pwrap: Add PAM_TEXT_INFO and PAM_ERROR_MSG to responsesAndreas Schneider1-0/+16
2018-09-20libpamtest: Check that message count matches response countAndreas Schneider1-10/+5
2018-08-28cmake: Don't keep CMAKE_REQUIRED_LIBRARIES aroundAndreas Schneider1-3/+3
2018-08-28ctest: Move to new dashboardAndreas Schneider1-3/+3
2018-08-28cmake: Fix python2 and python3 detectionAndreas Schneider2-30/+50
2018-08-28pwrap: Improve error messageAndreas Schneider1-1/+1
2018-08-28pwrap: Don't clean the stale dir twiceAndreas Schneider1-2/+0
2018-08-28tests: Fix length calulationAndreas Schneider1-1/+1
2018-08-28Rename COPYING to LICENSEAndreas Schneider2-1/+1
2018-08-28cpack: Do not package build dirs in source tarballAndreas Schneider1-1/+1
2018-03-27Bump version to 1.0.6Andreas Schneider2-1/+5
2018-03-26pwrap: remove pdir handling from p_copy()Ralph Boehme1-18/+2
2018-03-26pwrap: Fix overflow checkingRalph Boehme1-1/+95
2018-03-26pwrap: Avoid strncpy in pwrap_init()Andreas Schneider1-4/+6
2018-02-27pwrap: Add missing config.h includesAndreas Schneider2-0/+4
2018-02-27pwrap: Remove trailing whitespacesAndreas Schneider1-1/+1
2018-02-22Bump version to 1.0.5Andreas Schneider2-3/+9
2018-02-22pwrap: Use a more unique name for pamdirNikos Mavrogiannopoulos1-24/+34
2018-02-13cmake: Build python2 and python3 modules if possibleAndreas Schneider7-29/+95
2017-11-23cmake: Improve PAM_WRAPPER_LOACATIONAndreas Schneider1-5/+1
2017-11-23pam_wrapper: Use a constant string format specifier in testUri Simchoni1-6/+6
2017-11-23pam_wrapper: use uintptr_t as base for const-discardingUri Simchoni1-2/+2
2017-11-23pam_wrapper: #ifdef-out unused functionsUri Simchoni1-2/+6
2017-10-18pypamtest: Fix Python 2.6 compatibilityLumir Balhar1-0/+9
2017-05-15Bump version to 1.0.4Andreas Schneider2-1/+5
2017-05-15pwrap: Do not leak srcfd on errorAndreas Schneider1-1/+2
2017-05-04pam_wrapper: Fix the build without pam_vsyslogVolker Lendecke1-0/+2
2017-04-06Bump version to 1.0.3Andreas Schneider2-1/+5
2017-04-06doc: Document PAM_WRAPPER_USE_SYSLOG variableAndreas Schneider2-5/+16
2017-04-06pwrap: Do not log to syslog by default but use our loggingAndreas Schneider1-4/+40
2017-04-06pwrap: Do an early return in pwrap_vlog if log level doesn't matchAndreas Schneider1-23/+25
2017-04-06pwrap: Add pwrap_vlog() functionsAndreas Schneider1-11/+21
2017-04-06pwrap: Remove useless breakAndreas Schneider1-1/+0
2017-04-06libpamtest: Do not declare variable in for-loopAndreas Schneider1-1/+3
2017-04-06pypamtest: Add sanity checks in new_conv_list()Andreas Schneider1-2/+10
2017-04-06pypamtest: Do not use variable declaration in for-loopAndreas Schneider1-1/+2
2017-04-06cmake: Add Python 3.6 if we look for the python libraryAndreas Schneider1-1/+1
2017-04-06pwrap: Do not discard const valueAndreas Schneider1-18/+19