summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.c
Commit message (Collapse)AuthorAgeFilesLines
* config: Rework configuration syntaxSimo Sorce2012-04-051-119/+71
| | | | | | | Keeping 2 separate sections for credentials and services seem to just make things really confusing. The off chance of reusing a 'credential' section is dwarfed by the confusion cause by keeping them separate. Having to copy a full service section is not a big deal so KISS wins here.
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-021-0/+9
| | | | Ticket #43
* config: parse credential/service config sectionsSimo Sorce2012-02-231-0/+243
|
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-291-1/+1
|
* Add worker threadsSimo Sorce2012-01-171-0/+2
|
* Add gssproxy_ctxSimo Sorce2012-01-171-4/+6
| | | | And store configuration context within it.
* Add utils to read a configuration fileSimo Sorce2012-01-141-0/+109