summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_init_sec_context.c
Commit message (Expand)AuthorAgeFilesLines
* Add gss_acquire_cred_impersonate_name supportSimo Sorce2015-12-011-1/+1
* Add higher level debugging for all rpc callsSimo Sorce2015-12-011-0/+5
* Fix several leaksRobbie Harwood2015-11-191-0/+1
* Fix formatting on noncompliant copyright linesRobbie Harwood2015-09-041-24/+1
* server: Implement flag filtering enforcementSimo Sorce2013-11-201-0/+2
* Autoinitialize creds on init_sec_contextSimo Sorce2013-11-201-6/+19
* Fix continuations in context establishment callsSimo Sorce2013-11-191-1/+15
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-181-5/+7
* Use new gss_import/export_cred functionsSimo Sorce2012-10-251-4/+3
* Implement init sec context mechglue wrapperSimo Sorce2012-10-251-0/+2
* memset default input token for init_sec_contextSimo Sorce2012-07-261-3/+2
* Fix segfaults when NULL buffer is passed in.Simo Sorce2012-07-261-2/+6
* Pass down struct gp_service to import and export credential calls.Günther Deschner2012-06-251-1/+1
* Change accept/init_sec_context to use the new export context functionsSimo Sorce2012-04-151-5/+13
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-051-0/+1
* gp_conv: use maj/min err codes with gp_conv_ctx_id_to_gssx tooSimo Sorce2012-02-231-4/+2
* server: better handle return statusSimo Sorce2012-02-231-8/+16
* Implement server side init_sec_context function.Simo Sorce2012-02-091-0/+139