Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use option_is_set() config parser helper. | Günther Deschner | 2012-05-31 | 1 | -7/+2 | |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | add option_is_set() helper function for config parsing. | Günther Deschner | 2012-05-31 | 1 | -0/+12 | |
| | | | | | | Guenther Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | Replace direct syslog calls with logging macros | Simo Sorce | 2012-04-15 | 1 | -14/+8 | |
| | ||||||
* | config: Rework configuration syntax | Simo Sorce | 2012-04-05 | 1 | -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 options | Simo Sorce | 2012-04-02 | 1 | -0/+9 | |
| | | | | Ticket #43 | |||||
* | config: parse credential/service config sections | Simo Sorce | 2012-02-23 | 1 | -0/+243 | |
| | ||||||
* | Split gp_utils.h into proxy headers and commonly useful headers | Simo Sorce | 2012-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add worker threads | Simo Sorce | 2012-01-17 | 1 | -0/+2 | |
| | ||||||
* | Add gssproxy_ctx | Simo Sorce | 2012-01-17 | 1 | -4/+6 | |
| | | | | And store configuration context within it. | |||||
* | Add utils to read a configuration file | Simo Sorce | 2012-01-14 | 1 | -0/+109 | |