summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_export.c
Commit message (Expand)AuthorAgeFilesLines
* Add gp_find_and_free_cred().Günther Deschner2012-06-251-0/+28
* Finally use ring buffer in import and export calls.Günther Deschner2012-06-251-8/+84
* Make gp_import_gssx_cred() static, it is not used outside this file.Günther Deschner2012-06-251-1/+1
* Pass down struct gp_service to import and export credential calls.Günther Deschner2012-06-251-1/+4
* Add gp_read_gss_creds_from_ring_buffer/gp_write_gss_creds_to_ring_buffer.Günther Deschner2012-06-251-0/+93
* Add gp_init_ring_buffer/gp_free_ring_buffer.Günther Deschner2012-06-251-1/+106
* gp_export: Add facility to export creds as gssx optionsSimo Sorce2012-04-151-0/+247
* Add support for linux kernel lucid ctx buffer formatSimo Sorce2012-04-151-11/+130
* Move ctx_id function and add export type optionSimo Sorce2012-04-151-0/+139
* server: better handle return statusSimo Sorce2012-02-231-8/+16
* Fix loop in case of errors and use gp_debugSimo Sorce2012-02-031-23/+6
* Temporary workaround for MIT gssapi bugsSimo Sorce2012-02-011-0/+26
* Fix credentials export/importSimo Sorce2012-02-011-2/+2
* Add a function to find credential handlesSimo Sorce2012-01-251-0/+4
* Add functions to export/import credentialsSimo Sorce2012-01-251-0/+149