Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement indicate mechs related mechglue wrappers | Simo Sorce | 2012-10-25 | 1 | -1/+0 |
| | |||||
* | Add name handle wrapper | Simo Sorce | 2012-10-25 | 7 | -111/+71 |
| | |||||
* | Add context handle wrapper | Simo Sorce | 2012-10-25 | 4 | -12/+12 |
| | |||||
* | Add cred handle wrapper | Simo Sorce | 2012-10-25 | 5 | -23/+23 |
| | |||||
* | Add function to return a special mech | Simo Sorce | 2012-10-25 | 1 | -0/+1 |
| | | | | | | | | When the interposer wants to call the mechglue and have it call a real mechanism it does so by providing a speecial mechanism oid. This is an oid composed of the procy plugin oid and the real mechanism oid that the mechglue transforms back into a real OID before selecting the appropriate mechanism. | ||||
* | Implement gpm_wrap_size_limit(). | Günther Deschner | 2012-09-14 | 2 | -0/+91 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_unwrap(). | Günther Deschner | 2012-09-14 | 2 | -0/+130 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_wrap() | Günther Deschner | 2012-09-14 | 2 | -1/+130 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_verify_mic(). | Günther Deschner | 2012-09-14 | 2 | -0/+98 |
| | |||||
* | Implement gpm_get_mic(). | Günther Deschner | 2012-09-14 | 2 | -1/+103 |
| | |||||
* | Implement gpm_compare_name | Simo Sorce | 2012-09-14 | 2 | -0/+53 |
| | |||||
* | Implement gpm_inquire_context | Simo Sorce | 2012-09-14 | 2 | -0/+121 |
| | |||||
* | Implement gpm_inquire_cred | Simo Sorce | 2012-09-14 | 2 | -0/+221 |
| | |||||
* | Move client lib files in their own directory | Simo Sorce | 2012-08-31 | 9 | -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. |