index
:
~teuf/gnome-keyring
leaks
master
session-idle
teuf's gnome-keyring playground
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pam
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-18
Set correct daemon SELinux context when started from pam module
Tomas Bzatek
2
-0
/
+35
2011-03-09
[pam] Do not leak login name when logging error
Laurent Bigonville
1
-1
/
+1
2010-09-11
[pam] Don't use MAXPATHLEN in pam module.
Stef Walter
1
-17
/
+14
2010-08-31
Revert "[pam] Fix build on Snow Leopard."
Stef Walter
1
-7
/
+0
2010-08-28
[pam] Fix build on Snow Leopard.
Louis-Francis Ratté-Boulianne
1
-0
/
+7
2010-06-08
Cleanup .gitignore files.
Stef Walter
1
-4
/
+0
2010-06-08
No more prompt tests.
Stef Walter
5
-211
/
+0
2010-05-24
Fix broken startup when used with gdm and password-less login.
Stef Walter
1
-19
/
+12
2009-12-19
[daemon] Refactor the startup.
Stef Walter
2
-77
/
+37
2009-12-17
Remove old keyring socket, library and code support.
Stef Walter
3
-19
/
+16
2009-12-16
[daemon] Use new control protocol for daemon.
Stef Walter
3
-58
/
+57
2009-08-30
[pam] Fix logic for only_if option
Vincent Untz
1
-1
/
+1
2009-07-31
[pam] Fix use of constant not found in Solaris or FreeBSD.
Stef Walter
1
-4
/
+4
2009-07-09
Add support in pam module for use_authtok
Stef Walter
1
-2
/
+12
2009-06-26
Add only_if= option to pam module, can limit services its enabled for.
Stef Walter
1
-10
/
+75
2009-06-26
Make "Password: " prompt be translated in pam module.
Stef Walter
1
-1
/
+8
2009-05-10
Move remainder to new style tests.
Stef Walter
3
-41
/
+13
2009-03-11
Implement valgrind support for our memory allocator, and support for
Stefan Walter
1
-4
/
+15
2009-02-19
If login keyring doesn't exist when changing the PAM password, don't
Stefan Walter
1
-2
/
+3
2009-02-13
Use size_t and gsize for memory sizes rather than unsigned long.
Stefan Walter
1
-1
/
+1
2009-02-07
Ignore built files in git.
Stefan Walter
2
-0
/
+8
2009-01-17
Consolidate truly common functionality into 'egg' library. Many more files
Stefan Walter
3
-17
/
+17
2009-01-09
Make it easier to pick and choose between commonly used code bits in
Stefan Walter
1
-1
/
+3
2009-01-06
Fix compiler warnings and add -Werror back in when --enable-tests is
Stefan Walter
1
-1
/
+2
2008-12-12
Allow build on Solaris PAM. Fixes bug #559232.
Halton Huo
1
-0
/
+8
2008-12-11
Rework initialization of the daemon so that most initialization can happen
Stefan Walter
1
-1
/
+1
2008-12-11
Close open file descriptors before running the daemon. Fixes bug #560131
Stefan Walter
1
-1
/
+5
2008-12-11
Don't unlock keyring if daemon wasn't started. Patch by Vincent Untz.
Stefan Walter
1
-3
/
+6
2008-12-11
Don't leave gnome-keyring-daemon running if started for a password change.
Stefan Walter
1
-2
/
+11
2008-02-10
Don't ask PAM to prompt for password if no password is available. Fixes
Stefan Walter
1
-12
/
+5
2008-02-07
Add checking that PKCS#11 socket connections come from the appropriate
Stefan Walter
1
-48
/
+11
2007-12-01
Merge revisions from gnome-2-20 branch. 878 - 924
Stefan Walter
1
-8
/
+18
2007-11-29
Fix bugs in tests and regression bugs exposed
Stefan Walter
3
-5
/
+5
2007-11-29
Cleanup and organize tests to be with the components that they test.
Stefan Walter
4
-0
/
+233
2007-11-29
Fix missing symbol in PAM module.
Stefan Walter
1
-0
/
+9
2007-11-24
Make PAM module work withe SELinux by passing the login password to the
Stefan Walter
1
-35
/
+97
2007-10-09
Link pam module with libpam. Patch by Sebastian Dröge. Fixes bug #484629
Stefan Walter
1
-2
/
+3
2007-10-04
Remove 'install-pam' make target and just use --with-pam-dir Patch by
Stefan Walter
1
-11
/
+4
2007-08-20
Fix use of uninitialized return value. Fixes bug #468393
Stefan Walter
1
-1
/
+2
2007-08-19
Correctly start the daemon from PAM's pam_sm_open_session callback rather
Stefan Walter
1
-4
/
+65
2007-08-19
stat the socket and check for correct user before connecting to it from
Stefan Walter
1
-0
/
+26
2007-08-18
Get around more optimizations that cancel out wiping of strings before
Stefan Walter
1
-3
/
+16
2007-08-18
Reorder the inclusion of headers necessary for compiling on FreeBSD. See
Stefan Walter
1
-4
/
+5
2007-08-16
Build fixes for FreeBSD. Patch by Joe Marcus Clarke. Fixes bug #466060
Stefan Walter
2
-5
/
+9
2007-08-10
Screwy network connection prevented this file from joining a previous commit.
Stefan Walter
1
-28
/
+118
2007-08-10
Put an upper limit on the amount of data the daemon can send to us.
Stefan Walter
1
-1
/
+4
2007-08-01
Use strtok_r instead of strsep so that we can build on Solaris. Fixes bug
Stefan Walter
1
-2
/
+3
2007-08-01
Use -export-symbols-regex to mark with symbols to export instead of a GNU
Stefan Walter
2
-7
/
+1
2007-07-31
Include headers and defines necessary for building on Solaris. Patch by
Stefan Walter
3
-0
/
+6
2007-07-31
Configurable option for PAM library directory. Patch from Matthias Clasen.
Stefan Walter
1
-7
/
+7
[next]