summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gpm_acquire_cred.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing break statement found by CoveritySimo Sorce2013-04-031-0/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix uninizialized variables found by CoveritySimo Sorce2013-04-031-6/+5
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add name handle wrapperSimo Sorce2012-10-251-29/+11
|
* Add cred handle wrapperSimo Sorce2012-10-251-6/+6
|
* Implement gpm_inquire_credSimo Sorce2012-09-141-0/+208
|
* Move client lib files in their own directorySimo Sorce2012-08-311-0/+289
Make space for the actual mechglue plugin interface. The mechglue interface will use the client library to communicate with the gss-proxy but will reimplement all GSSAPI SPI as wrappers in order to properly handle fallbacks to local mechanism and other input/output transformations.