summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* gssproxy: Call gp_logging_init() before load_config().master-fixes2Günther Deschner2013-06-062-2/+2
* Use GPERROR when config parsing fails.Günther Deschner2013-06-062-5/+5
* Let GPERROR also print warning on stderr, not only in syslog.Günther Deschner2013-06-061-1/+5
* Make it easier to enable mechglue plugin debugging.Günther Deschner2013-06-062-11/+31
* Use verbose ding-libs error reporting when config parsing failed.Günther Deschner2013-06-051-1/+9
* gssproxy: report an error message on event loop failure.Günther Deschner2013-06-031-0/+2
* Fix realloc size in gp_get_cred_environment().Günther Deschner2013-05-221-2/+3
* Overwrite existing GSS_USE_PROXY variable in the server.Günther Deschner2013-05-161-1/+1
* Fix socket error handling.Simo Sorce2013-05-161-44/+30
* Fix secondary socket detection at runtime.Simo Sorce2013-05-161-1/+1
* Disable gss_export_name_composite() for now.Günther Deschner2013-05-161-1/+3
* Neutralize gssi_export_name.Simo Sorce2013-05-161-22/+2
* 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
* Fix typo in gssi_import_name_by_mech().Günther Deschner2013-05-151-2/+2
* Fix reallocation in gp_dinglibs_get_string_array().Günther Deschner2013-05-151-1/+1
* Fix unresolved symbol gp_boolean_is_true() in mechglue plugin.Günther Deschner2013-05-151-1/+0
* Make error message in read_config() more precise, we fail in that case.Günther Deschner2013-05-151-1/+1
* Add --with-gpp-default-behavior configure switch.Günther Deschner2013-05-151-4/+5
* Use gp_boolean_is_true from interposer plugin's GSS_USE_PROXY check.Günther Deschner2013-04-261-1/+2
* Make gp_boolean_is_true non-static.Günther Deschner2013-04-263-12/+13
* Rename option_is_set to gp_boolean_is_true.Günther Deschner2013-04-261-4/+4
* Use const string in config functionsSimo Sorce2013-04-235-19/+19
* Make config functions return actual error codes.Simo Sorce2013-04-233-27/+43
* Convert gp_config_get_* to return an error.Günther Deschner2013-04-236-103/+204
* Add support for per-service socketsSimo Sorce2013-04-238-18/+124
* Treat credential store as opaquely as possible.Simo Sorce2013-04-232-69/+95
* Use mutivalued "cred_store" parameter, deprecate unused parameters.Günther Deschner2013-04-232-27/+36
* Add gp_config_get_string_array() and an implementation in dinglibs backend.Günther Deschner2013-04-234-0/+104
* 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
* Special case client_keytab for root userSimo Sorce2013-04-101-2/+7
* Use new GSSAPI Credential Store APISimo Sorce2013-04-101-49/+22
* Add generic function to get creds defaultsSimo Sorce2013-04-101-21/+58
* Move string formatting in a separate functionSimo Sorce2013-04-101-57/+66
* Carefully process desired name based on serviceSimo Sorce2013-04-103-39/+36
* Add krb5_client_keytab config optionSimo Sorce2013-04-102-0/+9
* Import names as remote name by default.Simo Sorce2013-04-101-14/+21
* Prefer ini_config library support over iniparser support.Günther Deschner2013-04-083-8/+4
* Add dinglibs ini configuration detection and backend.Günther Deschner2013-04-083-0/+284
* Abstract configuration layer for gssproxy.Günther Deschner2013-04-084-57/+321
* Add missing newlines to GPDEBUG statements.Günther Deschner2013-04-081-7/+7
* Remove unused variablesSimo Sorce2013-04-032-4/+0
* Fix use of unintialized variableSimo Sorce2013-04-031-1/+1
* Fix a few more resource leaksSimo Sorce2013-04-032-2/+3
* Use send() in client library to avoid SIGPIPESimo Sorce2013-04-031-2/+2
* Fix dereference after null checks found by CoveritySimo Sorce2013-04-034-6/+13
* Fix missing break statement found by CoveritySimo Sorce2013-04-031-0/+2
* Fix infinite loop due to bad sign of variableSimo Sorce2013-04-031-1/+1