summaryrefslogtreecommitdiffstats
path: root/proxy/src/client
Commit message (Collapse)AuthorAgeFilesLines
* Implement gpm_verify_mic().Günther Deschner2012-08-282-0/+90
|
* Implement gpm_get_mic().Günther Deschner2012-08-282-1/+99
|
* Implement gpm_compare_nameSimo Sorce2012-08-232-0/+53
|
* Implement gpm_inquire_contextSimo Sorce2012-08-232-0/+121
|
* Implement gpm_inquire_credSimo Sorce2012-08-232-0/+221
|
* Move client lib files in their own directorySimo Sorce2012-08-239-0/+2661
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.