summaryrefslogtreecommitdiff
path: root/pam/gkr-pam-module.c
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-051-6/+52
* 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
* gkr-pam-module: Don't use password to determine whether this is a loginwip/emptyJasper St. Pierre2014-09-041-4/+6
* pam: Fix issue with changed password not unlocking keyringStef Walter2014-03-141-15/+31
* pam: Pass XDG_RUNTIME_DIR to new processStef Walter2014-03-141-1/+7
* pam: Allow unlock_keyring() to be called with a NULL passwordStef Walter2014-03-141-1/+0
* pam: Export a pam_sm_close_session() function entry pointStef Walter2014-03-141-0/+7
* daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter2014-03-061-77/+24
* daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter2014-03-061-112/+61
* pam: Fix starting the daemon to change passwordStef Walter2014-03-061-10/+19
* Remove old FSF license from header filesStef Walter2014-01-081-2/+1
* pam: de-duplicate log message text and commentColin Walters2013-10-251-2/+2
* Set correct daemon SELinux context when started from pam moduleTomas Bzatek2011-03-181-0/+34
* [pam] Do not leak login name when logging errorLaurent Bigonville2011-03-091-1/+1
* 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
* Fix broken startup when used with gdm and password-less login.Stef Walter2010-05-241-19/+12
* [daemon] Refactor the startup.Stef Walter2009-12-191-64/+26
* Remove old keyring socket, library and code support.Stef Walter2009-12-171-6/+5
* [daemon] Use new control protocol for daemon.Stef Walter2009-12-161-29/+29
* [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
* 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
* 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
* Don't unlock keyring if daemon wasn't started. Patch by Vincent Untz.Stefan Walter2008-12-111-3/+6
* Don't leave gnome-keyring-daemon running if started for a password change.Stefan Walter2008-12-111-2/+11
* Don't ask PAM to prompt for password if no password is available. FixesStefan Walter2008-02-101-12/+5
* Merge revisions from gnome-2-20 branch. 878 - 924Stefan Walter2007-12-011-8/+18
* Make PAM module work withe SELinux by passing the login password to theStefan Walter2007-11-241-35/+97
* Fix use of uninitialized return value. Fixes bug #468393Stefan Walter2007-08-201-1/+2
* Correctly start the daemon from PAM's pam_sm_open_session callback ratherStefan Walter2007-08-191-4/+65
* Get around more optimizations that cancel out wiping of strings beforeStefan Walter2007-08-181-3/+16
* Build fixes for FreeBSD. Patch by Joe Marcus Clarke. Fixes bug #466060Stefan Walter2007-08-161-4/+4
* Put an upper limit on the amount of data the daemon can send to us.Stefan Walter2007-08-101-1/+4
* Use strtok_r instead of strsep so that we can build on Solaris. Fixes bugStefan Walter2007-08-011-2/+3
* Include headers and defines necessary for building on Solaris. Patch byStefan Walter2007-07-311-0/+1
* Initialise args variable to 0 to silence the compiler with -Werror.Wouter Bolsterlee2007-07-261-1/+1
* Don't try to launch daemon if not requested in pam configuration argumentsStefan Walter2007-07-251-32/+89
* Fix bugs with changing passwords via /usr/bin/passwdStefan Walter2007-07-231-13/+13
* Now uses the 'login' keyring instead of the default. Added support forStefan Walter2007-07-221-337/+251