summaryrefslogtreecommitdiff
path: root/pam
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove 'install-pam' make target and just use --with-pam-dir Patch byStefan Walter2007-10-041-11/+4
* 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
* stat the socket and check for correct user before connecting to it fromStefan Walter2007-08-191-0/+26
* Get around more optimizations that cancel out wiping of strings beforeStefan Walter2007-08-181-3/+16
* Reorder the inclusion of headers necessary for compiling on FreeBSD. SeeStefan Walter2007-08-181-4/+5
* Build fixes for FreeBSD. Patch by Joe Marcus Clarke. Fixes bug #466060Stefan Walter2007-08-162-5/+9
* Screwy network connection prevented this file from joining a previous commit.Stefan Walter2007-08-101-28/+118
* 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
* Use -export-symbols-regex to mark with symbols to export instead of a GNUStefan Walter2007-08-012-7/+1
* Include headers and defines necessary for building on Solaris. Patch byStefan Walter2007-07-313-0/+6
* Configurable option for PAM library directory. Patch from Matthias Clasen.Stefan Walter2007-07-311-7/+7
* Fix distcheck problems from previous commits.Stefan Walter2007-07-311-0/+2