summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gpm_accept_sec_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix resource leak in gpm_accept_sec_context().Günther Deschner2013-10-151-8/+8
| | | | | | | Resolves Coverity CID #12027. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Add name handle wrapperSimo Sorce2012-10-251-2/+2
|
* Add context handle wrapperSimo Sorce2012-10-251-3/+3
|
* Add cred handle wrapperSimo Sorce2012-10-251-4/+4
|
* Move client lib files in their own directorySimo Sorce2012-08-311-0/+183
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.