summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gssapi_gpm.h
Commit message (Collapse)AuthorAgeFilesLines
* Add gss_acquire_cred_impersonate_name supportSimo Sorce2015-12-011-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 linesRobbie Harwood2015-09-041-24/+1
| | | | | Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Fix includesSimo Sorce2013-03-141-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 Deschner2012-10-251-0/+3
|
* Add name handle wrapperSimo Sorce2012-10-251-14/+14
|
* Add context handle wrapperSimo Sorce2012-10-251-3/+3
|
* Add cred handle wrapperSimo Sorce2012-10-251-7/+7
|
* Implement gpm_wrap_size_limit().Günther Deschner2012-09-141-0/+6
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Implement gpm_unwrap().Günther Deschner2012-09-141-0/+6
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Implement gpm_wrap()Günther Deschner2012-09-141-1/+7
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Implement gpm_verify_mic().Günther Deschner2012-09-141-0/+5
|
* Implement gpm_get_mic().Günther Deschner2012-09-141-1/+7
|
* Implement gpm_compare_nameSimo Sorce2012-09-141-0/+4
|
* Implement gpm_inquire_contextSimo Sorce2012-09-141-0/+10
|
* Implement gpm_inquire_credSimo Sorce2012-09-141-0/+13
|
* Move client lib files in their own directorySimo Sorce2012-08-311-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.