summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2021-10-15Prompt-driven auth. helperPaul Wolneykien1-1/+6
By the term "prompt-driven" I mean two-way conversation between the screensaver dialog and the PAM stack. As you probably know, PAM works by conversation with a dialog program asking the user to enter something in answer to each message it sends. In the most conventional case, the only question is "Password:" and the password is the only data the user enters. But in general, the number of questions and messages are not limited to that. The previous support of PAM helper (gs-auth-helper.c) was written and worked for the mentioned "only password" authentication scheme. For other schemes it wasn't enough. New implementation fixes that limitation. Same as the previous version of gs-auth-helper.c, the new version uses pipe interface for interprocess communication and synchronization. However, unlike the previous version, new version uses two pipes instead of a single pipe: the first one is used to transfer prompt text from PAM via the helper to the screensaver dialog, and the second one is used to transfer the user input from the dialog to helper (and then the helper replies with it back to PAM). Having that bidirectional prompt/reply channel it is possible to make as many prompt/reply passes as required by PAM. The present helper program (see the helper/ dir) is based on the helper written by [email protected], which is in turn loosely based on unix_chkpwd by Andrew Morgan. All new code is untabified under the assumption the tab width is 8. Signed-off-by: Paul Wolneykien <[email protected]>
2020-06-17add git.mk to generate .gitignoretamplan1-0/+1
2020-04-21build: silent build warnings for distcheckraveit651-0/+1
2019-10-29migrate from intltool to gettextWu Xiaotian1-9/+2
2018-12-22disable deprecation warnings for distcheckraveit651-1/+2
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-2/+1
and require libmatekbd and libmate-desktop >= 1.17
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+3
2016-04-06Add Changelog generationraveit651-0/+10
2014-02-11Include autogen.sh in tarballStefano Karapetsas1-0/+1
2014-01-05Add to ACLOCAL_AMFLAGS for user added flagsinfirit1-1/+1
2013-11-03Fix m4 pathStefano Karapetsas1-1/+1
2013-10-10 Make autofoo happyinfirit1-0/+1
2013-08-02Fixes for make dist and make distcheckStefano Karapetsas1-2/+2
2011-11-04first commitPerberos1-0/+56