summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.c
Commit message (Expand)AuthorAgeFilesLines
* Add krb5_client_keytab config optionSimo Sorce2013-04-101-0/+8
* Prefer ini_config library support over iniparser support.Günther Deschner2013-04-081-4/+0
* Add dinglibs ini configuration detection and backend.Günther Deschner2013-04-081-0/+41
* Abstract configuration layer for gssproxy.Günther Deschner2013-04-081-57/+98
* Add missing newlines to GPDEBUG statements.Günther Deschner2013-04-081-7/+7
* Remove unused variablesSimo Sorce2013-04-031-2/+0
* Fix resource leaks found by CoveritySimo Sorce2013-04-031-3/+5
* Make socket path a configure optionSimo Sorce2013-03-221-18/+12
* Enable kernel support.Simo Sorce2013-03-221-0/+7
* Use new gss_import/export_cred functionsSimo Sorce2012-10-251-79/+8
* Add free_config() and call it when server shuts down.Günther Deschner2012-06-251-0/+24
* Allow to set per service ring buffer, with configurable size.Günther Deschner2012-06-251-0/+45
* Set pointer to one of the existing ring buffers in service loading.Günther Deschner2012-06-251-0/+8
* Add gp_service_get_ring_buffer to retrieve buffer from a service.Günther Deschner2012-06-251-0/+4
* Add two ring_buffers to gp_config struct.Günther Deschner2012-06-251-0/+31
* Fix option_is_set() function.Günther Deschner2012-06-211-1/+1
* use option_is_set() config parser helper.Günther Deschner2012-05-311-7/+2
* add option_is_set() helper function for config parsing.Günther Deschner2012-05-311-0/+12
* Replace direct syslog calls with logging macrosSimo Sorce2012-04-151-14/+8
* config: Rework configuration syntaxSimo Sorce2012-04-051-119/+71
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-021-0/+9
* 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
* Add utils to read a configuration fileSimo Sorce2012-01-141-0/+109