summaryrefslogtreecommitdiff
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add checking that PKCS#11 socket connections come from the appropriateStefan Walter2008-02-071-48/+11
* Merge revisions from gnome-2-20 branch. 878 - 924Stefan Walter2007-12-011-8/+18
* Fix bugs in tests and regression bugs exposedStefan Walter2007-11-293-5/+5
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-294-0/+233
* Fix missing symbol in PAM module.Stefan Walter2007-11-291-0/+9
* Make PAM module work withe SELinux by passing the login password to theStefan Walter2007-11-241-35/+97
* Link pam module with libpam. Patch by Sebastian Dröge. Fixes bug #484629Stefan Walter2007-10-091-2/+3