summaryrefslogtreecommitdiff
path: root/pkcs11/rpc-layer
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Makefile.am: Use a single non-recursive MakefileStef Walter1-34/+23
2014-01-08Remove old FSF license from header filesStef Walter6-12/+6
2012-11-05only print debug message if no pkcs11 socketRex Dieter1-2/+16
2012-09-25rpc-layer: Fix memory leak in call state poolStef Walter1-0/+7
2012-07-24Rename the p11-kit module fileStef Walter2-1/+1
2012-06-27Remove support code for old glib versionsStef Walter1-4/+0
2012-03-15Build fixes to rpc-layer MakefileWilliam Jon McCann1-3/+7
2011-12-19rpc-layer: Correctly handle case where gnome-keyring-daemon not runningStef Walter1-89/+106
2011-12-09rpc-layer: Fix integer size mismatch on amd64Stef Walter1-2/+3
2011-12-07Fix for deprecations in glib 2.31.xStef Walter1-0/+4
2011-10-19pkcs11: Make clear source of warnings from the rpc moduleStef Walter1-2/+2
2011-09-15pkcs11: Fix packaging issues installing the pkcs11 moduleStef Walter2-5/+4
2011-09-12pkcs11: Allow daemon to access value for credentials.Stef Walter1-0/+8
2011-07-06Use p11-kit to lookup trust uris.Stef Walter1-0/+4
2011-07-06Install a proper p11-kit module configuration fileStef Walter2-0/+11
2011-04-23Fix more gcc 4.6 warnings.Marc Plano-Lesay1-3/+7
2011-04-20Remove #include <config.h> from headers to make sure it's not included more t...Kjartan Maraas1-2/+0
2011-04-18rpc-layer: Fix bad handshake length macro.Corentin Chary1-1/+1
2011-04-04Release version 3.0.0Stef Walter1-1/+1
2010-12-10Rename CKA_G_ trust prefix to CKA_X_ and move to own file.Stef Walter1-1/+0
2010-12-10[pkcs11] Fix up standalone modules for use in tests.Stef Walter1-1/+1
2010-11-11Merge branch 'master' into trust-storeStef Walter1-2/+2
2010-10-01[rpc-layer] Fix invalid memory access.Stef Walter1-2/+2
2010-09-18[rpc-layer] Install gnome-keyring-pkcs11.so to correct directory.Stef Walter1-1/+1
2010-06-08Cleanup .gitignore files.Stef Walter1-4/+0
2010-06-08Massive cleanup of line endings and file names.Stef Walter11-1089/+1088
2010-04-21[rpc] Fix assertion on exit due to pointer not being cleared.Stef Walter1-2/+8
2010-03-19More robust error display and handling.Stef Walter1-1/+2
2010-02-27[rpc-layer] Fix problem initializing socket path in rpc module.Stef Walter1-2/+1
2010-02-07[rpc] Use dynamically allocate socket path.Emilio Pozuelo Monfort2-18/+41
2009-12-16[daemon] Use new control protocol for daemon.Stef Walter2-4/+4
2009-09-13[rpc-layer] Fix erroneous assertion. Let error messages handle this case.Stef Walter1-1/+0
2009-08-30[daemon] Rework signal handling, startup procedure.Stef Walter3-20/+65
2009-07-23[gck] Add concept of PKCS#11 applications.Stef Walter1-34/+37
2009-06-27Fix build problem that resulted from recent merge.Stef Walter1-2/+1
2009-06-26Merge branch 'gnome-2-26'Stef Walter1-3/+3
2009-06-26Fix linking problem on FreeBSD.Stef Walter1-1/+1
2009-05-10Move remainder to new style tests.Stef Walter1-1/+0
2009-05-10Move gkr_location stuff into daemon component.Stef Walter1-1/+4
2009-03-20Don't use err.h since Solaris doesn't have it.Stefan Walter1-14/+21
2009-02-26Move internal definitions a non public header file.Stefan Walter1-0/+1
2009-02-13Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter1-1/+1
2009-02-07Use 64 bit integers when transferring ulongs between module and daemon.Stefan Walter2-11/+12
2009-02-07Ignore built files in git.Stefan Walter1-0/+5
2009-02-05Fix compiler warnings from -Wold-style-declaration. Fixes bug #5706Thomas Hindoe Paaboel Andersen1-1/+1
2009-01-30Build fix. Patch by Saleem Abdulrasool Fixes bug #568378Stefan Walter2-2/+2
2009-01-17Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter5-101/+101
2009-01-10Fix corner cases and error code problems highlighted by the p11-testsStefan Walter3-39/+73
2009-01-10Add plex-layer and integrate 'roots-store' component into the PKCS#11Stefan Walter1-3/+3
2009-01-09Make it easier to pick and choose between commonly used code bits inStefan Walter15-5768/+337