summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Collapse)AuthorAgeFilesLines
* Add basic configure test for gssapi librarySimo Sorce2012-01-252-1/+14
|
* Refactor gp_rpc_processSimo Sorce2012-01-252-52/+58
| | | | Remove useless context abstraction for calls and replies.
* Update gss_proxy generated files after .x file changesSimo Sorce2012-01-242-66/+52
|
* Add rpc processing infrastructureSimo Sorce2012-01-206-8/+543
|
* Edit gp_rpc_xdr.c to avoid compiler warnings and errorsSimo Sorce2012-01-193-140/+3
|
* Add generated files for rpc handling codeSimo Sorce2012-01-197-0/+2198
|
* 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-178-7/+750
|
* 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-145-15/+138
|
* Add config.h so that HAVE_UCRED is properly detectedSimo Sorce2012-01-121-1/+15
|
* Socket helpersSimo Sorce2012-01-044-0/+248
|
* Server initialization helpersSimo Sorce2012-01-045-4/+174
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-0425-0/+1545