summaryrefslogtreecommitdiff
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* Provide more insight from pam_gnome_keyring about unlockingettavolt2020-01-251-5/+9
* Fixes #26: restore behaviour before b22d058a when control file isn't foundRoderich Schupp2019-03-021-0/+2
* pam: lookup XDG_RUNTIME_DIR using get_any_envJacob Keller2018-10-052-20/+55
* pam: Destroy the password in pam_sm_open_sessionNicolas Iooss2017-04-201-0/+6
* pam: Pass the correct argc to gkr_pam_client_run_operationIain Lane2016-05-121-1/+2
* pam: Stop using deprecated <selinux/flask.h> headerStef Walter2015-10-131-2/+1
* pam: Make sure to never block SIGCHLDClement Lefebvre2015-03-051-2/+3
* test-pam: Fix GError leak in error caseChristophe Fergeau2014-10-141-0/+1
* gkr-pam-module: Don't use password to determine whether this is a loginwip/emptyJasper St. Pierre2014-09-041-4/+6
* pam: Don't use geteuid() to get uid for authenticated userStef Walter2014-08-111-12/+16
* pam: Fix issue with changed password not unlocking keyringStef Walter2014-03-142-15/+76
* pam: Pass XDG_RUNTIME_DIR to new processStef Walter2014-03-142-1/+16
* pam: Allow unlock_keyring() to be called with a NULL passwordStef Walter2014-03-142-1/+30
* pam: Export a pam_sm_close_session() function entry pointStef Walter2014-03-141-0/+7
* daemon: Provide caller syncronization for quitting the daemonStef Walter2014-03-141-6/+27
* daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter2014-03-062-78/+27
* daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter2014-03-063-162/+138
* pam: Fix starting the daemon to change passwordStef Walter2014-03-061-10/+19
* pam: Add some tests for the PAM moduleStef Walter2014-03-067-0/+721
* Makefile.am: Use a single non-recursive MakefileStef Walter2014-03-051-16/+9
* Remove old FSF license from header filesStef Walter2014-01-084-8/+4
* pam: de-duplicate log message text and commentColin Walters2013-10-251-2/+2
* Bring over new egg'd components from gcrStef Walter2012-04-071-3/+5
* Set correct daemon SELinux context when started from pam moduleTomas Bzatek2011-03-182-0/+35
* [pam] Do not leak login name when logging errorLaurent Bigonville2011-03-091-1/+1
* [pam] Don't use MAXPATHLEN in pam module.Stef Walter2010-09-111-17/+14
* Revert "[pam] Fix build on Snow Leopard."Stef Walter2010-08-311-7/+0
* [pam] Fix build on Snow Leopard.Louis-Francis Ratté-Boulianne2010-08-281-0/+7
* Cleanup .gitignore files.Stef Walter2010-06-081-4/+0
* No more prompt tests.Stef Walter2010-06-085-211/+0
* Fix broken startup when used with gdm and password-less login.Stef Walter2010-05-241-19/+12
* [daemon] Refactor the startup.Stef Walter2009-12-192-77/+37
* Remove old keyring socket, library and code support.Stef Walter2009-12-173-19/+16
* [daemon] Use new control protocol for daemon.Stef Walter2009-12-163-58/+57
* [pam] Fix logic for only_if optionVincent Untz2009-08-301-1/+1
* [pam] Fix use of constant not found in Solaris or FreeBSD.Stef Walter2009-07-311-4/+4
* Add support in pam module for use_authtokStef Walter2009-07-091-2/+12
* Add only_if= option to pam module, can limit services its enabled for.Stef Walter2009-06-261-10/+75
* Make "Password: " prompt be translated in pam module.Stef Walter2009-06-261-1/+8
* Move remainder to new style tests.Stef Walter2009-05-103-41/+13
* Implement valgrind support for our memory allocator, and support forStefan Walter2009-03-111-4/+15
* If login keyring doesn't exist when changing the PAM password, don'tStefan Walter2009-02-191-2/+3
* Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter2009-02-131-1/+1
* Ignore built files in git.Stefan Walter2009-02-072-0/+8
* Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter2009-01-173-17/+17
* Make it easier to pick and choose between commonly used code bits inStefan Walter2009-01-091-1/+3
* Fix compiler warnings and add -Werror back in when --enable-tests isStefan Walter2009-01-061-1/+2
* Allow build on Solaris PAM. Fixes bug #559232.Halton Huo2008-12-121-0/+8
* Rework initialization of the daemon so that most initialization can happenStefan Walter2008-12-111-1/+1
* Close open file descriptors before running the daemon. Fixes bug #560131Stefan Walter2008-12-111-1/+5