summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_export.c
Commit message (Expand)AuthorAgeFilesLines
* Wrong coversion function was usedLukas Slebodnik2015-01-151-1/+1
* Suppress clang warningLukas Slebodnik2015-01-151-1/+1
* Fix continuations in context establishment callsSimo Sorce2013-11-191-4/+29
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-181-4/+4
* Use right signedness for creds buffer.Günther Deschner2013-08-281-2/+2
* Fix resource leaks found by CoveritySimo Sorce2013-04-031-1/+2
* Add extension to set allowable enctypesSimo Sorce2013-03-271-0/+39
* Fix includesSimo Sorce2013-03-141-0/+1
* Use new gss_import/export_cred functionsSimo Sorce2012-10-251-257/+69
* Remove Fixme commentGünther Deschner2012-07-061-21/+0
* Remove unused gp_credential_handle conversion fnsGünther Deschner2012-07-061-34/+0
* Use gp_encrypt_buffer and gp_decrypt_buffer.Günther Deschner2012-07-061-4/+6
* Add encryption/decryption routinesGünther Deschner2012-07-061-0/+106
* Unify find credsSimo Sorce2012-07-061-19/+20
* 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