summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add release_handle implementationSimo Sorce2012-01-252-4/+69
|
* Add a function to find credential handlesSimo Sorce2012-01-252-0/+5
|
* Add helper to return status from rpc functionsSimo Sorce2012-01-253-19/+43
|
* Shorten gp_rpc_arg/res unions member namesSimo Sorce2012-01-252-32/+32
| | | | | We do not need long redundant name for the union members. Shortening makes it easier to read and follow code.
* Move includes in gp_rpc_process.hSimo Sorce2012-01-253-11/+7
| | | | This way it is easier to have the right includes in all gp_rpc_* files.
* Use the gp_rpc prefix for files that implement the rpc interfaceSimo Sorce2012-01-251-0/+0
|
* Add accept_sec_context implementationSimo Sorce2012-01-252-4/+167
|
* Add functions to export/import credentialsSimo Sorce2012-01-252-0/+184
| | | | | This is a temporary quick and simple implementation to proceed with prototyping, it will be later replaced with a correct implementation.
* Add gssx conversion functionsSimo Sorce2012-01-252-0/+388
|
* Refactor gp_rpc_processSimo Sorce2012-01-252-52/+58
| | | | Remove useless context abstraction for calls and replies.
* Add rpc processing infrastructureSimo Sorce2012-01-205-8/+542
|
* Prefix replies on the wire with the packet sizeSimo Sorce2012-01-191-0/+27
|
* Refactor workers init so we can pass down gpctxSimo Sorce2012-01-193-10/+16
|
* Organize workers in free and busy listsSimo Sorce2012-01-182-55/+119
| | | | | | | This avoids going through an array to chase free threads, so that assigning work is O(1) instead of O(n). Will also make easier to later change the number of available workers dynamically.
* Add worker threadsSimo Sorce2012-01-175-7/+433
|
* Add proper reader/writer functions to gp_socketSimo Sorce2012-01-172-43/+242
|
* Add gssproxy_ctxSimo Sorce2012-01-174-9/+24
| | | | And store configuration context within it.
* add support for demonization optionSimo Sorce2012-01-143-4/+29
|
* Add utils to read a configuration fileSimo Sorce2012-01-143-12/+126
|
* Add config.h so that HAVE_UCRED is properly detectedSimo Sorce2012-01-121-1/+15
|
* Socket helpersSimo Sorce2012-01-043-0/+247
|
* Server initialization helpersSimo Sorce2012-01-043-3/+167
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+91