summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.c
Commit message (Expand)AuthorAgeFilesLines
* Add options to specify a debug levelSimo Sorce2015-12-011-1/+9
* Fix several leaksRobbie Harwood2015-11-191-0/+4
* getpwman(3) can return NULL without setting errnoRobbie Harwood2015-09-141-0/+3
* Fix formatting on noncompliant copyright linesRobbie Harwood2015-09-041-24/+1
* Error on `allow_any_uid` issuesRobbie Harwood (frozencemetery)2015-09-041-1/+43
* Add support for config directoriesRobbie Harwood (frozencemetery)2015-09-041-27/+127
* Remove one layer of abstraction over dinglibsRobbie Harwood (frozencemetery)2015-08-311-13/+261
* Allow symbolic euids in conf filesRobbie Harwood (frozencemetery)2015-08-261-9/+25
* Remove support for iniparse libraryRoland Mainz2015-04-151-52/+0
* Add cmdline option to override default socketSimo Sorce2014-09-151-2/+6
* Add support for dropping privilegesSimo Sorce2014-01-141-0/+12
* Fix config token parsing.Simo Sorce2013-12-091-1/+0
* Use gp_strerror() everywhere instead of strerror()Simo Sorce2013-11-221-1/+1
* config: Do not modify const stringsSimo Sorce2013-11-201-1/+9
* config: Add code to source flag filtersSimo Sorce2013-11-201-0/+88
* Add impersonation supportSimo Sorce2013-10-231-0/+7
* Add option to specify allowed usage.Simo Sorce2013-10-181-0/+19
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-181-0/+7
* Add service match using SeLinux ContextSimo Sorce2013-07-021-0/+12
* Coverity fixes.Simo Sorce2013-06-271-6/+8
* Fix two memleaks in the configuration code.Günther Deschner2013-05-151-1/+2
* Don't forget to free gp_ini_context struct in load_config().Günther Deschner2013-05-151-0/+1
* Use counter when freeing cred_store configuration.Günther Deschner2013-05-151-4/+11
* Make error message in read_config() more precise, we fail in that case.Günther Deschner2013-05-151-1/+1
* Make gp_boolean_is_true non-static.Günther Deschner2013-04-261-12/+0
* Rename option_is_set to gp_boolean_is_true.Günther Deschner2013-04-261-4/+4
* Use const string in config functionsSimo Sorce2013-04-231-8/+8
* Make config functions return actual error codes.Simo Sorce2013-04-231-1/+1
* Convert gp_config_get_* to return an error.Günther Deschner2013-04-231-51/+88
* Add support for per-service socketsSimo Sorce2013-04-231-0/+9
* Use mutivalued "cred_store" parameter, deprecate unused parameters.Günther Deschner2013-04-231-24/+34
* Add gp_config_get_string_array() and an implementation in dinglibs backend.Günther Deschner2013-04-231-0/+16
* Fix potential double-frees in load_services().Günther Deschner2013-04-231-6/+5
* Fix memory leak in gp_service_free().Günther Deschner2013-04-111-0/+1
* 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