summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_process.c
Commit message (Expand)AuthorAgeFilesLines
* Use defined enum instead of constantLukas Slebodnik2015-01-151-3/+3
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-181-7/+6
* Further improve debugging, mention servicename, socket and euid.Günther Deschner2013-06-241-1/+4
* Add debug statement when gp_rpc_execute is called.Günther Deschner2013-03-141-17/+61
* Implement gp_wrap_size_limit().Günther Deschner2012-08-311-5/+0
* Implement gp_unwrap().Günther Deschner2012-08-311-4/+0
* Implement gp_wrap().Günther Deschner2012-08-311-4/+0
* Implement gp_verify_mic().Günther Deschner2012-08-231-5/+1
* Implement gp_get_mic().Günther Deschner2012-08-231-4/+0
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-051-3/+5
* Implement server side init_sec_context function.Simo Sorce2012-02-091-4/+0
* Implement server side import_and_canon_name()Simo Sorce2012-02-071-4/+0
* Add server implementation of gssx_indicate_mechsSimo Sorce2012-02-031-4/+0
* Add server implementation of acquire_credSimo Sorce2012-02-011-4/+1
* Move some definitions around.Simo Sorce2012-01-291-1/+7
* Add release_handle implementationSimo Sorce2012-01-251-4/+0
* Move includes in gp_rpc_process.hSimo Sorce2012-01-251-4/+0
* Add accept_sec_context implementationSimo Sorce2012-01-251-4/+1
* Refactor gp_rpc_processSimo Sorce2012-01-251-41/+58
* Add rpc processing infrastructureSimo Sorce2012-01-201-0/+413