Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move client lib files in their own directory | Simo Sorce | 2012-08-31 | 1 | -162/+0 |
| | | | | | | | 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. | ||||
* | Add function to report internal client errors | Simo Sorce | 2012-08-31 | 1 | -0/+1 |
| | | | | | | | This is to allow gss_display_status to return a meaningful error if there is an internal client error as opposed to a returned proxy server error. If we do not do this a call to gpm_display_status() after a failure would return a NULL string and give no clue about the error. | ||||
* | Add gpm_inquire_name to client lib | Simo Sorce | 2012-08-31 | 1 | -0/+6 |
| | |||||
* | Implement init_sec_context mechglue function | Simo Sorce | 2012-02-09 | 1 | -0/+13 |
| | |||||
* | Implement import_and_canon_name mechglue functions family | Simo Sorce | 2012-02-07 | 1 | -0/+19 |
| | |||||
* | Add more functions of the indicate_mechs() family | Simo Sorce | 2012-02-05 | 1 | -0/+25 |
| | |||||
* | Add gpm_indicate_mechs functions to mechglue library | Simo Sorce | 2012-02-03 | 1 | -0/+2 |
| | |||||
* | Add gpm_acquire_cred functions to mechglue library | Simo Sorce | 2012-02-01 | 1 | -0/+21 |
| | |||||
* | Add gpm_release_handle functions to mechglue library | Simo Sorce | 2012-01-30 | 1 | -0/+7 |
| | |||||
* | Add accept_sec_context function to mechglue library | Simo Sorce | 2012-01-30 | 1 | -0/+12 |
| | |||||
* | Add gpm_display_status function to mechglue library | Simo Sorce | 2012-01-30 | 1 | -0/+9 |
| | | | | | Also add method to save status per-thread Uses gccism for thread-local storage for now. | ||||
* | Add infrastructure for client side mechglue library | Simo Sorce | 2012-01-29 | 1 | -0/+47 |