summaryrefslogtreecommitdiff
path: root/pam
AgeCommit message (Expand)AuthorFilesLines
2014-09-04gkr-pam-module: Don't use password to determine whether this is a loginJasper St. Pierre1-4/+6
2014-08-11pam: Don't use geteuid() to get uid for authenticated userStef Walter1-12/+16
2014-03-14pam: Fix issue with changed password not unlocking keyringStef Walter2-15/+76
2014-03-14pam: Pass XDG_RUNTIME_DIR to new processStef Walter2-1/+16
2014-03-14pam: Allow unlock_keyring() to be called with a NULL passwordStef Walter2-1/+30
2014-03-14pam: Export a pam_sm_close_session() function entry pointStef Walter1-0/+7
2014-03-14daemon: Provide caller syncronization for quitting the daemonStef Walter1-6/+27
2014-03-06daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter2-78/+27
2014-03-06daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter3-162/+138
2014-03-06pam: Fix starting the daemon to change passwordStef Walter1-10/+19
2014-03-06pam: Add some tests for the PAM moduleStef Walter7-0/+721
2014-03-05Makefile.am: Use a single non-recursive MakefileStef Walter1-16/+9
2014-01-08Remove old FSF license from header filesStef Walter4-8/+4
2013-10-25pam: de-duplicate log message text and commentColin Walters1-2/+2
2012-04-07Bring over new egg'd components from gcrStef Walter1-3/+5
2011-03-18Set correct daemon SELinux context when started from pam moduleTomas Bzatek2-0/+35
2011-03-09[pam] Do not leak login name when logging errorLaurent Bigonville1-1/+1
2010-09-11[pam] Don't use MAXPATHLEN in pam module.Stef Walter1-17/+14
2010-08-31Revert "[pam] Fix build on Snow Leopard."Stef Walter1-7/+0
2010-08-28[pam] Fix build on Snow Leopard.Louis-Francis Ratté-Boulianne1-0/+7
2010-06-08Cleanup .gitignore files.Stef Walter1-4/+0
2010-06-08No more prompt tests.Stef Walter5-211/+0
2010-05-24Fix broken startup when used with gdm and password-less login.Stef Walter1-19/+12
2009-12-19[daemon] Refactor the startup.Stef Walter2-77/+37
2009-12-17Remove old keyring socket, library and code support.Stef Walter3-19/+16
2009-12-16[daemon] Use new control protocol for daemon.Stef Walter3-58/+57
2009-08-30[pam] Fix logic for only_if optionVincent Untz1-1/+1
2009-07-31[pam] Fix use of constant not found in Solaris or FreeBSD.Stef Walter1-4/+4
2009-07-09Add support in pam module for use_authtokStef Walter1-2/+12
2009-06-26Add only_if= option to pam module, can limit services its enabled for.Stef Walter1-10/+75
2009-06-26Make "Password: " prompt be translated in pam module.Stef Walter1-1/+8
2009-05-10Move remainder to new style tests.Stef Walter3-41/+13
2009-03-11Implement valgrind support for our memory allocator, and support forStefan Walter1-4/+15
2009-02-19If login keyring doesn't exist when changing the PAM password, don'tStefan Walter1-2/+3
2009-02-13Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter1-1/+1
2009-02-07Ignore built files in git.Stefan Walter2-0/+8
2009-01-17Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter3-17/+17
2009-01-09Make it easier to pick and choose between commonly used code bits inStefan Walter1-1/+3
2009-01-06Fix compiler warnings and add -Werror back in when --enable-tests isStefan Walter1-1/+2
2008-12-12Allow build on Solaris PAM. Fixes bug #559232.Halton Huo1-0/+8
2008-12-11Rework initialization of the daemon so that most initialization can happenStefan Walter1-1/+1
2008-12-11Close open file descriptors before running the daemon. Fixes bug #560131Stefan Walter1-1/+5
2008-12-11Don't unlock keyring if daemon wasn't started. Patch by Vincent Untz.Stefan Walter1-3/+6
2008-12-11Don't leave gnome-keyring-daemon running if started for a password change.Stefan Walter1-2/+11
2008-02-10Don't ask PAM to prompt for password if no password is available. FixesStefan Walter1-12/+5
2008-02-07Add checking that PKCS#11 socket connections come from the appropriateStefan Walter1-48/+11
2007-12-01Merge revisions from gnome-2-20 branch. 878 - 924Stefan Walter1-8/+18
2007-11-29Fix bugs in tests and regression bugs exposedStefan Walter3-5/+5
2007-11-29Cleanup and organize tests to be with the components that they test.Stefan Walter4-0/+233
2007-11-29Fix missing symbol in PAM module.Stefan Walter1-0/+9