Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gss_acquire_cred_impersonate_name support | Simo Sorce | 2015-12-01 | 1 | -0/+2 |
| | | | | | | | | This is used by a client that wants to peform a s4u2self operation using its server credentials. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Robbie Harwoood <rharwood@redhat.com> | ||||
* | Fix formatting on noncompliant copyright lines | Robbie Harwood | 2015-09-04 | 1 | -24/+1 |
| | | | | | Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix includes | Simo Sorce | 2013-03-14 | 1 | -0/+1 |
| | | | | | These includes are necessary when switching to gssrpc because they are not automatically dragged in via dependencies in system rpc.h | ||||
* | Add gpm_export_name_composite(). | Günther Deschner | 2012-10-25 | 1 | -0/+3 |
| | |||||
* | Add name handle wrapper | Simo Sorce | 2012-10-25 | 1 | -14/+14 |
| | |||||
* | Add context handle wrapper | Simo Sorce | 2012-10-25 | 1 | -3/+3 |
| | |||||
* | Add cred handle wrapper | Simo Sorce | 2012-10-25 | 1 | -7/+7 |
| | |||||
* | Implement gpm_wrap_size_limit(). | Günther Deschner | 2012-09-14 | 1 | -0/+6 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_unwrap(). | Günther Deschner | 2012-09-14 | 1 | -0/+6 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_wrap() | Günther Deschner | 2012-09-14 | 1 | -1/+7 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Implement gpm_verify_mic(). | Günther Deschner | 2012-09-14 | 1 | -0/+5 |
| | |||||
* | Implement gpm_get_mic(). | Günther Deschner | 2012-09-14 | 1 | -1/+7 |
| | |||||
* | Implement gpm_compare_name | Simo Sorce | 2012-09-14 | 1 | -0/+4 |
| | |||||
* | Implement gpm_inquire_context | Simo Sorce | 2012-09-14 | 1 | -0/+10 |
| | |||||
* | Implement gpm_inquire_cred | Simo Sorce | 2012-09-14 | 1 | -0/+13 |
| | |||||
* | Move client lib files in their own directory | Simo Sorce | 2012-08-31 | 1 | -0/+162 |
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. |